Annotation of researchv8dc/lib/libl/Makefile, revision 1.1

1.1     ! root        1: CFLAGS = -O
        !             2: 
        !             3: all: libl.a
        !             4: 
        !             5: libl.a:
        !             6:        cc -c -O allprint.c main.c reject.c yyless.c
        !             7:        cc -c -O yywrap.c
        !             8:        rm -f libl.a
        !             9:        ar rvc libl.a allprint.o main.o reject.o yyless.o yywrap.o
        !            10:        rm allprint.o main.o reject.o yyless.o yywrap.o
        !            11: 
        !            12: install: all
        !            13:        cp libl.a $(DESTDIR)/usr/lib
        !            14: 
        !            15: clean:
        !            16:        rm -f *.o libl.a

unix.superglobalmegacorp.com

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