diff options
author | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
commit | 8c787c3591c1c885b91a54128835b400858c5cca (patch) | |
tree | eca1b776912a305c4d45b3964038278a2fae1ead /debian/htdig/htdig-3.2.0b6/htword/Makefile.am | |
parent | fe188b907cdf30dfdfe0eba9412e7f8749fec158 (diff) | |
download | extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.tar.gz extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.zip |
DEB htdig: Added to repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htword/Makefile.am')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/htword/Makefile.am | 51 |
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 |