use make_asobj

This commit is contained in:
ceriel 1989-06-19 11:27:36 +00:00
parent 0374c089c3
commit 869ba1ec9e

View file

@ -1,14 +1,15 @@
EMHOME = ../../..
CEG = $(EMHOME)/lib/ceg/util
OBJ = obj
all:
make -f $(CEG)/make_obj
make -f $(CEG)/make_asobj "OBJ="$(OBJ)
install:
make -f $(CEG)/make_obj install
make -f $(CEG)/make_asobj "OBJ="$(OBJ) install
cmp:
-make -f $(CEG)/make_obj cmp
-make -f $(CEG)/make_asobj "OBJ="$(OBJ) cmp
pr:
@pr Makefile EM_table mach.h mach.c as_table as.h as.c
@ -18,8 +19,8 @@ opr:
# total cleanup
clean:
make -f $(CEG)/make_obj clean
make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
# only remove ce, ceg, and back directories
dclean:
make -f $(CEG)/make_obj dclean
make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean