Pristine Ack-5.5
[Ack-5.5.git] / etc / proto.make
1 # $Id: proto.make,v 1.2 1994/06/24 10:07:02 ceriel Exp $
2
3 #PARAMS         do not remove this line!
4
5 h=$(TARGET_HOME)/h
6 c=$(SRC_HOME)/util/data
7
8 FILES= \
9 $h/em_spec.h \
10 $h/em_pseu.h \
11 $h/em_mnem.h \
12 $c/em_flag.c \
13 $c/em_pseu.c \
14 $c/em_mnem.c
15
16 $(FILES):       $(SRC_DIR)/etc/em_table
17                 cd $(SRC_DIR)/etc ; new_table $h $c
18
19 install:        $(FILES)
20
21 distr:          $(FILES)
22
23 opr:
24                 make pr ^ opr
25 pr:
26                 @cd $(SRC_DIR) ; pr proto.make em_table new_table pop_push traps
27
28 clean:
29                 -rm -f *.old
30
31 cmp :           # do nothing