summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/htword/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htword/Makefile.am')
-rw-r--r--debian/htdig/htdig-3.2.0b6/htword/Makefile.am51
1 files changed, 51 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htword/Makefile.am b/debian/htdig/htdig-3.2.0b6/htword/Makefile.am
new file mode 100644
index 00000000..16c6d7bc
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/htword/Makefile.am
@@ -0,0 +1,51 @@
+#
+# Part of the ht://Dig package <http://www.htdig.org/>
+# Copyright (c) 1999-2004 The ht://Dig Group
+# For copyright details, see the file COPYING in your distribution
+# or the GNU Library General Public License version 2 or later
+# <http://www.gnu.org/copyleft/lgpl.html>
+#
+include $(top_srcdir)/Makefile.config
+
+LOCAL_DEFINES =
+
+pkglib_LTLIBRARIES = libhtword.la
+
+libhtword_la_SOURCES = \
+ WordBitCompress.cc \
+ WordContext.cc \
+ WordCursor.cc \
+ WordDB.cc \
+ WordDBCompress.cc \
+ WordDBInfo.cc \
+ WordDBPage.cc \
+ WordKey.cc \
+ WordKeyInfo.cc \
+ WordList.cc \
+ WordMonitor.cc \
+ WordRecord.cc \
+ WordRecordInfo.cc \
+ WordReference.cc \
+ WordStat.cc \
+ WordType.cc
+
+libhtword_la_LDFLAGS = -release $(HTDIG_MAJOR_VERSION).$(HTDIG_MINOR_VERSION).$(HTDIG_MICRO_VERSION) ${extra_ldflags}
+
+pkginclude_HEADERS = \
+ WordBitCompress.h \
+ WordCaseIsAStatements.h \
+ WordContext.h \
+ WordCursor.h \
+ WordDB.h \
+ WordDBCompress.h \
+ WordDBInfo.h \
+ WordDBPage.h \
+ WordKey.h \
+ WordKeyInfo.h \
+ WordList.h \
+ WordMonitor.h \
+ WordRecord.h \
+ WordRecordInfo.h \
+ WordReference.h \
+ WordStat.h \
+ WordType.h