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

⟦a9b91a1db⟧ TextFile

    Length: 421 (0x1a5)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/obsolete/mitdrivers/dvi2qms/Makefile« 

TextFile

CFLAGS=-O -DBSD42 -DPXLDIR=\"/usr/lib/tex/pxlfonts\"
OBJS= dvi.o qmsdev.o qmsfonts.o util.o findfile.o

all: dvi2qms qmsf

qmsf: qmsf.o qmsfonts.o util.o findfile.o
	cc $(CFLAGS) -o qmsf qmsf.o qmsfonts.o util.o findfile.o

dvi2qms: $(OBJS)
	cc $(CFLAGS) -o dvi2qms $(OBJS)

install:all
	install -s dvi2qms /usr/local/bin/dvi2qms
	install -s qmsf /usr/lib/qmsf
	cp dvi2qms.man /usr/man/manl/dvi2qms.l

clean:
	rm -f *.o