From b77e78eaf3652b80e78ae80f770bd3bdf721363d Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 21 Apr 2009 09:44:45 +0000 Subject: new build system: mode texk/xdvik and general update git-svn-id: svn://tug.org/texlive/trunk@12771 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/teckit/Makefile.am | 8 ++++++-- Build/source/libs/teckit/Makefile.in | 2 +- Build/source/libs/teckit/ac/teckit.ac | 6 +++++- Build/source/libs/teckit/ac/withenable.ac | 6 +++++- 4 files changed, 17 insertions(+), 5 deletions(-) (limited to 'Build/source/libs/teckit') diff --git a/Build/source/libs/teckit/Makefile.am b/Build/source/libs/teckit/Makefile.am index d6db6f345e2..84b1ed618e5 100644 --- a/Build/source/libs/teckit/Makefile.am +++ b/Build/source/libs/teckit/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory libs/teckit/ +## +## Copyright (C) 2009 Peter Breitenlohner +## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -5,9 +9,9 @@ INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES) AM_CPPFLAGS = -DNDEBUG if build -EXTRA_LIBRARIES = libTECkit_Compiler.a noinst_LIBRARIES = libTECkit.a endif +EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a libTECkit_Compiler_a_SOURCES = \ source/Compiler.cpp \ @@ -80,7 +84,7 @@ EXTRA_DIST += \ dist-hook: rm -rf `find $(distdir) -name .svn` -## Eventually delete these files +## Original files ## EXTRA_DIST += Makefile.am.orig configure.ac.orig diff --git a/Build/source/libs/teckit/Makefile.in b/Build/source/libs/teckit/Makefile.in index 9a3b691bda7..d12f9c33853 100644 --- a/Build/source/libs/teckit/Makefile.in +++ b/Build/source/libs/teckit/Makefile.in @@ -187,8 +187,8 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES) AM_CPPFLAGS = -DNDEBUG -@build_TRUE@EXTRA_LIBRARIES = libTECkit_Compiler.a @build_TRUE@noinst_LIBRARIES = libTECkit.a +EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a libTECkit_Compiler_a_SOURCES = \ source/Compiler.cpp \ source/UnicodeNames.cpp diff --git a/Build/source/libs/teckit/ac/teckit.ac b/Build/source/libs/teckit/ac/teckit.ac index 490becdb5a2..cd866e9040d 100644 --- a/Build/source/libs/teckit/ac/teckit.ac +++ b/Build/source/libs/teckit/ac/teckit.ac @@ -1,3 +1,7 @@ -## libs/teckit/ac/teckit.ac +## libs/teckit/ac/teckit.ac: configure.ac fragment for the TeX Live subdirectory libs/teckit/ +dnl +dnl Copyright (C) 2009 Peter Breitenlohner +dnl You may freely use, modify and/or distribute this file. +dnl ## define required functions and headers from system teckit KPSE_CHECK_LIB([teckit], [TECkit_CreateConverter], [TECkit_Engine.h]) diff --git a/Build/source/libs/teckit/ac/withenable.ac b/Build/source/libs/teckit/ac/withenable.ac index 536220e52ce..0d910ae81b2 100644 --- a/Build/source/libs/teckit/ac/withenable.ac +++ b/Build/source/libs/teckit/ac/withenable.ac @@ -1,3 +1,7 @@ -## libs/teckit/ac/withenable.ac +## libs/teckit/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/teckit/ +dnl +dnl Copyright (C) 2009 Peter Breitenlohner +dnl You may freely use, modify and/or distribute this file. +dnl ## configure options and TL libraries required for teckit KPSE_WITH_LIB([teckit], [zlib]) -- cgit v1.2.3