|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1119 (0x45f) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« └─⟦5800b1b62⟧ └─⟦this⟧ »src-5.84b/bibtex/Makefile« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/bibtex/Makefile«
# This file makes BibTeX. SITEDIR=.. CC=gcc OPT=-g CFLAGS=$(OPT) -I$(SITEDIR) -DBibTeX LDFLAGS= LOADLIBES=-lcposix 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 # Routines used everywhere. # commondefines=../common/common.defines ../common/texmf.defines commonh=../common/extra.h ../common/common.h commono=../common/alloca.o ../common/extra.o ../common/main.o # Routines also used in TeX and Metafont (only). # extrac=../common/fileio.c extrah=../common/fileio.h extrao=fileio.o default: all all: bibtex bibtex: bibtex.o $(commono) $(extrao) $(CC) -o bibtex $(LDFLAGS) bibtex.o $(commono) $(extrao) \ $(LOADLIBES) bibtex.o: bibtex.c $(commonh) $(extrah) $(CC) $(CFLAGS) -Dbswap=bswapp -c bibtex.c bibtex.c: bibtex.p $(commondefines) convert bibtex.p: bibtex.web bibtex.ch $(extrao): $(extrac) $(extrah) $(CC) $(CFLAGS) -I. -c $(extrac) clean: rm -f bibtex.pool *.o bibtex veryclean: clean rm -f bibtex.p bibtex.c bibtex.h coerce.h rm -f \#*\# *~ *.bak *.ckp core