|
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 - metrics - download
Length: 411 (0x19b) Types: TextFile Names: »Makefile«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/mfdir/Makefile«
########################################## # 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