Genericize string values and scopes, add value/scope functors.
[shibboleth/sp.git] / schemas / Makefile.am
1 ## $Id$ 
2
3 AUTOMAKE_OPTIONS = foreign
4
5 pkgxmldir = $(datadir)/xml/@PACKAGE@
6
7 pkgxml_DATA = \
8         catalog.xml \
9         shibboleth.xsd \
10     shibboleth-metadata-1.0.xsd \
11     shibboleth-2.0-native-sp-config-2.0.xsd \
12     shibboleth-2.0-afp.xsd \
13     shibboleth-2.0-afp-mf-basic.xsd \
14     shibboleth-2.0-afp-mf-saml.xsd \
15     shibboleth-2.0-attribute-map.xsd \
16     shibboleth-2.0-simple-resolver.xsd \
17     metadata_v12_to_v13.xsl \
18     metadata_v13_to_v12.xsl \
19     trust_v13_to_v12.xsl
20
21 #
22 # Some of these need building
23 #
24 do-build-file:
25         rm -f ${FILE}.tmp
26         sed < ${srcdir}/${FILE}.in > ${FILE}.tmp \
27             -e 's:@-PKGXMLDIR-@:${pkgxmldir}:'
28         cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE}
29         rm -f ${FILE}.tmp
30
31 catalog.xml: ${srcdir}/catalog.xml.in Makefile ${top_builddir}/config.status
32         $(MAKE) do-build-file FILE=$@
33
34 CLEANFILES = catalog.xml
35
36 EXTRA_DIST = catalog.xml.in