Annotation of researchv10no/cmd/cflow/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)cflow.mk    1.7     83/08/19
                      2: #      3.0 SID #       1.2
                      3: FLG=
                      4: TESTDIR = .
                      5: CFLAGS =-O -DFLEXNAMES
                      6: FILES = Makefile README cflow.sh dag.c lpfx.c nmf.c flip.c
                      7: ALL = dag lpfx nmf flip
                      8: LINT = ../lint
                      9: MIP = ../pcc1/mip
                     10: BIN = $(ROOT)/usr/bin
                     11: LIB = $(ROOT)/usr/lib
                     12: 
                     13: all:   $(ALL)
                     14: 
                     15: dag:   dag.c
                     16:        $(CC) $(CFLAGS) $(LDFLAGS) dag.c -o $(TESTDIR)/dag
                     17: 
                     18: lpfx:  lpfx.c $(LINT)/lint.h  $(MIP)/manifest
                     19:        $(CC) $(CFLAGS) -I$(LINT) -I$(MIP) $(LDFLAGS) lpfx.c -o $(TESTDIR)/lpfx
                     20: 
                     21: nmf:   nmf.c
                     22:        $(CC) $(CFLAGS) nmf.c $(LDFLAGS) -o $(TESTDIR)/nmf
                     23: 
                     24: flip:  flip.c
                     25:        $(CC) $(CFLAGS) flip.c $(LDFLAGS) -o $(TESTDIR)/flip
                     26: 
                     27: install:       $(ALL)
                     28:        cp cflow.sh $(BIN)/cflow
                     29:        cp dag $(LIB)/dag
                     30:        cp lpfx $(LIB)/lpfx
                     31:        cp nmf $(LIB)/nmf
                     32:        cp flip $(LIB)/flip
                     33: 
                     34: clean:
                     35:        -rm -f *.o a.out make.out core $(ALL)

unix.superglobalmegacorp.com

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