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 - metrics - download

⟦c24491577⟧ TextFile

    Length: 411 (0x19b)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/mfdir/Makefile« 

TextFile

##########################################
# Makefile for MF to C conversion	 #
##########################################

OPT=-O
CFLAGS=$(OPT)
LDFLAGS=-s
RM=/bin/rm

all:		fix mf.p

fix:		fix.c
		$(CC) $(CFLAGS) $(LDFLAGS) -o fix fix.c -ll

fix.c:		fix.lex
		lex fix.lex
		mv -f lex.yy.c fix.c

mf.p:		mf.web cmf.ch
		../texware/tangle mf.web cmf.ch

veryclean:	clean
clean:
		$(RM) -f fix fix.c mf.p mf.pool