updated boost autoconf checks - hopefully now running on FreeBSD also
[metaproxy-moved-to-github.git] / Makefile.am
1 ## This file is part of Metaproxy
2 ## Copyright (C) 2005-2007, Index Data ApS
3 ## $Id: Makefile.am,v 1.22 2007-02-26 11:40:03 marc Exp $
4
5 SUBDIRS = xml src etc doc
6
7 ACLOCAL_AMFLAGS = -I m4
8
9 AUTOMAKE_OPTIONS = foreign
10
11 EXTRA_DIST = Doxyfile.in NEWS README LICENSE \
12              m4/yazpp.m4 m4/yaz.m4 m4/ax_boost.m4 \
13              buildconf.sh
14
15 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
16
17 dist-hook:
18         if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi
19         mkdir $(distdir)/win
20         -cp $(srcdir)/win/* $(distdir)/win
21
22 # doxygen target
23 .PHONY:dox
24 dox:
25         doxygen
26
27 .PHONY:firefox
28 firefox:
29         firefox  -new-window file://`pwd`/dox/html/index.html &
30
31 .PHONY:konqueror
32 konqueror:
33         konqueror file://`pwd`/dox/html/index.html &
34
35 .PHONY:galeon
36 galeon:
37         galeon file://`pwd`/dox/html/index.html &
38
39 .PHONY:epiphany
40 epiphany:
41         epiphany --new-window file://`pwd`/dox/html/index.html &
42