Makefile.am 12.3 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
HTML_DIR = $(docdir)/html
20 21
DEVHELP_DIR=$(datadir)/gtk-doc/html/libvirt

A
Andrea Bolognani 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
modules = \
	libvirt-common \
	libvirt-domain \
	libvirt-domain-snapshot \
	libvirt-event \
	libvirt-host \
	libvirt-interface \
	libvirt-network \
	libvirt-nodedev \
	libvirt-nwfilter \
	libvirt-secret \
	libvirt-storage \
	libvirt-stream \
	virterror \
	$(NULL)

38 39
apihtml = \
  html/index.html \
40 41 42
  $(apihtml_generated)

apihtml_generated = \
A
Andrea Bolognani 已提交
43 44
	$(addprefix html/libvirt-,$(addsuffix .html,$(modules))) \
	$(NULL)
J
Jim Meyering 已提交
45

46 47 48 49
apipng = \
  html/left.png \
  html/up.png \
  html/home.png \
50
  html/right.png
J
Jim Meyering 已提交
51

52 53 54 55
devhelphtml = \
  devhelp/libvirt.devhelp \
  devhelp/index.html \
  devhelp/general.html \
56 57 58 59 60
  $(devhelphtml_generated)

devhelphtml_generated = \
	$(addprefix devhelp/libvirt-,$(addsuffix .html,$(modules))) \
	$(NULL)
61

62
css = \
63 64
  generic.css \
  libvirt.css \
65
  mobile.css \
66 67
  main.css

68
javascript = \
69
  js/main.js \
70
  $(NULL)
71

72 73 74 75 76 77 78 79 80 81 82 83 84 85
fonts = \
  fonts/LICENSE.md \
  fonts/stylesheet.css \
  fonts/overpass-bold-italic.woff \
  fonts/overpass-bold.woff \
  fonts/overpass-italic.woff \
  fonts/overpass-light-italic.woff \
  fonts/overpass-light.woff \
  fonts/overpass-mono-bold.woff \
  fonts/overpass-mono-light.woff \
  fonts/overpass-mono-regular.woff \
  fonts/overpass-mono-semibold.woff \
  fonts/overpass-regular.woff

86 87 88 89
devhelppng = \
  devhelp/home.png \
  devhelp/left.png \
  devhelp/right.png \
90 91 92 93 94 95
  devhelp/up.png

devhelpcss = devhelp/style.css

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

96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
logofiles = \
  logos/logo-base.svg \
  logos/logo-square.svg \
  logos/logo-square-powered.svg \
  logos/logo-banner-dark.svg \
  logos/logo-banner-light.svg \
  logos/logo-square-96.png \
  logos/logo-square-128.png \
  logos/logo-square-192.png \
  logos/logo-square-256.png \
  logos/logo-square-powered-96.png \
  logos/logo-square-powered-128.png \
  logos/logo-square-powered-192.png \
  logos/logo-square-powered-256.png \
  logos/logo-banner-dark-256.png \
  logos/logo-banner-dark-800.png \
  logos/logo-banner-light-256.png \
  logos/logo-banner-light-800.png

115 116
png = \
  32favicon.png \
D
Daniel Veillard 已提交
117 118 119
  libvirt-daemon-arch.png \
  libvirt-driver-arch.png \
  libvirt-object-model.png \
120 121 122 123 124
  migration-managed-direct.png \
  migration-managed-p2p.png \
  migration-native.png \
  migration-tunnel.png \
  migration-unmanaged-direct.png
125

J
Jim Meyering 已提交
126 127
gif = \
  architecture.gif \
128
  node.gif
J
Jim Meyering 已提交
129

130 131 132 133 134

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

