proto.make 675 B

1234567891011121314151617181920212223242526272829303132
  1. # $Id$
  2. #PARAMS do not remove this line!
  3. MACH = m68020
  4. OBJ = obj
  5. SRC_DIR = $(SRC_HOME)/mach/$(MACH)/ce
  6. CEG = $(TARGET_HOME)/lib.bin/ceg/util
  7. all:
  8. make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)
  9. install:
  10. make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) install
  11. cmp:
  12. -make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) cmp
  13. pr:
  14. @pr $(SRC_DIR)/proto.make $(SRC_DIR)/EM_table $(SRC_DIR)/mach.h $(SRC_DIR)/mach.c $(SRC_DIR)/as_table $(SRC_DIR)/as.h $(SRC_DIR)/as.c
  15. opr:
  16. make pr | opr
  17. # total cleanup
  18. clean:
  19. make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
  20. # only remove ce, ceg, and back directories
  21. dclean:
  22. make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean