Makefile.am 11.9 KB
Newer Older
1
## Process this file with automake to produce Makefile.in
2

3
## Copyright (C) 2005-2016 Red Hat, Inc.
E
Eric Blake 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17
##
## 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/>.
18

19 20
DEVHELP_DIR=$(datadir)/gtk-doc/html/libvirt

21 22
apihtml =					\
  html/index.html				\
23 24 25
  $(apihtml_generated)

apihtml_generated = \
26
  html/libvirt-libvirt-common.html		\
27 28 29 30 31 32 33 34 35 36 37
  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		\
38
  html/libvirt-virterror.html
J
Jim Meyering 已提交
39

40
apipng =	\
41 42 43 44
  html/left.png	\
  html/up.png	\
  html/home.png	\
  html/right.png
J
Jim Meyering 已提交
45

46
devhelphtml =			\
47 48 49 50 51
  devhelp/libvirt.devhelp	\
  devhelp/index.html		\
  devhelp/general.html		\
  devhelp/libvirt-virterror.html

52 53 54 55 56
css =         \
  generic.css \
  libvirt.css \
  main.css

57 58 59 60 61 62 63 64 65 66
devhelppng =		\
  devhelp/home.png	\
  devhelp/left.png	\
  devhelp/right.png	\
  devhelp/up.png

devhelpcss = devhelp/style.css

devhelpxsl = devhelp/devhelp.xsl devhelp/html.xsl

67 68 69 70 71 72 73
png = \
  32favicon.png \
  libvirt-header-bg.png \
  libvirt-header-logo.png \
  libvirtLogo.png \
  libvirt-net-logical.png \
  libvirt-net-physical.png \
D
Daniel Veillard 已提交
74 75 76
  libvirt-daemon-arch.png \
  libvirt-driver-arch.png \
  libvirt-object-model.png \
77
  madeWith.png \
78 79 80 81 82
  migration-managed-direct.png \
  migration-managed-p2p.png \
  migration-native.png \
  migration-tunnel.png \
  migration-unmanaged-direct.png
83

J
Jim Meyering 已提交
84 85
gif = \
  architecture.gif \
86
  node.gif
J
Jim Meyering 已提交
87

88 89 90 91 92

