Annotation of researchv9/jerq/src/lib/c/makefile, revision 1.1.1.1

1.1       root        1: CC=3cc
                      2: CFLAGS=-J
                      3: AS=3as
                      4: AR=3ar
                      5: 
                      6: L=libc.a
                      7: 
                      8: OBJ=abs.o atoi.o atol.o chrtab.o ctype.o index.o qsort.o rand.o rindex.o strcat.o strchr.o strcmp.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o swab.o
                      9: 
                     10: $L: $(OBJ)
                     11:        $(AR) uv $L $(OBJ)
                     12: 
                     13: install: $L
                     14:        cp $L /usr/jerq/lib
                     15: 
                     16: clean:
                     17:        rm -f *.[oa]

unix.superglobalmegacorp.com

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