Annotation of researchv10no/cmd/gre/makefile, revision 1.1

1.1     ! root        1: CFLAGS=-g -DUSE_STDIO -I. #-p -DPROFILING #
        !             2: OBJ=main.o dofgrep.o dogre.o fns.o buffer.o cw.o bm.o eg.o egcomp.o eglit.o egpos.o egstate.o egcw.o egbr.o egmatch.o egcanon.o
        !             3: HOBJ=htest.o eg.o egcomp.o eglit.o egpos.o egstate.o egcw.o egbr.o egmatch.o re.o cw.o refile.o egerror.o #dofgrep.o dogre.o fns.o buffer.o cw.o bm.o egcanon.o
        !             4: 
        !             5: gre:   $(OBJ)
        !             6:        $(CC) $(CFLAGS) -o gre $(OBJ)
        !             7: 
        !             8: htest: $(HOBJ)
        !             9:        $(CC) $(CFLAGS) -o htest $(HOBJ)
        !            10: 
        !            11: regress:
        !            12:        rm -f buffer.o; make CC=$(CC) CFLAGS="$(CFLAGS) -DBUFSIZE=500" gre
        !            13:        cd regress.d; make GRE=../gre
        !            14:        rm -f buffer.o gre

unix.superglobalmegacorp.com

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