1984-07-12 14:05:03 +00:00
|
|
|
# $Header$
|
|
|
|
|
1984-07-12 13:50:44 +00:00
|
|
|
all: testC testI
|
|
|
|
|
|
|
|
testI:
|
|
|
|
# int t1.p; em
|
|
|
|
int t2.p; em
|
|
|
|
int t3.p; em e.out f1 f2 f3 f4 f5 f6
|
|
|
|
int t4.p; em
|
|
|
|
int t5.p; em
|
|
|
|
int tstenc.p; em
|
1984-07-12 14:05:03 +00:00
|
|
|
int tstgto.p; em
|
1985-01-17 12:43:51 +00:00
|
|
|
int -.p callc.p cmod.c ; em
|
|
|
|
rm -f e.out f? *.k
|
1984-07-12 13:50:44 +00:00
|
|
|
|
|
|
|
testC:
|
|
|
|
apc t1.p; a.out
|
|
|
|
apc t2.p; a.out
|
|
|
|
apc t3.p; a.out f1 f2 f3 f4 f5 f6
|
|
|
|
apc t4.p; a.out
|
|
|
|
apc t5.p; a.out
|
|
|
|
apc tstenc.p; a.out
|
1984-07-12 14:05:03 +00:00
|
|
|
apc tstgto.p; a.out
|
1985-01-31 10:53:59 +00:00
|
|
|
apc -.p callc.p cmod.c ; a.out
|
1985-01-17 12:43:51 +00:00
|
|
|
rm -f a.out f? *.[os]
|
1984-07-12 13:50:44 +00:00
|
|
|
|
|
|
|
install cmp:
|
|
|
|
|
|
|
|
clean:
|
|
|
|
-rm -f [ea].out f?
|
|
|
|
|
|
|
|
opr:
|
|
|
|
make pr | opr
|
|
|
|
|
|
|
|
pr:
|
1985-01-31 10:53:59 +00:00
|
|
|
@pr t[12345].p tstenc.p tstgto.p callc.p cmod.c
|