proto.make 491 B

123456789101112131415161718192021222324252627282930313233
  1. # $Id$
  2. #PARAMS do not delete this line!
  3. SRC_DIR = $(SRC_HOME)/modules/h
  4. MOD_DIR = $(TARGET_HOME)/modules
  5. FILES = \
  6. $(SRC_DIR)/ansi.h \
  7. $(SRC_DIR)/em.h \
  8. $(SRC_DIR)/em_arith.h \
  9. $(SRC_DIR)/em_code.h \
  10. $(SRC_DIR)/em_label.h \
  11. $(SRC_DIR)/em_codeCE.h \
  12. $(SRC_DIR)/emO_code.h \
  13. $(SRC_DIR)/em_codeO.h \
  14. $(SRC_DIR)/em_mesX.h
  15. all:
  16. install: all
  17. -mkdir $(MOD_DIR)/h
  18. cp $(FILES) $(MOD_DIR)/h
  19. cmp: all
  20. pr:
  21. @pr $(SRC_DIR)/proto.make $(FILES)
  22. opr:
  23. make pr | opr
  24. clean:
  25. lintlib: