ack/mach/i386/ce/Makefile

27 lines
464 B
Makefile
Raw Normal View History

1989-02-08 14:57:48 +00:00
EMHOME = ../../..
CEG = $(EMHOME)/lib/ceg/util
OBJ = obj
1989-02-08 14:57:48 +00:00
all:
make -f $(CEG)/make_asobj "OBJ="$(OBJ)
1989-02-08 14:57:48 +00:00
install:
make -f $(CEG)/make_asobj "OBJ="$(OBJ) install
1989-02-08 14:57:48 +00:00
cmp:
-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:
make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
1989-02-08 14:57:48 +00:00
# only remove ce, ceg, and back directories
dclean:
make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean