proto.make 497 B

1234567891011121314151617181920212223242526272829
  1. # $Header$
  2. #PARAMS do not remove this line
  3. .SUFFIXES: .em22 .em24 .em44
  4. .c.em22:
  5. $(UTIL_HOME)/bin/em22 $*.c -o $*.em22
  6. .p.em22:
  7. $(UTIL_HOME)/bin/em22 $*.p -o $*.em22
  8. .c.em24:
  9. $(UTIL_HOME)/bin/em24 $*.c -o $*.em24
  10. .p.em24:
  11. $(UTIL_HOME)/bin/em24 $*.p -o $*.em24
  12. .c.em44:
  13. $(UTIL_HOME)/bin/em44 $*.c -o $*.em44
  14. .p.em44:
  15. $(UTIL_HOME)/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. all install cmp pr opr: