|
|
1.1 root 1: #
2: # Copyright (c) 1984, 1985 Xerox Corp.
3: #
4: # Makefile for "restotext" module
5: #
6: DESTDIR= ../../../bin
7: DESTINCLUDE= ../../../include
8:
9: CFLAGS= -I${DESTINCLUDE} -O
10: LFLAGS= -lbeacon
11:
12: restotext: restotext.o parse.o enumerate.o
13: cc -o restotext restotext.o parse.o enumerate.o
14:
15: restotext.o: restotext.c /usr/include/stdio.h
16: cc -c -O restotext.c
17:
18: parse.o: parse.c ${DESTINCLUDE}/iptokens.h /usr/include/stdio.h
19: cc -c ${CFLAGS} parse.c
20:
21: enumerate.o: enumerate.c /usr/include/stdio.h
22: cc -c -O enumerate.c
23:
24: clean:
25: rm -f restotext *.o
26:
27: install: restotext
28: install -c -s restotext ${DESTDIR}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.