1984-07-12 14:05:03 +00:00
|
|
|
# $Header$
|
|
|
|
|
1987-07-13 16:50:57 +00:00
|
|
|
NOFL =
|
|
|
|
|
1984-07-12 13:50:44 +00:00
|
|
|
all: testC testI
|
|
|
|
|
|
|
|
testI:
|
1987-07-13 16:50:57 +00:00
|
|
|
# int $(NOFL) t1.p; em
|
|
|
|
int $(NOFL) t2.p; em
|
|
|
|
int $(NOFL) t3.p; em e.out f1 f2 f3 f4 f5 f6
|
|
|
|
int $(NOFL) t4.p; em
|
|
|
|
int $(NOFL) t5.p; em
|
|
|
|
int $(NOFL) tstenc.p; em
|
|
|
|
int $(NOFL) tstgto.p; em
|
|
|
|
int $(NOFL) -.p callc.p cmod.c ; em
|
1985-01-17 12:43:51 +00:00
|
|
|
rm -f e.out f? *.k
|
1984-07-12 13:50:44 +00:00
|
|
|
|
|
|
|
testC:
|
1987-07-13 16:50:57 +00:00
|
|
|
apc $(NOFL) t1.p; a.out
|
|
|
|
apc $(NOFL) t2.p; a.out
|
|
|
|
apc $(NOFL) t3.p; a.out f1 f2 f3 f4 f5 f6
|
|
|
|
apc $(NOFL) t4.p; a.out
|
|
|
|
apc $(NOFL) t5.p; a.out
|
|
|
|
apc $(NOFL) tstenc.p; a.out
|
|
|
|
apc $(NOFL) tstgto.p; a.out
|
|
|
|
apc $(NOFL) -.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:
|
1987-07-13 16:50:57 +00:00
|
|
|
-rm -f [ea].out f? *.o
|
1984-07-12 13:50:44 +00:00
|
|
|
|
|
|
|
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
|