Annotation of researchv9/jerq/sgs/comp/makefile, revision 1.1

1.1     ! root        1: FLEX=  -DFLEXNAMES
        !             2: 
        !             3: #LFLAGS=       -p
        !             4: CFLAGS=        -O -I. -DNODBG $(FLEX)
        !             5: 
        !             6: OFILES= cgram.o xdefs.o scan.o pftn.o trees.o optim.o local.o reader.o\
        !             7:        local2.o debug.o match.o allo.o comm1.o table.o cost.o cgen.o\
        !             8:        optdir.o
        !             9: 
        !            10: comp:  $(OFILES)
        !            11:                $(CC) $(CFLAGS) -o comp $(OFILES)
        !            12: 
        !            13: sty:           sty.y manifest.h macdefs.h mfile2.h dope.h
        !            14:                -@echo "Expect 3 reduce/reduce conflicts"
        !            15:                $(YACC) sty.y
        !            16:                $(CC) $(CFLAGS) -I. -o sty y.tab.c
        !            17:                rm y.tab.c
        !            18: $(OFILES):     manifest.h macdefs.h
        !            19: trees.o optim.o pftn.o local.o scan.o xdefs.o cgram.o: mfile1.h sdb.h 
        !            20: table.o cost.o cgen.o reader.o local2.o allo.o:        mfile2.h 
        !            21: cgram.c:       cgram.y
        !            22:                -@echo "Expect 6 shift/reduce conflicts"
        !            23:                $(YACC) $(YFLAGS) cgram.y
        !            24:                mv y.tab.c cgram.c
        !            25: comm1.o:       mfile1.h sdb.h common dope.h 
        !            26: cgram.o:       cgram.c
        !            27:                $(CC) $(CFLAGS) -DYYMAXDEPTH=600 -c cgram.c
        !            28: table.c:       sty stin
        !            29:                -@echo "Expect 2 \"... may be covered by ...\" messages"
        !            30:                ./sty <stin >table.c
        !            31: debug.o optdir.o:      mfile1.h storclass.h
        !            32: match.o:       mfile2.h sdb.h
        !            33: 
        !            34: install:       comp
        !            35:                cp comp /usr/jerq/lib/m32/comp
        !            36:                strip /usr/jerq/lib/m32/comp
        !            37: 
        !            38: clean:
        !            39:        -rm -f $(OFILES) comp table.c sty cgram.c

unix.superglobalmegacorp.com

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