|
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: T m
Length: 985 (0x3d9) Types: TextFile Names: »makefile.par«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXcontrib/kamal/makefile.par« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXcontrib/kamal/makefile.par« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXcontrib/kamal/makefile.par«
# Use this makefile if you have access to getpar(). You then # need to link with the library that provides it (e.g. -lsep below). # If you don't use the other makefile (./makefiile). CFLAGS = -O LINTFLAGS = -abchnpux CSUBS = Expand.c Match.c subs.c OSUBS = Expand.o Match.o subs.o B = default: all all: texexpand detex texeqn texmatch texexpand: texexpand2.o $(OSUBS) cc $(CFLAGS) -o $(B)texexpand texexpand2.o $(OSUBS) -lsep detex: detex2.o DeTeX.o $(OSUBS) cc $(CFLAGS) -o $(B)detex detex2.o DeTeX.o $(OSUBS) -lsep texeqn: texeqn2.o Eqn.o $(OSUBS) cc $(CFLAGS) -o $(B)texeqn texeqn2.o Eqn.o $(OSUBS) -lsep texmatch: texmatch2.o $(OSUBS) cc $(CFLAGS) -o $(B)texmatch texmatch2.o $(OSUBS) -lsep lint: lint $(LINTFLAGS) texexpand2.c $(CSUBS) > texexpand.lnt lint $(LINTFLAGS) detex2.c DeTeX.c $(CSUBS) > detex.lnt lint $(LINTFLAGS) texeqn2.c Eqn.c $(CSUBS) > texeqn.lnt lint $(LINTFLAGS) texmatch2.c $(CSUBS) > texmatch.lnt clean: /bin/rm -f *.o core *junk* lint.lst