root/libswish3/trunk/src/xapian/Makefile.am

Revision 2090, 395 bytes (checked in by karpet, 8 months ago)

xapian example

Line 
1 CC=$(CXX)
2 CFLAGS= -Wall `xml2-config --cflags`
3 INCLUDES=`xapian-config --cxxflags` `xml2-config --cflags` -I$(top_srcdir)/src/libswish3
4 LDFLAGS=`xapian-config --libs` `xml2-config --libs` -L$(top_srcdir)/src/libswish3 -lswish3
5
6 bin_PROGRAMS = swish_xapian
7 check_PROGRAMS = swish_xapian
8 swish_xapian_SOURCES = swish_xapian.cpp
9
10 TESTS = $(check_PROGRAMS) test.pl
11 CLEAN = index.swish3
12
13 test: check
Note: See TracBrowser for help on using the browser.