Pristine Ack-5.5
[Ack-5.5.git] / util / int / test / proto.make
1 # $Id: proto.make,v 1.2 1994/06/24 10:50:51 ceriel Exp $
2
3 #PARAMS         do not remove this line
4
5 .SUFFIXES:      .em22 .em24 .em44
6
7 .c.em22:
8         $(UTIL_HOME)/bin/em22 $*.c -o $*.em22
9
10 .p.em22:
11         $(UTIL_HOME)/bin/em22 $*.p -o $*.em22
12
13 .c.em24:
14         $(UTIL_HOME)/bin/em24 $*.c -o $*.em24
15
16 .p.em24:
17         $(UTIL_HOME)/bin/em24 $*.p -o $*.em24
18
19 .c.em44:
20         $(UTIL_HOME)/bin/em44 $*.c -o $*.em44
21
22 .p.em44:
23         $(UTIL_HOME)/bin/em44 $*.p -o $*.em44
24
25 clean:
26         rm -f e.out core mon.out int.mess int.log int.core int.tally \
27                 *.k *.m *.o *.s *.em?? a.out
28
29 all install cmp pr opr: