Add unit tests to Unix build
[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)/schemas -name Makefile`
15
16 SUBDIRS = schemas xmltooling xmltoolingtest
17
18 #all-local: opensaml.spec pkginfo
19 #
20 #opensaml.spec: opensaml.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 = opensaml.spec pkginfo