Annotation of researchv8dc/cmd/cbt/Makefile, revision 1.1.1.1

1.1       root        1: all:    btbuild btcat btcreat btran btreport btsquash
                      2: 
                      3: btbuild:       btbuild.c
                      4:        cc btbuild.c -lcbt -o btbuild
                      5: 
                      6: btcat: btcat.c
                      7:        cc btcat.c -lcbt -o btcat
                      8: 
                      9: btcreat:       btcreat.c
                     10:        cc btcreat.c -lcbt -o btcreat
                     11: 
                     12: btdelete:      btdelete.c
                     13:        cc btdelete.c -lcbt -o btdelete
                     14: 
                     15: btran: btran.c
                     16:        cc btran.c -lcbt -o btran
                     17: 
                     18: btreport:      btreport.c
                     19:        cc btreport.c -lcbt -o btreport
                     20: 
                     21: btsquash:      btsquash.c
                     22:        cc btsquash.c -lcbt -o btsquash
                     23: 
                     24: install:
                     25:        strip btbuild btcat btcreat btdelete btran btreport btsquash
                     26:        mv btbuild btcat btcreat btdelete btran btreport btsquash /usr/lib/btree
                     27: 
                     28: clean:
                     29:        rm -f btbuild btcat btcreat btran btreport btsquash

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.