|
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: 751 (0x2ef) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXcontrib/van/tgrind/SYS_V/Makefile« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXcontrib/van/tgrind/SYS_V/Makefile« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXcontrib/van/tgrind/SYS_V/Makefile«
# @(#)Makefile 4.1 (Berkeley) 10/19/82 # DESTDIR=/usr/local DEFSFILE=/usr/local/lib/vgrindefs TEXINPUTS=/usr/lib/tex/macros CFLAGS=-g SOURCES=tfontedpr.c vgrindefs.c regexp.c retest.c CMDS=tfontedpr retest OBJS=retest.o regexp.o tfontedpr.o vgrindefs.o all: $(CMDS) tfontedpr: tfontedpr.o vgrindefs.o regexp.o cc ${CFLAGS} -o tfontedpr tfontedpr.o vgrindefs.o regexp.o tfontedpr.o: tfontedpr.c cc ${CFLAGS} -DDEFSFILE=\"${DEFSFILE}\" -c tfontedpr.c retest: retest.o regexp.o cc ${CFLAGS} -o retest retest.o regexp.o install: all install -s tfontedpr ${DESTDIR}/lib/tfontedpr install -c tgrind.sh ${DESTDIR}/bin/tgrind install -c tgrindmac.tex ${TEXINPUTS}/tgrindmac.tex install -c vgrindefs.src ${DEFSFILE} clean: rm -f ${CMDS} ${OBJS}