|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1984, 1985 Xerox Corp. ! 3: # ! 4: DESTINCLUDE=../../../include ! 5: DESTBIN=../../../bin ! 6: DESTLIB=../../../lib ! 7: ! 8: CFLAGS= -g ! 9: ! 10: iptotext: iptotext.o ! 11: cc -g -o iptotext iptotext.o ! 12: ! 13: iptotext.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/ipnames.h ! 14: cc -g -c -I$(DESTINCLUDE) iptotext.c ! 15: ! 16: lint: ! 17: lint -ab -I$(DESTINCLUDE) iptotext.c $(DESTLIB)/llib-lip.ln -lc ! 18: ! 19: clean: ! 20: rm -f iptotext *.o ! 21: ! 22: install: $(DESTBIN)/iptotext ! 23: ! 24: $(DESTBIN)/iptotext: iptotext ! 25: install -c -s iptotext $(DESTBIN)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.