X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=0c5a5087d20c2038d754d4136f36df8562b7e5fa;hb=aad3cc122bf1227d27418b072c9bf91a47152fe6;hp=d56ad403c20426ed88c87cdf9458e0c28619ac6a;hpb=7e9e728f583a229392a8a6390831416994e219ca;p=shibboleth%2Fcpp-xmltooling.git diff --git a/Makefile.am b/Makefile.am index d56ad40..0c5a508 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,32 +1,35 @@ AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 -ACLOCAL_AMFLAGS = -I . +include doxygen.am -EXTRA_DIST = - schemas \ - cpp-xmltooling.sln \ - libtool.m4 \ - acx_pthread.m4 \ - depcomp \ - config_win32.h +MOSTLYCLEANFILES = $(DX_CLEANFILES) dist-hook: - rm -rf `find $(distdir)/schemas -name Makefile` - -SUBDIRS = schemas xmltooling xmltoolingtest - -#all-local: opensaml.spec pkginfo -# -#opensaml.spec: opensaml.spec.in Makefile -# rm -f $@.tmp -# sed < $< > $@.tmp \ -# -e 's:@-VERSION-@:${VERSION}:' -# mv $@.tmp $@ -# -#pkginfo: pkginfo.in Makefile -# rm -f $@.tmp -# sed < $< > $@.tmp \ -# -e 's:@-VERSION-@:${VERSION}:' -# mv $@.tmp $@ -# -#DISTCLEANFILES = opensaml.spec pkginfo + rm -rf `find $(distdir)/xmltoolingtest/data -name .svn` + rm -rf `find $(distdir)/doc/api -name .svn` + + +SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest + +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-@PACKAGE_NAME@.sln \ + m4/acx_pthread.m4 \ + m4/acinclude.m4 \ + m4/ax_create_pkgconfig_info.m4 \ + m4/doxygen.m4 \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in) \ + postinstall