diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
commit | e5786f530f9555469c01435f86039b06aa53feba (patch) | |
tree | c868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/texk/web2c/luatexdir/am/luamisc.am | |
parent | ebaa1768b43c8606d923d2e861b5286b74207b3e (diff) |
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am/luamisc.am')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/luamisc.am | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/luamisc.am b/Build/source/texk/web2c/luatexdir/am/luamisc.am new file mode 100644 index 00000000000..cb1cee694e3 --- /dev/null +++ b/Build/source/texk/web2c/luatexdir/am/luamisc.am @@ -0,0 +1,74 @@ +## texk/web2c/luatexdir/am/luamisc.am: Makefile fragment for libluamisc +## (luafilesystem, luamd5, luapeg, luazip, luazlib, luaprofiler, and slnunicode) + +## libluamisc (luafilesystem, luamd5, luapeg, luazip, luazlib, luaprofiler, +## and slnunicode) +EXTRA_LIBRARIES += libluamisc.a + +libluamisc_a_DEPENDENCIES = libluasocket.a + +$(libluamisc_a_OBJECTS): libluasocket.a + +libluamisc_a_CPPFLAGS = \ + $(ZLIB_INCLUDES) \ + -I$(top_srcdir)/luatexdir/lua51 \ + -I$(top_srcdir)/luatexdir/zziplib + +libluamisc_a_SOURCES = \ + luatexdir/luafilesystem/src/lfs.c \ + luatexdir/luafilesystem/src/lfs.h \ + luatexdir/luamd5/md5.c \ + luatexdir/luamd5/md5.h \ + luatexdir/luamd5/md5lib.c \ + luatexdir/luapeg/lpeg.c \ + luatexdir/luaprofiler/clocks.c \ + luatexdir/luaprofiler/clocks.h \ + luatexdir/luaprofiler/core_profiler.c \ + luatexdir/luaprofiler/core_profiler.h \ + luatexdir/luaprofiler/function_meter.c \ + luatexdir/luaprofiler/function_meter.h \ + luatexdir/luaprofiler/luaprofiler.h \ + luatexdir/luaprofiler/stack.c \ + luatexdir/luaprofiler/stack.h \ + luatexdir/luaprofiler/lua50_profiler.c \ + luatexdir/luazip/src/luazip.c \ + luatexdir/luazip/src/luazip.h \ + luatexdir/luazlib/lgzip.c \ + luatexdir/luazlib/lzlib.c \ + luatexdir/slnunicode/slnunico.c + +## Included by slnunico.c +EXTRA_libluamisc_a_SOURCES = luatexdir/slnunicode/slnudata.c + +## Not used +## +EXTRA_DIST += \ + luatexdir/luafilesystem/Makefile \ + luatexdir/luafilesystem/Makefile.win \ + luatexdir/luafilesystem/README \ + luatexdir/luafilesystem/config \ + luatexdir/luafilesystem/config.win \ + luatexdir/luafilesystem/doc \ + luatexdir/luafilesystem/src/lfs.def \ + luatexdir/luafilesystem/tests \ + luatexdir/luafilesystem/vc6 \ + luatexdir/luamd5/makefile \ + luatexdir/luamd5/md5.html \ + luatexdir/luamd5/md5.lua \ + luatexdir/luamd5/md5tests.lua \ + luatexdir/luaprofiler/Makefile \ + luatexdir/luazip/Makefile \ + luatexdir/luazip/README \ + luatexdir/luazip/config \ + luatexdir/luazip/doc \ + luatexdir/luazip/tests \ + luatexdir/luazip/vc6 \ + luatexdir/luazip/vc7 \ + luatexdir/luazlib/Makefile \ + luatexdir/luazlib/README \ + luatexdir/luazlib/gzip.lua \ + luatexdir/luazlib/test_gzip.lua \ + luatexdir/luazlib/test_zlib.lua \ + luatexdir/luazlib/zlib.lua \ + luatexdir/slnunicode/unitest + |