ack/util/int/test/Makefile

35 lines
527 B
Makefile
Raw Normal View History

1988-06-24 15:40:41 +00:00
# $Header$
1988-06-27 10:51:16 +00:00
EM = ../../..# # EM tree
1988-06-24 15:40:41 +00:00
.SUFFIXES: .em22 .em24 .em44
.c.em22:
$(EM)/bin/em22 $*.c -o $*.em22
.p.em22:
$(EM)/bin/em22 $*.p -o $*.em22
.c.em24:
$(EM)/bin/em24 $*.c -o $*.em24
.p.em24:
$(EM)/bin/em24 $*.p -o $*.em24
.c.em44:
$(EM)/bin/em44 $*.c -o $*.em44
.p.em44:
$(EM)/bin/em44 $*.p -o $*.em44
clean:
rm -f e.out core mon.out int.mess int.log int.core int.tally \
*.k *.m *.o *.s *.em?? a.out
1988-06-27 10:51:16 +00:00
distr: .distr
.distr:
echo *.[cp] Makefile READ_ME | tr ' ' '\012' > .distr
all install cmp pr opr: