Makefile added

This commit is contained in:
ceriel 1989-01-27 13:10:44 +00:00
parent 9786adbeb6
commit ee37544370

25
mach/i86/ce/Makefile Normal file
View File

@ -0,0 +1,25 @@
EMHOME = ../../..
CEG = $(EMHOME)/lib/ceg/util
all:
make -f $(CEG)/make_obj
install:
make -f $(CEG)/make_obj install
cmp:
-make -f $(CEG)/make_obj cmp
pr:
@pr Makefile EM_table mach.h mach.c as_table as.h as.c
opr:
make pr | opr
# total cleanup
clean:
make -f $(CEG)/make_obj clean
# only remove ce, ceg, and back directories
dclean:
make -f $(CEG)/make_obj dclean