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

⟦81b1cb6ce⟧ TextFile

    Length: 722 (0x2d2)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/bibtex/Makefile« 

TextFile

############################
# Makefile for BibTeX in C #
############################

OPT=-O
SITEDIR=..
CFLAGS=$(OPT) -I$(SITEDIR)
LDFLAGS=-s
RM=/bin/rm
TANGLE=../texware/tangle

bibtex:		bibtex.o bibext.o
		$(CC) $(LDFLAGS) $(CFLAGS) -o bibtex bibtex.o bibext.o


bibtex.o:	bibtex.c bibtex.h $(SITEDIR)/site.h
bibext.o:	bibext.c $(SITEDIR)/site.h

bibtex.c:	bibtex.p bibtex.defines
		cat bibtex.defines bibtex.p \
			| ../web2cdir/web2c -hbibtex.h \
			| sed -f sed.script \
			| ../web2cdir/fixwrites > bibtex.c
		mv -f coerce.h xcoerce.h
		sed -e 's/(buftype)//g' -e 's/(pdstype)//g' < xcoerce.h > coerce.h
		$(RM) -f xcoerce.h stack.stack bibtex.pool

bibtex.p:	bibtex.web bibtex.ch
		$(TANGLE) bibtex.web bibtex.ch