Annotation of researchv10no/libcbt/makefile, revision 1.1.1.1

1.1       root        1: .SUFFIXES:     .x .o .c
                      2: .c.o:
                      3:        $(CC) $(CFLAGS) -c $<
                      4:        -ld -r -X $@
                      5:        mv a.out $@
                      6: .c.x:
                      7:        $(CC) $(CFLAGS) -c $<
                      8:        -ld -r -X $*.o
                      9:        mv a.out $*.o
                     10:        ar u libcbt.a $*.o
                     11:        rm $*.o
                     12:        touch $*.x
                     13: all:   libcbt.a 
                     14: bwrite.x bdelete.x diskrd.x diskwrt.x bt.x seek.x tran.x:      cbt.h
                     15: libcbt.a:      bt.x seek.x tran.x diskrd.x diskwrt.x bwrite.x bdelete.x lib.x
                     16:        ranlib libcbt.a
                     17: cyntax:
                     18:        cyntax bttest.c bt.c seek.c tran.c diskrd.c diskwrt.c bwrite.c bdelete.c lib.c
                     19: install:
                     20:        -cp cbt.h /usr/include
                     21:        -cp libcbt.a /usr/lib
                     22:        -ranlib /usr/lib/libcbt.a
                     23: clean:
                     24:        rm -f *.o *.x libcbt.a nohup.out

unix.superglobalmegacorp.com

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