internals_html_in = \
  $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/internals/*.html.in))
internals_html = $(internals_html_in:%.html.in=%.html)

93 94 95 96 97 98
# 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.
99 100 101
# Generate hvsupport.html first, since it takes one extra step.
dot_html_in = \
  hvsupport.html.in \
102
  todo.html.in \
103
  $(notdir $(wildcard $(srcdir)/*.html.in))
104
dot_html = $(dot_html_in:%.html.in=%.html)
J
Jim Meyering 已提交
105

106 107 108 109
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)

110
patches = $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/api_extension/*.patch))
111

J
Jim Meyering 已提交
112 113
xml = \
  libvirt-api.xml \
114
  libvirt-refs.xml
J
Jim Meyering 已提交
115

116 117 118 119
qemu_xml = \
  libvirt-qemu-api.xml \
  libvirt-qemu-refs.xml

120 121 122 123
lxc_xml = \
  libvirt-lxc-api.xml \
  libvirt-lxc-refs.xml

124 125 126 127
admin_xml = \
  libvirt-admin-api.xml \
  libvirt-admin-refs.xml

128
apidir = $(pkgdatadir)/api
129 130 131
api_DATA = \
       libvirt-api.xml \
       libvirt-qemu-api.xml \
132 133
       libvirt-lxc-api.xml \
       libvirt-admin-api.xml
134

135 136
fig = \
  libvirt-net-logical.fig \
D
Daniel Veillard 已提交
137 138 139
  libvirt-net-physical.fig \
  libvirt-daemon-arch.fig \
  libvirt-driver-arch.fig \
140 141 142 143 144 145
  libvirt-object-model.fig \
  migration-managed-direct.fig \
  migration-managed-p2p.fig \
  migration-native.fig \
  migration-tunnel.fig \
  migration-unmanaged-direct.fig
146

147
schemadir = $(pkgdatadir)/schemas
M
Michal Privoznik 已提交
148
schema_DATA = $(wildcard $(srcdir)/schemas/*.rng)
149

J
Jim Meyering 已提交
150
EXTRA_DIST=					\
151
  apibuild.py genaclperms.pl \
M
Michal Privoznik 已提交
152
  site.xsl subsite.xsl newapi.xsl news.xsl page.xsl \
153
  hacking1.xsl hacking2.xsl wrapstring.xsl \
154
  $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
155
  $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
156
  $(xml) $(qemu_xml) $(lxc_xml) $(admin_xml) $(fig) $(png) $(css) \
157
  $(patches) $(dot_php_in) $(dot_php_code_in) $(dot_php)\
158
  $(internals_html_in) $(internals_html) \
159
  sitemap.html.in aclperms.htmlinc \
160 161
  todo.pl hvsupport.pl todo.cfg-example \
  $(schema_DATA)
J
Jim Meyering 已提交
162

163
acl_generated = aclperms.htmlinc
164 165 166

$(srcdir)/aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
        $(srcdir)/genaclperms.pl Makefile.am
167
	$(AM_V_GEN)$(PERL) $(srcdir)/genaclperms.pl $< > $@
168

169 170 171
MAINTAINERCLEANFILES = \
  $(addprefix $(srcdir)/,$(dot_html)) \
  $(addprefix $(srcdir)/,$(apihtml)) \
172
  $(addprefix $(srcdir)/,$(devhelphtml)) \
173
  $(addprefix $(srcdir)/,$(internals_html)) \
174 175
  $(addprefix $(srcdir)/,$(dot_php)) \
  $(srcdir)/hvsupport.html.in $(srcdir)/aclperms.htmlinc
176

177
all-am: web
178

J
Jiri Denemark 已提交
179
api: $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml
180
qemu_api: $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
181
lxc_api: $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
182
admin_api: $(srcdir)/libvirt-admin-api.xml $(srcdir)/libvirt-admin-refs.xml
183

184 185
web: $(dot_html) $(internals_html) html/index.html devhelp/index.html \
  $(dot_php)
186

187 188 189
todo.html.in: todo.pl
	if [ -f  todo.cfg ]; then \
		echo "Generating $@"; \
E
Eric Blake 已提交
190
		$(PERL) $< > $@ \
191 192 193
		|| { rm $@ && exit 1; }; \
	else \
		echo "Stubbing $@"; \
194 195 196 197 198
		printf "%s\n" \
		  "<html xmlns=\"http://www.w3.org/1999/xhtml\">" \
		  "<body>" \
		  "<h1>Todo list unavailable: no config file</h1>" \
		  "</body></html>" > $@ ; \
199 200 201 202 203 204
	fi

todo:
	rm -f todo.html.in
	$(MAKE) todo.html

205
hvsupport.html: $(srcdir)/hvsupport.html.in
206

207
$(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
M
Michal Privoznik 已提交
208 209 210 211
		$(top_srcdir)/src/libvirt_public.syms \
	$(top_srcdir)/src/libvirt_qemu.syms $(top_srcdir)/src/libvirt_lxc.syms \
	$(top_srcdir)/src/driver.h
	$(AM_V_GEN)$(PERL) $(srcdir)/hvsupport.pl $(top_srcdir)/src > $@ \
212
		|| { rm $@ && exit 1; }
213

214 215
.PHONY: todo

D
Daniel Veillard 已提交
216 217 218
%.png: %.fig
	convert -rotate 90 $< $@

219 220
%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \
		sitemap.html.in $(acl_generated)
221 222 223
	@if [ -x $(XSLTPROC) ] ; then \
	  echo "Generating $@"; \
	  name=`echo $@ | sed -e 's/.tmp//'`; \
224 225 226 227 228 229 230 231
	  dir=`dirname $@` ; \
	  if test "$$dir" = "."; \
	  then \
	    style=site.xsl; \
	  else \
	    $(MKDIR_P) $$dir; \
	    style=subsite.xsl; \
	  fi; \
232
	  $(XSLTPROC) --stringparam pagename $$name --nonet \
233
	    $(top_srcdir)/docs/$$style $< > $@ \
234
	    || { rm $@ && exit 1; }; fi
235 236

%.html: %.html.tmp
237
	@if test -x $(XMLLINT) && test -x $(XMLCATALOG) ; then \
238
	  if $(XMLCATALOG) '$(XML_CATALOG_FILE)' \
239
	    "-//W3C//DTD XHTML 1.0 Strict//EN" > /dev/null ; then \
240
	  echo "Validating $@" ; \
241
	  SGML_CATALOG_FILES='$(XML_CATALOG_FILE)' \
242 243
	  $(XMLLINT) --catalogs --nonet --format --valid $< > $(srcdir)/$@ \
	  || { rm $(srcdir)/$@ && exit 1; }; \
244
	  else echo "missing XHTML1 DTD"; cat $< > $(srcdir)/$@ ; fi ; fi
245

246 247 248
%.php.tmp: %.php.in site.xsl page.xsl sitemap.html.in
	@if [ -x $(XSLTPROC) ] ; then \
	  echo "Generating $@"; \
249
	  $(XSLTPROC) --stringparam pagename $(@:.tmp=) --nonet \
250 251 252 253
	    $(top_srcdir)/docs/site.xsl $< > $@ \
	    || { rm $@ && exit 1; }; fi

%.php: %.php.tmp %.php.code.in
254 255
	@if [ -x $(XSLTPROC) ] ; then \
	  echo "Scripting $@"; \
256
	    sed -e '/<span id="php_placeholder"><\/span>/r '"$(srcdir)/$@.code.in" \
257 258
	    -e /php_placeholder/d < $@.tmp > $(srcdir)/$@ \
	    || { rm $(srcdir)/$@ && exit 1; }; fi
259

260 261
$(apihtml_generated): html/index.html

262
html/index.html: libvirt-api.xml newapi.xsl page.xsl sitemap.html.in
263
	$(AM_V_GEN)if [ -x $(XSLTPROC) ] ; then \
264
	  $(XSLTPROC) --nonet -o $(srcdir)/ \
265
	  --stringparam builddir '$(abs_top_builddir)' \
266
	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi && \
267
	if test -x $(XMLLINT) && test -x $(XMLCATALOG) ; then \
268
	  if $(XMLCATALOG) '$(XML_CATALOG_FILE)' "-//W3C//DTD XHTML 1.0 Strict//EN" \
E
Eric Blake 已提交
269
	    > /dev/null ; then \
270
	  SGML_CATALOG_FILES='$(XML_CATALOG_FILE)' \
271
	  $(XMLLINT) --catalogs --nonet --valid --noout $(srcdir)/html/*.html ; \
272
	  else echo "missing XHTML1 DTD"; cat $< > $(srcdir)/$@ ; fi ; fi
273

274
$(addprefix $(srcdir)/,$(devhelphtml)): $(srcdir)/libvirt-api.xml $(devhelpxsl)
275
	$(AM_V_GEN)if [ -x $(XSLTPROC) ] ; then \
276
	  $(XSLTPROC) --nonet -o $(srcdir)/devhelp/ \
J
Jiri Denemark 已提交
277
	  $(top_srcdir)/docs/devhelp/devhelp.xsl $(srcdir)/libvirt-api.xml ; fi
278

279

280
python_generated_files = \
281
		$(srcdir)/html/libvirt-libvirt-lxc.html \
282
		$(srcdir)/html/libvirt-libvirt-qemu.html \
283
		$(srcdir)/html/libvirt-libvirt-admin.html \
284 285
		$(srcdir)/html/libvirt-virterror.html \
		$(srcdir)/libvirt-api.xml \
286
		$(srcdir)/libvirt-refs.xml \
287 288
		$(srcdir)/libvirt-lxc-api.xml \
		$(srcdir)/libvirt-lxc-refs.xml \
289
		$(srcdir)/libvirt-qemu-api.xml \
290
		$(srcdir)/libvirt-qemu-refs.xml \
291 292
		$(srcdir)/libvirt-admin-api.xml \
		$(srcdir)/libvirt-admin-refs.xml \
293
		$(NULL)
294

E
Eric Blake 已提交
295 296
APIBUILD=$(srcdir)/apibuild.py
APIBUILD_STAMP=$(APIBUILD).stamp
E
Eric Blake 已提交
297
EXTRA_DIST += $(APIBUILD_STAMP)
298 299 300 301

$(python_generated_files): $(APIBUILD_STAMP)

$(APIBUILD_STAMP): $(srcdir)/apibuild.py \
302 303
		$(top_srcdir)/include/libvirt/libvirt.h \
		$(top_srcdir)/include/libvirt/libvirt-common.h.in \
M
Michal Privoznik 已提交
304 305 306 307 308 309 310 311 312 313 314 315 316
		$(top_srcdir)/include/libvirt/libvirt-domain-snapshot.h \
		$(top_srcdir)/include/libvirt/libvirt-domain.h \
		$(top_srcdir)/include/libvirt/libvirt-event.h \
		$(top_srcdir)/include/libvirt/libvirt-host.h \
		$(top_srcdir)/include/libvirt/libvirt-interface.h \
		$(top_srcdir)/include/libvirt/libvirt-network.h \
		$(top_srcdir)/include/libvirt/libvirt-nodedev.h \
		$(top_srcdir)/include/libvirt/libvirt-nwfilter.h \
		$(top_srcdir)/include/libvirt/libvirt-secret.h \
		$(top_srcdir)/include/libvirt/libvirt-storage.h \
		$(top_srcdir)/include/libvirt/libvirt-stream.h \
		$(top_srcdir)/include/libvirt/libvirt-lxc.h \
		$(top_srcdir)/include/libvirt/libvirt-qemu.h \
317
		$(top_srcdir)/include/libvirt/libvirt-admin.h \
M
Michal Privoznik 已提交
318 319 320 321
		$(top_srcdir)/include/libvirt/virterror.h \
		$(top_srcdir)/src/libvirt.c \
		$(top_srcdir)/src/libvirt-lxc.c \
		$(top_srcdir)/src/libvirt-qemu.c \
322
		$(top_srcdir)/src/libvirt-admin.c \
M
Michal Privoznik 已提交
323 324 325
		$(top_srcdir)/src/util/virerror.c \
		$(top_srcdir)/src/util/virevent.c \
		$(top_srcdir)/src/util/virtypedparam.c
326
	$(AM_V_GEN)srcdir=$(srcdir) builddir=$(builddir) $(PYTHON) $(APIBUILD)
327 328
	touch $@

329

330
check-local: all
331
dist-local: all
332

333
clean-local:
334
	rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html
335 336

maintainer-clean-local: clean-local
337
	rm -rf $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml \
338
		todo.html.in
339
	rm -rf $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
340
	rm -rf $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
341
	rm -rf $(srcdir)/libvirt-admin-api.xml $(srcdir)/libvirt-admin-refs.xml
342
	rm -rf $(APIBUILD_STAMP)
343

344
rebuild: api qemu_api lxc_api admin_api all
345

346
install-data-local:
347
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
348 349
	for f in $(css) $(dot_html) $(gif) $(png); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); done
350
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
351
	for h in $(apihtml); do \
352
	  $(INSTALL) -m 0644 $(srcdir)/$$h $(DESTDIR)$(HTML_DIR)/html; done
353
	for p in $(apipng); do \
354
	  $(INSTALL) -m 0644 $(srcdir)/$$p $(DESTDIR)$(HTML_DIR)/html; done
355 356 357
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/internals
	for f in $(internals_html); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/internals; done
358 359
	$(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)
	for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
360
	    $(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \
361
	done
362
	$(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir)
J
Jim Meyering 已提交
363 364

uninstall-local:
365 366 367
	for f in $(css) $(dot_html) $(gif) $(png); do \
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
M
Michal Privoznik 已提交
368 369
	for h in $(apihtml); do rm -f $(DESTDIR)$(HTML_DIR)/$$h; done
	for p in $(apipng); do rm -f $(DESTDIR)$(HTML_DIR)/$$p; done
370 371 372
	for f in $(internals_html); do \
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
373
	for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
M
Michal Privoznik 已提交
374
	  rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
375
	done
376
	rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png