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
Index: M T

⟦f4bc1f57a⟧ TextFile

    Length: 608 (0x260)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/salkind/src/Makefile« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXcontrib/salkind/src/Makefile« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/salkind/src/Makefile« 

TextFile

CFLAGS=
LFLAGS=

all: fontmag fe genwidth pxltorst vertorst

fontmag: fontmag.o fe_read.o fe_write.o out.o
	cc $(LFLAGS) -o fontmag fontmag.o fe_read.o fe_write.o out.o

fe: fe_main.o fe_read.o
	cc $(LFLAGS) -o fe fe_main.o fe_read.o

genwidth: genwidth.o fe_read.o
	cc $(LFLAGS) -o genwidth genwidth.o fe_read.o

pxltorst: pxltorst.o out.o
	cc $(LFLAGS) -o pxltorst pxltorst.o out.o

vertorst: vertorst.o out.o
	cc $(LFLAGS) -o vertorst vertorst.o out.o

out.o genwidth.o fontmag.o pxltorst.o vertorst.o: rst.h

fe_read.o fe_write.o fe_main.o: rst.h

clean:
	rm -f *.o fontmag genwidth pxltorst vertorst fe