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

⟦e407f7fd8⟧ TextFile

    Length: 289 (0x121)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/mctex/misc/Makefile« 

TextFile

SHELL=	/bin/sh
LIBS=	../lib/lib.a
CFLAGS=	-O

PROGS=	showfont testspcl
CSRCS=	showfont.c testspcl.c

all: ${PROGS}

${PROGS}: ${LIBS}
	${CC} ${CFLAGS} -o $@ $@.c ${LIBS}

install:

clean:
	rm -f ${PROGS} *.o a.out core

cleandir: clean
	rm -f .depend

depend:
	mkdep -p ${CFLAGS} ${CSRCS}