Makefile 334 B

12345678910111213141516171819202122232425262728
  1. d=..
  2. h=$d/h
  3. c=$d/util/data
  4. FILES= \
  5. $h/em_spec.h \
  6. $h/em_pseu.h \
  7. $h/em_mnem.h \
  8. $c/em_flag.c \
  9. $c/em_pseu.c \
  10. $c/em_mnem.c
  11. $(FILES): em_table
  12. new_table $h $c
  13. install: $(FILES)
  14. distr: $(FILES)
  15. opr:
  16. make pr ^ opr
  17. pr:
  18. @pr Makefile em_table new_table pop_push traps
  19. clean:
  20. -rm -f *.old
  21. cmp : # do nothing