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

⟦82f95ebab⟧ TextFile

    Length: 449 (0x1c1)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

#
#  Makefile for dvibit   Version ?.??   21 January 1984   James L. Schaad
#  modified from dvibit  Version 1.01   1 December 1983   Mark  Seen
#   
#
# The following definition tells where the bit maps for this program
# are stored.  Remember to also change the name of the font area in
# the man page, dvibit.1
FONTAREA=/usr/lib/tex/fonts/
#
all: dvibit

dvibit: Makefile dvibit.c commands.h
	cc -O -DFONTAREA=\"${FONTAREA}\" -o dvibit dvibit.c