resetting manifest requested domain to floor
[platform/upstream/libasyncns.git] / Makefile.am
1 # This file is part of libasyncns.
2 #
3 # Copyright 2005-2008 Lennart Poettering
4 #
5 # libasyncns is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as
7 # published by the Free Software Foundation, either version 2.1 of the
8 # License, or (at your option) any later version.
9 #
10 # libasyncns is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with libasyncns. If not, see
17 # <http://www.gnu.org/licenses/>.
18
19 ACLOCAL_AMFLAGS = -I m4
20
21 EXTRA_DIST = bootstrap.sh README LICENSE
22 SUBDIRS=libasyncns doc doxygen
23
24 MAINTAINERCLEANFILES=README
25 noinst_DATA = README
26
27 pkgconfigdir = $(libdir)/pkgconfig
28 pkgconfig_DATA = libasyncns.pc
29
30 README:
31         rm -f README
32         $(MAKE) -C doc README
33         ln -s doc/README README
34
35 homepage: all dist doxygen
36         test -d $$HOME/homepage/private
37         mkdir -p $$HOME/homepage/private/projects/libasyncns $$HOME/homepage/private/projects/libasyncns/doxygen
38         cp libasyncns-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/libasyncns
39         cp doc/README.html doc/style.css $$HOME/homepage/private/projects/libasyncns
40         cp -a doxygen/html/* $$HOME/homepage/private/projects/libasyncns/doxygen
41         ln -sf README.html $$HOME/homepage/private/projects/libasyncns/index.html
42
43 doxygen:
44         $(MAKE) -C doxygen doxygen
45
46 .PHONY: homepage doxygen