Makefile.am 12.7 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
css =         \
  generic.css \
  libvirt.css \
55
  mobile.css \
56 57
  main.css

58 59 60 61 62 63 64 65 66 67 68 69 70 71
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

72 73 74 75 76 77 78 79 80 81
devhelppng =		\
  devhelp/home.png	\
  devhelp/left.png	\
  devhelp/right.png	\
  devhelp/up.png

devhelpcss = devhelp/style.css

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

82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
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

101 102
png = \
  32favicon.png \
D
Daniel Veillard 已提交
103 104 105
  libvirt-daemon-arch.png \
  libvirt-driver-arch.png \
  libvirt-object-model.png \
106 107 108 109 110
  migration-managed-direct.png \
  migration-managed-p2p.png \
  migration-native.png \
  migration-tunnel.png \
  migration-unmanaged-direct.png
111

J
Jim Meyering 已提交
112 113
gif = \
  architecture.gif \
114
  node.gif
J
Jim Meyering 已提交
115

116 117 118 119 120

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

D
Daniel P. Berrange 已提交
121 122 123
# Since we ship pre-built html in the tarball, we must also
# ship the sources, even when those sources are themselves
# generated.
124
# Generate hvsupport.html and news.html first, since they take one extra step.
125 126
dot_html_in = \
  hvsupport.html.in \
127
  news.html.in \
