|
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: 722 (0x2d2) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« └─⟦5800b1b62⟧ └─⟦this⟧ »src-5.84b/common/Makefile« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/common/Makefile«
# This file makes routines that are used everywhere. SITEDIR=.. CC=gcc OPT=-g CFLAGS=$(OPT) -I$(SITEDIR) LDFLAGS= LOADLIBES=-lcposix SHELL=/bin/sh .SUFFIXES: .SUFFIXES: .o .c .c.o: $(CC) $(CFLAGS) -c $*.c default: all triptrap: all all: alloca.o endian.h extra.o getopt.o getopt1.o main.o alloca.o: alloca.c endian.h: endian ./endian > endian.h endian: endian.c $(CC) -o endian $(LDFLAGS) $(CFLAGS) endian.c $(LOADLIBES) extra.o: extra.c extra.h $(SITEDIR)/site.h getopt1.o: getopt1.c getopt.h main.o: main.c extra.h $(SITEDIR)/site.h # We don't make `texmf.o', since TeX and Metafont need to use # different names, hence they need different .o files. clean: rm -f *.o endian endian.h veryclean: clean