2006-09-12 23:21:48 +02:00
|
|
|
|
|
|
|
cc_sources = arabica.cpp \
|
|
|
|
SAX/helpers/InputSourceResolver.cpp \
|
|
|
|
Utils/base64codecvt.cpp \
|
|
|
|
Utils/impl/iso88591_utf8.cpp \
|
|
|
|
Utils/impl/ucs2_utf16.cpp \
|
|
|
|
Utils/impl/ucs2_utf8.cpp \
|
|
|
|
Utils/iso88591utf8codecvt.cpp \
|
|
|
|
Utils/rot13codecvt.cpp \
|
|
|
|
Utils/ucs2utf8codecvt.cpp \
|
|
|
|
Utils/utf16beucs2codecvt.cpp \
|
|
|
|
Utils/utf16leucs2codecvt.cpp \
|
|
|
|
Utils/utf16utf8codecvt.cpp \
|
|
|
|
Utils/utf8iso88591codecvt.cpp \
|
|
|
|
Utils/utf8ucs2codecvt.cpp \
|
2007-09-10 17:58:45 +02:00
|
|
|
io/uri.cpp \
|
2006-09-12 23:21:48 +02:00
|
|
|
XML/XMLCharacterClasses.cpp
|
|
|
|
|
2007-07-19 18:59:26 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/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
|
|
|
|
|
|
|
|
|
|
|
|