2007-07-19 18:58:57 +02:00
|
|
|
noinst_PROGRAMS = pyx simple_handler writer xmlbase
|
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)
|
2011-11-25 19:47:54 +01:00
|
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la @PARSER_LIBS@
|
2006-09-12 23:21:48 +02:00
|
|
|
|
|
|
|
pyx_SOURCES = pyx.cpp
|
|
|
|
pyx_LDADD = $(LIBARABICA)
|
|
|
|
|
2007-09-05 00:55:47 +02:00
|
|
|
simple_handler_SOURCES = SimpleHandler.cpp SimpleHandler.hpp wrapper.cpp
|
2006-09-12 23:21:48 +02:00
|
|
|
simple_handler_LDADD = $(LIBARABICA)
|
|
|
|
|
|
|
|
writer_SOURCES = writer.cpp
|
|
|
|
writer_LDADD = $(LIBARABICA)
|
|
|
|
|
|
|
|
xmlbase_SOURCES = xmlbase.cpp
|
|
|
|
xmlbase_LDADD = $(LIBARABICA)
|
|
|
|
|