Pristine Ack-5.5
[Ack-5.5.git] / mach / i86 / ce / proto.make
1 # $Id: proto.make,v 1.2 1994/06/24 13:00:28 ceriel Exp $
2
3 #PARAMS         do not remove this line!
4
5 MACH = i86
6 OBJ = obj
7 SRC_DIR = $(SRC_HOME)/mach/$(MACH)/ce
8
9 CEG = $(TARGET_HOME)/lib.bin/ceg/util
10
11 all:
12         make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)
13
14 install:
15         make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) install
16
17 cmp:
18         -make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) cmp
19
20 pr:
21         @pr $(SRC_DIR)/proto.make $(SRC_DIR)/EM_table $(SRC_DIR)/mach.h $(SRC_DIR)/mach.c $(SRC_DIR)/as_table $(SRC_DIR)/as.h $(SRC_DIR)/as.c
22
23 opr:
24         make pr | opr
25
26 # total cleanup
27 clean:
28         make -f $(CEG)/make_asobj "OBJ="$(OBJ) clean
29
30 # only remove ce, ceg, and back directories
31 dclean:
32         make -f $(CEG)/make_asobj "OBJ="$(OBJ) dclean