summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-29 14:32:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-29 14:32:45 +0000
commit9da2af345bbc3848d181319a77b830c77034ae1e (patch)
tree74832eb1c57486b7ce18e0d987150cbdf42876a9 /Build/source/texk/web2c/luatexdir/am
parenta7c9a7ff1a6d0925eafe21175304c494e266b319 (diff)
build system: Enable "silent rules" (see Automake manual)
git-svn-id: svn://tug.org/texlive/trunk@28654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am')
-rw-r--r--Build/source/texk/web2c/luatexdir/am/libluatex.am22
1 files changed, 11 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/libluatex.am b/Build/source/texk/web2c/luatexdir/am/libluatex.am
index 93dd76815e8..d71398d787a 100644
--- a/Build/source/texk/web2c/luatexdir/am/libluatex.am
+++ b/Build/source/texk/web2c/luatexdir/am/libluatex.am
@@ -28,7 +28,7 @@ libluatex_a_SOURCES = \
## from luatexdir/dvi
##
-luatex_dvi_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/dvi $(ctangle)
+luatex_dvi_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/dvi $(ctangle)
dvigen.c: ctangle$(EXEEXT) luatexdir/dvi/dvigen.w
$(luatex_dvi_ctangle) dvigen.w
@@ -42,7 +42,7 @@ libluatex_a_SOURCES += \
## from luatexdir/font
##
-luatex_font_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/font $(ctangle)
+luatex_font_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/font $(ctangle)
dofont.c: ctangle$(EXEEXT) luatexdir/font/dofont.w
$(luatex_font_ctangle) dofont.w
@@ -115,7 +115,7 @@ libluatex_a_SOURCES += \
## from luatexdir/image
##
-luatex_image_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/image $(ctangle)
+luatex_image_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/image $(ctangle)
writeimg.c: ctangle$(EXEEXT) luatexdir/image/writeimg.w
$(luatex_image_ctangle) writeimg.w
@@ -148,7 +148,7 @@ libluatex_a_SOURCES += \
## from luatexdir/lang
##
-luatex_lang_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/lang $(ctangle)
+luatex_lang_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/lang $(ctangle)
hnjalloc.c: ctangle$(EXEEXT) luatexdir/lang/hnjalloc.w
$(luatex_lang_ctangle) hnjalloc.w
@@ -168,7 +168,7 @@ libluatex_a_SOURCES += \
## from luatexdir/lua
##
-luatex_lua_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/lua $(ctangle)
+luatex_lua_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/lua $(ctangle)
luagen.c: ctangle$(EXEEXT) luatexdir/lua/luagen.w
$(luatex_lua_ctangle) luagen.w
@@ -210,7 +210,7 @@ libluatex_a_SOURCES += \
## from luatexdir/pdf
##
-luatex_pdf_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/pdf $(ctangle)
+luatex_pdf_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/pdf $(ctangle)
pagetree.c: ctangle$(EXEEXT) luatexdir/pdf/pagetree.w
$(luatex_pdf_ctangle) pagetree.w
@@ -302,7 +302,7 @@ libluatex_a_SOURCES += \
## from luatexdir/scripts
##
-luatex_luascripts_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/luascripts $(ctangle)
+luatex_luascripts_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/luascripts $(ctangle)
txt2zlib.c: ctangle$(EXEEXT) luatexdir/luascripts/txt2zlib.w
$(luatex_luascripts_ctangle) txt2zlib.w
@@ -317,11 +317,11 @@ libluatex_web += \
## use instead the distributed luatexdir/luascripts/pdflua.c.
if cross
pdflua.c: luatexdir/luascripts/pdflua.c
- rm -f pdflua.c
+ $(AM_V_GEN)rm -f pdflua.c; \
$(LN_S) $(srcdir)/luatexdir/luascripts/pdflua.c pdflua.c
else !cross
pdflua.c: txt2zlib$(EXEEXT) luatexdir/luascripts/pdflua.lua
- ./txt2zlib $(srcdir)/luatexdir/luascripts/pdflua.lua pdflua.c
+ $(AM_V_GEN)./txt2zlib $(srcdir)/luatexdir/luascripts/pdflua.lua pdflua.c && \
cmp -s pdflua.c $(srcdir)/luatexdir/luascripts/pdflua.c || \
cp -f pdflua.c $(srcdir)/luatexdir/luascripts/pdflua.c
endif !cross
@@ -333,7 +333,7 @@ libluatex_a_SOURCES += \
## from luatexdir/tex
##
-luatex_tex_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/tex $(ctangle)
+luatex_tex_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/tex $(ctangle)
align.c: ctangle$(EXEEXT) luatexdir/tex/align.w
$(luatex_tex_ctangle) align.w
@@ -455,7 +455,7 @@ libluatex_a_SOURCES += \
## from luatexdir/utils
##
-luatex_utils_ctangle = CWEBINPUTS=$(srcdir)/luatexdir/utils $(ctangle)
+luatex_utils_ctangle = $(ctangle_silent)CWEBINPUTS=$(srcdir)/luatexdir/utils $(ctangle)
avlstuff.c: ctangle$(EXEEXT) luatexdir/utils/avlstuff.w
$(luatex_utils_ctangle) avlstuff.w