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

⟦e94dbf6eb⟧ TextFile

    Length: 453 (0x1c5)
    Types: TextFile
    Names: »makefile«

Derivation

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

TextFile

DESTDIR= /usr/local
TEXSRC=/usr/src/local/TeX/tex82
PFLAGS=-O
PC = pc

dviimp: dviimp.o diext.o
	$(PC) $(PFLAGS) dviimp.o diext.o -o dviimp

dviimp.o: dviimp.p diext.h
	$(PC) $(PFLAGS) -c dviimp.p

dviimp.p: dviimp.web dviimp.ch
	tangle dviimp dviimp
	pxp -O dviimp.p >tmp
	mv tmp dviimp.p

diext.o: diext.c
	cc -O -I$(TEXSRC) -c diext.c

luis: luis.c
	cc -o luis luis.c

clean:
	rm *.o *.p *.pool

install: dviimp
	install -s dviimp $(DESTDIR)/dviimp