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

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