1989-02-08 14:57:48 +00:00
|
|
|
EMHOME = ../../..
|
|
|
|
CEG = $(EMHOME)/lib/ceg/util
|
1989-10-10 10:58:30 +00:00
|
|
|
OBJ = obj
|
1989-02-08 14:57:48 +00:00
|
|
|
|
|
|
|
all:
|
1989-10-10 10:58:30 +00:00
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ)
|
1989-02-08 14:57:48 +00:00
|
|
|
|
|
|
|
install:
|
1989-10-10 10:58:30 +00:00
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) install
|
1989-02-08 14:57:48 +00:00
|
|
|
|
|
|
|
cmp:
|
1989-10-10 10:58:30 +00:00
|
|
|
-make -f $(CEG)/make_asobj "OBJ="$(OBJ) cmp
|
1989-02-08 14:57:48 +00:00
|
|
|
|
|
|
|
pr:
|
|
|
|
@pr Makefile EM_table mach.h mach.c as_table as.h as.c
|
|
|
|
|
|
|
|
opr:
|
|
|
|
make pr | opr
|
|
|
|
|
|
|
|
# total cleanup
|
|
|
|
clean:
|
1989-10-10 10:58:30 +00:00
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
|
1989-02-08 14:57:48 +00:00
|
|
|
|
|
|
|
# only remove ce, ceg, and back directories
|
|
|
|
dclean:
|
1989-10-10 10:58:30 +00:00
|
|
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean
|