Pristine Ack-5.5
[Ack-5.5.git] / modules / h / proto.make
1 # $Id: proto.make,v 1.3 1994/06/24 11:25:54 ceriel Exp $
2
3 #PARAMS         do not delete this line!
4
5 SRC_DIR = $(SRC_HOME)/modules/h
6 MOD_DIR = $(TARGET_HOME)/modules
7 FILES = \
8         $(SRC_DIR)/ansi.h \
9         $(SRC_DIR)/em.h \
10         $(SRC_DIR)/em_arith.h \
11         $(SRC_DIR)/em_code.h \
12         $(SRC_DIR)/em_label.h \
13         $(SRC_DIR)/em_codeCE.h \
14         $(SRC_DIR)/emO_code.h \
15         $(SRC_DIR)/em_codeO.h \
16         $(SRC_DIR)/em_mesX.h
17
18 all:
19
20 install:        all
21                 -mkdir $(MOD_DIR)/h
22                 cp $(FILES) $(MOD_DIR)/h
23
24 cmp:            all
25
26 pr:
27                 @pr $(SRC_DIR)/proto.make $(FILES)
28
29 opr:
30                 make pr | opr
31
32 clean:
33 lintlib: