1 # $Id: Jamfile.in,v 1.2 2006-01-17 09:35:02 robstyles Exp $
6 YAZPP_CFLAGS = @YAZPPINC@ ;
9 YAZPP_LIBS = @YAZPPLIB@ ;
11 # libxml2/libxslt libs+flags
12 XSLT_LIBS = @XSLT_LIBS@ ;
13 XSLT_CFLAGS = @XSLT_CFLAGS@ ;
15 C++FLAGS = $(YAZPP_CFLAGS) @XSLT_CFLAGS@ ;
18 -lboost_program_options
25 Main ex_filter_frontend_net$(SUFEXE) : ex_filter_frontend_net.cpp ;
26 LinkLibraries ex_filter_frontend_net$(SUFEXE) : libyp2 ;
28 Main ex_libxml2_conf$(SUFEXE) : ex_libxml2_conf.cpp ;
29 LinkLibraries ex_libxml2_conf$(SUFEXE) : libyp2 ;
31 Main ex_router_flexml$(SUFEXE) : ex_router_flexml.cpp ;
32 LinkLibraries ex_router_flexml$(SUFEXE) : libyp2 ;
38 thread_pool_observer.cpp
40 filter_frontend_net.cpp
43 filter_z3950_client.cpp
44 filter_backend_test.cpp