Annotation of researchv10no/cmd/efl/efixsrc/mkfile, revision 1.1.1.1

1.1       root        1: BUILTINS =
                      2: CC = lcc
                      3: #g = -g
                      4: g =
                      5: %.o: %.c efix.h
                      6:        $CC -c $g $stem.c
                      7: %.O: %.c efix.h
                      8:        cyntax -c $stem.c
                      9: 
                     10: both:V: ../Efix ../cpt
                     11: 
                     12: ../Efix: main.o process.o
                     13:        $CC $g $prereq -o $target
                     14: 
                     15: ../cpt: cpt.c
                     16:        $CC $g $prereq -o $target
                     17: 
                     18: clean:
                     19:        rm -f *.o

unix.superglobalmegacorp.com

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