|
|
1.1 root 1: .SUFFIXES: .c .o
2: B = /usr/bin
3: G = -Od2
4: C = cc
5: o = tsort.o subs.o refstore.o
6: .c.o:
7: $C -c $G $*.c
8: tsort: $o ts.h
9: cc -o tsort $o
10: install: tsort
11: strip tsort
12: cp tsort $B
13: clean:
14: rm -f tsort $o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.