Makefile 357 B

1234567891011121314151617181920212223242526272829
  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. touch new_table_done
  16. opr:
  17. make pr ^ opr
  18. pr:
  19. @pr Makefile em_table new_table pop_push traps
  20. clean:
  21. -rm -f *.old
  22. cmp : # do nothing