[omega] Compute date spans in days
[xapian.git] / xapian-bindings / Makefile.am
blobcb1064c982a306f45390f71195e431eea0c27e30
1 ## Process this file with automake to produce Makefile.in
3 if MAINTAINER_MODE
4 # Export these so that we run the locally installed autotools when building
5 # from a bootstrapped git tree.
6 export ACLOCAL AUTOCONF AUTOHEADER AUTOM4TE AUTOMAKE
7 endif
9 EXTRA_DIST = xapian-head.i xapian-headers.i generic/except.i \
10     generic/generate-generic-exceptions \
11     shortstop.list skiptest \
12     HACKING
14 SUBDIRS = . @BINDINGS@
15 DIST_SUBDIRS = python3 php java ruby tcl8 csharp perl lua
17 if MAINTAINER_MODE
18 BUILT_SOURCES = generic/except.i
19 generic/except.i: $(srcdir)/generic/generate-generic-exceptions ../xapian-core/exception_data.pm
20         $(PERL) -w -I$(srcdir)/../xapian-core $(srcdir)/generic/generate-generic-exceptions
22 if !MAINTAINER_NO_DOCS
23 BUILT_SOURCES += doxygen-xml/index.xml
25 doxygen-xml/index.xml: $(XAPIAN_HEADERS)
26         $(DOXYGEN) doxygen_xml.conf
27 endif
28 endif
30 DISTCHECK_CONFIGURE_FLAGS = XAPIAN_CONFIG="$(XAPIAN_CONFIG)" \
31         PYTHON3_LIB='$(abs_builddir)/../_inst/tmp_py3lib' \
32         PHP_EXTENSION_DIR='$(abs_builddir)/../_inst/tmp_phpext' \
33         RUBY_LIB='$(abs_builddir)/../_inst/tmp_rubylib' \
34         RUBY_LIB_ARCH='$(abs_builddir)/../_inst/tmp_rubylibarch' \
35         TCL_LIB='$(abs_builddir)/../_inst/tmp_tcllib' \
36         PERL_LIB='$(abs_builddir)/../_inst/tmp_perllib' \
37         LUA_LIB='$(abs_builddir)/../_inst/tmp_lualib'