DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦2417834ec⟧ TextFile

    Length: 440 (0x1b8)
    Types: TextFile
    Names: »makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/textools/makefile« 

TextFile

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