|
|
1.1 ! root 1: # ! 2: # ! 3: # Copyright (c) 1984, 1985 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: clean: ! 28: rm -f stackres *.o ! 29: ! 30: install: stackres ! 31: install -c -s stackres ${DESTBIN}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.