Added Makefile

This commit is contained in:
ceriel 1989-01-19 17:51:44 +00:00
parent c951295521
commit fa9d7ce5ce
2 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,4 @@
Makefile
as_table
mach.c
mach.h

25
mach/m68020/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