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

⟦be544d322⟧ TextFile

    Length: 870 (0x366)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« 
        └─⟦5800b1b62⟧ 
            └─⟦this⟧ »src-5.84b/dviutil/Makefile« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/dviutil/Makefile« 

TextFile

# This file makes DVIcopy.

SITEDIR=..
CC=gcc
OPT=-g
CFLAGS=$(OPT) -I$(SITEDIR)
LDFLAGS=
LOADLIBES=-lcposix
SHELL=/bin/sh

.SUFFIXES:
.SUFFIXES: .o .c .p .ch
.p.c:
		$(SHELL) ../common/convert $*.p $*.c
.ch.p:
		../web/tangle $*.web $*.ch
.c.o:
		$(CC) $(CFLAGS) -c $*.c


default:        all

all:            dvicopy


# Routines used everywhere.
#
commondefines=../common/common.defines
commonh=../common/extra.h ../common/common.h
commono=../common/alloca.o ../common/extra.o ../common/main.o

# DVIcopy:
#
dvicopy:        dvicopy.o $(commono)
		$(CC) -o dvicopy $(LDFLAGS) dvicopy.o $(commono) $(LOADLIBES)
dvicopy.o:      dvicopy.c $(commonh)
dvicopy.c:      dvicopy.p $(commondefines)
dvicopy.p:      dvicopy.web dvicopy.ch

clean:
		rm -f *.pool *.o dvicopy

veryclean:      clean
		rm -f *.p
		rm -f dvicopy.c
		rm -f dvicopy.h
		rm -f \#*\# *~ *.bak *.ckp core