1 ## $Id: Makefile.am,v 1.4 2005-10-06 19:33:58 adam Exp $
3 AM_CXXFLAGS = $(YAZPPINC) $(XSLT_CFLAGS) $(USEMARCONINC)
6 check_PROGRAMS = test_filter1 test_filter2 test_thread_pool_observer
7 noinst_PROGRAMS = p2 design
9 TESTS=$(check_PROGRAMS)
11 design_SOURCES=design.h design_main.cpp
13 test_filter1_SOURCES=test_filter1.cpp
14 test_filter2_SOURCES=test_filter2.cpp
16 p2_SOURCES=p2_frontend.cpp p2_msg.cpp p2.cpp p2_frontend.h \
17 p2_config.cpp p2_config.h \
18 p2_backend.h p2_backend_dummy.cpp \
19 p2_modules.cpp p2_modules.h \
20 p2_xmlerror.cpp p2_xmlerror.h \
21 thread_pool_observer.cpp thread_pool_observer.h
23 test_thread_pool_observer_SOURCES = test_thread_pool_observer.cpp \
24 thread_pool_observer.cpp thread_pool_observer.h
26 LDADD= $(YAZPPLALIB) $(XSLT_LIBS) $(USEMARCONLALIB)