|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1984, 1985 Xerox Corp. ! 3: # ! 4: CFLAGS= -O ! 5: DESTLIB=/usr/new/lib ! 6: ! 7: all: ! 8: ! 9: install: $(DESTLIB) ! 10: cp -r fonts $(DESTLIB) ! 11: install -c libip.a ${DESTLIB} ! 12: install -c llib-lip.ln ${DESTLIB} ! 13: ! 14: $(DESTLIB): ! 15: mkdir $(DESTLIB) ! 16: ! 17: clean: ! 18: rm -f libip.a llib-lip.ln ! 19: rm -rf fonts/*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.