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

1.1       root        1: L=libsys.a
                      2: INCL=/usr/jerq/include
                      3: CC=3cc
                      4: AS=3as
                      5: AR=3ar
                      6: CFLAGS=-J
                      7: 
                      8: OBJ=acia.o bram.o buttons.o cursblt.o cursor.o kbd.o queue.o setup.o
                      9: CFILES=acia.c bram.c buttons.c cursblt.s cursor.c kbd.c queue.c setup.c
                     10: 
                     11: $L:    $(OBJ)
                     12:        $(AR) uv $L $^
                     13: 
                     14: install: $L
                     15:        cp $L /usr/jerq/lib
                     16: 
                     17: clean:
                     18:        rm -f *.[oa]
                     19: 
                     20: print:
                     21:        @pr $(CFILES)
                     22: 
                     23: pp:
                     24:        pp -tSystem -kjerq $(CFILES) | dcan
                     25: 
                     26: lint:
                     27:        lint -h -c -u -n -I/usr/jerq/include $(CFILES)

unix.superglobalmegacorp.com

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