|
|
1.1 root 1: CFLAGS= -O -DCOPYCODE
2: FILES=c20.o c21.o c22.o
3:
4: c2: $(FILES)
5: $(CC) $(LDFLAGS) -o c2 c2?.o
6:
7: c20.o: c20.c c2.h
8: c21.o: c21.c c2.h
9: c22.o: c22.c c2.h
10: $(CC) $(CFLAGS) -cR c22.c
11:
12: clean:
13: rm -f $(FILES) c2
14:
15: install: c2
16: strip c2
17: cp c2 $(DESTDIR)/lib
18:
19: test:
20: rm -fr testdir
21: mkdir testdir
22: cp /lib/cpp /lib/ccom testdir
23: make clean
24: make c2
25: cp c2 testdir/c2
26: make clean
27: make CFLAGS="${CFLAGS} -Btestdir/" c2
28: cp c2 testdir/c2
29: make clean
30: make CFLAGS="${CFLAGS} -Btestdir/" c2
31: strip c2 testdir/c2
32: cmp c2 testdir/c2 && rm -fr c2 testdir
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.