blob: 729865d3642e5c99b55d71b2b66b2b2616fcb950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
--- texk/web2c/Makefile.in.orig Tue Dec 21 04:33:02 2004
+++ texk/web2c/Makefile.in Tue Jan 11 01:18:06 2005
@@ -335,15 +335,15 @@
rm -f pktype.o pktype.c pktype.h pktype.p
rm -f tests/xcmr10.pktyp
-pltotf: pltotf.o
+pltotf-ptex: pltotf.o
$(kpathsea_link) pltotf.o $(LOADLIBES)
pltotf.c pltotf.h: $(web2c_common) $(web2c_programs) pltotf.p
$(web2c) pltotf
pltotf.p: tangle pltotf.web pltotf.ch
$(tangle) pltotf pltotf
check: pltotf-check
-pltotf-check: pltotf
- ./pltotf -verbose $(srcdir)/tests/cmr10 tests/xcmr10
+pltotf-check: pltotf-ptex
+ ./pltotf-ptex -verbose $(srcdir)/tests/cmr10 tests/xcmr10
clean:: pltotf-clean
pltotf-clean:
$(LIBTOOL) --mode=clean rm -f pltotf
@@ -375,15 +375,15 @@
$(LIBTOOL) --mode=clean rm -f tie
rm -f tie.o tie.c
-tftopl: tftopl.o
+tftopl-ptex: tftopl.o
$(kpathsea_link) tftopl.o $(LOADLIBES)
tftopl.c tftopl.h: $(web2c_common) $(web2c_programs) tftopl.p
$(web2c) tftopl
tftopl.p: tangle tftopl.web tftopl.ch
$(tangle) tftopl tftopl
check: tftopl-check
-tftopl-check: tftopl
- ./tftopl -verbose $(srcdir)/tests/cmr10 tests/xcmr10
+tftopl-check: tftopl-ptex
+ ./tftopl-ptex -verbose $(srcdir)/tests/cmr10 tests/xcmr10
clean:: tftopl-clean
tftopl-clean:
$(LIBTOOL) --mode=clean rm -f tftopl
@@ -650,8 +650,8 @@
#
# Common
programs = bibtex ctangle ctie cweave dvicopy dvitomp dvitype gftodvi gftopk \
- gftype mft $(odvicopy) $(odvitype) $(otangle) patgen pktogf pktype pltotf \
- pooltype tangle tftopl tie $(ttf2afm) vftovp vptovf weave
+ gftype mft $(odvicopy) $(odvitype) $(otangle) patgen pktogf pktype pltotf-ptex \
+ pooltype tangle tftopl-ptex tie $(ttf2afm) vftovp vptovf weave
engines = $(tex) $(etex) $(mf) $(mfn) $(mpost) \
$(omega) $(aleph) \
$(pdftex) $(pdfetex) $(pdfxtex)
|