2009-06-16 18:31:19 -04:00
|
|
|
macrodir = @ac_macro_dir@
|
|
|
|
auxdir = @ac_aux_dir@
|
|
|
|
AUX_DIST = $(auxdir)/config.guess \
|
|
|
|
$(auxdir)/config.sub \
|
|
|
|
$(auxdir)/install-sh \
|
|
|
|
$(auxdir)/ltconfig \
|
|
|
|
$(auxdir)/ltmain.sh \
|
|
|
|
$(auxdir)/depcomp \
|
|
|
|
$(auxdir)/missing
|
|
|
|
EXTRA_DIST = bootstrap
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
|
|
|
|
|
2011-12-15 16:55:10 -05:00
|
|
|
ACLOCAL = aclocal
|
2009-06-16 18:31:19 -04:00
|
|
|
|
2011-06-16 12:25:00 -04:00
|
|
|
SUBDIRS = build conf data libs modules plugins platforms
|
2009-06-16 18:31:19 -04:00
|
|
|
if TEST_SUITES
|
|
|
|
SUBDIRS += tests
|
|
|
|
endif
|
|
|
|
|
|
|
|
dox:
|
|
|
|
doxygen $(top_srcdir)/docs/doxygen.conf
|
2010-02-22 10:43:43 -05:00
|
|
|
|
2009-06-16 18:31:19 -04:00
|
|
|
install-data-local:
|
|
|
|
test -d $(logdir) || $(mkinstalldirs) $(logdir)
|