1 ## Process this file with automake to produce Makefile.in
3 # `make QUIET=' overrides `./configure --enable-quiet'.
4 # `make QUIET=y' overrides `./configure' without `--enable-quiet'.
5 LIBTOOL = @LIBTOOL@ $(QUIET:y=--quiet)
8 # Export these so that we run the locally installed autotools when building
9 # from a bootstrapped git tree.
10 export ACLOCAL AUTOCONF AUTOHEADER AUTOM4TE AUTOMAKE
13 ACLOCAL_AMFLAGS = -I m4
15 EXTRA_DIST = xapian.i xapian-head.i generic/except.i \
16 xapian-bindings.spec skiptest \
20 DIST_SUBDIRS = python php java-swig java ruby tcl8 csharp perl lua
22 DISTCHECK_CONFIGURE_FLAGS = XAPIAN_CONFIG="$(XAPIAN_CONFIG)" \
23 PYTHON_LIB="`pwd`/../_inst/tmp_pylib" \
24 PHP_EXTENSION_DIR="`pwd`/../_inst/tmp_phpext" \
25 RUBY_LIB="`pwd`/../_inst/tmp_rubylib" \
26 RUBY_LIB_ARCH="`pwd`/../_inst/tmp_rubylibarch" \
27 TCL_LIB="`pwd`/../_inst/tmp_tcllib" \
28 PERL_LIB="`pwd`/../_inst/tmp_perllib" \
29 LUA_LIB="`pwd`/../_inst/tmp_lualib"