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

1.1       root        1: #
                      2: # Copyright (c) 1984, 1985, 1986 Xerox Corp.
                      3: #
                      4: #      Makefile for "restotext" module
                      5: #
                      6: DESTBIN=       ../../../bin
                      7: DESTINCLUDE=   ../../../include
                      8: DESTLIB=       ../../../lib
                      9: 
                     10: CFLAGS=                -I${DESTINCLUDE} -O 
                     11: LFLAGS=                -lbeacon
                     12: 
                     13: restotext: restotext.o parse.o enumerate.o
                     14:        cc -o restotext restotext.o parse.o enumerate.o
                     15: 
                     16: restotext.o: restotext.c /usr/include/stdio.h
                     17:        cc -c -O restotext.c
                     18: 
                     19: parse.o: parse.c ${DESTINCLUDE}/iptokens.h /usr/include/stdio.h
                     20:        cc -c ${CFLAGS} parse.c
                     21: 
                     22: enumerate.o: enumerate.c /usr/include/stdio.h
                     23:        cc -c -O enumerate.c
                     24: 
                     25: lint:
                     26:        lint -abu restotext.c enumerate.c
                     27: 
                     28: clean:
                     29:        rm -f restotext *.o
                     30: 
                     31: install: ${DESTBIN}/restotext
                     32: 
                     33: ${DESTBIN}/restotext: restotext
                     34:        install -c -s restotext ${DESTBIN}

unix.superglobalmegacorp.com

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