X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e5c30ade376a7dfda299e45b567473f42266c727;hb=0121a474a60158d6478ce4697407c31d71d3c76e;hp=204c6224ffa7917495b0b5d1941b96fc118cdd2f;hpb=4ff385fad41f10fc5150cbb568e4db766f72f6e6;p=shibboleth%2Fcpp-sp.git diff --git a/Makefile.am b/Makefile.am index 204c622..e5c30ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,33 +1,41 @@ -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2 +ACLOCAL_AMFLAGS = -I m4 -ACLOCAL_AMFLAGS = -I . +include doxygen.am -EXTRA_DIST = \ - isapi_shib isapi_shib_gui \ - Shibboleth.sln libtool.m4 acx_pthread.m4 depcomp \ - config_win32.h shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall - -dist-hook: - rm -rf `find $(distdir)/configs -name Makefile` +MOSTLYCLEANFILES = $(DX_CLEANFILES) WANT_SUBDIRS = @WANT_SUBDIRS@ SUBDIRS = $(WANT_SUBDIRS) -DIST_SUBDIRS = doc schemas configs shibsp shibd util apache nsapi_shib selinux - -all-local: shibboleth.spec pkginfo - -shibboleth.spec: shibboleth.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 = shibboleth.spec pkginfo +DIST_SUBDIRS = \ + doc \ + schemas \ + configs \ + shibsp \ + shibd \ + adfs \ + plugins \ + util \ + apache \ + nsapi_shib \ + fastcgi \ + odbc-store \ + memcache-store \ + selinux + +if DX_COND_doc +all-local: doxygen-doc +else +all-local: +endif + +GENFILES = @PACKAGE_NAME@.spec + +EXTRA_DIST = $(DX_CONFIG) \ + isapi_shib \ + Shibboleth.sln \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in)