arabica/src/Makefile.am

28 lines
740 B
Text
Raw Normal View History

2006-09-12 23:21:48 +02:00
cc_sources = arabica.cpp \
SAX/helpers/InputSourceResolver.cpp \
convert/base64codecvt.cpp \
convert/impl/iso88591_utf8.cpp \
convert/impl/ucs2_utf16.cpp \
convert/impl/ucs2_utf8.cpp \
convert/iso88591utf8codecvt.cpp \
convert/rot13codecvt.cpp \
convert/ucs2utf8codecvt.cpp \
convert/utf16beucs2codecvt.cpp \
convert/utf16leucs2codecvt.cpp \
convert/utf16utf8codecvt.cpp \
convert/utf8iso88591codecvt.cpp \
convert/utf8ucs2codecvt.cpp \
2007-09-10 17:58:45 +02:00
io/uri.cpp \
XML/XMLCharacterClasses.cpp \
taggle/Schema.cpp
2006-09-12 23:21:48 +02:00
2008-05-04 16:42:09 +02:00
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ $(BOOST_CPPFLAGS)
2006-09-12 23:21:48 +02:00
lib_LTLIBRARIES = libarabica.la
libarabica_la_SOURCES= $(cc_sources)
2007-07-19 18:59:26 +02:00
libarabica_la_LDFLAGS= @PARSER_LIBS@
2006-09-12 23:21:48 +02:00