Annotation of 43BSD/lib/c2/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    4.4     (Berkeley)      85/07/06
        !             2: #
        !             3: CFLAGS=-DCOPYCODE -DC2 -O
        !             4: LDFLAGS=
        !             5: ASDIR = /usr/src/bin/as
        !             6: 
        !             7: SRCS = makefile c2.h c20.c c21.c c22.c
        !             8: 
        !             9: c2:    c20.o c21.o c22.o
        !            10:        $(CC) $(LDFLAGS) -o c2 c2?.o
        !            11: 
        !            12: c20.o: c20.c c2.h
        !            13: c21.o: c21.c c2.h
        !            14: c22.o:  c22.c c2.h instrs.c2
        !            15:        $(CC) $(CFLAGS) -R -c c22.c
        !            16: 
        !            17: instrs.c2: $(ASDIR)/instrs
        !            18:        (echo FLAVOR C2 ; cat $(ASDIR)/instrs) | awk -f $(ASDIR)/instrs > instrs.c2
        !            19: 
        !            20: clean:
        !            21:        rm -f *.o *.s 
        !            22: 
        !            23: install: c2
        !            24:        install -s c2 $(DESTDIR)/lib
        !            25: 
        !            26: sources: $(SRCS)
        !            27: 
        !            28: $(ASDIR)/instrs:
        !            29:        (cd $(ASDIR); sccs get instrs)
        !            30: 
        !            31: $(SRCS):
        !            32:        sccs get $@

unix.superglobalmegacorp.com

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