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

⟦9502c7474⟧ TextFile

    Length: 406 (0x196)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# Set this variable to the ultimate location of the software.
BINAREA=/usr/local/bin

CFLAGS = -O

OBJS = ivd2dvi.o auxiliary.o io.o
SRCS = ivd2dvi.c auxiliary.c io.c
INCLUDES = global.h commands.h

all: ivd2dvi

ivd2dvi: ${OBJS}
	cc ${CFLAGS} -o ivd2dvi ${OBJS}

${OBJS}: ${INCLUDES}

install: all
	install -s -m 755 ivd2dvi ${BINAREA}

bugs:   ${SRCS} ${INCLUDES}
	rm -f bugs
	lint -hbxac ${SRCS} > bugs