|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ M T ┃
Length: 1005 (0x3ed) Types: TextFile Names: »Makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/basic/pyramid/Makefile«
# Makefile for a pyramid # which cursor file we want. # can be ucl or ukc CURSOR = ucl basic: bas1.o bas2.o bas3.o bas4.o bas5.o bas6.o bas7.o bas8.o \ bas9.o cursor.o termcap.o assist.o term.o cc -O bas1.o bas2.o bas3.o bas4.o bas5.o bas6.o bas7.o \ bas8.o bas9.o cursor.o termcap.o assist.o term.o -lm -ltermcap -o basic clean: rm -f *.o *.s cursor.c term.c assist.o: bas.h assist.c cc -O -c -Dpyramid assist.c termcap.o: bas.h termcap.c cursor.c cc -O -c -Dpyramid termcap.c cursor.c: cursor/cursor.c.${CURSOR} cp cursor/cursor.c.${CURSOR} cursor.c cursor.o: cursor.c cc -O -c -Dpyramid cursor.c term.o: term.c cc -O -c -Dpyramid term.c term.c: pyramid/term.c pyramid/conf.h cp pyramid/term.c term.c .c.o: cc -O -c -Dpyramid -DBSD42 $*.c bas.h: pyramid/conf.h bas1.o: bas1.c bas.h bas2.o: bas2.c bas.h bas3.o: bas3.c bas.h bas4.o: bas4.c bas.h bas5.o: bas5.c bas.h bas6.o: bas6.c bas.h bas7.o: bas7.c bas.h bas7.c: cursor.c bas8.o: bas8.c bas.h bas9.o: bas9.c bas.h