2005-12-01 22:16:36 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2011-07-28 12:56:24 -06:00
|
|
|
|
2014-12-01 14:36:13 +01:00
|
|
|
## Copyright (C) 2005-2014 Red Hat, Inc.
|
2013-05-14 17:42:12 -06:00
|
|
|
##
|
|
|
|
|
## This library is free software; you can redistribute it and/or
|
|
|
|
|
## modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
## License as published by the Free Software Foundation; either
|
|
|
|
|
## version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
##
|
|
|
|
|
## This library is distributed in the hope that it will be useful,
|
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
## Lesser General Public License for more details.
|
|
|
|
|
##
|
|
|
|
|
## You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
## License along with this library. If not, see
|
|
|
|
|
## <http://www.gnu.org/licenses/>.
|
2011-07-28 12:56:24 -06:00
|
|
|
|
2009-10-02 12:29:15 +01:00
|
|
|
SUBDIRS= schemas
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2010-09-21 16:40:32 +01:00
|
|
|
PERL = perl
|
|
|
|
|
|
2005-12-01 22:16:36 +00:00
|
|
|
# The directory containing the source code (if it contains documentation).
|
|
|
|
|
DOC_SOURCE_DIR=../src
|
|
|
|
|
|
2009-10-02 12:29:15 +01:00
|
|
|
DEVHELP_DIR=$(datadir)/gtk-doc/html/libvirt
|
|
|
|
|
|
2014-11-11 16:28:26 +00:00
|
|
|
apihtml = \
|
|
|
|
|
html/index.html \
|
2014-12-02 07:50:18 +01:00
|
|
|
$(apihtml_generated)
|
|
|
|
|
|
|
|
|
|
apihtml_generated = \
|
2014-11-11 16:28:26 +00:00
|
|
|
html/libvirt-libvirt-domain.html \
|
|
|
|
|
html/libvirt-libvirt-domain-snapshot.html \
|
|
|
|
|
html/libvirt-libvirt-event.html \
|
|
|
|
|
html/libvirt-libvirt-host.html \
|
|
|
|
|
html/libvirt-libvirt-interface.html \
|
|
|
|
|
html/libvirt-libvirt-network.html \
|
|
|
|
|
html/libvirt-libvirt-nodedev.html \
|
|
|
|
|
html/libvirt-libvirt-nwfilter.html \
|
|
|
|
|
html/libvirt-libvirt-secret.html \
|
|
|
|
|
html/libvirt-libvirt-storage.html \
|
|
|
|
|
html/libvirt-libvirt-stream.html \
|
2008-04-28 08:29:35 +00:00
|
|
|
html/libvirt-virterror.html
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
apipng = \
|
2008-04-28 08:29:35 +00:00
|
|
|
html/left.png \
|
|
|
|
|
html/up.png \
|
|
|
|
|
html/home.png \
|
|
|
|
|
html/right.png
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2010-02-25 09:28:51 +01:00
|
|
|
devhelphtml = \
|
2009-10-02 12:29:15 +01:00
|
|
|
devhelp/libvirt.devhelp \
|
|
|
|
|
devhelp/index.html \
|
|
|
|
|
devhelp/general.html \
|
|
|
|
|
devhelp/libvirt-virterror.html
|
|
|
|
|
|
2010-10-27 01:34:33 +11:00
|
|
|
css = \
|
|
|
|
|
generic.css \
|
|
|
|
|
libvirt.css \
|
|
|
|
|
main.css
|
|
|
|
|
|
2009-10-02 12:29:15 +01:00
|
|
|
devhelppng = \
|
|
|
|
|
devhelp/home.png \
|
|
|
|
|
devhelp/left.png \
|
|
|
|
|
devhelp/right.png \
|
|
|
|
|
devhelp/up.png
|
|
|
|
|
|
|
|
|
|
devhelpcss = devhelp/style.css
|
|
|
|
|
|
|
|
|
|
devhelpxsl = devhelp/devhelp.xsl devhelp/html.xsl
|
|
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
png = \
|
|
|
|
|
32favicon.png \
|
|
|
|
|
footer_corner.png \
|
|
|
|
|
footer_pattern.png \
|
|
|
|
|
libvirt-header-bg.png \
|
|
|
|
|
libvirt-header-logo.png \
|
|
|
|
|
libvirtLogo.png \
|
|
|
|
|
libvirt-net-logical.png \
|
|
|
|
|
libvirt-net-physical.png \
|
2009-04-15 20:42:50 +00:00
|
|
|
libvirt-daemon-arch.png \
|
|
|
|
|
libvirt-driver-arch.png \
|
|
|
|
|
libvirt-object-model.png \
|
2008-04-23 17:08:31 +00:00
|
|
|
madeWith.png \
|
2009-10-02 17:53:51 +01:00
|
|
|
et.png \
|
|
|
|
|
migration-managed-direct.png \
|
|
|
|
|
migration-managed-p2p.png \
|
|
|
|
|
migration-native.png \
|
|
|
|
|
migration-tunnel.png \
|
|
|
|
|
migration-unmanaged-direct.png
|
2008-04-23 17:08:31 +00:00
|
|
|
|
2007-11-15 13:04:28 +00:00
|
|
|
gif = \
|
|
|
|
|
architecture.gif \
|
2008-04-28 08:29:35 +00:00
|
|
|
node.gif
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2012-10-20 20:29:47 -04:00
|
|
|
|
|
|
|
|
internals_html_in = \
|
|
|
|
|
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/internals/*.html.in))
|
|
|
|
|
internals_html = $(internals_html_in:%.html.in=%.html)
|
|
|
|
|
|
2013-08-30 16:05:43 -06:00
|
|
|
# todo.html is special - it is shipped in the tarball, but we
|
|
|
|
|
# have a dedicated 'todo' target to rebuild it from a proper
|
|
|
|
|
# config file, all other users are able to build it locally.
|
|
|
|
|
# For all other files, since we ship pre-built html in the
|
|
|
|
|
# tarball, we must also ship the sources, even when those
|
|
|
|
|
# sources are themselves generated.
|
2012-10-20 20:29:47 -04:00
|
|
|
dot_html_in = $(notdir $(wildcard $(srcdir)/*.html.in)) \
|
|
|
|
|
todo.html.in \
|
|
|
|
|
hvsupport.html.in
|
2008-04-23 17:08:31 +00:00
|
|
|
dot_html = $(dot_html_in:%.html.in=%.html)
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2012-08-01 15:29:27 +02:00
|
|
|
dot_php_in = $(notdir $(wildcard $(srcdir)/*.php.in))
|
|
|
|
|
dot_php_code_in = $(dot_php_in:%.php.in=%.php.code.in)
|
|
|
|
|
dot_php = $(dot_php_in:%.php.in=%.php)
|
|
|
|
|
|
2011-02-18 14:40:35 -07:00
|
|
|
patches = $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/api_extension/*.patch))
|
2009-06-09 11:42:41 +00:00
|
|
|
|
2007-11-15 13:04:28 +00:00
|
|
|
xml = \
|
|
|
|
|
libvirt-api.xml \
|
2009-09-16 19:02:59 +01:00
|
|
|
libvirt-refs.xml
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2011-09-14 11:38:39 +08:00
|
|
|
qemu_xml = \
|
|
|
|
|
libvirt-qemu-api.xml \
|
|
|
|
|
libvirt-qemu-refs.xml
|
|
|
|
|
|
2012-12-21 13:15:19 +00:00
|
|
|
lxc_xml = \
|
|
|
|
|
libvirt-lxc-api.xml \
|
|
|
|
|
libvirt-lxc-refs.xml
|
|
|
|
|
|
2012-02-13 16:46:29 +00:00
|
|
|
apidir = $(pkgdatadir)/api
|
2012-12-21 13:15:19 +00:00
|
|
|
api_DATA = libvirt-api.xml libvirt-qemu-api.xml libvirt-lxc-api.xml
|
2012-02-13 16:46:29 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
fig = \
|
|
|
|
|
libvirt-net-logical.fig \
|
2009-04-15 20:42:50 +00:00
|
|
|
libvirt-net-physical.fig \
|
|
|
|
|
libvirt-daemon-arch.fig \
|
|
|
|
|
libvirt-driver-arch.fig \
|
2009-10-02 17:53:51 +01:00
|
|
|
libvirt-object-model.fig \
|
|
|
|
|
migration-managed-direct.fig \
|
|
|
|
|
migration-managed-p2p.fig \
|
|
|
|
|
migration-native.fig \
|
|
|
|
|
migration-tunnel.fig \
|
|
|
|
|
migration-unmanaged-direct.fig
|
2008-04-23 17:08:31 +00:00
|
|
|
|
2007-11-15 13:04:28 +00:00
|
|
|
EXTRA_DIST= \
|
2013-08-08 11:51:01 +01:00
|
|
|
apibuild.py genaclperms.pl \
|
2010-10-22 16:50:27 +11:00
|
|
|
site.xsl newapi.xsl news.xsl page.xsl \
|
2011-02-11 11:03:31 +01:00
|
|
|
hacking1.xsl hacking2.xsl wrapstring.xsl \
|
2008-04-28 08:29:35 +00:00
|
|
|
$(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
|
2009-10-02 12:29:15 +01:00
|
|
|
$(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
|
2013-01-18 14:55:04 +01:00
|
|
|
$(xml) $(qemu_xml) $(lxc_xml) $(fig) $(png) $(css) \
|
2012-08-01 15:29:27 +02:00
|
|
|
$(patches) $(dot_php_in) $(dot_php_code_in) $(dot_php)\
|
2012-10-20 20:29:47 -04:00
|
|
|
$(internals_html_in) $(internals_html) \
|
2013-08-30 16:05:43 -06:00
|
|
|
sitemap.html.in aclperms.htmlinc \
|
2011-05-13 11:00:56 +01:00
|
|
|
todo.pl hvsupport.pl todo.cfg-example
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2013-08-08 11:51:01 +01:00
|
|
|
acl.html:: $(srcdir)/aclperms.htmlinc
|
|
|
|
|
|
|
|
|
|
$(srcdir)/aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
|
|
|
|
|
$(srcdir)/genaclperms.pl Makefile.am
|
2013-08-30 16:05:43 -06:00
|
|
|
$(AM_V_GEN)$(PERL) $(srcdir)/genaclperms.pl $< > $@
|
2013-08-08 11:51:01 +01:00
|
|
|
|
2011-02-18 12:12:28 +01:00
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
|
$(addprefix $(srcdir)/,$(dot_html)) \
|
|
|
|
|
$(addprefix $(srcdir)/,$(apihtml)) \
|
2012-08-01 15:29:27 +02:00
|
|
|
$(addprefix $(srcdir)/,$(devhelphtml)) \
|
2012-10-20 20:29:47 -04:00
|
|
|
$(addprefix $(srcdir)/,$(internals_html)) \
|
2013-08-30 16:05:43 -06:00
|
|
|
$(addprefix $(srcdir)/,$(dot_php)) \
|
|
|
|
|
$(srcdir)/hvsupport.html.in $(srcdir)/aclperms.htmlinc
|
2009-09-16 18:56:56 +01:00
|
|
|
|
2012-04-04 12:26:04 +01:00
|
|
|
all-am: web
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2011-02-16 15:09:09 +01:00
|
|
|
api: $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml
|
2011-09-14 11:38:39 +08:00
|
|
|
qemu_api: $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
|
2012-12-21 13:15:19 +00:00
|
|
|
lxc_api: $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2012-10-20 20:29:47 -04:00
|
|
|
web: $(dot_html) $(internals_html) html/index.html devhelp/index.html \
|
|
|
|
|
$(dot_php)
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2010-09-21 16:40:32 +01:00
|
|
|
todo.html.in: todo.pl
|
|
|
|
|
if [ -f todo.cfg ]; then \
|
|
|
|
|
echo "Generating $@"; \
|
2011-07-14 09:41:38 -06:00
|
|
|
$(PERL) $< > $@ \
|
2010-09-21 16:40:32 +01:00
|
|
|
|| { rm $@ && exit 1; }; \
|
|
|
|
|
else \
|
|
|
|
|
echo "Stubbing $@"; \
|
2013-07-18 09:37:52 -06:00
|
|
|
printf "%s\n" \
|
|
|
|
|
"<html xmlns=\"http://www.w3.org/1999/xhtml\">" \
|
|
|
|
|
"<body>" \
|
|
|
|
|
"<h1>Todo list unavailable: no config file</h1>" \
|
|
|
|
|
"</body></html>" > $@ ; \
|
2010-09-21 16:40:32 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
todo:
|
|
|
|
|
rm -f todo.html.in
|
|
|
|
|
$(MAKE) todo.html
|
|
|
|
|
|
2013-08-30 16:05:43 -06:00
|
|
|
hvsupport.html:: $(srcdir)/hvsupport.html.in
|
|
|
|
|
|
2014-12-01 14:36:13 +01:00
|
|
|
$(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
|
2013-07-18 09:37:52 -06:00
|
|
|
$(srcdir)/../src/libvirt_public.syms \
|
2012-12-21 13:15:19 +00:00
|
|
|
$(srcdir)/../src/libvirt_qemu.syms $(srcdir)/../src/libvirt_lxc.syms \
|
|
|
|
|
$(srcdir)/../src/driver.h
|
2013-07-18 09:37:52 -06:00
|
|
|
$(AM_V_GEN)$(PERL) $(srcdir)/hvsupport.pl $(srcdir)/../src > $@ \
|
|
|
|
|
|| { rm $@ && exit 1; }
|
2011-05-13 11:00:56 +01:00
|
|
|
|
2010-09-21 16:40:32 +01:00
|
|
|
.PHONY: todo
|
|
|
|
|
|
2009-04-15 20:42:50 +00:00
|
|
|
%.png: %.fig
|
|
|
|
|
convert -rotate 90 $< $@
|
|
|
|
|
|
2010-05-25 14:14:46 +01:00
|
|
|
internals/%.html.tmp: internals/%.html.in subsite.xsl page.xsl sitemap.html.in
|
|
|
|
|
@if [ -x $(XSLTPROC) ] ; then \
|
|
|
|
|
echo "Generating $@"; \
|
2011-06-02 08:17:25 -06:00
|
|
|
$(MKDIR_P) internals; \
|
2010-05-25 14:14:46 +01:00
|
|
|
name=`echo $@ | sed -e 's/.tmp//'`; \
|
2013-05-03 15:25:37 +01:00
|
|
|
$(XSLTPROC) --stringparam pagename $$name --nonet \
|
2010-05-25 14:14:46 +01:00
|
|
|
$(top_srcdir)/docs/subsite.xsl $< > $@ \
|
|
|
|
|
|| { rm $@ && exit 1; }; fi
|
|
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
%.html.tmp: %.html.in site.xsl page.xsl sitemap.html.in
|
2010-04-28 19:32:20 -06:00
|
|
|
@if [ -x $(XSLTPROC) ] ; then \
|
2008-04-23 17:08:31 +00:00
|
|
|
echo "Generating $@"; \
|
|
|
|
|
name=`echo $@ | sed -e 's/.tmp//'`; \
|
2013-05-03 15:25:37 +01:00
|
|
|
$(XSLTPROC) --stringparam pagename $$name --nonet \
|
2010-04-28 19:32:20 -06:00
|
|
|
$(top_srcdir)/docs/site.xsl $< > $@ \
|
|
|
|
|
|| { rm $@ && exit 1; }; fi
|
2008-04-23 17:08:31 +00:00
|
|
|
|
|
|
|
|
%.html: %.html.tmp
|
2010-04-28 19:32:20 -06:00
|
|
|
@if test -x $(XMLLINT) && test -x $(XMLCATALOG) ; then \
|
2010-10-27 02:07:00 +11:00
|
|
|
if $(XMLCATALOG) '$(XML_CATALOG_FILE)' \
|
2010-04-28 19:32:20 -06:00
|
|
|
"-//W3C//DTD XHTML 1.0 Strict//EN" > /dev/null ; then \
|
2008-04-23 17:08:31 +00:00
|
|
|
echo "Validating $@" ; \
|
2010-10-27 02:07:00 +11:00
|
|
|
SGML_CATALOG_FILES='$(XML_CATALOG_FILE)' \
|
2011-02-16 14:47:39 -07:00
|
|
|
$(XMLLINT) --catalogs --nonet --format --valid $< > $(srcdir)/$@ \
|
|
|
|
|
|| { rm $(srcdir)/$@ && exit 1; }; \
|
2014-11-28 14:36:18 +00:00
|
|
|
else echo "missing XHTML1 DTD"; cat $< > $(srcdir)/$@ ; fi ; fi
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2012-08-01 15:29:27 +02:00
|
|
|
%.php.tmp: %.php.in site.xsl page.xsl sitemap.html.in
|
|
|
|
|
@if [ -x $(XSLTPROC) ] ; then \
|
|
|
|
|
echo "Generating $@"; \
|
2013-05-03 15:25:37 +01:00
|
|
|
$(XSLTPROC) --stringparam pagename $(@:.tmp=) --nonet \
|
2012-08-01 15:29:27 +02:00
|
|
|
$(top_srcdir)/docs/site.xsl $< > $@ \
|
|
|
|
|
|| { rm $@ && exit 1; }; fi
|
|
|
|
|
|
|
|
|
|
%.php: %.php.tmp %.php.code.in
|
2012-09-05 11:55:42 -06:00
|
|
|
@if [ -x $(XSLTPROC) ] ; then \
|
|
|
|
|
echo "Scripting $@"; \
|
2013-09-12 17:18:32 +08:00
|
|
|
sed -e '/<span id="php_placeholder"><\/span>/r '"$(srcdir)/$@.code.in" \
|
2012-09-05 11:55:42 -06:00
|
|
|
-e /php_placeholder/d < $@.tmp > $(srcdir)/$@ \
|
|
|
|
|
|| { rm $(srcdir)/$@ && exit 1; }; fi
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2014-12-02 07:50:18 +01:00
|
|
|
$(apihtml_generated): html/index.html
|
|
|
|
|
|
2009-09-16 18:56:56 +01:00
|
|
|
html/index.html: libvirt-api.xml newapi.xsl page.xsl sitemap.html.in
|
2011-05-12 11:19:42 +01:00
|
|
|
$(AM_V_GEN)if [ -x $(XSLTPROC) ] ; then \
|
2011-02-18 12:12:28 +01:00
|
|
|
$(XSLTPROC) --nonet -o $(srcdir)/ \
|
2013-09-20 11:47:39 +02:00
|
|
|
--stringparam builddir '$(abs_top_builddir)' \
|
2011-07-19 07:34:34 -06:00
|
|
|
$(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi && \
|
2011-05-12 11:19:42 +01:00
|
|
|
if test -x $(XMLLINT) && test -x $(XMLCATALOG) ; then \
|
2010-10-27 02:07:00 +11:00
|
|
|
if $(XMLCATALOG) '$(XML_CATALOG_FILE)' "-//W3C//DTD XHTML 1.0 Strict//EN" \
|
2010-03-31 14:58:40 -06:00
|
|
|
> /dev/null ; then \
|
2010-10-27 02:07:00 +11:00
|
|
|
SGML_CATALOG_FILES='$(XML_CATALOG_FILE)' \
|
2011-02-18 12:12:28 +01:00
|
|
|
$(XMLLINT) --catalogs --nonet --valid --noout $(srcdir)/html/*.html ; \
|
2014-11-28 14:36:18 +00:00
|
|
|
else echo "missing XHTML1 DTD"; cat $< > $(srcdir)/$@ ; fi ; fi
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2010-06-25 16:27:07 -06:00
|
|
|
$(addprefix $(srcdir)/,$(devhelphtml)): $(srcdir)/libvirt-api.xml $(devhelpxsl)
|
2011-05-12 11:19:42 +01:00
|
|
|
$(AM_V_GEN)if [ -x $(XSLTPROC) ] ; then \
|
2011-02-18 12:12:28 +01:00
|
|
|
$(XSLTPROC) --nonet -o $(srcdir)/devhelp/ \
|
2011-02-16 15:09:09 +01:00
|
|
|
$(top_srcdir)/docs/devhelp/devhelp.xsl $(srcdir)/libvirt-api.xml ; fi
|
2009-10-02 12:29:15 +01:00
|
|
|
|
2011-09-14 11:38:39 +08:00
|
|
|
|
2010-06-25 16:27:07 -06:00
|
|
|
python_generated_files = \
|
2012-12-21 13:15:19 +00:00
|
|
|
$(srcdir)/html/libvirt-libvirt-lxc.html \
|
2011-09-14 11:38:39 +08:00
|
|
|
$(srcdir)/html/libvirt-libvirt-qemu.html \
|
2010-06-25 16:27:07 -06:00
|
|
|
$(srcdir)/html/libvirt-virterror.html \
|
|
|
|
|
$(srcdir)/libvirt-api.xml \
|
2011-09-14 11:38:39 +08:00
|
|
|
$(srcdir)/libvirt-refs.xml \
|
2012-12-21 13:15:19 +00:00
|
|
|
$(srcdir)/libvirt-lxc-api.xml \
|
|
|
|
|
$(srcdir)/libvirt-lxc-refs.xml \
|
2011-09-14 11:38:39 +08:00
|
|
|
$(srcdir)/libvirt-qemu-api.xml \
|
2012-12-21 13:15:19 +00:00
|
|
|
$(srcdir)/libvirt-qemu-refs.xml \
|
|
|
|
|
$(NULL)
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2012-05-11 08:20:34 -06:00
|
|
|
APIBUILD=$(srcdir)/apibuild.py
|
|
|
|
|
APIBUILD_STAMP=$(APIBUILD).stamp
|
2012-05-30 11:30:18 -06:00
|
|
|
EXTRA_DIST += $(APIBUILD_STAMP)
|
2012-04-27 12:05:12 -04:00
|
|
|
|
|
|
|
|
$(python_generated_files): $(APIBUILD_STAMP)
|
|
|
|
|
|
|
|
|
|
$(APIBUILD_STAMP): $(srcdir)/apibuild.py \
|
2012-05-30 11:30:18 -06:00
|
|
|
$(srcdir)/../include/libvirt/libvirt.h.in \
|
2014-12-03 16:15:14 -05:00
|
|
|
$(srcdir)/../include/libvirt/libvirt-domain-snapshot.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-domain.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-event.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-host.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-interface.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-network.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-nodedev.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-nwfilter.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-secret.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-storage.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/libvirt-stream.h \
|
2012-12-21 13:15:19 +00:00
|
|
|
$(srcdir)/../include/libvirt/libvirt-lxc.h \
|
2012-05-30 11:30:18 -06:00
|
|
|
$(srcdir)/../include/libvirt/libvirt-qemu.h \
|
|
|
|
|
$(srcdir)/../include/libvirt/virterror.h \
|
2010-06-25 16:27:07 -06:00
|
|
|
$(srcdir)/../src/libvirt.c \
|
2012-12-21 13:15:19 +00:00
|
|
|
$(srcdir)/../src/libvirt-lxc.c \
|
2011-09-14 11:38:39 +08:00
|
|
|
$(srcdir)/../src/libvirt-qemu.c \
|
2013-01-21 18:40:28 +01:00
|
|
|
$(srcdir)/../src/util/virerror.c \
|
2013-01-21 18:41:26 +01:00
|
|
|
$(srcdir)/../src/util/virevent.c \
|
|
|
|
|
$(srcdir)/../src/util/virtypedparam.c
|
2012-04-27 12:05:12 -04:00
|
|
|
$(AM_V_GEN)srcdir=$(srcdir) $(PYTHON) $(APIBUILD)
|
|
|
|
|
touch $@
|
|
|
|
|
|
2010-02-25 10:35:20 +01:00
|
|
|
|
2010-05-26 15:56:04 -06:00
|
|
|
check-local: all
|
2013-08-30 15:03:52 -06:00
|
|
|
dist-local: all
|
2010-05-26 15:56:04 -06:00
|
|
|
|
2005-12-01 22:16:36 +00:00
|
|
|
clean-local:
|
2010-07-10 22:49:26 +10:00
|
|
|
rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html
|
2005-12-01 22:16:36 +00:00
|
|
|
|
|
|
|
|
maintainer-clean-local: clean-local
|
2013-07-18 09:37:52 -06:00
|
|
|
rm -rf $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml \
|
2013-08-30 16:05:43 -06:00
|
|
|
todo.html.in
|
2011-09-14 11:38:39 +08:00
|
|
|
rm -rf $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
|
2012-12-21 13:15:19 +00:00
|
|
|
rm -rf $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
|
2012-04-27 12:05:12 -04:00
|
|
|
rm -rf $(APIBUILD_STAMP)
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2012-12-21 13:15:19 +00:00
|
|
|
rebuild: api qemu_api lxc_api all
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2008-02-05 19:27:37 +00:00
|
|
|
install-data-local:
|
2005-12-07 13:45:20 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
|
2010-10-27 01:34:33 +11:00
|
|
|
for f in $(css) $(dot_html) $(gif) $(png); do \
|
|
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); done
|
2005-12-07 13:45:20 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
|
2008-04-23 17:08:31 +00:00
|
|
|
for h in $(apihtml); do \
|
2008-04-28 08:29:35 +00:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$$h $(DESTDIR)$(HTML_DIR)/html; done
|
2008-04-23 17:08:31 +00:00
|
|
|
for p in $(apipng); do \
|
2008-04-28 08:29:35 +00:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$$p $(DESTDIR)$(HTML_DIR)/html; done
|
2012-10-20 20:29:47 -04:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/internals
|
|
|
|
|
for f in $(internals_html); do \
|
|
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/internals; done
|
2009-10-02 12:29:15 +01:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)
|
|
|
|
|
for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
2010-01-15 11:09:01 +01:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \
|
2009-10-02 12:29:15 +01:00
|
|
|
done
|
2013-03-29 22:25:13 +01:00
|
|
|
$(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir)
|
2007-11-15 13:04:28 +00:00
|
|
|
|
|
|
|
|
uninstall-local:
|
2008-04-28 08:29:35 +00:00
|
|
|
for h in $(apihtml); do rm $(DESTDIR)$(HTML_DIR)/$$h; done
|
|
|
|
|
for p in $(apipng); do rm $(DESTDIR)$(HTML_DIR)/$$p; done
|
2009-10-02 12:29:15 +01:00
|
|
|
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
2010-01-09 09:56:20 +01:00
|
|
|
rm $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
|
|
|
|
done
|