|
|
1.1 ! root 1: # @(#)Makefile 4.3 5/25/83 ! 2: ! 3: DESTDIR= ! 4: AS=/bin/as ! 5: CC=/bin/cc ! 6: LCC=/bin/cc ! 7: LD=/bin/ld ! 8: INCLDIR=${DESTDIR}/usr/include ! 9: LIBDIR=${DESTDIR}/lib ! 10: ULIBDIR=${DESTDIR}/usr/lib ! 11: ! 12: CFLAGS= -O -I${INCLDIR} ! 13: ! 14: all: spell hlist hlista hlistb hstop lspellin spellin spellout ! 15: ! 16: install: all ! 17: install -s spell $(DESTDIR)/usr/lib ! 18: install -s spellin ${DESTDIR}/usr/bin ! 19: install -s spellout ${DESTDIR}/usr/bin ! 20: install -c hlista $(DESTDIR)/usr/dict ! 21: install -c hlistb $(DESTDIR)/usr/dict ! 22: install -c hstop $(DESTDIR)/usr/dict ! 23: install -c spell.sh $(DESTDIR)/usr/bin/spell ! 24: ! 25: clean: ! 26: rm -f *.o spell lspellin spellin hlista hlistb hlist hstop spellout ! 27: ! 28: cleansrc: ! 29: rm -f *.[ch] *.sh stop local american british Makefile ! 30: ! 31: spell: spell.o ! 32: ${CC} spell.o -o spell ! 33: lspellin: spellin.o ! 34: ${LCC} spellin.o -o lspellin ! 35: spellin: spellin.o ! 36: ${CC} spellin.o -o spellin ! 37: spellout: spellout.o ! 38: ${CC} spellout.o -o spellout ! 39: ! 40: hlist: /usr/dict/words lspellin ! 41: ./lspellin </usr/dict/words >hlist ! 42: hlista: american local hlist lspellin ! 43: (cat american local)|./lspellin hlist >hlista ! 44: hlistb: british local hlist lspellin ! 45: (cat british local)|./lspellin hlist >hlistb ! 46: hstop: stop lspellin ! 47: ./lspellin <stop >hstop
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.