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

⟦3ba4acd80⟧ TextFile

    Length: 183 (0xb7)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/kyocera/Makefile« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/kyocera/Makefile« 

TextFile

CFLAGS=-O
OBJK= dvi.o kyodev.o kyofonts.o util.o findfile.o

dvi2kyo: $(OBJK)
	cc $(CFLAGS) -o dvi2kyo $(OBJK)

install: dvi2kyo
	install -s dvi2kyo /usr/local/lib

clean:
	rm -f *.o