Annotation of researchv10dc/cmd/cyntax/sets/Makefile, revision 1.1

1.1     ! root        1: DEFS   =
        !             2: CFLAGS =
        !             3: LDFLAGS        =  -ll
        !             4: INCS   =
        !             5: INSDIR = ../cyn
        !             6: OBS    = \
        !             7:        sets.o sets.lex.o
        !             8: 
        !             9: sets           : $(OBS)
        !            10:                $(CC) -o sets $(OBS) $(LDFLAGS)
        !            11: 
        !            12: sets.lex.c     : sets.lex.l
        !            13:                lex sets.lex.l
        !            14:                mv lex.yy.c sets.lex.c
        !            15: 
        !            16: install                : $(INSDIR)/sets
        !            17: 
        !            18: $(INSDIR)/sets : sets
        !            19:                cp sets $(INSDIR)/sets
        !            20: 
        !            21: $(OBS)         : $(INCS)
        !            22: 
        !            23: clean          :
        !            24:                -rm -f $(OBS) sets.lex.c 

unix.superglobalmegacorp.com

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