128
  $(notdir $(wildcard $(srcdir)/*.html.in))
129
dot_html = $(dot_html_in:%.html.in=%.html)
J
Jim Meyering 已提交
130

131 132 133 134
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)

135
patches = $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/api_extension/*.patch))
136

J
Jim Meyering 已提交
137 138
xml = \
  libvirt-api.xml \
139
  libvirt-refs.xml
J
Jim Meyering 已提交
140

141 142 143 144
qemu_xml = \
  libvirt-qemu-api.xml \
  libvirt-qemu-refs.xml

145 146 147 148
lxc_xml = \
  libvirt-lxc-api.xml \
  libvirt-lxc-refs.xml

149 150 151 152
admin_xml = \
  libvirt-admin-api.xml \
  libvirt-admin-refs.xml

153
apidir = $(pkgdatadir)/api
154 155 156
api_DATA = \
       libvirt-api.xml \
       libvirt-qemu-api.xml \
157 158
       libvirt-lxc-api.xml \
       libvirt-admin-api.xml
159

160
fig = \
D
Daniel Veillard 已提交
161 162
  libvirt-daemon-arch.fig \
  libvirt-driver-arch.fig \
163 164 165 166 167 168
  libvirt-object-model.fig \
  migration-managed-direct.fig \
  migration-managed-p2p.fig \
  migration-native.fig \
  migration-tunnel.fig \
  migration-unmanaged-direct.fig
169

170
schemadir = $(pkgdatadir)/schemas
M
Michal Privoznik 已提交
171
schema_DATA = $(wildcard $(srcdir)/schemas/*.rng)
172

J
Jim Meyering 已提交
173
EXTRA_DIST=					\
174
  apibuild.py genaclperms.pl \
175
  site.xsl subsite.xsl newapi.xsl page.xsl \
176
  wrapstring.xsl \
177
  $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
178
  $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
179
  $(xml) $(qemu_xml) $(lxc_xml) $(admin_xml) $(fig) $(png) $(css) \
180
  $(logofiles) $(patches) $(dot_php_in) $(dot_php_code_in) $(dot_php)\
181
  $(internals_html_in) $(internals_html) $(fonts) \
182
  aclperms.htmlinc \
D
Daniel P. Berrange 已提交
183
  hvsupport.pl \
184
  $(schema_DATA)
J
Jim Meyering 已提交
185

186
acl_generated = aclperms.htmlinc
187 188 189

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

192 193 194
MAINTAINERCLEANFILES = \
  $(addprefix $(srcdir)/,$(dot_html)) \
  $(addprefix $(srcdir)/,$(apihtml)) \
195
  $(addprefix $(srcdir)/,$(devhelphtml)) \
196
  $(addprefix $(srcdir)/,$(internals_html)) \
197 198
  $(addprefix $(srcdir)/,$(dot_php)) \
  $(srcdir)/hvsupport.html.in $(srcdir)/aclperms.htmlinc
199

200 201
timestamp="$(shell if test -n "$$SOURCE_DATE_EPOCH"; \
		   then \
202
		     date -u --date="@$$SOURCE_DATE_EPOCH"; \
203
		   else \
204
		     date -u; \
205 206
		   fi)"

207
all-am: web
208

J
Jiri Denemark 已提交
209
api: $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml
210
qemu_api: $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
211
lxc_api: $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
212
admin_api: $(srcdir)/libvirt-admin-api.xml $(srcdir)/libvirt-admin-refs.xml
213

214 215
web: $(dot_html) $(internals_html) html/index.html devhelp/index.html \
  $(dot_php)
216

217
hvsupport.html: $(srcdir)/hvsupport.html.in
218

219
$(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
M
Michal Privoznik 已提交
220 221 222 223
		$(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 > $@ \
224
		|| { rm $@ && exit 1; }
225

226 227 228 229 230 231
# xsltproc seems to add the xmlns="" attribute to random output elements:
# use sed to strip it out, as leaving it there triggers XML errors during
# further transformation steps
news.html.in: \
	  $(srcdir)/news.xml \
	  $(srcdir)/news-html.xsl
232
	$(AM_V_GEN)$(XSLTPROC) --nonet \
233 234 235 236 237 238
	    $(srcdir)/news-html.xsl \
	    $(srcdir)/news.xml \
	  >$@-tmp \
	    || { rm -f $@-tmp; exit 1; }; \
	  sed 's/ xmlns=""//g' $@-tmp >$@ \
	    || { rm -f $@-tmp; exit 1; }; \
239
	  rm -f $@-tmp
240 241
EXTRA_DIST += \
	$(srcdir)/news.xml \
P
Peter Krempa 已提交
242
	$(srcdir)/news.rng \
243 244 245 246
	$(srcdir)/news-html.xsl
MAINTAINERCLEANFILES += \
	$(srcdir)/news.html.in

D
Daniel Veillard 已提交
247 248 249
%.png: %.fig
	convert -rotate 90 $< $@

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

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

270
%.php.tmp: %.php.in site.xsl page.xsl
271
	$(AM_V_GEN)$(XSLTPROC) --stringparam pagename $(@:.tmp=) \
272
	    --stringparam timestamp $(timestamp) --nonet \
273
	    $(top_srcdir)/docs/site.xsl $< > $@ \
274
	    || { rm $@ && exit 1; }
275 276

%.php: %.php.tmp %.php.code.in
J
John Ferlan 已提交
277 278
	$(AM_V_GEN)sed \
	    -e '/<span id="php_placeholder"><\/span>/r '"$(srcdir)/$@.code.in" \
279
	    -e /php_placeholder/d < $@.tmp > $(srcdir)/$@ \
280
	    || { rm $(srcdir)/$@ && exit 1; }
281

282 283
$(apihtml_generated): html/index.html

284
html/index.html: libvirt-api.xml newapi.xsl page.xsl $(APIBUILD_STAMP)
285
	$(AM_V_GEN)$(XSLTPROC) --nonet -o $(srcdir)/ \
286
	  --stringparam builddir '$(abs_top_builddir)' \
287
	  --stringparam timestamp $(timestamp) \
288 289
	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml && \
	  $(XMLLINT) --nonet --noout $(srcdir)/html/*.html
290

291
$(addprefix $(srcdir)/,$(devhelphtml)): $(srcdir)/libvirt-api.xml $(devhelpxsl)
292 293 294
	$(AM_V_GEN)$(XSLTPROC) --stringparam timestamp $(timestamp) \
	  --nonet -o $(srcdir)/devhelp/ \
	  $(top_srcdir)/docs/devhelp/devhelp.xsl $(srcdir)/libvirt-api.xml
295

296

297
python_generated_files = \
298
		$(srcdir)/html/libvirt-libvirt-lxc.html \
299
		$(srcdir)/html/libvirt-libvirt-qemu.html \
300
		$(srcdir)/html/libvirt-libvirt-admin.html \
301 302
		$(srcdir)/html/libvirt-virterror.html \
		$(srcdir)/libvirt-api.xml \
303
		$(srcdir)/libvirt-refs.xml \
304 305
		$(srcdir)/libvirt-lxc-api.xml \
		$(srcdir)/libvirt-lxc-refs.xml \
306
		$(srcdir)/libvirt-qemu-api.xml \
307
		$(srcdir)/libvirt-qemu-refs.xml \
308 309
		$(srcdir)/libvirt-admin-api.xml \
		$(srcdir)/libvirt-admin-refs.xml \
310
		$(NULL)
311

E
Eric Blake 已提交
312 313
APIBUILD=$(srcdir)/apibuild.py
APIBUILD_STAMP=$(APIBUILD).stamp
E
Eric Blake 已提交
314
EXTRA_DIST += $(APIBUILD_STAMP)
315 316 317 318

$(python_generated_files): $(APIBUILD_STAMP)

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

356

357
check-local: all
358
dist-local: all
359

360
clean-local:
361
	rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html html/*.html
362 363

maintainer-clean-local: clean-local
D
Daniel P. Berrange 已提交
364
	rm -rf $(srcdir)/libvirt-api.xml $(srcdir)/libvirt-refs.xml
365
	rm -rf $(srcdir)/libvirt-qemu-api.xml $(srcdir)/libvirt-qemu-refs.xml
366
	rm -rf $(srcdir)/libvirt-lxc-api.xml $(srcdir)/libvirt-lxc-refs.xml
367
	rm -rf $(srcdir)/libvirt-admin-api.xml $(srcdir)/libvirt-admin-refs.xml
368
	rm -rf $(APIBUILD_STAMP)
369

370
rebuild: api qemu_api lxc_api admin_api all
371

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

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