1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1
# Makefile.in generated by automake 1.11 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
35
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36
38
$(srcdir)/Makefile.in $(srcdir)/virt-manager.spec.in \
37
39
$(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
38
INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
40
INSTALL NEWS TODO config.guess config.rpath config.sub \
39
41
install-sh ltmain.sh missing
40
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
42
$(top_srcdir)/configure.ac
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
47
configure.lineno config.status.lineno
47
48
mkinstalldirs = $(install_sh) -d
48
49
CONFIG_CLEAN_FILES = virt-manager.spec
50
CONFIG_CLEAN_VPATH_FILES =
51
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
59
ps-recursive uninstall-recursive
58
60
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
61
distclean-recursive maintainer-clean-recursive
62
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
63
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
64
distdir dist dist-all distcheck
62
67
DIST_SUBDIRS = $(SUBDIRS)
64
69
distdir = $(PACKAGE)-$(VERSION)
65
70
top_distdir = $(distdir)
66
71
am__remove_distdir = \
67
{ test ! -d $(distdir) \
68
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69
&& rm -fr $(distdir); }; }
72
{ test ! -d "$(distdir)" \
73
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
74
&& rm -fr "$(distdir)"; }; }
77
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
78
sed_rest='s,^[^/]*/*,,'; \
79
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
80
sed_butlast='s,/*[^/]*$$,,'; \
81
while test -n "$$dir1"; do \
82
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
83
if test "$$first" != "."; then \
84
if test "$$first" = ".."; then \
85
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
86
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
88
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
89
if test "$$first2" = "$$first"; then \
90
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94
dir0="$$dir0"/"$$first"; \
97
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
70
100
DIST_ARCHIVES = $(distdir).tar.gz
72
102
distuninstallcheck_listfiles = find . -type f -print
83
112
CCDEPMODE = @CCDEPMODE@
86
114
CPPFLAGS = @CPPFLAGS@
89
CXXDEPMODE = @CXXDEPMODE@
91
115
CYGPATH_W = @CYGPATH_W@
92
116
DATADIRNAME = @DATADIRNAME@
100
122
EXEEXT = @EXEEXT@
103
123
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
104
124
GMSGFMT = @GMSGFMT@
105
125
GMSGFMT_015 = @GMSGFMT_015@
107
GTK2_CFLAGS = @GTK2_CFLAGS@
108
GTK2_LIBS = @GTK2_LIBS@
109
126
INSTALL = @INSTALL@
110
127
INSTALL_DATA = @INSTALL_DATA@
111
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
159
174
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160
175
PACKAGE_VERSION = @PACKAGE_VERSION@
161
176
PATH_SEPARATOR = @PATH_SEPARATOR@
162
PKG_CONFIG = @PKG_CONFIG@
164
PYGTK2_CFLAGS = @PYGTK2_CFLAGS@
165
PYGTK2_LIBS = @PYGTK2_LIBS@
167
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
168
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
169
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
170
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
171
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
172
PYTHON_VERSION = @PYTHON_VERSION@
174
178
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
176
179
SET_MAKE = @SET_MAKE@
230
231
srcdir = @srcdir@
231
232
sysconfdir = @sysconfdir@
232
233
target_alias = @target_alias@
234
top_build_prefix = @top_build_prefix@
233
235
top_builddir = @top_builddir@
234
236
top_srcdir = @top_srcdir@
235
237
ACLOCAL_AMFLAGS = -I m4/
236
238
SUBDIRS = src pixmaps man po help
237
EXTRA_DIST = @PACKAGE@.spec COPYING-DOCS xmldocs.make omf.make \
238
intltool-extract.in intltool-merge.in intltool-update.in
239
EXTRA_DIST = @PACKAGE@.spec HACKING COPYING-DOCS xmldocs.make omf.make \
240
intltool-extract.in intltool-merge.in intltool-update.in tests
240
242
DISTCLEAN_FILES = @PACKAGE@.spec intltool-extract intltool-merge intltool-update
241
243
all: all-recursive
247
249
@for dep in $?; do \
248
250
case '$(am__configure_deps)' in \
250
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
251
cd $(srcdir) && $(AUTOMAKE) --gnu \
252
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
253
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
256
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
257
cd $(top_srcdir) && \
258
$(AUTOMAKE) --gnu Makefile
258
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
259
$(am__cd) $(top_srcdir) && \
260
$(AUTOMAKE) --gnu Makefile
259
261
.PRECIOUS: Makefile
260
262
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271
273
$(SHELL) ./config.status --recheck
273
275
$(top_srcdir)/configure: $(am__configure_deps)
274
cd $(srcdir) && $(AUTOCONF)
276
$(am__cd) $(srcdir) && $(AUTOCONF)
275
277
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
276
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
278
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
279
$(am__aclocal_m4_deps):
277
280
virt-manager.spec: $(top_builddir)/config.status $(srcdir)/virt-manager.spec.in
278
281
cd $(top_builddir) && $(SHELL) ./config.status $@
289
283
# This directory's subdirectories are mostly independent; you can cd
290
284
# into them and run `make' without going through this Makefile.
291
285
# To change the values of `make' variables: instead of editing Makefiles,
345
339
local_target="$$target"; \
347
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348
342
|| eval $$failcom; \
349
343
done && test -z "$$fail"
351
345
list='$(SUBDIRS)'; for subdir in $$list; do \
352
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355
349
list='$(SUBDIRS)'; for subdir in $$list; do \
356
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359
353
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361
355
unique=`for i in $$list; do \
362
356
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
358
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365
359
END { if (nonempty) { for (i in files) print i; }; }'`; \
366
360
mkid -fID $$unique
369
363
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370
364
$(TAGS_FILES) $(LISP)
373
367
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374
368
include_option=--etags-include; \
380
374
list='$(SUBDIRS)'; for subdir in $$list; do \
381
375
if test "$$subdir" = .; then :; else \
382
376
test ! -f $$subdir/TAGS || \
383
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
377
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386
380
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
390
384
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391
385
END { if (nonempty) { for (i in files) print i; }; }'`; \
392
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
387
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393
388
test -n "$$unique" || unique=$$empty_fix; \
394
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
if test $$# -gt 0; then \
390
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
398
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
399
399
$(TAGS_FILES) $(LISP)
401
400
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402
401
unique=`for i in $$list; do \
403
402
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
404
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
405
END { if (nonempty) { for (i in files) print i; }; }'`; \
407
test -z "$(CTAGS_ARGS)$$tags$$unique" \
406
test -z "$(CTAGS_ARGS)$$unique" \
408
407
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
411
here=`$(am__cd) $(top_builddir) && pwd` \
413
&& cd $(top_srcdir) \
414
&& gtags -i $(GTAGS_ARGS) $$here
412
&& $(am__cd) $(top_srcdir) \
413
&& gtags -i $(GTAGS_ARGS) "$$here"
417
416
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
418
distdir: $(DISTFILES)
420
419
$(am__remove_distdir)
421
test -d $(distdir) || mkdir $(distdir)
420
test -d "$(distdir)" || mkdir "$(distdir)"
422
421
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423
422
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424
423
list='$(DISTFILES)'; \
434
433
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435
434
if test -d $$d/$$file; then \
436
435
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436
if test -d "$(distdir)/$$file"; then \
437
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437
439
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
438
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
440
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
443
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
442
test -f $(distdir)/$$file \
443
|| cp -p $$d/$$file $(distdir)/$$file \
445
test -f "$(distdir)/$$file" \
446
|| cp -p $$d/$$file "$(distdir)/$$file" \
447
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
448
451
if test "$$subdir" = .; then :; else \
449
452
test -d "$(distdir)/$$subdir" \
450
453
|| $(MKDIR_P) "$(distdir)/$$subdir" \
452
distdir=`$(am__cd) $(distdir) && pwd`; \
453
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
457
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
458
if test "$$subdir" = .; then :; else \
459
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
461
new_distdir=$$reldir; \
462
dir1=$$subdir; dir2="$(top_distdir)"; \
464
new_top_distdir=$$reldir; \
465
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
466
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
467
($(am__cd) $$subdir && \
455
468
$(MAKE) $(AM_MAKEFLAGS) \
456
top_distdir="$$top_distdir" \
457
distdir="$$distdir/$$subdir" \
469
top_distdir="$$new_top_distdir" \
470
distdir="$$new_distdir" \
458
471
am__remove_distdir=: \
459
472
am__skip_length_check=: \
473
am__skip_mode_fix=: \
464
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
478
-test -n "$(am__skip_mode_fix)" \
479
|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
465
480
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
466
481
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
467
482
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
468
|| chmod -R a+r $(distdir)
483
|| chmod -R a+r "$(distdir)"
469
484
dist-gzip: distdir
470
485
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
471
486
$(am__remove_distdir)
517
538
mkdir $(distdir)/_build
518
539
mkdir $(distdir)/_inst
519
540
chmod a-w $(distdir)
541
test -d $(distdir)/_build || exit 0; \
520
542
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
521
543
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
522
&& cd $(distdir)/_build \
545
&& $(am__cd) $(distdir)/_build \
523
546
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
524
547
$(DISTCHECK_CONFIGURE_FLAGS) \
525
548
&& $(MAKE) $(AM_MAKEFLAGS) \
541
564
&& rm -rf "$$dc_destdir" \
542
565
&& $(MAKE) $(AM_MAKEFLAGS) dist \
543
566
&& rm -rf $(DIST_ARCHIVES) \
544
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
567
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
545
570
$(am__remove_distdir)
546
571
@(echo "$(distdir) archives ready for distribution: "; \
547
572
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
548
573
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
549
574
distuninstallcheck:
550
@cd $(distuninstallcheck_dir) \
575
@$(am__cd) '$(distuninstallcheck_dir)' \
551
576
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
552
577
|| { echo "ERROR: files left after uninstall:" ; \
553
578
if test -n "$(DESTDIR)"; then \
590
615
distclean-generic:
591
616
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
617
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
593
619
maintainer-clean-generic:
594
620
@echo "This command is intended for maintainers to use"
595
621
@echo "it deletes files that may require special tools to rebuild."
596
622
clean: clean-recursive
598
clean-am: clean-generic clean-libtool mostlyclean-am
624
clean-am: clean-generic mostlyclean-am
600
626
distclean: distclean-recursive
601
627
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
603
distclean-am: clean-am distclean-generic distclean-libtool \
629
distclean-am: clean-am distclean-generic distclean-tags
606
631
dvi: dvi-recursive
654
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
691
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
692
install-am install-strip tags-recursive
657
694
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
658
695
all all-am am--refresh check check-am clean clean-generic \
659
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
660
dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
661
distclean distclean-generic distclean-libtool distclean-tags \
662
distcleancheck distdir distuninstallcheck dvi dvi-am html \
663
html-am info info-am install install-am install-data \
664
install-data-am install-dvi install-dvi-am install-exec \
665
install-exec-am install-html install-html-am install-info \
666
install-info-am install-man install-pdf install-pdf-am \
667
install-ps install-ps-am install-strip installcheck \
668
installcheck-am installdirs installdirs-am maintainer-clean \
669
maintainer-clean-generic mostlyclean mostlyclean-generic \
670
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
671
uninstall uninstall-am
696
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
697
dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
698
distclean distclean-generic distclean-tags distcleancheck \
699
distdir distuninstallcheck dvi dvi-am html html-am info \
700
info-am install install-am install-data install-data-am \
701
install-dvi install-dvi-am install-exec install-exec-am \
702
install-html install-html-am install-info install-info-am \
703
install-man install-pdf install-pdf-am install-ps \
704
install-ps-am install-strip installcheck installcheck-am \
705
installdirs installdirs-am maintainer-clean \
706
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
707
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
675
711
$(MAKE) dist && rpmbuild -ta $(distdir).tar.gz
714
$(MAKE) dist && rpmbuild -ts $(distdir).tar.gz
678
717
tests/pylint-virt-manager.sh
679
719
# Tell versions [3.59,3.63) of GNU make to not export all variables.
680
720
# Otherwise a system limit (for SysV at least) may be exceeded.