AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) dist-hook: rm -rf `find $(distdir)/samltest/data -name .svn` rm -rf `find $(distdir)/doc/api -name .svn` SUBDIRS = doc schemas saml samltest samlsign if DX_COND_doc all-local: doxygen-doc else all-local: endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = @PACKAGE_NAME@.pc GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile EXTRA_DIST = $(DX_CONFIG) \ cpp-opensaml2.sln \ config_win32.h \ $(GENFILES) \ $(GENFILES:%=%.in) \ postinstall