Makefile 358 B

123456789101112131415161718192021
  1. SUF=m
  2. MAKEFILE=../../proto/libg/Makefile
  3. MACHDEF="MACH=em44" "SUF=$(SUF)"
  4. PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
  5. install:
  6. make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
  7. cmp:
  8. make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
  9. -../../compare head_pc
  10. -../../compare tail_pc
  11. clean:
  12. -rm -f *.old *.[ce$(SUF)] tail* head*
  13. opr:
  14. make pr | opr
  15. pr:
  16. @pr Makefile