Remove dead code.
[shibboleth/cpp-sp.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 ACLOCAL_AMFLAGS = -I .
4
5 EXTRA_DIST = \
6         isapi_shib Shibboleth.sln libtool.m4 acx_pthread.m4 depcomp \
7         config_win32.h shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall
8
9 dist-hook:
10         rm -rf `find $(distdir)/configs -name Makefile`
11
12 WANT_SUBDIRS = @WANT_SUBDIRS@
13
14 SUBDIRS = $(WANT_SUBDIRS)
15
16 DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib odbc-store selinux
17
18 all-local: shibboleth.spec pkginfo
19
20 shibboleth.spec: shibboleth.spec.in Makefile
21         rm -f $@.tmp
22         sed < $< > $@.tmp \
23             -e 's:@-VERSION-@:${VERSION}:'
24         mv $@.tmp $@
25
26 pkginfo: pkginfo.in Makefile
27         rm -f $@.tmp
28         sed < $< > $@.tmp \
29             -e 's:@-VERSION-@:${VERSION}:'
30         mv $@.tmp $@
31
32 DISTCLEANFILES = shibboleth.spec pkginfo