diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-25 12:30:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-25 12:30:04 +0000 |
commit | 65c37b17f39210ff32ba3ec1415d5f5a3f8e86ff (patch) | |
tree | a23710d061b8695f9eec30cbf5591e6016432089 /Build/source/texk/web2c/Makefile.in | |
parent | a6ff9d2b253991c7c8eb94f2977abb10ad466480 (diff) |
texk/web2c/luatexdir: compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@16817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 166 |
1 files changed, 56 insertions, 110 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index bc97eee3388..af4fa10ae24 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -1620,8 +1620,8 @@ luatex_CPPFLAGS = $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) $(XPDF_INCLUDES) \ $(OBSDCOMPAT_INCLUDES) -I$(srcdir)/libmd5 -Iluatexdir \ -I$(srcdir)/luatexdir -I$(srcdir)/luatexdir/lua51 \ -I$(srcdir)/mplibdir -Dextra_version_info=`date +-%Y%m%d%H` -luatex_CFLAGS = # $(WARNING_CFLAGS) -luatex_CXXFLAGS = # $(WARNING_CXXFLAGS) +luatex_CFLAGS = $(WARNING_CFLAGS) +luatex_CXXFLAGS = $(WARNING_CXXFLAGS) luatex_ldadd = libluatex.a libff.a libluamisc.a libzzip.a \ libluasocket.a liblua51.a $(LIBPNG_LIBS) $(ZLIB_LIBS) \ $(XPDF_LIBS) $(OBSDCOMPAT_LIBS) libmd5.a libmplib.a @@ -1912,115 +1912,61 @@ libluatex_a_CPPFLAGS = $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) \ $(XPDF_INCLUDES) $(OBSDCOMPAT_INCLUDES) -I$(srcdir)/libmd5 \ -Iluatexdir -I$(srcdir)/luatexdir -I$(srcdir)/luatexdir/lua51 \ -DpdfTeX -libluatex_a_CFLAGS = # $(WARNING_CFLAGS) +libluatex_a_CFLAGS = $(WARNING_CFLAGS) libluatex_a_CXXFLAGS = # $(WARNING_CXXFLAGS) -libluatex_a_SOURCES = \ - luatexdir/commands.h \ - luatexdir/font/dofont.c \ - luatexdir/font/luatexfont.h \ - luatexdir/font/luafont.c \ - luatexdir/font/mapfile.c \ - luatexdir/font/mapfile.h \ - luatexdir/font/pkin.c \ - luatexdir/font/sfnt.c \ - luatexdir/font/sfnt.h \ - luatexdir/font/subfont.c \ - luatexdir/font/texfont.c \ - luatexdir/font/texfont.h \ - luatexdir/font/tfmofm.c \ - luatexdir/font/tounicode.c \ - luatexdir/font/tt_glyf.c \ - luatexdir/font/tt_glyf.h \ - luatexdir/font/tt_table.c \ - luatexdir/font/tt_table.h \ - luatexdir/font/vfovf.c \ - luatexdir/font/vfpacket.c \ - luatexdir/font/writecff.c \ - luatexdir/font/writecff.h \ - luatexdir/font/writeenc.c \ - luatexdir/font/writefont.c \ - luatexdir/font/writet1.c \ - luatexdir/font/writet3.c \ - luatexdir/font/writettf.c \ - luatexdir/font/writettf.h \ - luatexdir/font/writetype0.c \ - luatexdir/font/writetype2.c \ - luatexdir/get_svnversion.sh \ - luatexdir/hyphen.h \ - luatexdir/image/epdf.c \ - luatexdir/image/epdf.h \ - luatexdir/image/image.h \ - luatexdir/image/pdftoepdf.cc \ - luatexdir/image/pdftoepdf.h \ - luatexdir/image/writeimg.c \ - luatexdir/image/writeimg.h \ - luatexdir/image/writejbig2.c \ - luatexdir/image/writejbig2.h \ - luatexdir/image/writejpg.c \ - luatexdir/image/writejpg.h \ - luatexdir/image/writepng.c \ - luatexdir/image/writepng.h \ - luatexdir/lang/hnjalloc.c \ - luatexdir/lang/hnjalloc.h \ - luatexdir/lang/hyphen.c \ - luatexdir/lang/texlang.c \ - luatexdir/lua/lcallbacklib.c \ - luatexdir/lua/lfontlib.c \ - luatexdir/lua/limglib.c \ - luatexdir/lua/lkpselib.c \ - luatexdir/lua/llanglib.c \ - luatexdir/lua/llualib.c \ - luatexdir/lua/lnodelib.c \ - luatexdir/lua/loslibext.c \ - luatexdir/lua/liolib.c \ - luatexdir/lua/lpdflib.c \ - luatexdir/lua/lstatslib.c \ - luatexdir/lua/ltexiolib.c \ - luatexdir/lua/ltexlib.c \ - luatexdir/lua/ltokenlib.c \ - luatexdir/lua/luainit.c \ - luatexdir/lua/luanode.c \ - luatexdir/lua/luastuff.c \ - luatexdir/lua/luatex.c \ - luatexdir/lua/luatoken.c \ - luatexdir/lua/texluac.c \ - luatexdir/luatex-api.h \ - luatexdir/luatex.h \ - luatexdir/makecpool.c \ - luatexdir/managed-sa.c \ - luatexdir/managed-sa.h \ - luatexdir/mathcodes.c \ - luatexdir/nodes.h \ - luatexdir/pdf/pagetree.c \ - luatexdir/pdf/pagetree.h \ - luatexdir/pdf/pdfpage.c \ - luatexdir/pdf/pdfpage.h \ - luatexdir/primitive.h \ - luatexdir/ptexmac.h \ - luatexdir/tex/filename.c \ - luatexdir/tex/linebreak.c \ - luatexdir/tex/math.c \ - luatexdir/tex/mlist.c \ - luatexdir/tex/postlinebreak.c \ - luatexdir/tex/primitive.c \ - luatexdir/tex/texdeffont.c \ - luatexdir/tex/texnodes.c \ - luatexdir/tex/texpdf.c \ - luatexdir/tex/textoken.c \ - luatexdir/texmath.h \ - luatexdir/textcodes.c \ - luatexdir/tokens.h \ - luatexdir/utils/avl.c \ - luatexdir/utils/avl.h \ - luatexdir/utils/avlstuff.c \ - luatexdir/utils/avlstuff.h \ - luatexdir/utils/synctex.h \ - luatexdir/utils/synctex.c \ - luatexdir/utils/utils.c \ - luatexdir/utils/utils.h \ - luatexdir/utils/writezip.c \ - mplibdir/lmplib.c - +libluatex_a_SOURCES = luatexdir/commands.h luatexdir/font/dofont.c \ + luatexdir/font/luatexfont.h luatexdir/font/luafont.c \ + luatexdir/font/mapfile.c luatexdir/font/mapfile.h \ + luatexdir/font/pkin.c luatexdir/font/sfnt.c \ + luatexdir/font/sfnt.h luatexdir/font/subfont.c \ + luatexdir/font/texfont.c luatexdir/font/texfont.h \ + luatexdir/font/tfmofm.c luatexdir/font/tounicode.c \ + luatexdir/font/tt_glyf.c luatexdir/font/tt_glyf.h \ + luatexdir/font/tt_table.c luatexdir/font/tt_table.h \ + luatexdir/font/vfovf.c luatexdir/font/vfpacket.c \ + luatexdir/font/writecff.c luatexdir/font/writecff.h \ + luatexdir/font/writeenc.c luatexdir/font/writefont.c \ + luatexdir/font/writet1.c luatexdir/font/writet3.c \ + luatexdir/font/writettf.c luatexdir/font/writettf.h \ + luatexdir/font/writetype0.c luatexdir/font/writetype2.c \ + luatexdir/get_svnversion.sh luatexdir/hyphen.h \ + luatexdir/image/epdf.c luatexdir/image/epdf.h \ + luatexdir/image/image.h luatexdir/image/pdftoepdf.cc \ + luatexdir/image/pdftoepdf.h luatexdir/image/writeimg.c \ + luatexdir/image/writeimg.h luatexdir/image/writejbig2.c \ + luatexdir/image/writejbig2.h luatexdir/image/writejpg.c \ + luatexdir/image/writejpg.h luatexdir/image/writepng.c \ + luatexdir/image/writepng.h luatexdir/lang/hnjalloc.c \ + luatexdir/lang/hnjalloc.h luatexdir/lang/hyphen.c \ + luatexdir/lang/texlang.c luatexdir/lua/lcallbacklib.c \ + luatexdir/lua/lfontlib.c luatexdir/lua/limglib.c \ + luatexdir/lua/lkpselib.c luatexdir/lua/llanglib.c \ + luatexdir/lua/llualib.c luatexdir/lua/lnodelib.c \ + luatexdir/lua/loslibext.c luatexdir/lua/liolib.c \ + luatexdir/lua/lpdflib.c luatexdir/lua/lstatslib.c \ + luatexdir/lua/ltexiolib.c luatexdir/lua/ltexlib.c \ + luatexdir/lua/ltokenlib.c luatexdir/lua/luainit.c \ + luatexdir/lua/luanode.c luatexdir/lua/luastuff.c \ + luatexdir/lua/luatex.c luatexdir/lua/luatoken.c \ + luatexdir/lua/texluac.c luatexdir/luatex-api.h \ + luatexdir/luatex.h luatexdir/makecpool.c \ + luatexdir/managed-sa.c luatexdir/managed-sa.h \ + luatexdir/mathcodes.c luatexdir/nodes.h \ + luatexdir/pdf/pagetree.c luatexdir/pdf/pagetree.h \ + luatexdir/pdf/pdfpage.c luatexdir/pdf/pdfpage.h \ + luatexdir/primitive.h luatexdir/ptexmac.h \ + luatexdir/tex/filename.c luatexdir/tex/linebreak.c \ + luatexdir/tex/math.c luatexdir/tex/mlist.c \ + luatexdir/tex/postlinebreak.c luatexdir/tex/primitive.c \ + luatexdir/tex/texdeffont.c luatexdir/tex/texnodes.c \ + luatexdir/tex/texpdf.c luatexdir/tex/textoken.c \ + luatexdir/texmath.h luatexdir/textcodes.c luatexdir/tokens.h \ + luatexdir/utils/avl.c luatexdir/utils/avl.h \ + luatexdir/utils/avlstuff.c luatexdir/utils/avlstuff.h \ + luatexdir/utils/synctex.h luatexdir/utils/synctex.c \ + luatexdir/utils/utils.c luatexdir/utils/utils.h \ + luatexdir/utils/writezip.c mplibdir/lmplib.c \ + luatexdir/inc-epdf.h luatexdir/inc-vfovf.h EXTRA_libluatex_a_SOURCES = luatexdir/font/macnames.c # Force Automake to use CXXLD for linking |