ack/lang/cem/ctest/ctprof/makefile

36 lines
751 B
Makefile
Raw Normal View History

1985-02-06 21:25:27 +00:00
.SILENT:
CEM=pdp
head: gen
diffs:
echo No diffs in ctprof
egen: tp.e
echo comparing tp.e
-if test -f tp.e.g ; then diff tp.cem.r tp.e.g ; else echo creating tp.e.g ; cp tp.cem.r tp.e.g ; fi
rm -f tp.e
tp.e: tp.c $(CEM)
$(CEM) -p -c.e tp.c
tp.cem.r: tp.cem
echo running tp
-tp.cem >tp.cem.r
rm -f tp.cem
1987-08-06 10:27:10 +00:00
procentry.m: procentry.c
$(CEM) -c.m procentry.c
tp.cem: tp.c procentry.m
echo $(CEM) tp.c procentry.m
$(CEM) -p -o tp.cem -O tp.c procentry.m
1985-02-06 21:25:27 +00:00
rm -f procentry.[kosm] tp.[kmos]
gen: tp.cem.r
echo comparing tp
-if test -f tp.cem.g ; then diff tp.cem.r tp.cem.g ; else echo creating tp.cem.g ; cp tp.cem.r tp.cem.g ; fi
pr:
@pr `pwd`/*.c tp.cem.g
opr:
make pr | opr
1987-02-23 22:35:21 +00:00
clean:
1985-02-06 21:25:27 +00:00
-rm -f *.[kosme] *.old
transI transM cmpI cmpM: