Makefile 527 B

12345678910111213141516171819202122232425262728293031323334
  1. # $Header$
  2. EM = ../../..# # EM tree
  3. .SUFFIXES: .em22 .em24 .em44
  4. .c.em22:
  5. $(EM)/bin/em22 $*.c -o $*.em22
  6. .p.em22:
  7. $(EM)/bin/em22 $*.p -o $*.em22
  8. .c.em24:
  9. $(EM)/bin/em24 $*.c -o $*.em24
  10. .p.em24:
  11. $(EM)/bin/em24 $*.p -o $*.em24
  12. .c.em44:
  13. $(EM)/bin/em44 $*.c -o $*.em44
  14. .p.em44:
  15. $(EM)/bin/em44 $*.p -o $*.em44
  16. clean:
  17. rm -f e.out core mon.out int.mess int.log int.core int.tally \
  18. *.k *.m *.o *.s *.em?? a.out
  19. distr: .distr
  20. .distr:
  21. echo *.[cp] Makefile READ_ME | tr ' ' '\012' > .distr
  22. all install cmp pr opr: