use make_asobj
This commit is contained in:
parent
0374c089c3
commit
869ba1ec9e
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
||||||
EMHOME = ../../..
|
EMHOME = ../../..
|
||||||
CEG = $(EMHOME)/lib/ceg/util
|
CEG = $(EMHOME)/lib/ceg/util
|
||||||
|
OBJ = obj
|
||||||
|
|
||||||
all:
|
all:
|
||||||
make -f $(CEG)/make_obj
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
make -f $(CEG)/make_obj install
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) install
|
||||||
|
|
||||||
cmp:
|
cmp:
|
||||||
-make -f $(CEG)/make_obj cmp
|
-make -f $(CEG)/make_asobj "OBJ="$(OBJ) cmp
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr Makefile EM_table mach.h mach.c as_table as.h as.c
|
@pr Makefile EM_table mach.h mach.c as_table as.h as.c
|
||||||
|
@ -18,8 +19,8 @@ opr:
|
||||||
|
|
||||||
# total cleanup
|
# total cleanup
|
||||||
clean:
|
clean:
|
||||||
make -f $(CEG)/make_obj clean
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
|
||||||
|
|
||||||
# only remove ce, ceg, and back directories
|
# only remove ce, ceg, and back directories
|
||||||
dclean:
|
dclean:
|
||||||
make -f $(CEG)/make_obj dclean
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean
|
||||||
|
|
Loading…
Add table
Reference in a new issue