135 136 137 138
kbase_html_in = \
  $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/kbase/*.html.in))
kbase_html = $(kbase_html_in:%.html.in=%.html)

D
Daniel P. Berrange 已提交
139 140 141
# Since we ship pre-built html in the tarball, we must also
# ship the sources, even when those sources are themselves
# generated.
142
# Generate hvsupport.html and news.html first, since they take one extra step.
143 144
dot_html_in = \
  hvsupport.html.in \
145
  news.html.in \
146
  $(notdir $(wildcard $(srcdir)/*.html.in))
147
dot_html = $(dot_html_in:%.html.in=%.html)
J
Jim Meyering 已提交
148 149 150

xml = \
  libvirt-api.xml \
151
  libvirt-refs.xml
J
Jim Meyering 已提交
152

153 154 155 156
qemu_xml = \
  libvirt-qemu-api.xml \
  libvirt-qemu-refs.xml

157 158 159 160
lxc_xml = \
  libvirt-lxc-api.xml \
  libvirt-lxc-refs.xml

161 162 163 164
admin_xml = \
  libvirt-admin-api.xml \
  libvirt-admin-refs.xml

165
apidir = $(pkgdatadir)/api
166 167 168
api_DATA = \
       libvirt-api.xml \
       libvirt-qemu-api.xml \
169 170
       libvirt-lxc-api.xml \
       libvirt-admin-api.xml
171

172
fig = \
D
Daniel Veillard 已提交
173 174
  libvirt-daemon-arch.fig \
  libvirt-driver-arch.fig \
175 176 177 178 179 180
  libvirt-object-model.fig \
  migration-managed-direct.fig \
  migration-managed-p2p.fig \
  migration-native.fig \
  migration-tunnel.fig \
  migration-unmanaged-direct.fig
181

182
schemadir = $(pkgdatadir)/schemas
M
Michal Privoznik 已提交
183
schema_DATA = $(wildcard $(srcdir)/schemas/*.rng)
184

185
EXTRA_DIST= \
186
  apibuild.py genaclperms.pl \
187
  site.xsl subsite.xsl newapi.xsl page.xsl \
188
  wrapstring.xsl \
189
  $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
190
  $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
191
  $(xml) $(qemu_xml) $(lxc_xml) $(admin_xml) $(fig) $(png) $(css) \
192
  $(javascript) $(logofiles) \
193
  $(internals_html_in) $(internals_html) $(fonts) \
194
  $(kbase_html_in) $(kbase_html) \
195
  aclperms.htmlinc \
D
Daniel P. Berrange 已提交
196
  hvsupport.pl \
197
  $(schema_DATA)
J
Jim Meyering 已提交
198

199
acl_generated = aclperms.htmlinc
200 201 202

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

205 206 207
MAINTAINERCLEANFILES = \
  $(addprefix $(srcdir)/,$(dot_html)) \
  $(addprefix $(srcdir)/,$(apihtml)) \
208
  $(addprefix $(srcdir)/,$(devhelphtml)) \
209
  $(addprefix $(srcdir)/,$(internals_html)) \
210
  $(addprefix $(srcdir)/,$(kbase_html)) \
211
  $(srcdir)/hvsupport.html.in $(srcdir)/aclperms.htmlinc
212

213 214
timestamp="$(shell if test -n "$$SOURCE_DATE_EPOCH"; \
		   then \
215
		     date -u --date="@$$SOURCE_DATE_EPOCH"; \
216
		   else \
217
		     date -u; \
218 219
		   fi)"

220
all-am: web
221

J
Jiri Denemark 已提交
222
api: $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml
223
qemu_api: $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
224
lxc_api: $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
225
admin_api: $(srcdir)/libvirt-admin-api.xml $(srcdir)/libvirt-admin-refs.xml
226

227 228
web: $(dot_html) $(internals_html) $(kbase_html) \
	html/index.html devhelp/index.html
229

230
hvsupport.html: $(srcdir)/hvsupport.html.in
231

232
$(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
M
Michal Privoznik 已提交
233 234 235 236
		$(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 > $@ \
237
		|| { rm $@ && exit 1; }
238

239 240 241
news.html.in: \
	  $(srcdir)/news.xml \
	  $(srcdir)/news-html.xsl
242
	$(AM_V_GEN)$(XSLTPROC) --nonet \
243 244
	    $(srcdir)/news-html.xsl \
	    $(srcdir)/news.xml \
J
Ján Tomko 已提交
245 246
	  >$@ \
	    || { rm -f $@; exit 1; };
247 248
EXTRA_DIST += \
	$(srcdir)/news.xml \
P
Peter Krempa 已提交
249
	$(srcdir)/news.rng \
250 251 252 253
	$(srcdir)/news-html.xsl
MAINTAINERCLEANFILES += \
	$(srcdir)/news.html.in

D
Daniel Veillard 已提交
254 255 256
%.png: %.fig
	convert -rotate 90 $< $@

257
%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \
258
		$(acl_generated)
259
	$(AM_V_GEN)name=`echo $@ | sed -e 's/.tmp//'`; \
260 261 262 263 264 265 266 267
	  dir=`dirname $@` ; \
	  if test "$$dir" = "."; \
	  then \
	    style=site.xsl; \
	  else \
	    $(MKDIR_P) $$dir; \
	    style=subsite.xsl; \
	  fi; \
268 269
	  $(XSLTPROC) --stringparam pagename $$name \
	    --stringparam timestamp $(timestamp) --nonet \
270
	    $(top_srcdir)/docs/$$style $< > $@ \
271
	    || { rm $@ && exit 1; }
272 273

%.html: %.html.tmp
274 275
	$(AM_V_GEN)$(XMLLINT) --nonet --format $< > $(srcdir)/$@ \
	  || { rm $(srcdir)/$@ && exit 1; }
276

277 278
$(apihtml_generated): html/index.html

279
html/index.html: libvirt-api.xml newapi.xsl page.xsl $(APIBUILD_STAMP)
280
	$(AM_V_GEN)$(XSLTPROC) --nonet -o $(srcdir)/ \
281
	  --stringparam builddir '$(abs_top_builddir)' \
282
	  --stringparam timestamp $(timestamp) \
283 284
	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml && \
	  $(XMLLINT) --nonet --noout $(srcdir)/html/*.html
285

286
$(addprefix $(srcdir)/,$(devhelphtml)): $(srcdir)/libvirt-api.xml $(devhelpxsl)
287 288 289
	$(AM_V_GEN)$(XSLTPROC) --stringparam timestamp $(timestamp) \
	  --nonet -o $(srcdir)/devhelp/ \
	  $(top_srcdir)/docs/devhelp/devhelp.xsl $(srcdir)/libvirt-api.xml
290

291

292
python_generated_files = \
293
		$(srcdir)/html/libvirt-libvirt-lxc.html \
294
		$(srcdir)/html/libvirt-libvirt-qemu.html \
295
		$(srcdir)/html/libvirt-libvirt-admin.html \
296 297
		$(srcdir)/html/libvirt-virterror.html \
		$(srcdir)/libvirt-api.xml \
298
		$(srcdir)/libvirt-refs.xml \
299 300
		$(srcdir)/libvirt-lxc-api.xml \
		$(srcdir)/libvirt-lxc-refs.xml \
301
		$(srcdir)/libvirt-qemu-api.xml \
302
		$(srcdir)/libvirt-qemu-refs.xml \
303 304
		$(srcdir)/libvirt-admin-api.xml \
		$(srcdir)/libvirt-admin-refs.xml \
305
		$(NULL)
306

E
Eric Blake 已提交
307 308
APIBUILD=$(srcdir)/apibuild.py
APIBUILD_STAMP=$(APIBUILD).stamp
E
Eric Blake 已提交
309
EXTRA_DIST += $(APIBUILD_STAMP)
310 311 312 313

$(python_generated_files): $(APIBUILD_STAMP)

$(APIBUILD_STAMP): $(srcdir)/apibuild.py \
314 315
		$(top_srcdir)/include/libvirt/libvirt.h \
		$(top_srcdir)/include/libvirt/libvirt-common.h.in \
M
Michal Privoznik 已提交
316 317 318 319 320 321 322 323 324 325 326 327 328
		$(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 \
329
		$(top_srcdir)/include/libvirt/libvirt-admin.h \
M
Michal Privoznik 已提交
330 331
		$(top_srcdir)/include/libvirt/virterror.h \
		$(top_srcdir)/src/libvirt.c \
332 333 334 335 336 337 338 339 340 341
		$(top_srcdir)/src/libvirt-domain-snapshot.c \
		$(top_srcdir)/src/libvirt-domain.c \
		$(top_srcdir)/src/libvirt-host.c \
		$(top_srcdir)/src/libvirt-interface.c \
		$(top_srcdir)/src/libvirt-network.c \
		$(top_srcdir)/src/libvirt-nodedev.c \
		$(top_srcdir)/src/libvirt-nwfilter.c \
		$(top_srcdir)/src/libvirt-secret.c \
		$(top_srcdir)/src/libvirt-storage.c \
		$(top_srcdir)/src/libvirt-stream.c \
M
Michal Privoznik 已提交
342 343
		$(top_srcdir)/src/libvirt-lxc.c \
		$(top_srcdir)/src/libvirt-qemu.c \
344
		$(top_srcdir)/src/libvirt-admin.c \
M
Michal Privoznik 已提交
345 346 347
		$(top_srcdir)/src/util/virerror.c \
		$(top_srcdir)/src/util/virevent.c \
		$(top_srcdir)/src/util/virtypedparam.c
348
	$(AM_V_GEN)srcdir=$(srcdir) builddir=$(builddir) $(PYTHON) $(APIBUILD)
349 350
	touch $@

351

352
check-local: all
353
dist-local: all
354

355
clean-local:
356
	rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html html/*.html
357 358

maintainer-clean-local: clean-local
D
Daniel P. Berrange 已提交
359
	rm -rf $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml
360
	rm -rf $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
361
	rm -rf $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
362
	rm -rf $(srcdir)/libvirt-admin-api.xml $(srcdir)/libvirt-admin-refs.xml
363
	rm -rf $(APIBUILD_STAMP)
364

365
rebuild: api qemu_api lxc_api admin_api all
366

367
install-data-local:
368
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
369 370
	for f in $(css) $(dot_html) $(gif) $(png); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); done
371 372 373
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/js
	for f in $(javascript); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/js/; done
374 375 376
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/logos
	for f in $(logofiles); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/logos; done
377
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
378
	for h in $(apihtml); do \
379
	  $(INSTALL) -m 0644 $(srcdir)/$$h $(DESTDIR)$(HTML_DIR)/html; done
380
	for p in $(apipng); do \
381
	  $(INSTALL) -m 0644 $(srcdir)/$$p $(DESTDIR)$(HTML_DIR)/html; done
382 383 384
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/internals
	for f in $(internals_html); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/internals; done
385 386 387
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/kbase
	for f in $(kbase_html); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/kbase; done
388 389
	$(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)
	for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
390
	    $(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \
391
	done
392 393 394 395
	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/fonts
	for f in $(fonts); do \
	  $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR)/fonts; \
	done
J
Jim Meyering 已提交
396 397

uninstall-local:
398
	for f in $(css) $(dot_html) $(gif) $(png) $(fonts); do \
399 400
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
401 402 403
	for f in $(logofiles); do \
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
404 405 406
	for f in $(javascript); do \
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
M
Michal Privoznik 已提交
407 408
	for h in $(apihtml); do rm -f $(DESTDIR)$(HTML_DIR)/$$h; done
	for p in $(apipng); do rm -f $(DESTDIR)$(HTML_DIR)/$$p; done
409 410 411
	for f in $(internals_html); do \
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
412 413 414
	for f in $(kbase_html); do \
	  rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
	done
415
	for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
M
Michal Privoznik 已提交
416
	  rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
417
	done