Annotation of 43BSDTahoe/new/dipress/src/bin/plot2ip/Makefile, revision 1.1

1.1     ! root        1: # Makefile for Unix Interpress utilities
        !             2: #
        !             3: # Copyright (c) 1984, 1985, 1986 Xerox Corp.
        !             4: #
        !             5: # HISTORY
        !             6: #
        !             7: 
        !             8: DESTBIN=../../../bin
        !             9: DESTINCLUDE=../../../include
        !            10: DESTLIB=../../../lib
        !            11: 
        !            12: plot2ip: plot2ip.o $(DESTLIB)/libip.a $(DESTLIB)/libgetopt.a
        !            13:        $(CC) $(CFLAGS) -o plot2ip plot2ip.o $(DESTLIB)/libip.a $(DESTLIB)/libgetopt.a
        !            14: 
        !            15: plot2ip.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h
        !            16:        $(CC) $(CFLAGS) -I$(DESTINCLUDE) -c plot2ip.c
        !            17: 
        !            18: lint:
        !            19:        lint -ab -I$(DESTINCLUDE) plot2ip.c $(DESTLIB)/llib-lip.ln -lc $(DESTLIB)/llib-lgetopt.ln
        !            20: 
        !            21: test:
        !            22:        (cd Test; make test)
        !            23: 
        !            24: 
        !            25: install: $(DESTBIN)/plot2ip
        !            26: 
        !            27: $(DESTBIN)/plot2ip: plot2ip
        !            28:        install -c -s plot2ip $(DESTBIN)
        !            29: 
        !            30: clean:
        !            31:        rm -f plot2ip *.o
        !            32:        (cd Test; make clean)

unix.superglobalmegacorp.com

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