Annotation of researchv10no/dk/libc/Makefile, revision 1.1.1.1

1.1       root        1: CFLAGS = -O
                      2: LIB = tdkdial.o tdkexec.o tdklogin.o tdkmgr.o dkproto.o  \
                      3:        dkctlchan.o pwsearch.o
                      4: 
                      5: %.o:   %.c
                      6:        $(CC) $(CFLAGS) -I../cmd -c $%.c
                      7: 
                      8: all: libdk.a
                      9: 
                     10: libdk.a:       $(LIB)
                     11:        rm -f libdk.a
                     12:        ar rc libdk.a $(LIB)
                     13: 
                     14: clean:
                     15:        rm -f *.o libdk.a
                     16: 
                     17: install:       libdk.a
                     18:        cp libdk.a /usr/lib
                     19:        ranlib /usr/lib/libdk.a

unix.superglobalmegacorp.com

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