Fix broken macro.
[shibboleth/cpp-xmltooling.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 ACLOCAL_AMFLAGS = -I .
4
5 include doxygen.am
6
7 MOSTLYCLEANFILES = $(DX_CLEANFILES)
8
9 dist-hook:
10         rm -rf `find $(distdir)/xmltoolingtest/data -name .svn`
11         rm -rf `find $(distdir)/doc/api -name .svn`
12
13
14 SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest
15
16 if DX_COND_doc
17 all-local: doxygen-doc
18 else
19 all-local:
20 endif
21
22 pkgconfigdir = $(libdir)/pkgconfig
23 pkgconfig_DATA = @PACKAGE_NAME@.pc
24
25 GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile
26
27 EXTRA_DIST = $(DX_CONFIG) \
28         cpp-@PACKAGE_NAME@.sln \
29         acx_pthread.m4 \
30         acinclude.m4 \
31         ax_create_pkgconfig_info.m4 \
32         libtool.m4 \
33         doxygen.m4 \
34         depcomp \
35         config_win32.h \
36         $(GENFILES) \
37         $(GENFILES:%=%.in) \
38         depend \
39         postinstall