1994-06-24 14:02:31 +00:00
|
|
|
# $Id$
|
1991-09-05 16:35:56 +00:00
|
|
|
|
|
|
|
#PARAMS do not remove this line!
|
|
|
|
|
1991-09-05 16:35:57 +00:00
|
|
|
MACH = i386
|
|
|
|
OBJ = obj
|
|
|
|
SRC_DIR = $(SRC_HOME)/mach/$(MACH)/ce
|
1991-09-05 16:35:56 +00:00
|
|
|
|
|
|
|
CEG = $(TARGET_HOME)/lib.bin/ceg/util
|
|
|
|
|
|
|
|
all:
|
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)
|
|
|
|
|
|
|
|
install:
|
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) install
|
|
|
|
|
|
|
|
cmp:
|
|
|
|
-make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) cmp
|
|
|
|
|
|
|
|
pr:
|
|
|
|
@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
|
|
|
|
|
|
|
|
opr:
|
|
|
|
make pr | opr
|
|
|
|
|
|
|
|
# total cleanup
|
|
|
|
clean:
|
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
|
|
|
|
|
|
|
|
# only remove ce, ceg, and back directories
|
|
|
|
dclean:
|
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean
|