Windows: use Boost 1.59, msvc 14.0
[metaproxy-moved-to-github.git] / Makefile.am
1 ## This file is part of Metaproxy
2 ## Copyright (C) Index Data
3 ## See the file LICENSE for details.
4
5 SUBDIRS = xml include src etc doc
6
7 ACLOCAL_AMFLAGS = -I m4
8
9 AUTOMAKE_OPTIONS = foreign
10
11 EXTRA_DIST = Doxyfile.in IDMETA README LICENSE NEWS m4/id-config.sh \
12              m4/yazpp.m4 m4/yaz.m4 m4/boost.m4 \
13              buildconf.sh metaproxy.spec metaproxy-config.in
14
15 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
16
17 dist-hook:
18         if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
19         mkdir $(distdir)/win
20         -cp $(srcdir)/win/* $(distdir)/win
21         mkdir $(distdir)/rpm
22         -cp $(srcdir)/rpm/* $(distdir)/rpm
23
24 .PHONY:dox
25 dox:
26         doxygen
27
28 .PHONY:debian
29 debian:
30         dpkg-buildpackage -rfakeroot