2007-07-19 16:58:57 +00:00
|
|
|
noinst_PROGRAMS = pyx simple_handler writer xmlbase
|
2006-09-12 21:21:48 +00:00
|
|
|
|
2008-05-04 14:42:09 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ $(BOOST_CPPFLAGS)
|
2011-11-25 18:47:54 +00:00
|
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la @PARSER_LIBS@
|
2006-09-12 21:21:48 +00:00
|
|
|
|
|
|
|
pyx_SOURCES = pyx.cpp
|
|
|
|
pyx_LDADD = $(LIBARABICA)
|
|
|
|
|
2007-09-04 22:55:47 +00:00
|
|
|
simple_handler_SOURCES = SimpleHandler.cpp SimpleHandler.hpp wrapper.cpp
|
2006-09-12 21:21:48 +00:00
|
|
|
simple_handler_LDADD = $(LIBARABICA)
|
|
|
|
|
|
|
|
writer_SOURCES = writer.cpp
|
|
|
|
writer_LDADD = $(LIBARABICA)
|
|
|
|
|
|
|
|
xmlbase_SOURCES = xmlbase.cpp
|
|
|
|
xmlbase_LDADD = $(LIBARABICA)
|
|
|
|
|