Unix build fixes
[shibboleth/cpp-xmltooling.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 ACLOCAL_AMFLAGS = -I .
4
5 EXTRA_DIST =
6         schemas \
7         cpp-xmltooling.sln \
8         libtool.m4 \
9         acx_pthread.m4 \
10         depcomp \
11         config_win32.h
12
13 dist-hook:
14         rm -rf `find $(distdir)/xmltoolingtest/data -name .svn`
15         rm -rf `find $(distdir)/schemas -name .svn`
16         rm -rf `find $(distdir)/schemas -name Makefile`
17
18
19 SUBDIRS = schemas xmltooling xmltoolingtest
20
21 #all-local: opensaml.spec pkginfo
22 #
23 #opensaml.spec: opensaml.spec.in Makefile
24 #       rm -f $@.tmp
25 #       sed < $< > $@.tmp \
26 #           -e 's:@-VERSION-@:${VERSION}:'
27 #       mv $@.tmp $@
28 #
29 #pkginfo: pkginfo.in Makefile
30 #       rm -f $@.tmp
31 #       sed < $< > $@.tmp \
32 #           -e 's:@-VERSION-@:${VERSION}:'
33 #       mv $@.tmp $@
34 #
35 #DISTCLEANFILES = opensaml.spec pkginfo