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

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

unix.superglobalmegacorp.com

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