|
|
1.1 root 1: LCBT=-lcbt
2:
3: ALL = btadd btbuild btcat btcreat btdelete btlook btran btreport btsquash
4:
5: all: $(ALL)
6:
7: btadd: btadd.c
8: cc $(CFLAGS) btadd.c $(LCBT) -o btadd
9: btbuild: btbuild.c
10: cc $(CFLAGS) btbuild.c $(LCBT) -o btbuild
11: btcat: btcat.c
12: cc $(CFLAGS) btcat.c $(LCBT) -o btcat
13: btcreat: btcreat.c
14: cc $(CFLAGS) btcreat.c $(LCBT) -o btcreat
15: btdelete: btdelete.c
16: cc $(CFLAGS) btdelete.c $(LCBT) -o btdelete
17: btlook: btlook.c
18: cc $(CFLAGS) btlook.c $(LCBT) -o btlook
19: btran: btran.c
20: cc $(CFLAGS) btran.c $(LCBT) -o btran
21: btreport: btreport.c
22: cc $(CFLAGS) btreport.c $(LCBT) -o btreport
23: btsquash: btsquash.c
24: cc $(CFLAGS) btsquash.c $(LCBT) -o btsquash
25:
26: install:
27: strip $(ALL)
28: test -d /usr/lib/btree || mkdir /usr/lib/btree
29: mv $(ALL) /usr/lib/btree
30: cp cbt /usr/bin
31:
32: clean:
33: rm -f $(ALL) nohup.out *.o *.T *.F
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.