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
Index: ┃ T m

⟦d05deb408⟧ TextFile

    Length: 704 (0x2c0)
    Types: TextFile
    Names: »makefile.par«

Derivation

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

TextFile

# Use this makefile if you have access to getpar(). You then
# need to link with the library that provides it (e.g. -lsep below).
# If you don't use the other makefile (./makefiile).

clean:
	rm -f *.o core *junk*

all: texexpand detex texeqn texmatch

texexpand: texexpand2.o TeXExpand.o TeXMatch.o subs.o
	cc -o texexpand texexpand2.o TeXExpand.o TeXMatch.o subs.o -lsep

detex: detex2.o TeXExpand.o TeXMatch.o subs.o
	cc -o detex detex2.o TeXExpand.o TeXMatch.o subs.o -lsep

texeqn: texeqn2.o TeXExpand.o TeXMatch.o subs.o
	cc -o texeqn texeqn2.o TeXExpand.o TeXMatch.o subs.o -lsep

texmatch: texmatch2.o TeXMatch.o TeXExpand.o subs.o
	cc -o texmatch texmatch2.o TeXMatch.o TeXExpand.o subs.o -lsep