Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / Makefile.am
1 ## This file is part of Metaproxy
2 ## Copyright (C) 2005-2006, Index Data ApS
3 ## $Id: Makefile.am,v 1.14 2006-06-10 14:29:11 adam Exp $
4
5 SUBDIRS = src doc etc
6
7 ACLOCAL_AMFLAGS = -I m4
8
9 AUTOMAKE_OPTIONS = foreign
10
11 EXTRA_DIST = Doxyfile.in NEWS README LICENSE m4/yazpp.m4 m4/yaz.m4 buildconf.sh
12
13 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
14
15 dist-hook:
16         mkdir $(distdir)/win
17         -cp $(srcdir)/win/* $(distdir)/win
18
19 # doxygen target
20 .PHONY:dox
21 dox:
22         doxygen
23
24 .PHONY:showdox
25 showdox:
26         firefox file://`pwd`/dox/html/index.html &