|
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 - download
Length: 440 (0x1b8) Types: TextFile Names: »makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/textools/makefile«
clean: rm -f *.o core *junk* all: texexpand detex texeqn texmatch texexpand: texexpand1.o TeXExpand.o TeXMatch.o cc -o texexpand texexpand1.o TeXExpand.o TeXMatch.o detex: detex1.o TeXExpand.o TeXMatch.o cc -o detex detex1.o TeXExpand.o TeXMatch.o texeqn: texeqn1.o TeXExpand.o TeXMatch.o cc -o texeqn texeqn1.o TeXExpand.o TeXMatch.o texmatch: texmatch1.o TeXMatch.o TeXExpand.o cc -o texmatch texmatch1.o TeXMatch.o TeXExpand.o