Annotation of 43BSDTahoe/new/dipress/src/bin/ipf/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1984, 1985 Xerox Corp.
                      3: #
                      4: DESTINCLUDE=../../../include
                      5: DESTBIN=../../../bin
                      6: DESTLIB=../../../lib
                      7: 
                      8: ipf: ipf.o $(DESTLIB)/libgetopt.a
                      9:        cc -o ipf ipf.o $(DESTLIB)/libgetopt.a
                     10: 
                     11: ipf.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/ipnames.h
                     12:        cc -c -I$(DESTINCLUDE) ipf.c
                     13: 
                     14: lint: 
                     15:        lint -ab -I$(DESTINCLUDE) ipf.c $(DESTLIB)/llib-lip.ln \
                     16:                $(DESTLIB)/llib-lgetopt.ln -lc
                     17: 
                     18: clean:
                     19:        rm -f ipf *.o
                     20: 
                     21: install: $(DESTBIN)/ipf
                     22: 
                     23: $(DESTBIN)/ipf: ipf
                     24:        install -c -s ipf $(DESTBIN)

unix.superglobalmegacorp.com

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