|
|
1.1 ! root 1: # Rules for the Interpress library: the literal and operator level routines ! 2: # ! 3: # Copyright (c) 1984, 1985 Xerox Corp. ! 4: # ! 5: ! 6: DESTINCLUDE=../../../include ! 7: DESTLIB=../../../lib ! 8: ! 9: ! 10: libip.a: literal.o operator.o ! 11: ar r libip.a literal.o operator.o ! 12: ! 13: ! 14: # parts of the Interpress library ! 15: ! 16: literal.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h ! 17: $(CC) -c -I$(DESTINCLUDE) literal.c ! 18: ! 19: operator.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h ! 20: $(CC) -c -I$(DESTINCLUDE) operator.c ! 21: ! 22: llib-lip.ln: literal.c operator.c ! 23: lint -Cip -I$(DESTINCLUDE) literal.c operator.c ! 24: ! 25: # helpers ! 26: ! 27: lint: ! 28: lint -au -I$(DESTINCLUDE) literal.c operator.c ! 29: ! 30: install: libip.a llib-lip.ln ! 31: install -c libip.a $(DESTLIB) ! 32: ranlib $(DESTLIB)/libip.a ! 33: install -c llib-lip.ln $(DESTLIB) ! 34: ! 35: clean: ! 36: rm -f libip.a llib-lip.ln *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.