blob: 02fc2bae0558c56fd6f3a1ab91d1cb3277b71572 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
# Makefile fragment for pdfeTeX and web2c. --infovore@xs4all.nl. Public domain.
# This fragment contains the parts of the makefile that are most likely to
# differ between releases of pdfeTeX.
# We build luatex
luatex = @LTEX@ luatex
luatexdir = luatexdir
# libz
ZLIBDIR=../../libs/zlib
ZLIBSRCDIR=$(srcdir)/$(ZLIBDIR)
# libpng
LIBPNGDIR=../../libs/libpng
LIBPNGSRCDIR=$(srcdir)/$(LIBPNGDIR)
# libxpdf
LIBXPDFDIR=../../libs/xpdf
LIBXPDFSRCDIR=$(srcdir)/$(LIBXPDFDIR)
# libobsdcompa
LIBOBSDCOMPATDIR=../../libs/obsdcompat
LIBOBSDCOMPATFSRCDIR=$(srcdir)/$(LIBOBSDCOMPATDIR)
XCPPFLAGS=-I$(LIBOBSDCOMPATDIR) -I$(LIBOBSDCOMPATDIR)/.. -I$(LIBOBSDCOMPATFSRCDIR) -I$(LIBOBSDCOMPATFSRCDIR)/.. -I$(ZLIBSRCDIR) -I$(LIBPNGSRCDIR) -I$(LIBXPDFSRCDIR) -Dextra_version_info=`date +-%Y%m%d%H`
Makefile: $(srcdir)/$(luatexdir)/luatex.mk
# luatex_bin = luatex ttf2afm pdftosrc
luatex_bin = luatex
linux_build_dir = $(HOME)/luatex/build/linux/texk/web2c
# Extract luatex version
$(luatexdir)/luatex.version: $(srcdir)/$(luatexdir)/luatex.web
test -d $(luatexdir) || mkdir $(luatexdir)
grep '^@d luatex_version_string==' $(srcdir)/$(luatexdir)/luatex.web \
| sed "s/^.*=='//;s/' .*$$//" \
>$(luatexdir)/luatex.version
# The C sources.
luatex_c = luatexini.c luatex0.c luatex1.c luatex2.c luatex3.c
luatex_o = luatexini.o luatex0.o luatex1.o luatex2.o luatex3.o luatexextra.o loadpool.o
# Making luatex
luatex: luatexd.h $(luatex_o) $(luatexextra_o) $(luatexlibsdep)
@CXXHACKLINK@ $(luatex_o) $(luatexextra_o) $(luatexlibs) $(socketlibs) @CXXHACKLDLIBS@ @CXXLDEXTRA@
# C file dependencies.
$(luatex_c) luatexcoerce.h luatexd.h: luatex.p $(web2c_texmf) $(srcdir)/$(luatexdir)/luatex.defines $(srcdir)/$(luatexdir)/luatex.h
$(web2c) luatex
luatexextra.c: $(luatexdir)/luatexextra.h lib/texmfmp.c
test -d $(luatexdir) || mkdir $(luatexdir)
sed s/TEX-OR-MF-OR-MP/luatex/ $(srcdir)/lib/texmfmp.c >$@
$(luatexdir)/luatexextra.h: $(luatexdir)/luatexextra.in $(luatexdir)/luatex.version
test -d $(luatexdir) || mkdir $(luatexdir)
sed -e s/LUATEX-VERSION/`cat $(luatexdir)/luatex.version`/ \
$(srcdir)/$(luatexdir)/luatexextra.in >$@
loadpool.c: luatex.pool $(makecpool)
$(makecpool) luatex.pool luatexdir/ptexlib.h >$@ || rm -f $@
# luatangle we need a private version of tangle
luatangle: luatangle.o
$(kpathsea_link) luatangle.o $(LOADLIBES)
luatangle.c luatangle.h: luatangle.p
$(web2c) luatangle
luatangle.p: tangle $(srcdir)/$(luatexdir)/luatangle.web $(srcdir)/$(luatexdir)/luatangle.ch
$(TANGLE) $(srcdir)/$(luatexdir)/luatangle.web $(srcdir)/$(luatexdir)/luatangle.ch
# Tangling
luatex.p luatex.pool: luatangle $(srcdir)/$(luatexdir)/luatex.web $(srcdir)/$(luatexdir)/luatex.ch
$(native)/luatangle --underlines $(srcdir)/$(luatexdir)/luatex.web $(srcdir)/$(luatexdir)/luatex.ch
# Sources for luatex.ch:
#luatex_ch_srcs = $(srcdir)/$(luatexdir)/luatex.web \
# $(srcdir)/$(luatexdir)/lua.ch \
# $(srcdir)/$(luatexdir)/lua.ch0
# Rules:
#luatex.ch: $(TIE) $(luatex_ch_srcs)
# $(TIE) -c luatex.ch $(luatex_ch_srcs)
# for developing only
#luatex-org.web: $(TIE) $(luatex_ch_srcs_org)
# $(TIE) -m $@ $(luatex_ch_srcs_org)
#luatex-all.web: $(TIE) $(srcdir)/$(luatexdir)/luatex.web luatex.ch
# $(TIE) -m $@ $(srcdir)/$(luatexdir)/luatex.web luatex.ch
#luatex-all.tex: luatex-all.web
# $(WEAVE) luatex-all.web
# echo -e '1s/ webmac/ pdfwebmac/\nw\nq' | ed $@ >/dev/null 2>&1
#luatex-all.pdf: luatex-all.tex
# $(luatex) luatex-all.tex
check: @PETEX@ luatex-check
luatex-check: luatex luatex.fmt
clean:: luatex-clean
luatex-clean:
$(LIBTOOL) --mode=clean $(RM) luatex
rm -f $(luatex_o) $(luatex_c) luatexextra.c luatexcoerce.h
rm -f $(luatexdir)/luatexextra.h
rm -f luatexd.h luatex.p luatex.pool luatex.ch strpool.c
rm -f luatex.fmt luatex.log
# Dumps
all_luafmts = @FMU@ luatex.fmt $(luafmts)
dumps: @LTEX@ luafmts
luafmts: $(all_luafmts)
luafmtdir = $(web2cdir)/luatex
$(luafmtdir)::
$(SHELL) $(top_srcdir)/../mkinstalldirs $(luafmtdir)
luatex.fmt: luatex
$(dumpenv) $(MAKE) progname=luatex files="etex.src plain.tex cmr10.tfm" prereq-check
$(dumpenv) ./luatex --progname=luatex --jobname=luatex --ini \*\\pdfoutput=1\\input etex.src \\dump </dev/null
#
# Installation.
install-luatex: install-luatex-exec
install-luatex-exec: install-luatex-links
# The actual binary executables and pool files.
install-programs: @PETEX@ install-luatex-programs
install-luatex-programs: $(luatex) $(bindir)
for p in luatex; do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done
install-links: @PETEX@ install-luatex-links
install-luatex-links: install-luatex-programs
#cd $(bindir) && (rm -f luainitex luavirtex; \
# $(LN) luatex luainitex; $(LN) luatex luavirtex)
install-fmts: @PETEX@ install-luatex-fmts
install-luatex-fmts: luafmts $(luafmtdir)
luafmts="$(all_luafmts)"; \
for f in $$luafmts; do $(INSTALL_DATA) $$f $(luafmtdir)/$$f; done
luafmts="$(luafmts)"; \
for f in $$luafmts; do base=`basename $$f .fmt`; \
(cd $(bindir) && (rm -f $$base; $(LN) luatex $$base)); done
#
# luatex binaries archive
luatexbin:
$(MAKE) $(luatex_bin)
luatex-cross:
$(MAKE) luatex-web2c-cross
$(MAKE) luatexbin
luatex-web2c-cross: $(web2c_programs)
@if test ! -x $(linux_build_dir)/luatangle; then echo Error: linux_build_dir not ready; exit -1; fi
rm -f web2c/fixwrites web2c/splitup web2c/web2c
cp -f $(linux_build_dir)/web2c/fixwrites web2c
cp -f $(linux_build_dir)/web2c/splitup web2c
cp -f $(linux_build_dir)/web2c/web2c web2c
touch web2c/fixwrites web2c/splitup web2c/web2c
$(MAKE) tangleboot && rm -f tangleboot && \
cp -f $(linux_build_dir)/tangleboot . && touch tangleboot
$(MAKE) ctangleboot && rm -f ctangleboot && \
cp -f $(linux_build_dir)/ctangleboot . && touch ctangleboot
$(MAKE) ctangle && rm -f ctangle && \
cp -f $(linux_build_dir)/ctangle . && touch ctangle
$(MAKE) tie && rm -f tie && \
cp -f $(linux_build_dir)/tie . && touch tie
$(MAKE) luatangle && rm -f luatangle && \
cp -f $(linux_build_dir)/luatangle . && touch luatangle
# vim: set noexpandtab
# end of luatex.mk
|