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

⟦9ff38e3df⟧ TextFile

    Length: 481 (0x1e1)
    Types: TextFile
    Names: »Makefile«, »makefile«

Derivation

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

TextFile

#
#   Makefile for Ln03DVI with PK file support
#
#   Matt Thomas, Digital Equipment Corp. (mthomas@thebay.dec.com)
#   23-Mar-87
#
#   This code is distributed as-is. Thse programs are not a DEC product
#   and are not guaranteed to work.
#
LN03OBJS = ln03dvi.o ln03fonts.o ln03specials.o ln03version.o
PKOBJS = pk.o pkgbl.o

CC = cc
CFLAGS = -O
ln03dvi: $(LN03OBJS) $(PKOBJS)
	$(CC) $(CFLAGS) $(LN03OBJS) $(PKOBJS) -o ln03dvi

$(PKOBJS) : pk.h
ln03fonts.o : pk.h

clean:
	rm *.o