Replaced RPC remoting with plain sockets and length-prefixed XML.
[shibboleth/cpp-sp.git] / Makefile.am
index d256b81..ae9a563 100644 (file)
@@ -1,46 +1,42 @@
-## $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 \
-       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 \
-       docs/CREDITS.txt \
-       docs/INSTALL.txt \
-       docs/LICENSE.txt \
-       docs/NEWS.txt \
-       docs/README.txt \
-       docs/OPENSSL.LICENSE \
-       docs/LOG4CPP.LICENSE \
-       docs/CURL.LICENSE \
-       docs/InQueue.html \
-       docs/DEPLOY-GUIDE-ORIGIN.html \
-       docs/DEPLOY-GUIDE-TARGET.html \
-       libtool.m4 \
-       acx_pthread.m4 \
-       acx_rpctest.m4
+       schemas doc isapi_shib isapi_shib_gui \
+       Shibboleth.sln libtool.m4 acx_pthread.m4 acx_rpctest.m4 depcomp \
+       config_win32.h posttest/posttest.vcproj shibtest/shibtest.vcproj \
+       shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall
+
+dist-hook:
+       rm -rf `find $(distdir)/schemas -name CVS`
+       rm -rf `find $(distdir)/schemas -name Makefile`
+       rm -rf `find $(distdir)/configs -name CVS`
+       rm -rf `find $(distdir)/configs -name Makefile`
+       rm -rf `find $(distdir)/doc -name CVS`
+       rm -rf `find $(distdir)/doc -name Makefile`
+       rm -rf `find $(distdir)/isapi_shib -name CVS`
 
 WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
 
-DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
-       mod_shire mod_shibrm siterefresh
+DIST_SUBDIRS = doc shib schemas configs shib-target shar test \
+       apache siterefresh odbc_ccache shib-mysql-ccache xmlproviders \
+       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