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

⟦4810f25b8⟧ TextFile

    Length: 619 (0x26b)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/bibtex/Makefile« 

TextFile

# This file makes Bibtex.
#

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

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


default:	all

all:		bibtex


bibtex:		bibtex.o bibext.o
		$(CC) $(LDFLAGS) -o bibtex bibtex.o bibext.o
bibext.o:	bibext.c $(SITEDIR)/site.h
bibtex.o:	bibtex.c bib.h
bibtex.c:	bibtex.p bibtex.defines
bibtex.p:	bibtex.web bibtex.ch


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

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