Annotation of researchv10no/cmd/lcc/gen3/makefile, revision 1.1

1.1     ! root        1: TARGET=vax
        !             2: OS=bsd
        !             3: CC=lcc -A
        !             4: CFLAGS=-g
        !             5: LDFLAGS=-g
        !             6: INCLUDES=-I. -I../c
        !             7: 
        !             8: D=$(TARGET)-$(OS)
        !             9: 
        !            10: all:   $(D)/rcc
        !            11: 
        !            12: OBJS=$(D)/gen.o
        !            13: 
        !            14: $(D)/gen.o:    gen.c reginfo.h
        !            15:                $(CC) -c -o $@ $(CFLAGS) $(INCLUDES) gen.c
        !            16: 
        !            17: include ../c/makefile
        !            18: 
        !            19: $(COBJS) $(OBJS):      config.h
        !            20: 
        !            21: RUN=run
        !            22: V=$(TARGET)-$(OS)
        !            23: include ../tst/makefile

unix.superglobalmegacorp.com

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