|
|
1.1 root 1: what:
2: @echo "what do you want to make?"
3:
4: All:
5: make Prog
6: make Proc
7:
8: Prog:
9: cc -o sizes sizes.c
10: Prog1test
11: Prog2test
12:
13: Proc:
14: Proctest
15:
16: Clean:
17: rm -f local/*
18: touch local/.placeholder
19:
20: Dist-setup:
21: make All
22: cd ..; make Pidemo
23: rm -f distr/*
24: mv local/* distr
25: touch local/.placeholder
26:
27: Dist-clean:
28: rm -f .BK* .CK* .emacs*
29: rm -f local/*
30: touch local/.placeholder
31: rm -rf `gcomp Makefile *.gen Prog* Proctest Functest t-* \
32: *.tlist local distr pdef.h sizes.c READ.ME`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.