X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4fb593f07a98ae906098f14cd9d7bd78a1acc395;hb=472ab9fdcccaa4cede6cf5894986954b89309add;hp=8b2fcc4fd70ba2698035bcaab075b62a8000c1bd;hpb=549d85f8d6b2384f16fb628fb94e07210a390543;p=shibboleth%2Fcpp-sp.git diff --git a/Makefile.am b/Makefile.am index 8b2fcc4..4fb593f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,41 @@ -## $Id$ - AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 + +include doxygen.am + +MOSTLYCLEANFILES = $(DX_CLEANFILES) + +WANT_SUBDIRS = @WANT_SUBDIRS@ + +SUBDIRS = $(WANT_SUBDIRS) -ACLOCAL_AMFLAGS = -I . +DIST_SUBDIRS = \ + doc \ + schemas \ + configs \ + shibsp \ + shibd \ + adfs \ + plugins \ + util \ + apache \ + nsapi_shib \ + fastcgi \ + odbc-store \ + memcache-store \ + selinux -EXTRA_DIST = ../INSTALL.txt ../LICENSE.txt ../NEWS.txt ../README.txt \ - INSTALL.txt LICENSE.txt NEWS.txt README.txt +if DX_COND_doc +all-local: doxygen-doc +else +all-local: +endif -SUBDIRS = @WANT_SUBDIRS@ +GENFILES = @PACKAGE_NAME@.spec +EXTRA_DIST = $(DX_CONFIG) \ + isapi_shib \ + Shibboleth.sln \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in)