proto.make 446 B

12345678910111213141516171819202122232425262728293031
  1. # $Id$
  2. #PARAMS do not remove this line!
  3. h=$(TARGET_HOME)/h
  4. c=$(SRC_HOME)/util/data
  5. FILES= \
  6. $h/em_spec.h \
  7. $h/em_pseu.h \
  8. $h/em_mnem.h \
  9. $c/em_flag.c \
  10. $c/em_pseu.c \
  11. $c/em_mnem.c
  12. $(FILES): $(SRC_DIR)/etc/em_table
  13. cd $(SRC_DIR)/etc ; new_table $h $c
  14. install: $(FILES)
  15. distr: $(FILES)
  16. opr:
  17. make pr ^ opr
  18. pr:
  19. @cd $(SRC_DIR) ; pr proto.make em_table new_table pop_push traps
  20. clean:
  21. -rm -f *.old
  22. cmp : # do nothing