X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=3d9bdc8d093615dd11c371eb34e0e891b2a3f5c9;hb=0134a743f9c47b8e7ac74076cc708f11f90603f9;hp=1e27bef3f266b68d51f34eb05d65f7d60da3f93f;hpb=3a933720ae2ad459d491a5e0dbbb017acee87eaa;p=shibboleth%2Fsp.git diff --git a/Makefile.am b/Makefile.am index 1e27bef..3d9bdc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,37 +1,38 @@ -## $Id$ - AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I . -EXTRA_DIST = \ - schemas/cs-sstc-schema-assertion-01.xsd \ - schemas/cs-sstc-schema-protocol-01.xsd \ - schemas/soap-envelope.xsd \ - schemas/xmldsig-core-schema.xsd \ - schemas/xmldsig-filter2.xsd \ - schemas/xml.xsd \ - schemas/shibboleth.xsd \ - schemas/eduPerson.xsd \ - configs/accessError.html \ - configs/shar.logger \ - configs/shireError.html \ - configs/apache.config \ - configs/shibboleth.ini \ - configs/ca-bundle.crt \ - configs/shibboleth.logger \ - configs/rmError.html \ - configs/shire.logger \ - configs/AAP.xml \ - libtool.m4 acx_pthread.m4 acx_rpctest.m4 +include doxygen.am + +MOSTLYCLEANFILES = $(DX_CLEANFILES) WANT_SUBDIRS = @WANT_SUBDIRS@ SUBDIRS = $(WANT_SUBDIRS) -DIST_SUBDIRS = oncrpc shib schemas configs shib-target eduPerson shar test \ - mod_shire mod_shibrm +DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib fastcgi odbc-store memcache-store selinux -dist-hook: - cp ../*.txt ../*.html $(distdir) +if DX_COND_doc +all-local: doxygen-doc +else +all-local: +endif +dist-hook: + rm -rf `find $(distdir)/isapi_shib -name .svn` + rm -rf `find $(distdir)/doc/api -name .svn` + +GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile + +EXTRA_DIST = $(DX_CONFIG) \ + isapi_shib \ + Shibboleth.sln \ + libtool.m4 \ + doxygen.m4 \ + acx_pthread.m4 \ + depcomp \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in) \ + depend \ + postinstall