Codebase list libvirt-glib / f9495f9
New upstream version 0.0.8 Guido Günther 11 years ago
78 changed file(s) with 3951 addition(s) and 1165 deletion(s). Raw diff Collapse all Expand all
1111
1212 Guido Günther <agx@sigxcpu.org>
1313 Nirbheek Chauhan <nirbheek@gentoo.org>
14 Michal Privoznik <mprivozn@redhat.com>
1415
1516 ... send patches to get your name added ...
0 2012-04-27 Daniel P. Berrange <berrange@redhat.com>
1
2 Prep NEWS for 0.0.8 release
3
4 2012-04-27 Daniel P. Berrange <dan@berrange.com>
5
6 Add Michael to AUTHORS
7
8 2012-04-27 Christophe Fergeau <cfergeau@redhat.com>
9
10 Add GVirConfigDomainTimerPit class
11
12 Add GVirConfigDomainTimerRtc class
13
14 Implement gvir_config_domain_clock_add_timer
15
16 Implement gvir_config_domain_timer_[gs]et_tick_policy
17
18 Make GVirConfigDomainTimer abstract
19 Specialized timer classes will inherit from it
20
21 2012-04-24 Michal Privoznik <mprivozn@redhat.com>
22
23 test-domain-create: Don't shadow global variable
24 In function create_usb_controller variable 'index' shadows a global
25 declaration.
26
27 2012-04-19 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
28
29 Add async variant of gvir_domain_get_info()
30
31 Correct some minor typos in docs
32
33 2012-04-18 Christophe Fergeau <cfergeau@redhat.com>
34
35 Parse GVirConfigDomainRedirdev nodes
36 Update gvir_config_domain_device_new_from_tree to handle
37 GVirConfigDomainRedirdev nodes
38
39 Parse GVirConfigDomainController nodes
40 Update gvir_config_domain_device_new_from_tree to handle
41 GVirConfigDomainController nodes. For now, libvirt-gconfig only
42 has a GVirConfigDomainControllerUsb class, so only this type of
43 controllers can be parsed.
44
45 2012-04-17 Christophe Fergeau <cfergeau@redhat.com>
46
47 test-domain-create: set an address for redirdev devices
48
49 Implement gvir_config_domain_redirdev_set_address
50
51 Implement GVirConfigDomainAddressUsb
52
53 Improve USB device creation in test-domain-create
54
55 Implement gvir_config_domain_controller_set_address
56
57 Implement GVirConfigDomainAddressPci
58 It already has the needed setters.
59
60 Add GVirConfigDomainAddress abstract type
61 This is an abstract type which will be the base class for device
62 addresses.
63
64 test-domain-create: add USB controller creation
65
66 Implement gvir_config_domain_controller_usb_set_master
67
68 Add gvir_config_domain_controller_usb_set_model
69
70 Add GVirConfigDomainControllerUsb boilerplate
71
72 Implement gvir_config_domain_controller_[gs]et_index
73
74 Add GVirConfigDomainController skeleton
75
76 2012-04-12 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
77
78 Getter/setter for disk source's startupPolicy attribute
79
80 2012-04-12 Guido Günther <agx@sigxcpu.org>
81
82 Explicitly link conn-test against libvirt-gconfig libvirt-glib
83 otherwise the build fails with:
84
85 $ CCLD conn-test
86 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
87 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_set_error@LIBVIRT_GLIB_0.0.4'
88 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_network_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
89 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_storage_pool_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
90 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_init_check@LIBVIRT_GCONFIG_0.0.4'
91 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_get_type@LIBVIRT_GCONFIG_0.0.4'
92 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_object_to_xml@LIBVIRT_GCONFIG_0.0.4'
93 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_event_register@LIBVIRT_GLIB_0.0.4'
94 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_init_check@LIBVIRT_GLIB_0.0.4'
95 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_get_devices@LIBVIRT_GCONFIG_0.0.4'
96 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_storage_vol_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
97 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_secret_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
98 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_interface_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
99 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_disk_get_type@LIBVIRT_GCONFIG_0.0.4'
100 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_disk_get_target_dev@LIBVIRT_GCONFIG_0.0.4'
101 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_interface_get_type@LIBVIRT_GCONFIG_0.0.4'
102 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_node_device_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
103 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_device_get_type@LIBVIRT_GCONFIG_0.0.4'
104 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_object_get_type@LIBVIRT_GCONFIG_0.0.4'
105 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_error_new_literal@LIBVIRT_GLIB_0.0.4'
106 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_snapshot_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
107 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_network_filter_new_from_xml@LIBVIRT_GCONFIG_0.0.4'
108 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_set_error_literal@LIBVIRT_GLIB_0.0.4'
109 ../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to `gvir_config_domain_interface_get_ifname@LIBVIRT_GCONFIG_0.0.4'
110 collect2: ld returned 1 exit status
111
112 This is caused by a Debian specific libtool change that doesn't emit the
113 dependency_libs in the .la file.
114
115 2012-04-11 Guido Günther <agx@sigxcpu.org>
116
117 Raise symbol version number
118 since new symbols were introduced since 0.0.4
119
120 2012-04-04 Daniel P. Berrange <berrange@redhat.com>
121
122 Ensure libvirt-gobject-devel pulls in libvirt-devel RPM
123
0124 2012-03-30 Daniel P. Berrange <berrange@redhat.com>
125
126 Bump release number
1127
2128 Update NEWS for 0.0.7 release
3129
00 Installation Instructions
11 *************************
22
3 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
4 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
4 Inc.
55
66 Copying and distribution of this file, with or without modification,
77 are permitted in any medium without royalty provided the copyright
225225
226226 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227227
228 HP-UX `make' updates targets which have the same time stamps as
229 their prerequisites, which makes it generally unusable when shipped
230 generated files such as `configure' are involved. Use GNU `make'
231 instead.
232
228233 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
229234 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
230235 a workaround. If GNU CC is not installed, it is therefore recommended
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
6161 libvirt-gobject-1.0.pc libvirt-glib.spec \
6262 mingw32-libvirt-glib.spec
6363 CONFIG_CLEAN_VPATH_FILES =
64 AM_V_GEN = $(am__v_GEN_$(V))
65 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
64 AM_V_GEN = $(am__v_GEN_@AM_V@)
65 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
6666 am__v_GEN_0 = @echo " GEN " $@;
67 AM_V_at = $(am__v_at_$(V))
68 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
67 AM_V_at = $(am__v_at_@AM_V@)
68 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
6969 am__v_at_0 = @
7070 SOURCES =
7171 DIST_SOURCES =
9797 am__base_list = \
9898 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
9999 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__uninstall_files_from_dir = { \
101 test -z "$$files" \
102 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
103 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
104 $(am__cd) "$$dir" && rm -f $$files; }; \
105 }
100106 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
101107 DATA = $(pkgconfig_DATA)
102108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
111117 distdir = $(PACKAGE)-$(VERSION)
112118 top_distdir = $(distdir)
113119 am__remove_distdir = \
114 { test ! -d "$(distdir)" \
115 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116 && rm -fr "$(distdir)"; }; }
120 if test -d "$(distdir)"; then \
121 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
122 && rm -rf "$(distdir)" \
123 || { sleep 5 && rm -rf "$(distdir)"; }; \
124 else :; fi
117125 am__relativize = \
118126 dir0=`pwd`; \
119127 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
142150 DIST_ARCHIVES = $(distdir).tar.gz
143151 GZIP_ENV = --best
144152 distuninstallcheck_listfiles = find . -type f -print
153 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
154 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
145155 distcleancheck_listfiles = find . -type f -print
146156 ACLOCAL = @ACLOCAL@
147157 AMTAR = @AMTAR@
321331 $(MAKE) $(AM_MAKEFLAGS) all-recursive
322332
323333 .SUFFIXES:
324 am--refresh:
334 am--refresh: Makefile
325335 @:
326336 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
327337 @for dep in $?; do \
357367 $(am__aclocal_m4_deps):
358368
359369 config.h: stamp-h1
360 @if test ! -f $@; then \
361 rm -f stamp-h1; \
362 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
363 else :; fi
370 @if test ! -f $@; then rm -f stamp-h1; else :; fi
371 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
364372
365373 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
366374 @rm -f stamp-h1
408416 @$(NORMAL_UNINSTALL)
409417 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
410418 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
411 test -n "$$files" || exit 0; \
412 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
413 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
419 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
414420
415421 # This directory's subdirectories are mostly independent; you can cd
416422 # into them and run `make' without going through this Makefile.
622628 $(am__remove_distdir)
623629
624630 dist-bzip2: distdir
625 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
631 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
632 $(am__remove_distdir)
633
634 dist-lzip: distdir
635 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
626636 $(am__remove_distdir)
627637
628638 dist-lzma: distdir
630640 $(am__remove_distdir)
631641
632642 dist-xz: distdir
633 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
643 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
634644 $(am__remove_distdir)
635645
636646 dist-tarZ: distdir
661671 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
662672 *.tar.lzma*) \
663673 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
674 *.tar.lz*) \
675 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
664676 *.tar.xz*) \
665677 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
666678 *.tar.Z*) \
680692 && am__cwd=`pwd` \
681693 && $(am__cd) $(distdir)/_build \
682694 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
695 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
683696 $(DISTCHECK_CONFIGURE_FLAGS) \
684697 && $(MAKE) $(AM_MAKEFLAGS) \
685698 && $(MAKE) $(AM_MAKEFLAGS) dvi \
708721 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
709722 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
710723 distuninstallcheck:
711 @$(am__cd) '$(distuninstallcheck_dir)' \
712 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
724 @test -n '$(distuninstallcheck_dir)' || { \
725 echo 'ERROR: trying to run $@ with an empty' \
726 '$$(distuninstallcheck_dir)' >&2; \
727 exit 1; \
728 }; \
729 $(am__cd) '$(distuninstallcheck_dir)' || { \
730 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
731 exit 1; \
732 }; \
733 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
713734 || { echo "ERROR: files left after uninstall:" ; \
714735 if test -n "$(DESTDIR)"; then \
715736 echo " (check DESTDIR support)"; \
743764
744765 installcheck: installcheck-recursive
745766 install-strip:
746 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
747 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
748 `test -z '$(STRIP)' || \
749 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
767 if test -z '$(STRIP)'; then \
768 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
769 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
770 install; \
771 else \
772 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
773 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
774 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
775 fi
750776 mostlyclean-generic:
751777
752778 clean-generic:
834860 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
835861 all all-am am--refresh check check-am clean clean-generic \
836862 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
837 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
838 dist-zip distcheck distclean distclean-generic distclean-hdr \
839 distclean-libtool distclean-tags distcleancheck distdir \
840 distuninstallcheck dvi dvi-am html html-am info info-am \
841 install install-am install-data install-data-am install-dvi \
842 install-dvi-am install-exec install-exec-am install-html \
843 install-html-am install-info install-info-am install-man \
844 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
845 install-ps-am install-strip installcheck installcheck-am \
846 installdirs installdirs-am maintainer-clean \
863 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
864 dist-xz dist-zip distcheck distclean distclean-generic \
865 distclean-hdr distclean-libtool distclean-tags distcleancheck \
866 distdir distuninstallcheck dvi dvi-am html html-am info \
867 info-am install install-am install-data install-data-am \
868 install-dvi install-dvi-am install-exec install-exec-am \
869 install-html install-html-am install-info install-info-am \
870 install-man install-pdf install-pdf-am install-pkgconfigDATA \
871 install-ps install-ps-am install-strip installcheck \
872 installcheck-am installdirs installdirs-am maintainer-clean \
847873 maintainer-clean-generic mostlyclean mostlyclean-generic \
848874 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
849875 uninstall uninstall-am uninstall-pkgconfigDATA
00 libvirt-glib News
11 =================
2
3 0.0.8 - Apr 27, 2012
4 ====================
5
6 - Fix build of test suites with Debian's libtool
7 - Add API for disk source startup policy
8 - Add API for domain controller devices
9 - Add APIs for USB controllers
10 - Add APIs for USB / PCI device addressing schemes
11 - Add APIs for USB redirection devices
12 - Add ASync API for fetching domain info
13 - Add APIs for domain timer configuration
214
315 0.0.7 - Mar 30, 2012
416 ====================
0 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
4 # Inc.
45 # This file is free software; the Free Software Foundation
56 # gives unlimited permission to copy and/or distribute it,
67 # with or without modifications, as long as this notice is preserved.
244245 fi[]dnl
245246 ])# PKG_CHECK_MODULES
246247
247 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
248 #
249 # This file is free software; the Free Software Foundation
250 # gives unlimited permission to copy and/or distribute it,
251 # with or without modifications, as long as this notice is preserved.
248 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
249 # Foundation, Inc.
250 #
251 # This file is free software; the Free Software Foundation
252 # gives unlimited permission to copy and/or distribute it,
253 # with or without modifications, as long as this notice is preserved.
254
255 # serial 1
252256
253257 # AM_AUTOMAKE_VERSION(VERSION)
254258 # ----------------------------
259263 [am__api_version='1.11'
260264 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
261265 dnl require some minimum version. Point them to the right macro.
262 m4_if([$1], [1.11.1], [],
266 m4_if([$1], [1.11.3], [],
263267 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
264268 ])
265269
275279 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
276280 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
277281 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
278 [AM_AUTOMAKE_VERSION([1.11.1])dnl
282 [AM_AUTOMAKE_VERSION([1.11.3])dnl
279283 m4_ifndef([AC_AUTOCONF_VERSION],
280284 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
281285 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
282286
283287 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
284288
285 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
286 #
287 # This file is free software; the Free Software Foundation
288 # gives unlimited permission to copy and/or distribute it,
289 # with or without modifications, as long as this notice is preserved.
289 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
290 #
291 # This file is free software; the Free Software Foundation
292 # gives unlimited permission to copy and/or distribute it,
293 # with or without modifications, as long as this notice is preserved.
294
295 # serial 1
290296
291297 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
292298 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
369375 Usually this means the macro was only invoked conditionally.]])
370376 fi])])
371377
372 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
373 # Free Software Foundation, Inc.
374 #
375 # This file is free software; the Free Software Foundation
376 # gives unlimited permission to copy and/or distribute it,
377 # with or without modifications, as long as this notice is preserved.
378
379 # serial 10
378 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
379 # 2010, 2011 Free Software Foundation, Inc.
380 #
381 # This file is free software; the Free Software Foundation
382 # gives unlimited permission to copy and/or distribute it,
383 # with or without modifications, as long as this notice is preserved.
384
385 # serial 12
380386
381387 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
382388 # written in clear, in which case automake, when reading aclocal.m4,
416422 # instance it was reported that on HP-UX the gcc test will end up
417423 # making a dummy file named `D' -- because `-MD' means `put the output
418424 # in D'.
425 rm -rf conftest.dir
419426 mkdir conftest.dir
420427 # Copy depcomp to subdir because otherwise we won't find it if we're
421428 # using a relative directory.
480487 break
481488 fi
482489 ;;
483 msvisualcpp | msvcmsys)
490 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
484491 # This compiler won't grok `-c -o', but also, the minuso test has
485492 # not run yet. These depmodes are late enough in the game, and
486493 # so weak that their functioning should not be impacted.
545552 if test "x$enable_dependency_tracking" != xno; then
546553 am_depcomp="$ac_aux_dir/depcomp"
547554 AMDEPBACKSLASH='\'
555 am__nodep='_no'
548556 fi
549557 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
550558 AC_SUBST([AMDEPBACKSLASH])dnl
551559 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
560 AC_SUBST([am__nodep])dnl
561 _AM_SUBST_NOTMAKE([am__nodep])dnl
552562 ])
553563
554564 # Generate code to set up dependency tracking. -*- Autoconf -*-
782792 done
783793 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
784794
785 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
786 #
787 # This file is free software; the Free Software Foundation
788 # gives unlimited permission to copy and/or distribute it,
789 # with or without modifications, as long as this notice is preserved.
795 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
796 # Inc.
797 #
798 # This file is free software; the Free Software Foundation
799 # gives unlimited permission to copy and/or distribute it,
800 # with or without modifications, as long as this notice is preserved.
801
802 # serial 1
790803
791804 # AM_PROG_INSTALL_SH
792805 # ------------------
954967 fi
955968 ])
956969
957 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
958 #
959 # This file is free software; the Free Software Foundation
960 # gives unlimited permission to copy and/or distribute it,
961 # with or without modifications, as long as this notice is preserved.
970 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
971 # Inc.
972 #
973 # This file is free software; the Free Software Foundation
974 # gives unlimited permission to copy and/or distribute it,
975 # with or without modifications, as long as this notice is preserved.
976
977 # serial 1
962978
963979 # AM_PROG_MKDIR_P
964980 # ---------------
982998
983999 # Helper functions for option handling. -*- Autoconf -*-
9841000
985 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
986 #
987 # This file is free software; the Free Software Foundation
988 # gives unlimited permission to copy and/or distribute it,
989 # with or without modifications, as long as this notice is preserved.
990
991 # serial 4
1001 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
1002 # Foundation, Inc.
1003 #
1004 # This file is free software; the Free Software Foundation
1005 # gives unlimited permission to copy and/or distribute it,
1006 # with or without modifications, as long as this notice is preserved.
1007
1008 # serial 5
9921009
9931010 # _AM_MANGLE_OPTION(NAME)
9941011 # -----------------------
9961013 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
9971014
9981015 # _AM_SET_OPTION(NAME)
999 # ------------------------------
1016 # --------------------
10001017 # Set option NAME. Presently that only means defining a flag for this option.
10011018 AC_DEFUN([_AM_SET_OPTION],
10021019 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
10031020
10041021 # _AM_SET_OPTIONS(OPTIONS)
1005 # ----------------------------------
1022 # ------------------------
10061023 # OPTIONS is a space-separated list of Automake options.
10071024 AC_DEFUN([_AM_SET_OPTIONS],
10081025 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
10781095 fi
10791096 AC_MSG_RESULT(yes)])
10801097
1081 # Copyright (C) 2009 Free Software Foundation, Inc.
1082 #
1083 # This file is free software; the Free Software Foundation
1084 # gives unlimited permission to copy and/or distribute it,
1085 # with or without modifications, as long as this notice is preserved.
1086
1087 # serial 1
1098 # Copyright (C) 2009, 2011 Free Software Foundation, Inc.
1099 #
1100 # This file is free software; the Free Software Foundation
1101 # gives unlimited permission to copy and/or distribute it,
1102 # with or without modifications, as long as this notice is preserved.
1103
1104 # serial 2
10881105
10891106 # AM_SILENT_RULES([DEFAULT])
10901107 # --------------------------
10991116 no) AM_DEFAULT_VERBOSITY=1;;
11001117 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
11011118 esac
1119 dnl
1120 dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1121 dnl do not support nested variable expansions.
1122 dnl See automake bug#9928 and bug#10237.
1123 am_make=${MAKE-make}
1124 AC_CACHE_CHECK([whether $am_make supports nested variables],
1125 [am_cv_make_support_nested_variables],
1126 [if AS_ECHO([['TRUE=$(BAR$(V))
1127 BAR0=false
1128 BAR1=true
1129 V=1
1130 am__doit:
1131 @$(TRUE)
1132 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1133 am_cv_make_support_nested_variables=yes
1134 else
1135 am_cv_make_support_nested_variables=no
1136 fi])
1137 if test $am_cv_make_support_nested_variables = yes; then
1138 dnl Using `$V' instead of `$(V)' breaks IRIX make.
1139 AM_V='$(V)'
1140 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1141 else
1142 AM_V=$AM_DEFAULT_VERBOSITY
1143 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1144 fi
1145 AC_SUBST([AM_V])dnl
1146 AM_SUBST_NOTMAKE([AM_V])dnl
1147 AC_SUBST([AM_DEFAULT_V])dnl
1148 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
11021149 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
11031150 AM_BACKSLASH='\'
11041151 AC_SUBST([AM_BACKSLASH])dnl
11051152 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
11061153 ])
11071154
1108 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1109 #
1110 # This file is free software; the Free Software Foundation
1111 # gives unlimited permission to copy and/or distribute it,
1112 # with or without modifications, as long as this notice is preserved.
1155 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1156 #
1157 # This file is free software; the Free Software Foundation
1158 # gives unlimited permission to copy and/or distribute it,
1159 # with or without modifications, as long as this notice is preserved.
1160
1161 # serial 1
11131162
11141163 # AM_PROG_INSTALL_STRIP
11151164 # ---------------------
11331182 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
11341183 AC_SUBST([INSTALL_STRIP_PROGRAM])])
11351184
1136 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
1137 #
1138 # This file is free software; the Free Software Foundation
1139 # gives unlimited permission to copy and/or distribute it,
1140 # with or without modifications, as long as this notice is preserved.
1141
1142 # serial 2
1185 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1186 #
1187 # This file is free software; the Free Software Foundation
1188 # gives unlimited permission to copy and/or distribute it,
1189 # with or without modifications, as long as this notice is preserved.
1190
1191 # serial 3
11431192
11441193 # _AM_SUBST_NOTMAKE(VARIABLE)
11451194 # ---------------------------
11481197 AC_DEFUN([_AM_SUBST_NOTMAKE])
11491198
11501199 # AM_SUBST_NOTMAKE(VARIABLE)
1151 # ---------------------------
1200 # --------------------------
11521201 # Public sister of _AM_SUBST_NOTMAKE.
11531202 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
11541203
11551204 # Check how to create a tarball. -*- Autoconf -*-
11561205
1157 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
1206 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
11581207 #
11591208 # This file is free software; the Free Software Foundation
11601209 # gives unlimited permission to copy and/or distribute it,
11761225 # a tarball read from stdin.
11771226 # $(am__untar) < result.tar
11781227 AC_DEFUN([_AM_PROG_TAR],
1179 [# Always define AMTAR for backward compatibility.
1180 AM_MISSING_PROG([AMTAR], [tar])
1228 [# Always define AMTAR for backward compatibility. Yes, it's still used
1229 # in the wild :-( We should find a proper way to deprecate it ...
1230 AC_SUBST([AMTAR], ['$${TAR-tar}'])
11811231 m4_if([$1], [v7],
1182 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
1232 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
11831233 [m4_case([$1], [ustar],, [pax],,
11841234 [m4_fatal([Unknown tar format])])
11851235 AC_MSG_CHECKING([how to create a $1 tar archive])
00 #! /bin/sh
1 # Wrapper for compilers which do not understand `-c -o'.
2
3 scriptversion=2009-10-06.20; # UTC
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software
6 # Foundation, Inc.
1 # Wrapper for compilers which do not understand '-c -o'.
2
3 scriptversion=2012-01-04.17; # UTC
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
6 # Software Foundation, Inc.
77 # Written by Tom Tromey <tromey@cygnus.com>.
88 #
99 # This program is free software; you can redistribute it and/or modify
2828 # bugs to <bug-automake@gnu.org> or send patches to
2929 # <automake-patches@gnu.org>.
3030
31 nl='
32 '
33
34 # We need space, tab and new line, in precisely that order. Quoting is
35 # there to prevent tools from complaining about whitespace usage.
36 IFS=" "" $nl"
37
38 file_conv=
39
40 # func_file_conv build_file lazy
41 # Convert a $build file to $host form and store it in $file
42 # Currently only supports Windows hosts. If the determined conversion
43 # type is listed in (the comma separated) LAZY, no conversion will
44 # take place.
45 func_file_conv ()
46 {
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
50 if test -z "$file_conv"; then
51 # lazily determine how to convert abs files
52 case `uname -s` in
53 MINGW*)
54 file_conv=mingw
55 ;;
56 CYGWIN*)
57 file_conv=cygwin
58 ;;
59 *)
60 file_conv=wine
61 ;;
62 esac
63 fi
64 case $file_conv/,$2, in
65 *,$file_conv,*)
66 ;;
67 mingw/*)
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
69 ;;
70 cygwin/*)
71 file=`cygpath -m "$file" || echo "$file"`
72 ;;
73 wine/*)
74 file=`winepath -w "$file" || echo "$file"`
75 ;;
76 esac
77 ;;
78 esac
79 }
80
81 # func_cl_wrapper cl arg...
82 # Adjust compile command to suit cl
83 func_cl_wrapper ()
84 {
85 # Assume a capable shell
86 lib_path=
87 shared=:
88 linker_opts=
89 for arg
90 do
91 if test -n "$eat"; then
92 eat=
93 else
94 case $1 in
95 -o)
96 # configure might choose to run compile as 'compile cc -o foo foo.c'.
97 eat=1
98 case $2 in
99 *.o | *.[oO][bB][jJ])
100 func_file_conv "$2"
101 set x "$@" -Fo"$file"
102 shift
103 ;;
104 *)
105 func_file_conv "$2"
106 set x "$@" -Fe"$file"
107 shift
108 ;;
109 esac
110 ;;
111 -I*)
112 func_file_conv "${1#-I}" mingw
113 set x "$@" -I"$file"
114 shift
115 ;;
116 -l*)
117 lib=${1#-l}
118 found=no
119 save_IFS=$IFS
120 IFS=';'
121 for dir in $lib_path $LIB
122 do
123 IFS=$save_IFS
124 if $shared && test -f "$dir/$lib.dll.lib"; then
125 found=yes
126 set x "$@" "$dir/$lib.dll.lib"
127 break
128 fi
129 if test -f "$dir/$lib.lib"; then
130 found=yes
131 set x "$@" "$dir/$lib.lib"
132 break
133 fi
134 done
135 IFS=$save_IFS
136
137 test "$found" != yes && set x "$@" "$lib.lib"
138 shift
139 ;;
140 -L*)
141 func_file_conv "${1#-L}"
142 if test -z "$lib_path"; then
143 lib_path=$file
144 else
145 lib_path="$lib_path;$file"
146 fi
147 linker_opts="$linker_opts -LIBPATH:$file"
148 ;;
149 -static)
150 shared=false
151 ;;
152 -Wl,*)
153 arg=${1#-Wl,}
154 save_ifs="$IFS"; IFS=','
155 for flag in $arg; do
156 IFS="$save_ifs"
157 linker_opts="$linker_opts $flag"
158 done
159 IFS="$save_ifs"
160 ;;
161 -Xlinker)
162 eat=1
163 linker_opts="$linker_opts $2"
164 ;;
165 -*)
166 set x "$@" "$1"
167 shift
168 ;;
169 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
170 func_file_conv "$1"
171 set x "$@" -Tp"$file"
172 shift
173 ;;
174 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
175 func_file_conv "$1" mingw
176 set x "$@" "$file"
177 shift
178 ;;
179 *)
180 set x "$@" "$1"
181 shift
182 ;;
183 esac
184 fi
185 shift
186 done
187 if test -n "$linker_opts"; then
188 linker_opts="-link$linker_opts"
189 fi
190 exec "$@" $linker_opts
191 exit 1
192 }
193
194 eat=
195
31196 case $1 in
32197 '')
33 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
198 echo "$0: No command. Try '$0 --help' for more information." 1>&2
34199 exit 1;
35200 ;;
36201 -h | --h*)
37202 cat <<\EOF
38203 Usage: compile [--help] [--version] PROGRAM [ARGS]
39204
40 Wrapper for compilers which do not understand `-c -o'.
41 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
205 Wrapper for compilers which do not understand '-c -o'.
206 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
42207 arguments, and rename the output as expected.
43208
44209 If you are trying to build a whole package this is not the
45 right script to run: please start by reading the file `INSTALL'.
210 right script to run: please start by reading the file 'INSTALL'.
46211
47212 Report bugs to <bug-automake@gnu.org>.
48213 EOF
52217 echo "compile $scriptversion"
53218 exit $?
54219 ;;
220 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
221 func_cl_wrapper "$@" # Doesn't return...
222 ;;
55223 esac
56224
57225 ofile=
58226 cfile=
59 eat=
60227
61228 for arg
62229 do
65232 else
66233 case $1 in
67234 -o)
68 # configure might choose to run compile as `compile cc -o foo foo.c'.
69 # So we strip `-o arg' only if arg is an object.
235 # configure might choose to run compile as 'compile cc -o foo foo.c'.
236 # So we strip '-o arg' only if arg is an object.
70237 eat=1
71238 case $2 in
72239 *.o | *.obj)
93260 done
94261
95262 if test -z "$ofile" || test -z "$cfile"; then
96 # If no `-o' option was seen then we might have been invoked from a
263 # If no '-o' option was seen then we might have been invoked from a
97264 # pattern rule where we don't need one. That is ok -- this is a
98265 # normal compilation that the losing compiler can handle. If no
99 # `.c' file was seen then we are probably linking. That is also
266 # '.c' file was seen then we are probably linking. That is also
100267 # ok.
101268 exec "$@"
102269 fi
105272 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
106273
107274 # Create the lock directory.
108 # Note: use `[/\\:.-]' here to ensure that we don't use the same name
275 # Note: use '[/\\:.-]' here to ensure that we don't use the same name
109276 # that we are using for the .o file. Also, base the name on the expected
110277 # object file name, since that is what matters with a parallel build.
111278 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 # Free Software Foundation, Inc.
5
6 timestamp='2009-11-20'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-01-01'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
5555 GNU config.guess ($timestamp)
5656
5757 Originally written by Per Bothner.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
59 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
59 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
60 Free Software Foundation, Inc.
6061
6162 This is free software; see the source for copying conditions. There is NO
6263 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
143144 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
144145 *:NetBSD:*:*)
145146 # NetBSD (nbsd) targets should (where applicable) match one or
146 # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
147 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
147148 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
148149 # switched to ELF, *-*-netbsd* would select the old
149150 # object file format. This provides both forward
179180 fi
180181 ;;
181182 *)
182 os=netbsd
183 os=netbsd
183184 ;;
184185 esac
185186 # The OS release
222223 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
223224 ;;
224225 *5.*)
225 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
226 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
226227 ;;
227228 esac
228229 # According to Compaq, /usr/sbin/psrinfo has been available on
268269 # A Xn.n version is an unreleased experimental baselevel.
269270 # 1.2 uses "1.2" for uname -r.
270271 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
271 exit ;;
272 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
273 exitcode=$?
274 trap '' 0
275 exit $exitcode ;;
272276 Alpha\ *:Windows_NT*:*)
273277 # How do we know it's Interix rather than the generic POSIX subsystem?
274278 # Should we change UNAME_MACHINE based on the output of uname instead
294298 echo s390-ibm-zvmoe
295299 exit ;;
296300 *:OS400:*:*)
297 echo powerpc-ibm-os400
301 echo powerpc-ibm-os400
298302 exit ;;
299303 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
300304 echo arm-acorn-riscix${UNAME_RELEASE}
393397 # MiNT. But MiNT is downward compatible to TOS, so this should
394398 # be no problem.
395399 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
396 echo m68k-atari-mint${UNAME_RELEASE}
400 echo m68k-atari-mint${UNAME_RELEASE}
397401 exit ;;
398402 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
399403 echo m68k-atari-mint${UNAME_RELEASE}
400 exit ;;
404 exit ;;
401405 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
402 echo m68k-atari-mint${UNAME_RELEASE}
406 echo m68k-atari-mint${UNAME_RELEASE}
403407 exit ;;
404408 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
405 echo m68k-milan-mint${UNAME_RELEASE}
406 exit ;;
409 echo m68k-milan-mint${UNAME_RELEASE}
410 exit ;;
407411 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
408 echo m68k-hades-mint${UNAME_RELEASE}
409 exit ;;
412 echo m68k-hades-mint${UNAME_RELEASE}
413 exit ;;
410414 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
411 echo m68k-unknown-mint${UNAME_RELEASE}
412 exit ;;
415 echo m68k-unknown-mint${UNAME_RELEASE}
416 exit ;;
413417 m68k:machten:*:*)
414418 echo m68k-apple-machten${UNAME_RELEASE}
415419 exit ;;
479483 echo m88k-motorola-sysv3
480484 exit ;;
481485 AViiON:dgux:*:*)
482 # DG/UX returns AViiON for all architectures
483 UNAME_PROCESSOR=`/usr/bin/uname -p`
486 # DG/UX returns AViiON for all architectures
487 UNAME_PROCESSOR=`/usr/bin/uname -p`
484488 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
485489 then
486490 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
493497 else
494498 echo i586-dg-dgux${UNAME_RELEASE}
495499 fi
496 exit ;;
500 exit ;;
497501 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
498502 echo m88k-dolphin-sysv3
499503 exit ;;
550554 echo rs6000-ibm-aix3.2
551555 fi
552556 exit ;;
553 *:AIX:*:[456])
557 *:AIX:*:[4567])
554558 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
555559 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
556560 IBM_ARCH=rs6000
593597 9000/[678][0-9][0-9])
594598 if [ -x /usr/bin/getconf ]; then
595599 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
596 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
597 case "${sc_cpu_version}" in
598 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
599 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
600 532) # CPU_PA_RISC2_0
601 case "${sc_kernel_bits}" in
602 32) HP_ARCH="hppa2.0n" ;;
603 64) HP_ARCH="hppa2.0w" ;;
600 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
601 case "${sc_cpu_version}" in
602 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
603 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
604 532) # CPU_PA_RISC2_0
605 case "${sc_kernel_bits}" in
606 32) HP_ARCH="hppa2.0n" ;;
607 64) HP_ARCH="hppa2.0w" ;;
604608 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
605 esac ;;
606 esac
609 esac ;;
610 esac
607611 fi
608612 if [ "${HP_ARCH}" = "" ]; then
609613 eval $set_cc_for_build
610 sed 's/^ //' << EOF >$dummy.c
611
612 #define _HPUX_SOURCE
613 #include <stdlib.h>
614 #include <unistd.h>
615
616 int main ()
617 {
618 #if defined(_SC_KERNEL_BITS)
619 long bits = sysconf(_SC_KERNEL_BITS);
620 #endif
621 long cpu = sysconf (_SC_CPU_VERSION);
622
623 switch (cpu)
624 {
625 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
626 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
627 case CPU_PA_RISC2_0:
628 #if defined(_SC_KERNEL_BITS)
629 switch (bits)
630 {
631 case 64: puts ("hppa2.0w"); break;
632 case 32: puts ("hppa2.0n"); break;
633 default: puts ("hppa2.0"); break;
634 } break;
635 #else /* !defined(_SC_KERNEL_BITS) */
636 puts ("hppa2.0"); break;
637 #endif
638 default: puts ("hppa1.0"); break;
639 }
640 exit (0);
641 }
614 sed 's/^ //' << EOF >$dummy.c
615
616 #define _HPUX_SOURCE
617 #include <stdlib.h>
618 #include <unistd.h>
619
620 int main ()
621 {
622 #if defined(_SC_KERNEL_BITS)
623 long bits = sysconf(_SC_KERNEL_BITS);
624 #endif
625 long cpu = sysconf (_SC_CPU_VERSION);
626
627 switch (cpu)
628 {
629 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
630 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
631 case CPU_PA_RISC2_0:
632 #if defined(_SC_KERNEL_BITS)
633 switch (bits)
634 {
635 case 64: puts ("hppa2.0w"); break;
636 case 32: puts ("hppa2.0n"); break;
637 default: puts ("hppa2.0"); break;
638 } break;
639 #else /* !defined(_SC_KERNEL_BITS) */
640 puts ("hppa2.0"); break;
641 #endif
642 default: puts ("hppa1.0"); break;
643 }
644 exit (0);
645 }
642646 EOF
643647 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
644648 test -z "$HP_ARCH" && HP_ARCH=hppa
729733 exit ;;
730734 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
731735 echo c1-convex-bsd
732 exit ;;
736 exit ;;
733737 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
734738 if getsysinfo -f scalar_acc
735739 then echo c32-convex-bsd
736740 else echo c2-convex-bsd
737741 fi
738 exit ;;
742 exit ;;
739743 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
740744 echo c34-convex-bsd
741 exit ;;
745 exit ;;
742746 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
743747 echo c38-convex-bsd
744 exit ;;
748 exit ;;
745749 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
746750 echo c4-convex-bsd
747 exit ;;
751 exit ;;
748752 CRAY*Y-MP:*:*:*)
749753 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
750754 exit ;;
768772 exit ;;
769773 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
770774 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
771 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
772 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
773 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
774 exit ;;
775 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
776 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
777 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
778 exit ;;
775779 5000:UNIX_System_V:4.*:*)
776 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
777 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
778 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
780 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
781 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
782 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
779783 exit ;;
780784 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
781785 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
787791 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
788792 exit ;;
789793 *:FreeBSD:*:*)
790 case ${UNAME_MACHINE} in
791 pc98)
792 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
794 UNAME_PROCESSOR=`/usr/bin/uname -p`
795 case ${UNAME_PROCESSOR} in
793796 amd64)
794797 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
795798 *)
796 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
799 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
797800 esac
798801 exit ;;
799802 i*:CYGWIN*:*)
802805 *:MINGW*:*)
803806 echo ${UNAME_MACHINE}-pc-mingw32
804807 exit ;;
808 i*:MSYS*:*)
809 echo ${UNAME_MACHINE}-pc-msys
810 exit ;;
805811 i*:windows32*:*)
806 # uname -m includes "-pc" on this system.
807 echo ${UNAME_MACHINE}-mingw32
812 # uname -m includes "-pc" on this system.
813 echo ${UNAME_MACHINE}-mingw32
808814 exit ;;
809815 i*:PW*:*)
810816 echo ${UNAME_MACHINE}-pc-pw32
811817 exit ;;
812818 *:Interix*:*)
813 case ${UNAME_MACHINE} in
819 case ${UNAME_MACHINE} in
814820 x86)
815821 echo i586-pc-interix${UNAME_RELEASE}
816822 exit ;;
865871 EV6) UNAME_MACHINE=alphaev6 ;;
866872 EV67) UNAME_MACHINE=alphaev67 ;;
867873 EV68*) UNAME_MACHINE=alphaev68 ;;
868 esac
874 esac
869875 objdump --private-headers /bin/sh | grep -q ld.so.1
870876 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
871877 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
877883 then
878884 echo ${UNAME_MACHINE}-unknown-linux-gnu
879885 else
880 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
886 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
887 | grep -q __ARM_PCS_VFP
888 then
889 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
890 else
891 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
892 fi
881893 fi
882894 exit ;;
883895 avr32*:Linux:*:*)
884896 echo ${UNAME_MACHINE}-unknown-linux-gnu
885897 exit ;;
886898 cris:Linux:*:*)
887 echo cris-axis-linux-gnu
899 echo ${UNAME_MACHINE}-axis-linux-gnu
888900 exit ;;
889901 crisv32:Linux:*:*)
890 echo crisv32-axis-linux-gnu
902 echo ${UNAME_MACHINE}-axis-linux-gnu
891903 exit ;;
892904 frv:Linux:*:*)
893 echo frv-unknown-linux-gnu
905 echo ${UNAME_MACHINE}-unknown-linux-gnu
906 exit ;;
907 hexagon:Linux:*:*)
908 echo ${UNAME_MACHINE}-unknown-linux-gnu
894909 exit ;;
895910 i*86:Linux:*:*)
896911 LIBC=gnu
932947 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
933948 ;;
934949 or32:Linux:*:*)
935 echo or32-unknown-linux-gnu
950 echo ${UNAME_MACHINE}-unknown-linux-gnu
936951 exit ;;
937952 padre:Linux:*:*)
938953 echo sparc-unknown-linux-gnu
958973 echo ${UNAME_MACHINE}-ibm-linux
959974 exit ;;
960975 sh64*:Linux:*:*)
961 echo ${UNAME_MACHINE}-unknown-linux-gnu
976 echo ${UNAME_MACHINE}-unknown-linux-gnu
962977 exit ;;
963978 sh*:Linux:*:*)
964979 echo ${UNAME_MACHINE}-unknown-linux-gnu
966981 sparc:Linux:*:* | sparc64:Linux:*:*)
967982 echo ${UNAME_MACHINE}-unknown-linux-gnu
968983 exit ;;
984 tile*:Linux:*:*)
985 echo ${UNAME_MACHINE}-unknown-linux-gnu
986 exit ;;
969987 vax:Linux:*:*)
970988 echo ${UNAME_MACHINE}-dec-linux-gnu
971989 exit ;;
972990 x86_64:Linux:*:*)
973 echo x86_64-unknown-linux-gnu
991 echo ${UNAME_MACHINE}-unknown-linux-gnu
974992 exit ;;
975993 xtensa*:Linux:*:*)
976 echo ${UNAME_MACHINE}-unknown-linux-gnu
994 echo ${UNAME_MACHINE}-unknown-linux-gnu
977995 exit ;;
978996 i*86:DYNIX/ptx:4*:*)
979997 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
9821000 echo i386-sequent-sysv4
9831001 exit ;;
9841002 i*86:UNIX_SV:4.2MP:2.*)
985 # Unixware is an offshoot of SVR4, but it has its own version
986 # number series starting with 2...
987 # I am not positive that other SVR4 systems won't match this,
1003 # Unixware is an offshoot of SVR4, but it has its own version
1004 # number series starting with 2...
1005 # I am not positive that other SVR4 systems won't match this,
9881006 # I just have to hope. -- rms.
989 # Use sysv4.2uw... so that sysv4* matches it.
1007 # Use sysv4.2uw... so that sysv4* matches it.
9901008 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
9911009 exit ;;
9921010 i*86:OS/2:*:*)
10181036 fi
10191037 exit ;;
10201038 i*86:*:5:[678]*)
1021 # UnixWare 7.x, OpenUNIX and OpenServer 6.
1039 # UnixWare 7.x, OpenUNIX and OpenServer 6.
10221040 case `/bin/uname -X | grep "^Machine"` in
10231041 *486*) UNAME_MACHINE=i486 ;;
10241042 *Pentium) UNAME_MACHINE=i586 ;;
10461064 exit ;;
10471065 pc:*:*:*)
10481066 # Left here for compatibility:
1049 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1050 # the processor, so we play safe by assuming i586.
1067 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1068 # the processor, so we play safe by assuming i586.
10511069 # Note: whatever this is, it MUST be the same as what config.sub
10521070 # prints for the "djgpp" host, or else GDB configury will decide that
10531071 # this is a cross-build.
10541072 echo i586-pc-msdosdjgpp
1055 exit ;;
1073 exit ;;
10561074 Intel:Mach:3*:*)
10571075 echo i386-pc-mach3
10581076 exit ;;
10871105 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
10881106 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
10891107 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1090 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1091 && { echo i486-ncr-sysv4; exit; } ;;
1108 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1109 && { echo i486-ncr-sysv4; exit; } ;;
10921110 NCR*:*:4.2:* | MPRAS*:*:4.2:*)
10931111 OS_REL='.3'
10941112 test -r /etc/.relid \
11311149 echo ns32k-sni-sysv
11321150 fi
11331151 exit ;;
1134 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1135 # says <Richard.M.Bartel@ccMail.Census.GOV>
1136 echo i586-unisys-sysv4
1137 exit ;;
1152 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1153 # says <Richard.M.Bartel@ccMail.Census.GOV>
1154 echo i586-unisys-sysv4
1155 exit ;;
11381156 *:UNIX_System_V:4*:FTX*)
11391157 # From Gerald Hewes <hewes@openmarket.com>.
11401158 # How about differentiating between stratus architectures? -djm
11601178 exit ;;
11611179 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
11621180 if [ -d /usr/nec ]; then
1163 echo mips-nec-sysv${UNAME_RELEASE}
1181 echo mips-nec-sysv${UNAME_RELEASE}
11641182 else
1165 echo mips-unknown-sysv${UNAME_RELEASE}
1166 fi
1167 exit ;;
1183 echo mips-unknown-sysv${UNAME_RELEASE}
1184 fi
1185 exit ;;
11681186 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
11691187 echo powerpc-be-beos
11701188 exit ;;
12291247 *:QNX:*:4*)
12301248 echo i386-pc-qnx
12311249 exit ;;
1250 NEO-?:NONSTOP_KERNEL:*:*)
1251 echo neo-tandem-nsk${UNAME_RELEASE}
1252 exit ;;
12321253 NSE-?:NONSTOP_KERNEL:*:*)
12331254 echo nse-tandem-nsk${UNAME_RELEASE}
12341255 exit ;;
12741295 echo pdp10-unknown-its
12751296 exit ;;
12761297 SEI:*:*:SEIUX)
1277 echo mips-sei-seiux${UNAME_RELEASE}
1298 echo mips-sei-seiux${UNAME_RELEASE}
12781299 exit ;;
12791300 *:DragonFly:*:*)
12801301 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
12811302 exit ;;
12821303 *:*VMS:*:*)
1283 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1304 UNAME_MACHINE=`(uname -p) 2>/dev/null`
12841305 case "${UNAME_MACHINE}" in
12851306 A*) echo alpha-dec-vms ; exit ;;
12861307 I*) echo ia64-dec-vms ; exit ;;
13201341 #include <sys/param.h>
13211342 printf ("m68k-sony-newsos%s\n",
13221343 #ifdef NEWSOS4
1323 "4"
1344 "4"
13241345 #else
1325 ""
1326 #endif
1327 ); exit (0);
1346 ""
1347 #endif
1348 ); exit (0);
13281349 #endif
13291350 #endif
13301351
00 #! /bin/sh
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 # Free Software Foundation, Inc.
5
6 timestamp='2009-11-20'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-01-01'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
7474 version="\
7575 GNU config.sub ($timestamp)
7676
77 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
78 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
77 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
78 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
79 Free Software Foundation, Inc.
7980
8081 This is free software; see the source for copying conditions. There is NO
8182 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
122123 # Here we must recognize all the valid KERNEL-OS combinations.
123124 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
124125 case $maybe_os in
125 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
126 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
126 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
127 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
128 knetbsd*-gnu* | netbsd*-gnu* | \
127129 kopensolaris*-gnu* | \
128130 storm-chaos* | os2-emx* | rtmk-nova*)
129131 os=-$maybe_os
155157 os=
156158 basic_machine=$1
157159 ;;
158 -bluegene*)
159 os=-cnk
160 -bluegene*)
161 os=-cnk
160162 ;;
161163 -sim | -cisco | -oki | -wec | -winbond)
162164 os=
172174 os=-chorusos
173175 basic_machine=$1
174176 ;;
175 -chorusrdb)
176 os=-chorusrdb
177 -chorusrdb)
178 os=-chorusrdb
177179 basic_machine=$1
178 ;;
180 ;;
179181 -hiux*)
180182 os=-hiuxwe2
181183 ;;
248250 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
249251 | am33_2.0 \
250252 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
253 | be32 | be64 \
251254 | bfin \
252255 | c4x | clipper \
253256 | d10v | d30v | dlx | dsp16xx \
257 | epiphany \
254258 | fido | fr30 | frv \
255259 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
260 | hexagon \
256261 | i370 | i860 | i960 | ia64 \
257262 | ip2k | iq2000 \
263 | le32 | le64 \
258264 | lm32 \
259265 | m32c | m32r | m32rle | m68000 | m68k | m88k \
260266 | maxq | mb | microblaze | mcore | mep | metag \
280286 | moxie \
281287 | mt \
282288 | msp430 \
289 | nds32 | nds32le | nds32be \
283290 | nios | nios2 \
284291 | ns16k | ns32k \
292 | open8 \
285293 | or32 \
286294 | pdp10 | pdp11 | pj | pjl \
287 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
295 | powerpc | powerpc64 | powerpc64le | powerpcle \
288296 | pyramid \
289 | rx \
297 | rl78 | rx \
290298 | score \
291299 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
292300 | sh64 | sh64le \
293301 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
294302 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
295 | spu | strongarm \
296 | tahoe | thumb | tic4x | tic80 | tron \
303 | spu \
304 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
297305 | ubicom32 \
298 | v850 | v850e \
306 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
299307 | we32k \
300 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
308 | x86 | xc16x | xstormy16 | xtensa \
301309 | z8k | z80)
302310 basic_machine=$basic_machine-unknown
303311 ;;
312 c54x)
313 basic_machine=tic54x-unknown
314 ;;
315 c55x)
316 basic_machine=tic55x-unknown
317 ;;
318 c6x)
319 basic_machine=tic6x-unknown
320 ;;
304321 m6811 | m68hc11 | m6812 | m68hc12 | picochip)
305 # Motorola 68HC11/12.
306322 basic_machine=$basic_machine-unknown
307323 os=-none
308324 ;;
310326 ;;
311327 ms1)
312328 basic_machine=mt-unknown
329 ;;
330
331 strongarm | thumb | xscale)
332 basic_machine=arm-unknown
333 ;;
334
335 xscaleeb)
336 basic_machine=armeb-unknown
337 ;;
338
339 xscaleel)
340 basic_machine=armel-unknown
313341 ;;
314342
315343 # We use `pc' rather than `unknown'
331359 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
332360 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
333361 | avr-* | avr32-* \
362 | be32-* | be64-* \
334363 | bfin-* | bs2000-* \
335 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
364 | c[123]* | c30-* | [cjt]90-* | c4x-* \
336365 | clipper-* | craynv-* | cydra-* \
337366 | d10v-* | d30v-* | dlx-* \
338367 | elxsi-* \
339368 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
340369 | h8300-* | h8500-* \
341370 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
371 | hexagon-* \
342372 | i*86-* | i860-* | i960-* | ia64-* \
343373 | ip2k-* | iq2000-* \
374 | le32-* | le64-* \
344375 | lm32-* \
345376 | m32c-* | m32r-* | m32rle-* \
346377 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
366397 | mmix-* \
367398 | mt-* \
368399 | msp430-* \
400 | nds32-* | nds32le-* | nds32be-* \
369401 | nios-* | nios2-* \
370402 | none-* | np1-* | ns16k-* | ns32k-* \
403 | open8-* \
371404 | orion-* \
372405 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
373 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
406 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
374407 | pyramid-* \
375 | romp-* | rs6000-* | rx-* \
408 | rl78-* | romp-* | rs6000-* | rx-* \
376409 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
377410 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
378411 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
379412 | sparclite-* \
380 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
381 | tahoe-* | thumb-* \
382 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
413 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
414 | tahoe-* \
415 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
416 | tile*-* \
383417 | tron-* \
384418 | ubicom32-* \
385 | v850-* | v850e-* | vax-* \
419 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
420 | vax-* \
386421 | we32k-* \
387 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
422 | x86-* | x86_64-* | xc16x-* | xps100-* \
388423 | xstormy16-* | xtensa*-* \
389424 | ymp-* \
390425 | z8k-* | z80-*)
409444 basic_machine=a29k-amd
410445 os=-udi
411446 ;;
412 abacus)
447 abacus)
413448 basic_machine=abacus-unknown
414449 ;;
415450 adobe68k)
479514 basic_machine=powerpc-ibm
480515 os=-cnk
481516 ;;
517 c54x-*)
518 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
519 ;;
520 c55x-*)
521 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
522 ;;
523 c6x-*)
524 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
525 ;;
482526 c90)
483527 basic_machine=c90-cray
484528 os=-unicos
485529 ;;
486 cegcc)
530 cegcc)
487531 basic_machine=arm-unknown
488532 os=-cegcc
489533 ;;
515559 basic_machine=craynv-cray
516560 os=-unicosmp
517561 ;;
518 cr16)
562 cr16 | cr16-*)
519563 basic_machine=cr16-unknown
520564 os=-elf
521565 ;;
673717 i370-ibm* | ibm*)
674718 basic_machine=i370-ibm
675719 ;;
676 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
677720 i*86v32)
678721 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
679722 os=-sysv32
731774 basic_machine=ns32k-utek
732775 os=-sysv
733776 ;;
734 microblaze)
777 microblaze)
735778 basic_machine=microblaze-xilinx
736779 ;;
737780 mingw32)
770813 ms1-*)
771814 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
772815 ;;
816 msys)
817 basic_machine=i386-pc
818 os=-msys
819 ;;
773820 mvs)
774821 basic_machine=i370-ibm
775822 os=-mvs
823 ;;
824 nacl)
825 basic_machine=le32-unknown
826 os=-nacl
776827 ;;
777828 ncr3000)
778829 basic_machine=i486-ncr
838889 np1)
839890 basic_machine=np1-gould
840891 ;;
892 neo-tandem)
893 basic_machine=neo-tandem
894 ;;
895 nse-tandem)
896 basic_machine=nse-tandem
897 ;;
841898 nsr-tandem)
842899 basic_machine=nsr-tandem
843900 ;;
920977 ;;
921978 power) basic_machine=power-ibm
922979 ;;
923 ppc) basic_machine=powerpc-unknown
924 ;;
925 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
980 ppc | ppcbe) basic_machine=powerpc-unknown
981 ;;
982 ppc-* | ppcbe-*)
983 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
926984 ;;
927985 ppcle | powerpclittle | ppc-le | powerpc-little)
928986 basic_machine=powerpcle-unknown
10161074 basic_machine=i860-stratus
10171075 os=-sysv4
10181076 ;;
1077 strongarm-* | thumb-*)
1078 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1079 ;;
10191080 sun2)
10201081 basic_machine=m68000-sun
10211082 ;;
10721133 basic_machine=t90-cray
10731134 os=-unicos
10741135 ;;
1075 tic54x | c54x*)
1076 basic_machine=tic54x-unknown
1077 os=-coff
1078 ;;
1079 tic55x | c55x*)
1080 basic_machine=tic55x-unknown
1081 os=-coff
1082 ;;
1083 tic6x | c6x*)
1084 basic_machine=tic6x-unknown
1085 os=-coff
1086 ;;
10871136 tile*)
1088 basic_machine=tile-unknown
1137 basic_machine=$basic_machine-unknown
10891138 os=-linux-gnu
10901139 ;;
10911140 tx39)
11541203 ;;
11551204 xps | xps100)
11561205 basic_machine=xps100-honeywell
1206 ;;
1207 xscale-* | xscalee[bl]-*)
1208 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
11571209 ;;
11581210 ymp)
11591211 basic_machine=ymp-cray
12521304 if [ x"$os" != x"" ]
12531305 then
12541306 case $os in
1255 # First match some system type aliases
1256 # that might get confused with valid system types.
1307 # First match some system type aliases
1308 # that might get confused with valid system types.
12571309 # -solaris* is a basic system type, with this one exception.
1258 -auroraux)
1259 os=-auroraux
1310 -auroraux)
1311 os=-auroraux
12601312 ;;
12611313 -solaris1 | -solaris1.*)
12621314 os=`echo $os | sed -e 's|solaris1|sunos4|'`
12921344 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
12931345 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
12941346 | -chorusos* | -chorusrdb* | -cegcc* \
1295 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1296 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1347 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1348 | -mingw32* | -linux-gnu* | -linux-android* \
1349 | -linux-newlib* | -linux-uclibc* \
12971350 | -uxpv* | -beos* | -mpeix* | -udk* \
12981351 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
12991352 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
13401393 -opened*)
13411394 os=-openedition
13421395 ;;
1343 -os400*)
1396 -os400*)
13441397 os=-os400
13451398 ;;
13461399 -wince*)
13891442 -sinix*)
13901443 os=-sysv4
13911444 ;;
1392 -tpf*)
1445 -tpf*)
13931446 os=-tpf
13941447 ;;
13951448 -triton*)
14331486 ;;
14341487 -dicos*)
14351488 os=-dicos
1489 ;;
1490 -nacl*)
14361491 ;;
14371492 -none)
14381493 ;;
14561511 # system, and we'll never get to this point.
14571512
14581513 case $basic_machine in
1459 score-*)
1514 score-*)
14601515 os=-elf
14611516 ;;
1462 spu-*)
1517 spu-*)
14631518 os=-elf
14641519 ;;
14651520 *-acorn)
14711526 arm*-semi)
14721527 os=-aout
14731528 ;;
1474 c4x-* | tic4x-*)
1475 os=-coff
1529 c4x-* | tic4x-*)
1530 os=-coff
1531 ;;
1532 tic54x-*)
1533 os=-coff
1534 ;;
1535 tic55x-*)
1536 os=-coff
1537 ;;
1538 tic6x-*)
1539 os=-coff
14761540 ;;
14771541 # This must come before the *-dec entry.
14781542 pdp10-*)
14921556 ;;
14931557 m68000-sun)
14941558 os=-sunos3
1495 # This also exists in the configure program, but was not the
1496 # default.
1497 # os=-sunos4
14981559 ;;
14991560 m68*-cisco)
15001561 os=-aout
15011562 ;;
1502 mep-*)
1563 mep-*)
15031564 os=-elf
15041565 ;;
15051566 mips*-cisco)
15261587 *-ibm)
15271588 os=-aix
15281589 ;;
1529 *-knuth)
1590 *-knuth)
15301591 os=-mmixware
15311592 ;;
15321593 *-wec)
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2009-04-28.21; # UTC
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free
6 # Software Foundation, Inc.
3 scriptversion=2011-12-04.11; # UTC
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
6 # 2011 Free Software Foundation, Inc.
77
88 # This program is free software; you can redistribute it and/or modify
99 # it under the terms of the GNU General Public License as published by
4343 object Object file output by `PROGRAMS ARGS'.
4444 DEPDIR directory where to store dependencies.
4545 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputing dependencies.
46 tmpdepfile Temporary file to use when outputting dependencies.
4747 libtool Whether libtool is used (yes/no).
4848
4949 Report bugs to <bug-automake@gnu.org>.
8989 # This is just like msvisualcpp but w/o cygpath translation.
9090 # Just convert the backslash-escaped backslashes to single forward
9191 # slashes to satisfy depend.m4
92 cygpath_u="sed s,\\\\\\\\,/,g"
92 cygpath_u='sed s,\\\\,/,g'
9393 depmode=msvisualcpp
94 fi
95
96 if test "$depmode" = msvc7msys; then
97 # This is just like msvc7 but w/o cygpath translation.
98 # Just convert the backslash-escaped backslashes to single forward
99 # slashes to satisfy depend.m4
100 cygpath_u='sed s,\\\\,/,g'
101 depmode=msvc7
94102 fi
95103
96104 case "$depmode" in
157165 ' < "$tmpdepfile" |
158166 ## Some versions of gcc put a space before the `:'. On the theory
159167 ## that the space means something, we add a space to the output as
160 ## well.
168 ## well. hp depmode also adds that space, but also prefixes the VPATH
169 ## to the object. Take care to not repeat it in the output.
161170 ## Some versions of the HPUX 10.20 sed can't process this invocation
162171 ## correctly. Breaking it into two sed invocations is a workaround.
163 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
172 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
173 | sed -e 's/$/ :/' >> "$depfile"
164174 rm -f "$tmpdepfile"
165175 ;;
166176
404414 rm -f "$tmpdepfile"
405415 ;;
406416
417 msvc7)
418 if test "$libtool" = yes; then
419 showIncludes=-Wc,-showIncludes
420 else
421 showIncludes=-showIncludes
422 fi
423 "$@" $showIncludes > "$tmpdepfile"
424 stat=$?
425 grep -v '^Note: including file: ' "$tmpdepfile"
426 if test "$stat" = 0; then :
427 else
428 rm -f "$tmpdepfile"
429 exit $stat
430 fi
431 rm -f "$depfile"
432 echo "$object : \\" > "$depfile"
433 # The first sed program below extracts the file names and escapes
434 # backslashes for cygpath. The second sed program outputs the file
435 # name when reading, but also accumulates all include files in the
436 # hold buffer in order to output them again at the end. This only
437 # works with sed implementations that can handle large buffers.
438 sed < "$tmpdepfile" -n '
439 /^Note: including file: *\(.*\)/ {
440 s//\1/
441 s/\\/\\\\/g
442 p
443 }' | $cygpath_u | sort -u | sed -n '
444 s/ /\\ /g
445 s/\(.*\)/ \1 \\/p
446 s/.\(.*\) \\/\1:/
447 H
448 $ {
449 s/.*/ /
450 G
451 p
452 }' >> "$depfile"
453 rm -f "$tmpdepfile"
454 ;;
455
456 msvc7msys)
457 # This case exists only to let depend.m4 do its work. It works by
458 # looking at the text of this script. This case will never be run,
459 # since it is checked for above.
460 exit 1
461 ;;
462
407463 #nosideeffect)
408464 # This comment above is used by automake to tell side-effect
409465 # dependency tracking mechanisms from slower ones.
502558 touch "$tmpdepfile"
503559 ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
504560 rm -f "$depfile"
505 cat < "$tmpdepfile" > "$depfile"
561 # makedepend may prepend the VPATH from the source file name to the object.
562 # No need to regex-escape $object, excess matching of '.' is harmless.
563 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
506564 sed '1,2d' "$tmpdepfile" | tr ' ' '
507565 ' | \
508566 ## Some versions of the HPUX 10.20 sed can't process this invocation
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2009-04-28.21; # UTC
3 scriptversion=2011-01-19.21; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
155155 -s) stripcmd=$stripprog;;
156156
157157 -t) dst_arg=$2
158 # Protect names problematic for `test' and other utilities.
159 case $dst_arg in
160 -* | [=\(\)!]) dst_arg=./$dst_arg;;
161 esac
158162 shift;;
159163
160164 -T) no_target_directory=true;;
185189 fi
186190 shift # arg
187191 dst_arg=$arg
192 # Protect names problematic for `test' and other utilities.
193 case $dst_arg in
194 -* | [=\(\)!]) dst_arg=./$dst_arg;;
195 esac
188196 done
189197 fi
190198
199207 fi
200208
201209 if test -z "$dir_arg"; then
202 trap '(exit $?); exit' 1 2 13 15
210 do_exit='(exit $ret); exit $ret'
211 trap "ret=129; $do_exit" 1
212 trap "ret=130; $do_exit" 2
213 trap "ret=141; $do_exit" 13
214 trap "ret=143; $do_exit" 15
203215
204216 # Set umask so as not to create temps with too-generous modes.
205217 # However, 'strip' requires both read and write access to temps.
227239
228240 for src
229241 do
230 # Protect names starting with `-'.
242 # Protect names problematic for `test' and other utilities.
231243 case $src in
232 -*) src=./$src;;
244 -* | [=\(\)!]) src=./$src;;
233245 esac
234246
235247 if test -n "$dir_arg"; then
251263 echo "$0: no destination specified." >&2
252264 exit 1
253265 fi
254
255266 dst=$dst_arg
256 # Protect names starting with `-'.
257 case $dst in
258 -*) dst=./$dst;;
259 esac
260267
261268 # If destination is a directory, append the input filename; won't work
262269 # if double slashes aren't ignored.
384391
385392 case $dstdir in
386393 /*) prefix='/';;
387 -*) prefix='./';;
394 [-=\(\)!]*) prefix='./';;
388395 *) prefix='';;
389396 esac
390397
402409
403410 for d
404411 do
405 test -z "$d" && continue
412 test X"$d" = X && continue
406413
407414 prefix=$prefix$d
408415 if test -d "$prefix"; then
00
1 # libtool (GNU libtool) 2.4
1 # libtool (GNU libtool) 2.4.2
22 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
33
44 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
5 # 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
66 # This is free software; see the source for copying conditions. There is NO
77 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
88
4040 # --quiet, --silent don't print informational messages
4141 # --no-quiet, --no-silent
4242 # print informational messages (default)
43 # --no-warn don't display warning messages
4344 # --tag=TAG use configuration variables from tag TAG
4445 # -v, --verbose print more informational messages than default
4546 # --no-verbose don't print the extra informational messages
6869 # compiler: $LTCC
6970 # compiler flags: $LTCFLAGS
7071 # linker: $LD (gnu? $with_gnu_ld)
71 # $progname: (GNU libtool) 2.4
72 # $progname: (GNU libtool) 2.4.2
7273 # automake: $automake_version
7374 # autoconf: $autoconf_version
7475 #
7879
7980 PROGRAM=libtool
8081 PACKAGE=libtool
81 VERSION=2.4
82 VERSION=2.4.2
8283 TIMESTAMP=""
83 package_revision=1.3293
84 package_revision=1.3337
8485
8586 # Be Bourne compatible
8687 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
135136
136137 : ${CP="cp -f"}
137138 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
138 : ${EGREP="/bin/grep -E"}
139 : ${FGREP="/bin/grep -F"}
140 : ${GREP="/bin/grep"}
141 : ${LN_S="ln -s"}
142139 : ${MAKE="make"}
143140 : ${MKDIR="mkdir"}
144141 : ${MV="mv -f"}
145142 : ${RM="rm -f"}
146 : ${SED="/bin/sed"}
147143 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
148144 : ${Xsed="$SED -e 1s/^X//"}
149145
386382 ;;
387383 *)
388384 save_IFS="$IFS"
389 IFS=:
385 IFS=${PATH_SEPARATOR-:}
390386 for progdir in $PATH; do
391387 IFS="$save_IFS"
392388 test -x "$progdir/$progname" && break
770766 s*\$LTCFLAGS*'"$LTCFLAGS"'*
771767 s*\$LD*'"$LD"'*
772768 s/\$with_gnu_ld/'"$with_gnu_ld"'/
773 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
774 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
769 s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
770 s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
775771 p
776772 d
777773 }
10511047 opt_help=false
10521048 opt_help_all=false
10531049 opt_silent=:
1050 opt_warning=:
10541051 opt_verbose=:
10551052 opt_silent=false
10561053 opt_verbose=false
11171114 ;;
11181115 --no-silent|--no-quiet)
11191116 opt_silent=false
1117 func_append preserve_args " $opt"
1118 ;;
1119 --no-warning|--no-warn)
1120 opt_warning=false
11201121 func_append preserve_args " $opt"
11211122 ;;
11221123 --no-verbose)
20582059 *.[cCFSifmso] | \
20592060 *.ada | *.adb | *.ads | *.asm | \
20602061 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
2061 *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
2062 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
20622063 func_xform "$libobj"
20632064 libobj=$func_xform_result
20642065 ;;
32003201
32013202 # Set up the ranlib parameters.
32023203 oldlib="$destdir/$name"
3204 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
3205 tool_oldlib=$func_to_tool_file_result
32033206
32043207 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
32053208
32063209 if test -n "$stripme" && test -n "$old_striplib"; then
3207 func_show_eval "$old_striplib $oldlib" 'exit $?'
3210 func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
32083211 fi
32093212
32103213 # Do each command in the postinstall commands.
34693472 # linked before any other PIC object. But we must not use
34703473 # pic_flag when linking with -static. The problem exists in
34713474 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
3472 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
3475 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
34733476 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
34743477 *-*-hpux*)
34753478 pic_flag_for_symtable=" $pic_flag" ;;
39813984 # launches target application with the remaining arguments.
39823985 func_exec_program ()
39833986 {
3984 for lt_wr_arg
3985 do
3986 case \$lt_wr_arg in
3987 --lt-*) ;;
3988 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
3989 esac
3990 shift
3991 done
3987 case \" \$* \" in
3988 *\\ --lt-*)
3989 for lt_wr_arg
3990 do
3991 case \$lt_wr_arg in
3992 --lt-*) ;;
3993 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
3994 esac
3995 shift
3996 done ;;
3997 esac
39923998 func_exec_program_core \${1+\"\$@\"}
39933999 }
39944000
50565062 {
50575063 EOF
50585064 func_emit_wrapper yes |
5059 $SED -e 's/\([\\"]\)/\\\1/g' \
5060 -e 's/^/ fputs ("/' -e 's/$/\\n", f);/'
5061
5065 $SED -n -e '
5066 s/^\(.\{79\}\)\(..*\)/\1\
5067 \2/
5068 h
5069 s/\([\\"]\)/\\\1/g
5070 s/$/\\n/
5071 s/\([^\n]*\).*/ fputs ("\1", f);/p
5072 g
5073 D'
50625074 cat <<"EOF"
50635075 }
50645076 EOF
56425654 continue
56435655 ;;
56445656
5645 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
5657 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
5658 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
56465659 func_append compiler_flags " $arg"
56475660 func_append compile_command " $arg"
56485661 func_append finalize_command " $arg"
61466159 lib=
61476160 found=no
61486161 case $deplib in
6149 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
6162 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
6163 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
61506164 if test "$linkmode,$pass" = "prog,link"; then
61516165 compile_deplibs="$deplib $compile_deplibs"
61526166 finalize_deplibs="$deplib $finalize_deplibs"
68306844 test "$hardcode_direct_absolute" = no; then
68316845 add="$dir/$linklib"
68326846 elif test "$hardcode_minus_L" = yes; then
6833 add_dir="-L$dir"
6847 add_dir="-L$absdir"
68346848 # Try looking first in the location we're being installed to.
68356849 if test -n "$inst_prefix_dir"; then
68366850 case $libdir in
73157329 # which has an extra 1 added just for fun
73167330 #
73177331 case $version_type in
7332 # correct linux to gnu/linux during the next big refactor
73187333 darwin|linux|osf|windows|none)
73197334 func_arith $number_major + $number_minor
73207335 current=$func_arith_result
74317446 versuffix="$major.$revision"
74327447 ;;
74337448
7434 linux)
7449 linux) # correct to gnu/linux during the next big refactor
74357450 func_arith $current - $age
74367451 major=.$func_arith_result
74377452 versuffix="$major.$age.$revision"
80198034
80208035 # Test again, we may have decided not to build it any more
80218036 if test "$build_libtool_libs" = yes; then
8037 # Remove ${wl} instances when linking with ld.
8038 # FIXME: should test the right _cmds variable.
8039 case $archive_cmds in
8040 *\$LD\ *) wl= ;;
8041 esac
80228042 if test "$hardcode_into_libs" = yes; then
80238043 # Hardcode the library paths
80248044 hardcode_libdirs=
80578077 if test -n "$hardcode_libdir_separator" &&
80588078 test -n "$hardcode_libdirs"; then
80598079 libdir="$hardcode_libdirs"
8060 if test -n "$hardcode_libdir_flag_spec_ld"; then
8061 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
8062 else
8063 eval dep_rpath=\"$hardcode_libdir_flag_spec\"
8064 fi
8080 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
80658081 fi
80668082 if test -n "$runpath_var" && test -n "$perm_rpath"; then
80678083 # We should set the runpath_var.
91519167 esac
91529168 done
91539169 fi
9170 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
9171 tool_oldlib=$func_to_tool_file_result
91549172 eval cmds=\"$old_archive_cmds\"
91559173
91569174 func_len " $cmds"
92609278 *.la)
92619279 func_basename "$deplib"
92629280 name="$func_basename_result"
9263 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
9281 func_resolve_sysroot "$deplib"
9282 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
92649283 test -z "$libdir" && \
92659284 func_fatal_error "\`$deplib' is not a valid libtool archive"
92669285 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
00 #! /bin/sh
11 # Common stub for a few missing GNU programs while installing.
22
3 scriptversion=2009-04-28.21; # UTC
3 scriptversion=2012-01-06.13; # UTC
44
55 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
6 # 2008, 2009 Free Software Foundation, Inc.
6 # 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
77 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
88
99 # This program is free software; you can redistribute it and/or modify
8383 help2man touch the output file
8484 lex create \`lex.yy.c', if possible, from existing .c
8585 makeinfo touch the output file
86 tar try tar, gnutar, gtar, then tar without non-portable flags
8786 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
8887
8988 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
119118 case $1 in
120119 lex*|yacc*)
121120 # Not GNU programs, they don't have --version.
122 ;;
123
124 tar*)
125 if test -n "$run"; then
126 echo 1>&2 "ERROR: \`tar' requires --run"
127 exit 1
128 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
129 exit 1
130 fi
131121 ;;
132122
133123 *)
225215 \`Bison' from any GNU archive site."
226216 rm -f y.tab.c y.tab.h
227217 if test $# -ne 1; then
228 eval LASTARG="\${$#}"
218 eval LASTARG=\${$#}
229219 case $LASTARG in
230220 *.y)
231221 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
255245 \`Flex' from any GNU archive site."
256246 rm -f lex.yy.c
257247 if test $# -ne 1; then
258 eval LASTARG="\${$#}"
248 eval LASTARG=\${$#}
259249 case $LASTARG in
260250 *.l)
261251 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
317307 touch $file
318308 ;;
319309
320 tar*)
321 shift
322
323 # We have already tried tar in the generic part.
324 # Look for gnutar/gtar before invocation to avoid ugly error
325 # messages.
326 if (gnutar --version > /dev/null 2>&1); then
327 gnutar "$@" && exit 0
328 fi
329 if (gtar --version > /dev/null 2>&1); then
330 gtar "$@" && exit 0
331 fi
332 firstarg="$1"
333 if shift; then
334 case $firstarg in
335 *o*)
336 firstarg=`echo "$firstarg" | sed s/o//`
337 tar "$firstarg" "$@" && exit 0
338 ;;
339 esac
340 case $firstarg in
341 *h*)
342 firstarg=`echo "$firstarg" | sed s/h//`
343 tar "$firstarg" "$@" && exit 0
344 ;;
345 esac
346 fi
347
348 echo 1>&2 "\
349 WARNING: I can't seem to be able to run \`tar' with the given arguments.
350 You may want to install GNU tar or Free paxutils, or check the
351 command line arguments."
352 exit 1
353 ;;
354
355310 *)
356311 echo 1>&2 "\
357312 WARNING: \`$1' is needed, and is $msg.
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.68 for libvirt-glib 0.0.7.
2 # Generated by GNU Autoconf 2.68 for libvirt-glib 0.0.8.
33 #
44 #
55 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
566566 # Identity of this package.
567567 PACKAGE_NAME='libvirt-glib'
568568 PACKAGE_TARNAME='libvirt-glib'
569 PACKAGE_VERSION='0.0.7'
570 PACKAGE_STRING='libvirt-glib 0.0.7'
569 PACKAGE_VERSION='0.0.8'
570 PACKAGE_STRING='libvirt-glib 0.0.8'
571571 PACKAGE_BUGREPORT=''
572572 PACKAGE_URL=''
573573
695695 am__fastdepCC_FALSE
696696 am__fastdepCC_TRUE
697697 CCDEPMODE
698 am__nodep
698699 AMDEPBACKSLASH
699700 AMDEP_FALSE
700701 AMDEP_TRUE
716717 LIBVIRT_GLIB_MAJOR_VERSION
717718 AM_BACKSLASH
718719 AM_DEFAULT_VERBOSITY
720 AM_DEFAULT_V
721 AM_V
719722 host_os
720723 host_vendor
721724 host_cpu
13771380 # Omit some internal or obsolete options to make the list less imposing.
13781381 # This message is too long to be a string in the A/UX 3.1 sh.
13791382 cat <<_ACEOF
1380 \`configure' configures libvirt-glib 0.0.7 to adapt to many kinds of systems.
1383 \`configure' configures libvirt-glib 0.0.8 to adapt to many kinds of systems.
13811384
13821385 Usage: $0 [OPTION]... [VAR=VALUE]...
13831386
14471450
14481451 if test -n "$ac_init_help"; then
14491452 case $ac_init_help in
1450 short | recursive ) echo "Configuration of libvirt-glib 0.0.7:";;
1453 short | recursive ) echo "Configuration of libvirt-glib 0.0.8:";;
14511454 esac
14521455 cat <<\_ACEOF
14531456
14751478 Optional Packages:
14761479 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
14771480 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1478 --with-pic try to use only PIC/non-PIC objects [default=use
1481 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
14791482 both]
14801483 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
14811484 --with-sysroot=DIR Search for dependent libraries within DIR
15941597 test -n "$ac_init_help" && exit $ac_status
15951598 if $ac_init_version; then
15961599 cat <<\_ACEOF
1597 libvirt-glib configure 0.0.7
1600 libvirt-glib configure 0.0.8
15981601 generated by GNU Autoconf 2.68
15991602
16001603 Copyright (C) 2010 Free Software Foundation, Inc.
18721875 This file contains any messages produced by compilers while
18731876 running configure, to aid debugging if configure makes a mistake.
18741877
1875 It was created by libvirt-glib $as_me 0.0.7, which was
1878 It was created by libvirt-glib $as_me 0.0.8, which was
18761879 generated by GNU Autoconf 2.68. Invocation command line was
18771880
18781881 $ $0 $@
26912694
26922695 # Define the identity of the package.
26932696 PACKAGE='libvirt-glib'
2694 VERSION='0.0.7'
2697 VERSION='0.0.8'
26952698
26962699
26972700 cat >>confdefs.h <<_ACEOF
27212724
27222725 # We need awk for the "check" target. The system "awk" is bad on
27232726 # some platforms.
2724 # Always define AMTAR for backward compatibility.
2725
2726 AMTAR=${AMTAR-"${am_missing_run}tar"}
2727
2728 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2727 # Always define AMTAR for backward compatibility. Yes, it's still used
2728 # in the wild :-( We should find a proper way to deprecate it ...
2729 AMTAR='$${TAR-tar}'
2730
2731 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
27292732
27302733
27312734
28132816 no) AM_DEFAULT_VERBOSITY=1;;
28142817 *) AM_DEFAULT_VERBOSITY=0;;
28152818 esac
2819 am_make=${MAKE-make}
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2821 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2822 if ${am_cv_make_support_nested_variables+:} false; then :
2823 $as_echo_n "(cached) " >&6
2824 else
2825 if $as_echo 'TRUE=$(BAR$(V))
2826 BAR0=false
2827 BAR1=true
2828 V=1
2829 am__doit:
2830 @$(TRUE)
2831 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2832 am_cv_make_support_nested_variables=yes
2833 else
2834 am_cv_make_support_nested_variables=no
2835 fi
2836 fi
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2838 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2839 if test $am_cv_make_support_nested_variables = yes; then
2840 AM_V='$(V)'
2841 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2842 else
2843 AM_V=$AM_DEFAULT_VERBOSITY
2844 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2845 fi
28162846 AM_BACKSLASH='\'
28172847
28182848
36783708 if test "x$enable_dependency_tracking" != xno; then
36793709 am_depcomp="$ac_aux_dir/depcomp"
36803710 AMDEPBACKSLASH='\'
3711 am__nodep='_no'
36813712 fi
36823713 if test "x$enable_dependency_tracking" != xno; then
36833714 AMDEP_TRUE=
37023733 # instance it was reported that on HP-UX the gcc test will end up
37033734 # making a dummy file named `D' -- because `-MD' means `put the output
37043735 # in D'.
3736 rm -rf conftest.dir
37053737 mkdir conftest.dir
37063738 # Copy depcomp to subdir because otherwise we won't find it if we're
37073739 # using a relative directory.
37613793 break
37623794 fi
37633795 ;;
3764 msvisualcpp | msvcmsys)
3796 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
37653797 # This compiler won't grok `-c -o', but also, the minuso test has
37663798 # not run yet. These depmodes are late enough in the game, and
37673799 # so weak that their functioning should not be impacted.
42544286
42554287
42564288
4257 macro_version='2.4'
4258 macro_revision='1.3293'
4289 macro_version='2.4.2'
4290 macro_revision='1.3337'
42594291
42604292
42614293
50295061 lt_cv_sys_max_cmd_len=196608
50305062 ;;
50315063
5064 os2*)
5065 # The test takes a long time on OS/2.
5066 lt_cv_sys_max_cmd_len=8192
5067 ;;
5068
50325069 osf*)
50335070 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
50345071 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
50685105 # If test is not a shell built-in, we'll probably end up computing a
50695106 # maximum length that is only half of the actual maximum length, but
50705107 # we can't tell.
5071 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5108 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
50725109 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
50735110 test $i != 17 # 1/2 MB should be enough
50745111 do
54945531 lt_cv_deplibs_check_method=pass_all
54955532 ;;
54965533
5497 # This must be Linux ELF.
5534 # This must be glibc/ELF.
54985535 linux* | k*bsd*-gnu | kopensolaris*-gnu)
54995536 lt_cv_deplibs_check_method=pass_all
55005537 ;;
61326169 if test -n "$RANLIB"; then
61336170 case $host_os in
61346171 openbsd*)
6135 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6172 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
61366173 ;;
61376174 *)
6138 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6175 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
61396176 ;;
61406177 esac
6141 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6178 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
61426179 fi
61436180
61446181 case $host_os in
62856322 # which start with @ or ?.
62866323 lt_cv_sys_global_symbol_pipe="$AWK '"\
62876324 " {last_section=section; section=\$ 3};"\
6325 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
62886326 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
62896327 " \$ 0!~/External *\|/{next};"\
62906328 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
66736711 CFLAGS="$SAVE_CFLAGS"
66746712 fi
66756713 ;;
6676 sparc*-*solaris*)
6714 *-*solaris*)
66776715 # Find out which ABI we are using.
66786716 echo 'int i;' > conftest.$ac_ext
66796717 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
66846722 case `/usr/bin/file conftest.o` in
66856723 *64-bit*)
66866724 case $lt_cv_prog_gnu_ld in
6687 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6725 yes*)
6726 case $host in
6727 i?86-*-solaris*)
6728 LD="${LD-ld} -m elf_x86_64"
6729 ;;
6730 sparc*-*-solaris*)
6731 LD="${LD-ld} -m elf64_sparc"
6732 ;;
6733 esac
6734 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6735 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6736 LD="${LD-ld}_sol2"
6737 fi
6738 ;;
66886739 *)
66896740 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
66906741 LD="${LD-ld} -64"
73247375 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
73257376 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
73267377 _lt_result=$?
7327 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7378 # If there is a non-empty error log, and "single_module"
7379 # appears in it, assume the flag caused a linker warning
7380 if test -s conftest.err && $GREP single_module conftest.err; then
7381 cat conftest.err >&5
7382 # Otherwise, if the output was created with a 0 exit code from
7383 # the compiler, it worked.
7384 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
73287385 lt_cv_apple_cc_single_mod=yes
73297386 else
73307387 cat conftest.err >&5
73357392 fi
73367393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
73377394 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7395
73387396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
73397397 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
73407398 if ${lt_cv_ld_exported_symbols_list+:} false; then :
73677425 fi
73687426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
73697427 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7428
73707429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
73717430 $as_echo_n "checking for -force_load linker flag... " >&6; }
73727431 if ${lt_cv_ld_force_load+:} false; then :
73887447 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
73897448 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
73907449 _lt_result=$?
7391 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7450 if test -s conftest.err && $GREP force_load conftest.err; then
7451 cat conftest.err >&5
7452 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
73927453 lt_cv_ld_force_load=yes
73937454 else
73947455 cat conftest.err >&5
77917852
77927853 # Check whether --with-pic was given.
77937854 if test "${with_pic+set}" = set; then :
7794 withval=$with_pic; pic_mode="$withval"
7855 withval=$with_pic; lt_p=${PACKAGE-default}
7856 case $withval in
7857 yes|no) pic_mode=$withval ;;
7858 *)
7859 pic_mode=default
7860 # Look at the argument we got. We use all the common list separators.
7861 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7862 for lt_pkg in $withval; do
7863 IFS="$lt_save_ifs"
7864 if test "X$lt_pkg" = "X$lt_p"; then
7865 pic_mode=yes
7866 fi
7867 done
7868 IFS="$lt_save_ifs"
7869 ;;
7870 esac
77957871 else
77967872 pic_mode=default
77977873 fi
78437919
78447920 # Always use our own libtool.
78457921 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7922
7923
7924
7925
78467926
78477927
78487928
83288408 case $cc_basename in
83298409 nvcc*) # Cuda Compiler Driver 2.2
83308410 lt_prog_compiler_wl='-Xlinker '
8331 lt_prog_compiler_pic='-Xcompiler -fPIC'
8411 if test -n "$lt_prog_compiler_pic"; then
8412 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8413 fi
83328414 ;;
83338415 esac
83348416 else
84198501 ;;
84208502 *)
84218503 case `$CC -V 2>&1 | sed 5q` in
8422 *Sun\ F* | *Sun*Fortran*)
8504 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
84238505 # Sun Fortran 8.3 passes all unrecognized flags to the linker
84248506 lt_prog_compiler_pic='-KPIC'
84258507 lt_prog_compiler_static='-Bstatic'
84268508 lt_prog_compiler_wl=''
8509 ;;
8510 *Sun\ F* | *Sun*Fortran*)
8511 lt_prog_compiler_pic='-KPIC'
8512 lt_prog_compiler_static='-Bstatic'
8513 lt_prog_compiler_wl='-Qoption ld '
84278514 ;;
84288515 *Sun\ C*)
84298516 # Sun C 5.9
84308517 lt_prog_compiler_pic='-KPIC'
84318518 lt_prog_compiler_static='-Bstatic'
84328519 lt_prog_compiler_wl='-Wl,'
8520 ;;
8521 *Intel*\ [CF]*Compiler*)
8522 lt_prog_compiler_wl='-Wl,'
8523 lt_prog_compiler_pic='-fPIC'
8524 lt_prog_compiler_static='-static'
8525 ;;
8526 *Portland\ Group*)
8527 lt_prog_compiler_wl='-Wl,'
8528 lt_prog_compiler_pic='-fpic'
8529 lt_prog_compiler_static='-Bstatic'
84338530 ;;
84348531 esac
84358532 ;;
87928889 hardcode_direct=no
87938890 hardcode_direct_absolute=no
87948891 hardcode_libdir_flag_spec=
8795 hardcode_libdir_flag_spec_ld=
87968892 hardcode_libdir_separator=
87978893 hardcode_minus_L=no
87988894 hardcode_shlibpath_var=unsupported
90429138 xlf* | bgf* | bgxlf* | mpixlf*)
90439139 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
90449140 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9045 hardcode_libdir_flag_spec=
9046 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9141 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
90479142 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
90489143 if test "x$supports_anon_versioning" = xyes; then
90499144 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
94229517 # The linker will not automatically build a static lib if we build a DLL.
94239518 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
94249519 enable_shared_with_static_runtimes=yes
9520 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
94259521 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
94269522 # Don't use ranlib
94279523 old_postinstall_cmds='chmod 644 $oldlib'
94679563 hardcode_shlibpath_var=unsupported
94689564 if test "$lt_cv_ld_force_load" = "yes"; then
94699565 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9566
94709567 else
94719568 whole_archive_flag_spec=''
94729569 fi
94959592 hardcode_shlibpath_var=no
94969593 ;;
94979594
9498 freebsd1*)
9499 ld_shlibs=no
9500 ;;
9501
95029595 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
95039596 # support. Future versions do this automatically, but an explicit c++rt0.o
95049597 # does not break anything, and helps significantly (at the cost of a little
95119604 ;;
95129605
95139606 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9514 freebsd2*)
9607 freebsd2.*)
95159608 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
95169609 hardcode_direct=yes
95179610 hardcode_minus_L=yes
95509643 fi
95519644 if test "$with_gnu_ld" = no; then
95529645 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9553 hardcode_libdir_flag_spec_ld='+b $libdir'
95549646 hardcode_libdir_separator=:
95559647 hardcode_direct=yes
95569648 hardcode_direct_absolute=yes
1002210114 fi
1002310115 ;;
1002410116 esac
10025
10026
10027
10028
10029
1003010117
1003110118
1003210119
1026810355
1026910356 case $host_os in
1027010357 aix3*)
10271 version_type=linux
10358 version_type=linux # correct to gnu/linux during the next big refactor
1027210359 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1027310360 shlibpath_var=LIBPATH
1027410361
1027710364 ;;
1027810365
1027910366 aix[4-9]*)
10280 version_type=linux
10367 version_type=linux # correct to gnu/linux during the next big refactor
1028110368 need_lib_prefix=no
1028210369 need_version=no
1028310370 hardcode_into_libs=yes
1034210429 ;;
1034310430
1034410431 bsdi[45]*)
10345 version_type=linux
10432 version_type=linux # correct to gnu/linux during the next big refactor
1034610433 need_version=no
1034710434 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1034810435 soname_spec='${libname}${release}${shared_ext}$major'
1048110568 ;;
1048210569
1048310570 dgux*)
10484 version_type=linux
10571 version_type=linux # correct to gnu/linux during the next big refactor
1048510572 need_lib_prefix=no
1048610573 need_version=no
1048710574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1048810575 soname_spec='${libname}${release}${shared_ext}$major'
1048910576 shlibpath_var=LD_LIBRARY_PATH
10490 ;;
10491
10492 freebsd1*)
10493 dynamic_linker=no
1049410577 ;;
1049510578
1049610579 freebsd* | dragonfly*)
1050010583 objformat=`/usr/bin/objformat`
1050110584 else
1050210585 case $host_os in
10503 freebsd[123]*) objformat=aout ;;
10586 freebsd[23].*) objformat=aout ;;
1050410587 *) objformat=elf ;;
1050510588 esac
1050610589 fi
1051810601 esac
1051910602 shlibpath_var=LD_LIBRARY_PATH
1052010603 case $host_os in
10521 freebsd2*)
10604 freebsd2.*)
1052210605 shlibpath_overrides_runpath=yes
1052310606 ;;
1052410607 freebsd3.[01]* | freebsdelf3.[01]*)
1053810621 ;;
1053910622
1054010623 gnu*)
10541 version_type=linux
10624 version_type=linux # correct to gnu/linux during the next big refactor
1054210625 need_lib_prefix=no
1054310626 need_version=no
1054410627 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1054510628 soname_spec='${libname}${release}${shared_ext}$major'
1054610629 shlibpath_var=LD_LIBRARY_PATH
10630 shlibpath_overrides_runpath=no
1054710631 hardcode_into_libs=yes
1054810632 ;;
1054910633
1055010634 haiku*)
10551 version_type=linux
10635 version_type=linux # correct to gnu/linux during the next big refactor
1055210636 need_lib_prefix=no
1055310637 need_version=no
1055410638 dynamic_linker="$host_os runtime_loader"
1060910693 ;;
1061010694
1061110695 interix[3-9]*)
10612 version_type=linux
10696 version_type=linux # correct to gnu/linux during the next big refactor
1061310697 need_lib_prefix=no
1061410698 need_version=no
1061510699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1062510709 nonstopux*) version_type=nonstopux ;;
1062610710 *)
1062710711 if test "$lt_cv_prog_gnu_ld" = yes; then
10628 version_type=linux
10712 version_type=linux # correct to gnu/linux during the next big refactor
1062910713 else
1063010714 version_type=irix
1063110715 fi ;;
1066210746 dynamic_linker=no
1066310747 ;;
1066410748
10665 # This must be Linux ELF.
10749 # This must be glibc/ELF.
1066610750 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10667 version_type=linux
10751 version_type=linux # correct to gnu/linux during the next big refactor
1066810752 need_lib_prefix=no
1066910753 need_version=no
1067010754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1075010834 ;;
1075110835
1075210836 newsos6)
10753 version_type=linux
10837 version_type=linux # correct to gnu/linux during the next big refactor
1075410838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1075510839 shlibpath_var=LD_LIBRARY_PATH
1075610840 shlibpath_overrides_runpath=yes
1081910903 ;;
1082010904
1082110905 solaris*)
10822 version_type=linux
10906 version_type=linux # correct to gnu/linux during the next big refactor
1082310907 need_lib_prefix=no
1082410908 need_version=no
1082510909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1084410928 ;;
1084510929
1084610930 sysv4 | sysv4.3*)
10847 version_type=linux
10931 version_type=linux # correct to gnu/linux during the next big refactor
1084810932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1084910933 soname_spec='${libname}${release}${shared_ext}$major'
1085010934 shlibpath_var=LD_LIBRARY_PATH
1086810952
1086910953 sysv4*MP*)
1087010954 if test -d /usr/nec ;then
10871 version_type=linux
10955 version_type=linux # correct to gnu/linux during the next big refactor
1087210956 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1087310957 soname_spec='$libname${shared_ext}.$major'
1087410958 shlibpath_var=LD_LIBRARY_PATH
1089910983
1090010984 tpf*)
1090110985 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10902 version_type=linux
10986 version_type=linux # correct to gnu/linux during the next big refactor
1090310987 need_lib_prefix=no
1090410988 need_version=no
1090510989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1090910993 ;;
1091010994
1091110995 uts4*)
10912 version_type=linux
10996 version_type=linux # correct to gnu/linux during the next big refactor
1091310997 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1091410998 soname_spec='${libname}${release}${shared_ext}$major'
1091510999 shlibpath_var=LD_LIBRARY_PATH
1167811762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1167911763
1168011764 CC="$lt_save_CC"
11765
11766
1168111767
1168211768
1168311769
1462714713 # report actual input values of CONFIG_FILES etc. instead of their
1462814714 # values after options handling.
1462914715 ac_log="
14630 This file was extended by libvirt-glib $as_me 0.0.7, which was
14716 This file was extended by libvirt-glib $as_me 0.0.8, which was
1463114717 generated by GNU Autoconf 2.68. Invocation command line was
1463214718
1463314719 CONFIG_FILES = $CONFIG_FILES
1469714783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1469814784 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1469914785 ac_cs_version="\\
14700 libvirt-glib config.status 0.0.7
14786 libvirt-glib config.status 0.0.8
1470114787 configured by $0, generated by GNU Autoconf 2.68,
1470214788 with options \\"\$ac_cs_config\\"
1470314789
1483714923 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
1483814924 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
1483914925 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14926 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
1484014927 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
1484114928 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
1484214929 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
1491715004 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
1491815005 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
1491915006 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14920 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
1492115007 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
1492215008 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
1492315009 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
1497615062 OBJDUMP \
1497715063 SHELL \
1497815064 ECHO \
15065 PATH_SEPARATOR \
1497915066 SED \
1498015067 GREP \
1498115068 EGREP \
1502415111 allow_undefined_flag \
1502515112 no_undefined_flag \
1502615113 hardcode_libdir_flag_spec \
15027 hardcode_libdir_flag_spec_ld \
1502815114 hardcode_libdir_separator \
1502915115 exclude_expsyms \
1503015116 include_expsyms \
1587015956 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1587115957 #
1587215958 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15873 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
15874 # Inc.
15959 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
15960 # Foundation, Inc.
1587515961 # Written by Gordon Matzigkeit, 1996
1587615962 #
1587715963 # This file is part of GNU Libtool.
1593416020 # An echo program that protects backslashes.
1593516021 ECHO=$lt_ECHO
1593616022
16023 # The PATH separator for the build system.
16024 PATH_SEPARATOR=$lt_PATH_SEPARATOR
16025
1593716026 # The host system.
1593816027 host_alias=$host_alias
1593916028 host=$host
1622816317 # Flag to hardcode \$libdir into a binary during linking.
1622916318 # This must work even if \$libdir does not exist
1623016319 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16231
16232 # If ld is used when linking, flag to hardcode \$libdir into a binary
16233 # during linking. This must work even if \$libdir does not exist.
16234 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1623516320
1623616321 # Whether we need a single "-rpath" flag with a separated argument.
1623716322 hardcode_libdir_separator=$lt_hardcode_libdir_separator
0 AC_INIT(libvirt-glib, 0.0.7)
0 AC_INIT(libvirt-glib, 0.0.8)
11 AC_CONFIG_SRCDIR(libvirt-glib/libvirt-glib-main.c)
22 AC_CONFIG_AUX_DIR([build-aux])
33 AM_CONFIG_HEADER(config.h)
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
4747 CONFIG_HEADER = $(top_builddir)/config.h
4848 CONFIG_CLEAN_FILES =
4949 CONFIG_CLEAN_VPATH_FILES =
50 AM_V_GEN = $(am__v_GEN_$(V))
51 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50 AM_V_GEN = $(am__v_GEN_@AM_V@)
51 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
5252 am__v_GEN_0 = @echo " GEN " $@;
53 AM_V_at = $(am__v_at_$(V))
54 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
53 AM_V_at = $(am__v_at_@AM_V@)
54 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
5555 am__v_at_0 = @
5656 SOURCES =
5757 DIST_SOURCES =
507507
508508 installcheck: installcheck-recursive
509509 install-strip:
510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512 `test -z '$(STRIP)' || \
513 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
510 if test -z '$(STRIP)'; then \
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 install; \
514 else \
515 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
518 fi
514519 mostlyclean-generic:
515520
516521 clean-generic:
6262 </SECTION>
6363
6464 <SECTION>
65 <FILE>libvirt-gconfig-domain-address</FILE>
66 <TITLE>GVirConfigDomainAddress</TITLE>
67 GVirConfigDomainAddress
68 GVirConfigDomainAddressClass
69 <SUBSECTION Standard>
70 GVIR_CONFIG_DOMAIN_ADDRESS
71 GVIR_CONFIG_DOMAIN_ADDRESS_CLASS
72 GVIR_CONFIG_DOMAIN_ADDRESS_GET_CLASS
73 GVIR_CONFIG_IS_DOMAIN_ADDRESS
74 GVIR_CONFIG_IS_DOMAIN_ADDRESS_CLASS
75 GVIR_CONFIG_TYPE_DOMAIN_ADDRESS
76 GVirConfigDomainAddressPrivate
77 gvir_config_domain_address_get_type
78 </SECTION>
79
80 <SECTION>
81 <FILE>libvirt-gconfig-domain-address-pci</FILE>
82 <TITLE>GVirConfigDomainAddressPci</TITLE>
83 GVirConfigDomainAddressPci
84 GVirConfigDomainAddressPciClass
85 gvir_config_domain_address_pci_new
86 gvir_config_domain_address_pci_new_from_xml
87 gvir_config_domain_address_pci_set_bus
88 gvir_config_domain_address_pci_set_domain
89 gvir_config_domain_address_pci_set_function
90 gvir_config_domain_address_pci_set_multifunction
91 gvir_config_domain_address_pci_set_slot
92 <SUBSECTION Standard>
93 GVIR_CONFIG_DOMAIN_ADDRESS_PCI
94 GVIR_CONFIG_DOMAIN_ADDRESS_PCI_CLASS
95 GVIR_CONFIG_DOMAIN_ADDRESS_PCI_GET_CLASS
96 GVIR_CONFIG_IS_DOMAIN_ADDRESS_PCI
97 GVIR_CONFIG_IS_DOMAIN_ADDRESS_PCI_CLASS
98 GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI
99 GVirConfigDomainAddressPciPrivate
100 gvir_config_domain_address_pci_get_type
101 </SECTION>
102
103 <SECTION>
104 <FILE>libvirt-gconfig-domain-address-usb</FILE>
105 <TITLE>GVirConfigDomainAddressUsb</TITLE>
106 GVirConfigDomainAddressUsb
107 GVirConfigDomainAddressUsbClass
108 gvir_config_domain_address_usb_new
109 gvir_config_domain_address_usb_new_from_xml
110 gvir_config_domain_address_usb_set_bus
111 gvir_config_domain_address_usb_set_port
112 <SUBSECTION Standard>
113 GVIR_CONFIG_DOMAIN_ADDRESS_USB
114 GVIR_CONFIG_DOMAIN_ADDRESS_USB_CLASS
115 GVIR_CONFIG_DOMAIN_ADDRESS_USB_GET_CLASS
116 GVIR_CONFIG_IS_DOMAIN_ADDRESS_USB
117 GVIR_CONFIG_IS_DOMAIN_ADDRESS_USB_CLASS
118 GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB
119 GVirConfigDomainAddressUsbPrivate
120 gvir_config_domain_address_usb_get_type
121 </SECTION>
122
123 <SECTION>
65124 <FILE>libvirt-gconfig-domain-channel</FILE>
66125 <TITLE>GVirConfigDomainChannel</TITLE>
67126 GVirConfigDomainChannel
158217 GVirConfigDomainClock
159218 GVirConfigDomainClockClass
160219 GVirConfigDomainClockOffset
220 gvir_config_domain_clock_add_timer
161221 gvir_config_domain_clock_new
162222 gvir_config_domain_clock_new_from_xml
163223 gvir_config_domain_clock_set_offset
195255 </SECTION>
196256
197257 <SECTION>
258 <FILE>libvirt-gconfig-domain-controller</FILE>
259 <TITLE>GVirConfigDomainController</TITLE>
260 GVirConfigDomainController
261 GVirConfigDomainControllerClass
262 gvir_config_domain_controller_get_index
263 gvir_config_domain_controller_set_address
264 gvir_config_domain_controller_set_index
265 <SUBSECTION Standard>
266 GVIR_CONFIG_DOMAIN_CONTROLLER
267 GVIR_CONFIG_DOMAIN_CONTROLLER_CLASS
268 GVIR_CONFIG_DOMAIN_CONTROLLER_GET_CLASS
269 GVIR_CONFIG_IS_DOMAIN_CONTROLLER
270 GVIR_CONFIG_IS_DOMAIN_CONTROLLER_CLASS
271 GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER
272 GVirConfigDomainControllerPrivate
273 gvir_config_domain_controller_get_type
274 </SECTION>
275
276 <SECTION>
277 <FILE>libvirt-gconfig-domain-controller-usb</FILE>
278 <TITLE>GVirConfigDomainControllerUsb</TITLE>
279 GVirConfigDomainControllerUsb
280 GVirConfigDomainControllerUsbClass
281 GVirConfigDomainControllerUsbModel
282 gvir_config_domain_controller_usb_new
283 gvir_config_domain_controller_usb_new_from_xml
284 gvir_config_domain_controller_usb_set_master
285 gvir_config_domain_controller_usb_set_model
286 <SUBSECTION Standard>
287 GVIR_CONFIG_DOMAIN_CONTROLLER_USB
288 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_CLASS
289 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_GET_CLASS
290 GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB
291 GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB_CLASS
292 GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB
293 GVirConfigDomainControllerUsbPrivate
294 gvir_config_domain_controller_usb_get_type
295 </SECTION>
296
297 <SECTION>
198298 <FILE>libvirt-gconfig-domain-device</FILE>
199299 <TITLE>GVirConfigDomainDevice</TITLE>
200300 GVirConfigDomainDevice
212312
213313 <SECTION>
214314 <FILE>libvirt-gconfig-domain-device-private</FILE>
315 gvir_config_domain_controller_new_from_tree
215316 gvir_config_domain_device_new_from_tree
216317 gvir_config_domain_disk_new_from_tree
217318 gvir_config_domain_graphics_new_from_tree
227328 GVirConfigDomainDiskClass
228329 GVirConfigDomainDiskGuestDeviceType
229330 GVirConfigDomainDiskSnapshotType
331 GVirConfigDomainDiskStartupPolicy
230332 GVirConfigDomainDiskType
231333 gvir_config_domain_disk_get_disk_type
232334 gvir_config_domain_disk_get_driver_cache
235337 gvir_config_domain_disk_get_guest_device_type
236338 gvir_config_domain_disk_get_snapshot_type
237339 gvir_config_domain_disk_get_source
340 gvir_config_domain_disk_get_startup_policy
238341 gvir_config_domain_disk_get_target_bus
239342 gvir_config_domain_disk_get_target_dev
240343 gvir_config_domain_disk_new
246349 gvir_config_domain_disk_set_readonly
247350 gvir_config_domain_disk_set_snapshot_type
248351 gvir_config_domain_disk_set_source
352 gvir_config_domain_disk_set_startup_policy
249353 gvir_config_domain_disk_set_target_bus
250354 gvir_config_domain_disk_set_target_dev
251355 gvir_config_domain_disk_set_type
549653 GVirConfigDomainRedirdevClass
550654 gvir_config_domain_redirdev_new
551655 gvir_config_domain_redirdev_new_from_xml
656 gvir_config_domain_redirdev_set_address
552657 gvir_config_domain_redirdev_set_bus
553658 <SUBSECTION Standard>
554659 GVIR_CONFIG_DOMAIN_REDIRDEV
645750 <TITLE>GVirConfigDomainTimer</TITLE>
646751 GVirConfigDomainTimer
647752 GVirConfigDomainTimerClass
648 gvir_config_domain_timer_new
649 gvir_config_domain_timer_new_from_xml
753 GVirConfigDomainTimerTickPolicy
754 gvir_config_domain_timer_get_tick_policy
755 gvir_config_domain_timer_set_tick_policy
650756 <SUBSECTION Standard>
651757 GVIR_CONFIG_DOMAIN_TIMER
652758 GVIR_CONFIG_DOMAIN_TIMER_CLASS
656762 GVIR_CONFIG_TYPE_DOMAIN_TIMER
657763 GVirConfigDomainTimerPrivate
658764 gvir_config_domain_timer_get_type
765 </SECTION>
766
767 <SECTION>
768 <FILE>libvirt-gconfig-domain-timer-pit</FILE>
769 <TITLE>GVirConfigDomainTimerPit</TITLE>
770 GVirConfigDomainTimerPit
771 GVirConfigDomainTimerPitClass
772 gvir_config_domain_timer_pit_new
773 gvir_config_domain_timer_pit_new_from_xml
774 <SUBSECTION Standard>
775 GVIR_CONFIG_DOMAIN_TIMER_PIT
776 GVIR_CONFIG_DOMAIN_TIMER_PIT_CLASS
777 GVIR_CONFIG_DOMAIN_TIMER_PIT_GET_CLASS
778 GVIR_CONFIG_IS_DOMAIN_TIMER_PIT
779 GVIR_CONFIG_IS_DOMAIN_TIMER_PIT_CLASS
780 GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT
781 GVirConfigDomainTimerPitPrivate
782 gvir_config_domain_timer_pit_get_type
783 </SECTION>
784
785 <SECTION>
786 <FILE>libvirt-gconfig-domain-timer-rtc</FILE>
787 <TITLE>GVirConfigDomainTimerRtc</TITLE>
788 GVirConfigDomainTimerRtc
789 GVirConfigDomainTimerRtcClass
790 gvir_config_domain_timer_rtc_new
791 gvir_config_domain_timer_rtc_new_from_xml
792 <SUBSECTION Standard>
793 GVIR_CONFIG_DOMAIN_TIMER_RTC
794 GVIR_CONFIG_DOMAIN_TIMER_RTC_CLASS
795 GVIR_CONFIG_DOMAIN_TIMER_RTC_GET_CLASS
796 GVIR_CONFIG_IS_DOMAIN_TIMER_RTC
797 GVIR_CONFIG_IS_DOMAIN_TIMER_RTC_CLASS
798 GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC
799 GVirConfigDomainTimerRtcPrivate
800 gvir_config_domain_timer_rtc_get_type
659801 </SECTION>
660802
661803 <SECTION>
00 gvir_config_capabilities_get_type
1 gvir_config_domain_address_get_type
2 gvir_config_domain_address_pci_get_type
3 gvir_config_domain_address_usb_get_type
14 gvir_config_domain_channel_get_type
25 gvir_config_domain_chardev_get_type
36 gvir_config_domain_chardev_source_get_type
58 gvir_config_domain_chardev_source_spicevmc_get_type
69 gvir_config_domain_clock_get_type
710 gvir_config_domain_console_get_type
11 gvir_config_domain_controller_get_type
12 gvir_config_domain_controller_usb_get_type
813 gvir_config_domain_device_get_type
914 gvir_config_domain_disk_get_type
1015 gvir_config_domain_filesys_get_type
2732 gvir_config_domain_snapshot_get_type
2833 gvir_config_domain_sound_get_type
2934 gvir_config_domain_timer_get_type
35 gvir_config_domain_timer_pit_get_type
36 gvir_config_domain_timer_rtc_get_type
3037 gvir_config_domain_video_get_type
3138 gvir_config_interface_get_type
3239 gvir_config_network_filter_get_type
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
5454 CONFIG_HEADER = $(top_builddir)/config.h
5555 CONFIG_CLEAN_FILES =
5656 CONFIG_CLEAN_VPATH_FILES =
57 AM_V_GEN = $(am__v_GEN_$(V))
58 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
57 AM_V_GEN = $(am__v_GEN_@AM_V@)
58 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
5959 am__v_GEN_0 = @echo " GEN " $@;
60 AM_V_at = $(am__v_at_$(V))
61 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
60 AM_V_at = $(am__v_at_@AM_V@)
61 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
6262 am__v_at_0 = @
6363 SOURCES =
6464 DIST_SOURCES =
318318 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319319 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320320 esac;
321 $(top_srcdir)/gtk-doc.make:
321322
322323 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387388
388389 installcheck: installcheck-am
389390 install-strip:
390 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
392 `test -z '$(STRIP)' || \
393 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
391 if test -z '$(STRIP)'; then \
392 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394 install; \
395 else \
396 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
399 fi
394400 mostlyclean-generic:
395401
396402 clean-generic:
6262 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
6363 +----GVirConfigObject
6464 +----<a class="link" href="GVirConfigCapabilities.html" title="GVirConfigCapabilities">GVirConfigCapabilities</a>
65 +----GVirConfigDomainAddress
6566 +----GVirConfigDomainDevice
6667 +----GVirConfigDomainChardevSource
6768 +----GVirConfigDomainClock
5858 </dt>
5959 <dd></dd>
6060 <dt>
61 GVirConfigDomainAddress, struct in GVirConfigDomainAddress
62 </dt>
63 <dd></dd>
64 <dt>
65 GVirConfigDomainAddressClass, struct in GVirConfigDomainAddress
66 </dt>
67 <dd></dd>
68 <dt>
69 GVirConfigDomainAddressPci, struct in GVirConfigDomainAddressPci
70 </dt>
71 <dd></dd>
72 <dt>
73 GVirConfigDomainAddressPciClass, struct in GVirConfigDomainAddressPci
74 </dt>
75 <dd></dd>
76 <dt>
77 GVirConfigDomainAddressUsb, struct in GVirConfigDomainAddressUsb
78 </dt>
79 <dd></dd>
80 <dt>
81 GVirConfigDomainAddressUsbClass, struct in GVirConfigDomainAddressUsb
82 </dt>
83 <dd></dd>
84 <dt>
6185 GVirConfigDomainChannel, struct in GVirConfigDomainChannel
6286 </dt>
6387 <dd></dd>
130154 </dt>
131155 <dd></dd>
132156 <dt>
157 GVirConfigDomainController, struct in GVirConfigDomainController
158 </dt>
159 <dd></dd>
160 <dt>
161 GVirConfigDomainControllerClass, struct in GVirConfigDomainController
162 </dt>
163 <dd></dd>
164 <dt>
165 GVirConfigDomainControllerUsb, struct in GVirConfigDomainControllerUsb
166 </dt>
167 <dd></dd>
168 <dt>
169 GVirConfigDomainControllerUsbClass, struct in GVirConfigDomainControllerUsb
170 </dt>
171 <dd></dd>
172 <dt>
173 GVirConfigDomainControllerUsbModel, enum in GVirConfigDomainControllerUsb
174 </dt>
175 <dd></dd>
176 <dt>
133177 GVirConfigDomainDevice, struct in GVirConfigDomainDevice
134178 </dt>
135179 <dd></dd>
162206 </dt>
163207 <dd></dd>
164208 <dt>
209 GVirConfigDomainDiskStartupPolicy, enum in GVirConfigDomainDisk
210 </dt>
211 <dd></dd>
212 <dt>
165213 GVirConfigDomainDiskType, enum in GVirConfigDomainDisk
166214 </dt>
167215 <dd></dd>
378426 </dt>
379427 <dd></dd>
380428 <dt>
429 GVirConfigDomainTimerPit, struct in GVirConfigDomainTimerPit
430 </dt>
431 <dd></dd>
432 <dt>
433 GVirConfigDomainTimerPitClass, struct in GVirConfigDomainTimerPit
434 </dt>
435 <dd></dd>
436 <dt>
437 GVirConfigDomainTimerRtc, struct in GVirConfigDomainTimerRtc
438 </dt>
439 <dd></dd>
440 <dt>
441 GVirConfigDomainTimerRtcClass, struct in GVirConfigDomainTimerRtc
442 </dt>
443 <dd></dd>
444 <dt>
445 GVirConfigDomainTimerTickPolicy, enum in GVirConfigDomainTimer
446 </dt>
447 <dd></dd>
448 <dt>
381449 GVirConfigDomainVideo, struct in GVirConfigDomainVideo
382450 </dt>
383451 <dd></dd>
538606 </dt>
539607 <dd></dd>
540608 <dt>
609 gvir_config_domain_address_pci_new, function in GVirConfigDomainAddressPci
610 </dt>
611 <dd></dd>
612 <dt>
613 gvir_config_domain_address_pci_new_from_xml, function in GVirConfigDomainAddressPci
614 </dt>
615 <dd></dd>
616 <dt>
617 gvir_config_domain_address_pci_set_bus, function in GVirConfigDomainAddressPci
618 </dt>
619 <dd></dd>
620 <dt>
621 gvir_config_domain_address_pci_set_domain, function in GVirConfigDomainAddressPci
622 </dt>
623 <dd></dd>
624 <dt>
625 gvir_config_domain_address_pci_set_function, function in GVirConfigDomainAddressPci
626 </dt>
627 <dd></dd>
628 <dt>
629 gvir_config_domain_address_pci_set_multifunction, function in GVirConfigDomainAddressPci
630 </dt>
631 <dd></dd>
632 <dt>
633 gvir_config_domain_address_pci_set_slot, function in GVirConfigDomainAddressPci
634 </dt>
635 <dd></dd>
636 <dt>
637 gvir_config_domain_address_usb_new, function in GVirConfigDomainAddressUsb
638 </dt>
639 <dd></dd>
640 <dt>
641 gvir_config_domain_address_usb_new_from_xml, function in GVirConfigDomainAddressUsb
642 </dt>
643 <dd></dd>
644 <dt>
645 gvir_config_domain_address_usb_set_bus, function in GVirConfigDomainAddressUsb
646 </dt>
647 <dd></dd>
648 <dt>
649 gvir_config_domain_address_usb_set_port, function in GVirConfigDomainAddressUsb
650 </dt>
651 <dd></dd>
652 <dt>
541653 <a class="link" href="GVirConfigDomain.html#gvir-config-domain-add-device" title="gvir_config_domain_add_device ()">gvir_config_domain_add_device</a>, function in <a class="link" href="GVirConfigDomain.html" title="GVirConfigDomain">GVirConfigDomain</a>
542654 </dt>
543655 <dd></dd>
578690 </dt>
579691 <dd></dd>
580692 <dt>
693 gvir_config_domain_clock_add_timer, function in GVirConfigDomainClock
694 </dt>
695 <dd></dd>
696 <dt>
581697 gvir_config_domain_clock_new, function in GVirConfigDomainClock
582698 </dt>
583699 <dd></dd>
610726 </dt>
611727 <dd></dd>
612728 <dt>
729 gvir_config_domain_controller_get_index, function in GVirConfigDomainController
730 </dt>
731 <dd></dd>
732 <dt>
733 gvir_config_domain_controller_new_from_tree, function in libvirt-gconfig-domain-device-private
734 </dt>
735 <dd></dd>
736 <dt>
737 gvir_config_domain_controller_set_address, function in GVirConfigDomainController
738 </dt>
739 <dd></dd>
740 <dt>
741 gvir_config_domain_controller_set_index, function in GVirConfigDomainController
742 </dt>
743 <dd></dd>
744 <dt>
745 gvir_config_domain_controller_usb_new, function in GVirConfigDomainControllerUsb
746 </dt>
747 <dd></dd>
748 <dt>
749 gvir_config_domain_controller_usb_new_from_xml, function in GVirConfigDomainControllerUsb
750 </dt>
751 <dd></dd>
752 <dt>
753 gvir_config_domain_controller_usb_set_master, function in GVirConfigDomainControllerUsb
754 </dt>
755 <dd></dd>
756 <dt>
757 gvir_config_domain_controller_usb_set_model, function in GVirConfigDomainControllerUsb
758 </dt>
759 <dd></dd>
760 <dt>
613761 gvir_config_domain_device_new_from_tree, function in libvirt-gconfig-domain-device-private
614762 </dt>
615763 <dd></dd>
642790 </dt>
643791 <dd></dd>
644792 <dt>
793 gvir_config_domain_disk_get_startup_policy, function in GVirConfigDomainDisk
794 </dt>
795 <dd></dd>
796 <dt>
645797 gvir_config_domain_disk_get_target_bus, function in GVirConfigDomainDisk
646798 </dt>
647799 <dd></dd>
690842 </dt>
691843 <dd></dd>
692844 <dt>
845 gvir_config_domain_disk_set_startup_policy, function in GVirConfigDomainDisk
846 </dt>
847 <dd></dd>
848 <dt>
693849 gvir_config_domain_disk_set_target_bus, function in GVirConfigDomainDisk
694850 </dt>
695851 <dd></dd>
10021158 </dt>
10031159 <dd></dd>
10041160 <dt>
1161 gvir_config_domain_redirdev_set_address, function in GVirConfigDomainRedirdev
1162 </dt>
1163 <dd></dd>
1164 <dt>
10051165 gvir_config_domain_redirdev_set_bus, function in GVirConfigDomainRedirdev
10061166 </dt>
10071167 <dd></dd>
11101270 </dt>
11111271 <dd></dd>
11121272 <dt>
1113 gvir_config_domain_timer_new, function in GVirConfigDomainTimer
1114 </dt>
1115 <dd></dd>
1116 <dt>
1117 gvir_config_domain_timer_new_from_xml, function in GVirConfigDomainTimer
1273 gvir_config_domain_timer_get_tick_policy, function in GVirConfigDomainTimer
1274 </dt>
1275 <dd></dd>
1276 <dt>
1277 gvir_config_domain_timer_pit_new, function in GVirConfigDomainTimerPit
1278 </dt>
1279 <dd></dd>
1280 <dt>
1281 gvir_config_domain_timer_pit_new_from_xml, function in GVirConfigDomainTimerPit
1282 </dt>
1283 <dd></dd>
1284 <dt>
1285 gvir_config_domain_timer_rtc_new, function in GVirConfigDomainTimerRtc
1286 </dt>
1287 <dd></dd>
1288 <dt>
1289 gvir_config_domain_timer_rtc_new_from_xml, function in GVirConfigDomainTimerRtc
1290 </dt>
1291 <dd></dd>
1292 <dt>
1293 gvir_config_domain_timer_set_tick_policy, function in GVirConfigDomainTimer
11181294 </dt>
11191295 <dd></dd>
11201296 <dt>
2020 </tr></table>
2121 <div class="chapter">
2222 <div class="titlepage"><div><div><h2 class="title">
23 <a name="id454486"></a>Libvirt-gconfig</h2></div></div></div>
23 <a name="id517290"></a>Libvirt-gconfig</h2></div></div></div>
2424 <div class="toc"><dl>
2525 <dt>
2626 <span class="refentrytitle"><a href="GVirConfigObject.html">GVirConfigObject</a></span><span class="refpurpose"></span>
2525 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
2626 <a class="link" href="GVirConfigObject.html" title="GVirConfigObject">GVirConfigObject</a>
2727 <a class="link" href="GVirConfigCapabilities.html" title="GVirConfigCapabilities">GVirConfigCapabilities</a>
28 GVirConfigDomainAddress
29 GVirConfigDomainAddressPci
30 GVirConfigDomainAddressUsb
2831 GVirConfigDomainDevice
2932 GVirConfigDomainChardev
3033 GVirConfigDomainChannel
3235 GVirConfigDomainParallel
3336 GVirConfigDomainRedirdev
3437 GVirConfigDomainSerial
38 GVirConfigDomainController
39 GVirConfigDomainControllerUsb
3540 GVirConfigDomainDisk
3641 GVirConfigDomainFilesys
3742 GVirConfigDomainGraphics
5560 GVirConfigDomainSeclabel
5661 <a class="link" href="GVirConfigDomainSnapshot.html" title="GVirConfigDomainSnapshot">GVirConfigDomainSnapshot</a>
5762 GVirConfigDomainTimer
63 GVirConfigDomainTimerPit
64 GVirConfigDomainTimerRtc
5865 <a class="link" href="GVirConfigInterface.html" title="GVirConfigInterface">GVirConfigInterface</a>
5966 <a class="link" href="GVirConfigNetworkFilter.html" title="GVirConfigNetworkFilter">GVirConfigNetworkFilter</a>
6067 <a class="link" href="GVirConfigNetwork.html" title="GVirConfigNetwork">GVirConfigNetwork</a>
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
5454 CONFIG_HEADER = $(top_builddir)/config.h
5555 CONFIG_CLEAN_FILES =
5656 CONFIG_CLEAN_VPATH_FILES =
57 AM_V_GEN = $(am__v_GEN_$(V))
58 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
57 AM_V_GEN = $(am__v_GEN_@AM_V@)
58 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
5959 am__v_GEN_0 = @echo " GEN " $@;
60 AM_V_at = $(am__v_at_$(V))
61 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
60 AM_V_at = $(am__v_at_@AM_V@)
61 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
6262 am__v_at_0 = @
6363 SOURCES =
6464 DIST_SOURCES =
320320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322322 esac;
323 $(top_srcdir)/gtk-doc.make:
323324
324325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389390
390391 installcheck: installcheck-am
391392 install-strip:
392 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394 `test -z '$(STRIP)' || \
395 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
393 if test -z '$(STRIP)'; then \
394 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396 install; \
397 else \
398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
401 fi
396402 mostlyclean-generic:
397403
398404 clean-generic:
2020 </tr></table>
2121 <div class="chapter">
2222 <div class="titlepage"><div><div><h2 class="title">
23 <a name="id581769"></a>Libvirt-glib</h2></div></div></div>
23 <a name="id328328"></a>Libvirt-glib</h2></div></div></div>
2424 <div class="toc"><dl>
2525 <dt>
2626 <span class="refentrytitle"><a href="Libvirt-glib-libvirt-glib-main.html">libvirt-glib-main</a></span><span class="refpurpose"></span>
8686 gvir_domain_get_devices
8787 gvir_domain_get_id
8888 gvir_domain_get_info
89 gvir_domain_get_info_async
90 gvir_domain_get_info_finish
8991 gvir_domain_get_name
9092 gvir_domain_get_persistent
9193 gvir_domain_get_saved
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
5454 CONFIG_HEADER = $(top_builddir)/config.h
5555 CONFIG_CLEAN_FILES =
5656 CONFIG_CLEAN_VPATH_FILES =
57 AM_V_GEN = $(am__v_GEN_$(V))
58 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
57 AM_V_GEN = $(am__v_GEN_@AM_V@)
58 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
5959 am__v_GEN_0 = @echo " GEN " $@;
60 AM_V_at = $(am__v_at_$(V))
61 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
60 AM_V_at = $(am__v_at_@AM_V@)
61 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
6262 am__v_at_0 = @
6363 SOURCES =
6464 DIST_SOURCES =
320320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322322 esac;
323 $(top_srcdir)/gtk-doc.make:
323324
324325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389390
390391 installcheck: installcheck-am
391392 install-strip:
392 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394 `test -z '$(STRIP)' || \
395 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
393 if test -z '$(STRIP)'; then \
394 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396 install; \
397 else \
398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
401 fi
396402 mostlyclean-generic:
397403
398404 clean-generic:
6060 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
6161 <a class="link" href="GVirDomain.html#GVirDomainInfo"><span class="returnvalue">GVirDomainInfo</span></a> * <a class="link" href="GVirDomain.html#gvir-domain-get-info" title="gvir_domain_get_info ()">gvir_domain_get_info</a> (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
6262 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
63 <span class="returnvalue">void</span> <a class="link" href="GVirDomain.html#gvir-domain-get-info-async" title="gvir_domain_get_info_async ()">gvir_domain_get_info_async</a> (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
64 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
65 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
66 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
67 <a class="link" href="GVirDomain.html#GVirDomainInfo"><span class="returnvalue">GVirDomainInfo</span></a> * <a class="link" href="GVirDomain.html#gvir-domain-get-info-finish" title="gvir_domain_get_info_finish ()">gvir_domain_get_info_finish</a> (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
68 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
69 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
6370 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GVirDomain.html#gvir-domain-get-name" title="gvir_domain_get_name ()">gvir_domain_get_name</a> (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>);
6471 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GVirDomain.html#gvir-domain-get-persistent" title="gvir_domain_get_persistent ()">gvir_domain_get_persistent</a> (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>);
6572 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GVirDomain.html#gvir-domain-get-saved" title="gvir_domain_get_saved ()">gvir_domain_get_saved</a> (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>);
325332 </div>
326333 <hr>
327334 <div class="refsect2">
335 <a name="gvir-domain-get-info-async"></a><h3>gvir_domain_get_info_async ()</h3>
336 <pre class="programlisting"><span class="returnvalue">void</span> gvir_domain_get_info_async (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
337 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
338 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
339 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
340 <p>
341 Asynchronous variant of <a class="link" href="GVirDomain.html#gvir-domain-get-info" title="gvir_domain_get_info ()"><span class="type">gvir_domain_get_info</span></a>.
342 </p>
343 <div class="variablelist"><table border="0">
344 <col align="left" valign="top">
345 <tbody>
346 <tr>
347 <td><p><span class="term"><em class="parameter"><code>dom</code></em> :</span></p></td>
348 <td>the domain</td>
349 </tr>
350 <tr>
351 <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
352 <td>cancellation object. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
353 </td>
354 </tr>
355 <tr>
356 <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
357 <td>completion callback. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
358 </td>
359 </tr>
360 <tr>
361 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
362 <td>opaque data for callback. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span>
363 </td>
364 </tr>
365 </tbody>
366 </table></div>
367 </div>
368 <hr>
369 <div class="refsect2">
370 <a name="gvir-domain-get-info-finish"></a><h3>gvir_domain_get_info_finish ()</h3>
371 <pre class="programlisting"><a class="link" href="GVirDomain.html#GVirDomainInfo"><span class="returnvalue">GVirDomainInfo</span></a> * gvir_domain_get_info_finish (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
372 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
373 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
374 <p>
375 Finishes the operation started by <a class="link" href="GVirDomain.html#gvir-domain-get-info-async" title="gvir_domain_get_info_async ()"><span class="type">gvir_domain_get_info_async</span></a>.
376 </p>
377 <div class="variablelist"><table border="0">
378 <col align="left" valign="top">
379 <tbody>
380 <tr>
381 <td><p><span class="term"><em class="parameter"><code>dom</code></em> :</span></p></td>
382 <td>the domain</td>
383 </tr>
384 <tr>
385 <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
386 <td>async method result. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
387 </td>
388 </tr>
389 <tr>
390 <td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
391 <td>Place-holder for possible errors</td>
392 </tr>
393 <tr>
394 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
395 <td>the info. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
396 </td>
397 </tr>
398 </tbody>
399 </table></div>
400 </div>
401 <hr>
402 <div class="refsect2">
328403 <a name="gvir-domain-get-name"></a><h3>gvir_domain_get_name ()</h3>
329404 <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gvir_domain_get_name (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>);</pre>
330405 </div>
531606 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
532607 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
533608 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
609 <p>
610 Asynchronous variant of <a class="link" href="GVirDomain.html#gvir-domain-save" title="gvir_domain_save ()"><span class="type">gvir_domain_save</span></a>.
611 </p>
612 <div class="variablelist"><table border="0">
613 <col align="left" valign="top">
614 <tbody>
615 <tr>
616 <td><p><span class="term"><em class="parameter"><code>dom</code></em> :</span></p></td>
617 <td>the domain to save</td>
618 </tr>
619 <tr>
620 <td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
621 <td>extra flags, currently unused</td>
622 </tr>
623 <tr>
624 <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
625 <td>cancellation object. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
626 </td>
627 </tr>
628 <tr>
629 <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
630 <td>completion callback. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
631 </td>
632 </tr>
633 <tr>
634 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
635 <td>opaque data for callback. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span>
636 </td>
637 </tr>
638 </tbody>
639 </table></div>
534640 </div>
535641 <hr>
536642 <div class="refsect2">
538644 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gvir_domain_save_finish (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
539645 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
540646 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
647 <p>
648 Finishes the operation started by <a class="link" href="GVirDomain.html#gvir-domain-save-async" title="gvir_domain_save_async ()"><span class="type">gvir_domain_save_async</span></a>.
649 </p>
650 <div class="variablelist"><table border="0">
651 <col align="left" valign="top">
652 <tbody>
653 <tr>
654 <td><p><span class="term"><em class="parameter"><code>dom</code></em> :</span></p></td>
655 <td>the domain to save</td>
656 </tr>
657 <tr>
658 <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
659 <td>async method result. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
660 </td>
661 </tr>
662 <tr>
663 <td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
664 <td>Place-holder for possible errors</td>
665 </tr>
666 <tr>
667 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
668 <td>TRUE if domain was saved successfully, FALSE otherwise.</td>
669 </tr>
670 </tbody>
671 </table></div>
541672 </div>
542673 <hr>
543674 <div class="refsect2">
671802 <a name="gvir-domain-suspend"></a><h3>gvir_domain_suspend ()</h3>
672803 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gvir_domain_suspend (<em class="parameter"><code><a class="link" href="GVirDomain.html" title="GVirDomain"><span class="type">GVirDomain</span></a> *dom</code></em>,
673804 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
805 <p>
806 Suspends an active domain, the process is frozen without further access to
807 CPU resources and I/O but the memory used by the domain at the hypervisor
808 level will stay allocated. Use <a class="link" href="GVirDomain.html#gvir-domain-resume" title="gvir_domain_resume ()"><code class="function">gvir_domain_resume()</code></a> to reactivate the domain.
809 </p>
810 <div class="variablelist"><table border="0">
811 <col align="left" valign="top">
812 <tbody>
813 <tr>
814 <td><p><span class="term"><em class="parameter"><code>dom</code></em> :</span></p></td>
815 <td>the domain to suspend</td>
816 </tr>
817 <tr>
818 <td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
819 <td>Place-holder for possible errors</td>
820 </tr>
821 <tr>
822 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
823 <td>TRUE if domain was suspended successfully, FALSE otherwise.</td>
824 </tr>
825 </tbody>
826 </table></div>
674827 </div>
675828 </div>
676829 <div class="refsect1">
7878 <keyword type="function" name="gvir_domain_get_devices ()" link="GVirDomain.html#gvir-domain-get-devices"/>
7979 <keyword type="function" name="gvir_domain_get_id ()" link="GVirDomain.html#gvir-domain-get-id"/>
8080 <keyword type="function" name="gvir_domain_get_info ()" link="GVirDomain.html#gvir-domain-get-info"/>
81 <keyword type="function" name="gvir_domain_get_info_async ()" link="GVirDomain.html#gvir-domain-get-info-async"/>
82 <keyword type="function" name="gvir_domain_get_info_finish ()" link="GVirDomain.html#gvir-domain-get-info-finish"/>
8183 <keyword type="function" name="gvir_domain_get_name ()" link="GVirDomain.html#gvir-domain-get-name"/>
8284 <keyword type="function" name="gvir_domain_get_persistent ()" link="GVirDomain.html#gvir-domain-get-persistent"/>
8385 <keyword type="function" name="gvir_domain_get_saved ()" link="GVirDomain.html#gvir-domain-get-saved"/>
5050 <dd></dd>
5151 <a name="idxM"></a><h3 class="title">M</h3>
5252 <dt>
53 <a href="http://library.gnome.org/devel/glib/unstable/glib-Threads.html#g-mutex-free">g_mutex_free</a>, macro in libvirt-gobject-compat
54 </dt>
55 <dd></dd>
56 <dt>
57 <a href="http://library.gnome.org/devel/glib/unstable/glib-Threads.html#g-mutex-new">g_mutex_new</a>, macro in libvirt-gobject-compat
53 <a href="http://library.gnome.org/devel/glib/unstable/glib-Deprecated-Thread-APIs.html#g-mutex-free">g_mutex_free</a>, macro in libvirt-gobject-compat
54 </dt>
55 <dd></dd>
56 <dt>
57 <a href="http://library.gnome.org/devel/glib/unstable/glib-Deprecated-Thread-APIs.html#g-mutex-new">g_mutex_new</a>, macro in libvirt-gobject-compat
5858 </dt>
5959 <dd></dd>
6060 <a name="idxS"></a><h3 class="title">S</h3>
561561 <dd></dd>
562562 <dt>
563563 <a class="link" href="GVirDomain.html#gvir-domain-get-info" title="gvir_domain_get_info ()">gvir_domain_get_info</a>, function in <a class="link" href="GVirDomain.html" title="GVirDomain">GVirDomain</a>
564 </dt>
565 <dd></dd>
566 <dt>
567 <a class="link" href="GVirDomain.html#gvir-domain-get-info-async" title="gvir_domain_get_info_async ()">gvir_domain_get_info_async</a>, function in <a class="link" href="GVirDomain.html" title="GVirDomain">GVirDomain</a>
568 </dt>
569 <dd></dd>
570 <dt>
571 <a class="link" href="GVirDomain.html#gvir-domain-get-info-finish" title="gvir_domain_get_info_finish ()">gvir_domain_get_info_finish</a>, function in <a class="link" href="GVirDomain.html" title="GVirDomain">GVirDomain</a>
564572 </dt>
565573 <dd></dd>
566574 <dt>
2020 </tr></table>
2121 <div class="chapter">
2222 <div class="titlepage"><div><div><h2 class="title">
23 <a name="id514219"></a>Libvirt-gobject</h2></div></div></div>
23 <a name="id597469"></a>Libvirt-gobject</h2></div></div></div>
2424 <div class="toc"><dl>
2525 <dt>
2626 <span class="refentrytitle"><a href="GVirConnection.html">GVirConnection</a></span><span class="refpurpose"></span>
7676 <ANCHOR id="gvir-domain-get-devices" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-devices">
7777 <ANCHOR id="gvir-domain-get-id" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-id">
7878 <ANCHOR id="gvir-domain-get-info" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-info">
79 <ANCHOR id="gvir-domain-get-info-async" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-info-async">
80 <ANCHOR id="gvir-domain-get-info-finish" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-info-finish">
7981 <ANCHOR id="gvir-domain-get-name" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-name">
8082 <ANCHOR id="gvir-domain-get-persistent" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-persistent">
8183 <ANCHOR id="gvir-domain-get-saved" href="Libvirt-gobject/GVirDomain.html#gvir-domain-get-saved">
2424 conn-test.c
2525 conn_test_LDADD = \
2626 ../libvirt-gobject/libvirt-gobject-1.0.la \
27 ../libvirt-gconfig/libvirt-gconfig-1.0.la \
28 ../libvirt-glib/libvirt-glib-1.0.la \
2729 $(LIBVIRT_LIBS) \
2830 $(GLIB2_LIBS) \
2931 $(GOBJECT2_LIBS)
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
5454 conn_test_OBJECTS = $(am_conn_test_OBJECTS)
5555 am__DEPENDENCIES_1 =
5656 conn_test_DEPENDENCIES = ../libvirt-gobject/libvirt-gobject-1.0.la \
57 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
58 $(am__DEPENDENCIES_1)
59 AM_V_lt = $(am__v_lt_$(V))
60 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
57 ../libvirt-gconfig/libvirt-gconfig-1.0.la \
58 ../libvirt-glib/libvirt-glib-1.0.la $(am__DEPENDENCIES_1) \
59 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
60 AM_V_lt = $(am__v_lt_@AM_V@)
61 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
6162 am__v_lt_0 = --silent
6263 conn_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
6364 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(conn_test_CFLAGS) \
7980 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
8081 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
8182 $(AM_CFLAGS) $(CFLAGS)
82 AM_V_CC = $(am__v_CC_$(V))
83 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
83 AM_V_CC = $(am__v_CC_@AM_V@)
84 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
8485 am__v_CC_0 = @echo " CC " $@;
85 AM_V_at = $(am__v_at_$(V))
86 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
86 AM_V_at = $(am__v_at_@AM_V@)
87 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
8788 am__v_at_0 = @
8889 CCLD = $(CC)
8990 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
9091 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
9192 $(AM_LDFLAGS) $(LDFLAGS) -o $@
92 AM_V_CCLD = $(am__v_CCLD_$(V))
93 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
93 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
94 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
9495 am__v_CCLD_0 = @echo " CCLD " $@;
95 AM_V_GEN = $(am__v_GEN_$(V))
96 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
96 AM_V_GEN = $(am__v_GEN_@AM_V@)
97 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
9798 am__v_GEN_0 = @echo " GEN " $@;
9899 SOURCES = $(conn_test_SOURCES) $(event_test_SOURCES)
99100 DIST_SOURCES = $(conn_test_SOURCES) $(event_test_SOURCES)
289290
290291 conn_test_LDADD = \
291292 ../libvirt-gobject/libvirt-gobject-1.0.la \
293 ../libvirt-gconfig/libvirt-gconfig-1.0.la \
294 ../libvirt-glib/libvirt-glib-1.0.la \
292295 $(LIBVIRT_LIBS) \
293296 $(GLIB2_LIBS) \
294297 $(GOBJECT2_LIBS)
336339 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
337340 echo " rm -f" $$list; \
338341 rm -f $$list
339 conn-test$(EXEEXT): $(conn_test_OBJECTS) $(conn_test_DEPENDENCIES)
342 conn-test$(EXEEXT): $(conn_test_OBJECTS) $(conn_test_DEPENDENCIES) $(EXTRA_conn_test_DEPENDENCIES)
340343 @rm -f conn-test$(EXEEXT)
341344 $(AM_V_CCLD)$(conn_test_LINK) $(conn_test_OBJECTS) $(conn_test_LDADD) $(LIBS)
342 event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES)
345 event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES) $(EXTRA_event_test_DEPENDENCIES)
343346 @rm -f event-test$(EXEEXT)
344347 $(AM_V_CCLD)$(event_test_LINK) $(event_test_OBJECTS) $(event_test_LDADD) $(LIBS)
345348
355358 .c.o:
356359 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357360 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360362 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
363 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
362364
363365 .c.obj:
364366 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
365367 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368369 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
370 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
370371
371372 .c.lo:
372373 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
373374 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
374 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
376376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
377 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
378378
379379 conn_test-conn-test.o: conn-test.c
380380 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conn_test_CFLAGS) $(CFLAGS) -MT conn_test-conn-test.o -MD -MP -MF $(DEPDIR)/conn_test-conn-test.Tpo -c -o conn_test-conn-test.o `test -f 'conn-test.c' || echo '$(srcdir)/'`conn-test.c
381381 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/conn_test-conn-test.Tpo $(DEPDIR)/conn_test-conn-test.Po
382 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='conn-test.c' object='conn_test-conn-test.o' libtool=no @AMDEPBACKSLASH@
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conn-test.c' object='conn_test-conn-test.o' libtool=no @AMDEPBACKSLASH@
384383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conn_test_CFLAGS) $(CFLAGS) -c -o conn_test-conn-test.o `test -f 'conn-test.c' || echo '$(srcdir)/'`conn-test.c
384 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conn_test_CFLAGS) $(CFLAGS) -c -o conn_test-conn-test.o `test -f 'conn-test.c' || echo '$(srcdir)/'`conn-test.c
386385
387386 conn_test-conn-test.obj: conn-test.c
388387 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conn_test_CFLAGS) $(CFLAGS) -MT conn_test-conn-test.obj -MD -MP -MF $(DEPDIR)/conn_test-conn-test.Tpo -c -o conn_test-conn-test.obj `if test -f 'conn-test.c'; then $(CYGPATH_W) 'conn-test.c'; else $(CYGPATH_W) '$(srcdir)/conn-test.c'; fi`
389388 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/conn_test-conn-test.Tpo $(DEPDIR)/conn_test-conn-test.Po
390 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='conn-test.c' object='conn_test-conn-test.obj' libtool=no @AMDEPBACKSLASH@
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conn-test.c' object='conn_test-conn-test.obj' libtool=no @AMDEPBACKSLASH@
392390 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conn_test_CFLAGS) $(CFLAGS) -c -o conn_test-conn-test.obj `if test -f 'conn-test.c'; then $(CYGPATH_W) 'conn-test.c'; else $(CYGPATH_W) '$(srcdir)/conn-test.c'; fi`
391 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conn_test_CFLAGS) $(CFLAGS) -c -o conn_test-conn-test.obj `if test -f 'conn-test.c'; then $(CYGPATH_W) 'conn-test.c'; else $(CYGPATH_W) '$(srcdir)/conn-test.c'; fi`
394392
395393 event_test-event-test.o: event-test.c
396394 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -MT event_test-event-test.o -MD -MP -MF $(DEPDIR)/event_test-event-test.Tpo -c -o event_test-event-test.o `test -f 'event-test.c' || echo '$(srcdir)/'`event-test.c
397395 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/event_test-event-test.Tpo $(DEPDIR)/event_test-event-test.Po
398 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='event-test.c' object='event_test-event-test.o' libtool=no @AMDEPBACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='event-test.c' object='event_test-event-test.o' libtool=no @AMDEPBACKSLASH@
400397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -c -o event_test-event-test.o `test -f 'event-test.c' || echo '$(srcdir)/'`event-test.c
398 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -c -o event_test-event-test.o `test -f 'event-test.c' || echo '$(srcdir)/'`event-test.c
402399
403400 event_test-event-test.obj: event-test.c
404401 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -MT event_test-event-test.obj -MD -MP -MF $(DEPDIR)/event_test-event-test.Tpo -c -o event_test-event-test.obj `if test -f 'event-test.c'; then $(CYGPATH_W) 'event-test.c'; else $(CYGPATH_W) '$(srcdir)/event-test.c'; fi`
405402 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/event_test-event-test.Tpo $(DEPDIR)/event_test-event-test.Po
406 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='event-test.c' object='event_test-event-test.obj' libtool=no @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='event-test.c' object='event_test-event-test.obj' libtool=no @AMDEPBACKSLASH@
408404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -c -o event_test-event-test.obj `if test -f 'event-test.c'; then $(CYGPATH_W) 'event-test.c'; else $(CYGPATH_W) '$(srcdir)/event-test.c'; fi`
405 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -c -o event_test-event-test.obj `if test -f 'event-test.c'; then $(CYGPATH_W) 'event-test.c'; else $(CYGPATH_W) '$(srcdir)/event-test.c'; fi`
410406
411407 mostlyclean-libtool:
412408 -rm -f *.lo
510506
511507 installcheck: installcheck-am
512508 install-strip:
513 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515 `test -z '$(STRIP)' || \
516 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
509 if test -z '$(STRIP)'; then \
510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512 install; \
513 else \
514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
517 fi
517518 mostlyclean-generic:
518519
519520 clean-generic:
1212 libvirt-gconfig-object.h \
1313 libvirt-gconfig-capabilities.h \
1414 libvirt-gconfig-domain.h \
15 libvirt-gconfig-domain-address.h \
16 libvirt-gconfig-domain-address-pci.h \
17 libvirt-gconfig-domain-address-usb.h \
1518 libvirt-gconfig-domain-channel.h \
1619 libvirt-gconfig-domain-chardev.h \
1720 libvirt-gconfig-domain-chardev-source.h \
1922 libvirt-gconfig-domain-chardev-source-spicevmc.h \
2023 libvirt-gconfig-domain-clock.h \
2124 libvirt-gconfig-domain-console.h \
25 libvirt-gconfig-domain-controller.h \
26 libvirt-gconfig-domain-controller-usb.h \
2227 libvirt-gconfig-domain-device.h \
2328 libvirt-gconfig-domain-disk.h \
2429 libvirt-gconfig-domain-filesys.h \
4045 libvirt-gconfig-domain-snapshot.h \
4146 libvirt-gconfig-domain-sound.h \
4247 libvirt-gconfig-domain-timer.h \
48 libvirt-gconfig-domain-timer-pit.h \
49 libvirt-gconfig-domain-timer-rtc.h \
4350 libvirt-gconfig-domain-video.h \
4451 libvirt-gconfig-helpers.h \
4552 libvirt-gconfig-interface.h \
6572 libvirt-gconfig-main.c \
6673 libvirt-gconfig-capabilities.c \
6774 libvirt-gconfig-domain.c \
75 libvirt-gconfig-domain-address.c \
76 libvirt-gconfig-domain-address-pci.c \
77 libvirt-gconfig-domain-address-usb.c \
6878 libvirt-gconfig-domain-channel.c \
6979 libvirt-gconfig-domain-chardev.c \
7080 libvirt-gconfig-domain-chardev-source.c \
7282 libvirt-gconfig-domain-chardev-source-spicevmc.c \
7383 libvirt-gconfig-domain-clock.c \
7484 libvirt-gconfig-domain-console.c \
85 libvirt-gconfig-domain-controller.c \
86 libvirt-gconfig-domain-controller-usb.c \
7587 libvirt-gconfig-domain-device.c \
7688 libvirt-gconfig-domain-disk.c \
7789 libvirt-gconfig-domain-filesys.c \
93105 libvirt-gconfig-domain-snapshot.c \
94106 libvirt-gconfig-domain-sound.c \
95107 libvirt-gconfig-domain-timer.c \
108 libvirt-gconfig-domain-timer-pit.c \
109 libvirt-gconfig-domain-timer-rtc.c \
96110 libvirt-gconfig-domain-video.c \
97111 libvirt-gconfig-helpers.c \
98112 libvirt-gconfig-interface.c \
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
7373 am__base_list = \
7474 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7575 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76 am__uninstall_files_from_dir = { \
77 test -z "$$files" \
78 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
79 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
80 $(am__cd) "$$dir" && rm -f $$files; }; \
81 }
7682 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
7783 "$(DESTDIR)$(typelibsdir)" \
7884 "$(DESTDIR)$(libvirt_gconfig_1_0_ladir)" \
8591 libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo \
8692 libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo \
8793 libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo \
94 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo \
95 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo \
96 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo \
8897 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo \
8998 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo \
9099 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo \
92101 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo \
93102 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo \
94103 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo \
104 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo \
105 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo \
95106 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo \
96107 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo \
97108 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo \
113124 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo \
114125 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo \
115126 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo \
127 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo \
128 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo \
116129 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo \
117130 libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo \
118131 libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo \
133146 libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo
134147 libvirt_gconfig_1_0_la_OBJECTS = $(am_libvirt_gconfig_1_0_la_OBJECTS) \
135148 $(nodist_libvirt_gconfig_1_0_la_OBJECTS)
136 AM_V_lt = $(am__v_lt_$(V))
137 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
149 AM_V_lt = $(am__v_lt_@AM_V@)
150 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138151 am__v_lt_0 = --silent
139152 libvirt_gconfig_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
140153 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
150163 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
151164 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
152165 $(AM_CFLAGS) $(CFLAGS)
153 AM_V_CC = $(am__v_CC_$(V))
154 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
166 AM_V_CC = $(am__v_CC_@AM_V@)
167 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155168 am__v_CC_0 = @echo " CC " $@;
156 AM_V_at = $(am__v_at_$(V))
157 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
169 AM_V_at = $(am__v_at_@AM_V@)
170 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158171 am__v_at_0 = @
159172 CCLD = $(CC)
160173 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161174 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
162175 $(AM_LDFLAGS) $(LDFLAGS) -o $@
163 AM_V_CCLD = $(am__v_CCLD_$(V))
164 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
176 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
165178 am__v_CCLD_0 = @echo " CCLD " $@;
166 AM_V_GEN = $(am__v_GEN_$(V))
167 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
179 AM_V_GEN = $(am__v_GEN_@AM_V@)
180 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
168181 am__v_GEN_0 = @echo " GEN " $@;
169182 SOURCES = $(libvirt_gconfig_1_0_la_SOURCES) \
170183 $(nodist_libvirt_gconfig_1_0_la_SOURCES)
388401 libvirt-gconfig-object.h \
389402 libvirt-gconfig-capabilities.h \
390403 libvirt-gconfig-domain.h \
404 libvirt-gconfig-domain-address.h \
405 libvirt-gconfig-domain-address-pci.h \
406 libvirt-gconfig-domain-address-usb.h \
391407 libvirt-gconfig-domain-channel.h \
392408 libvirt-gconfig-domain-chardev.h \
393409 libvirt-gconfig-domain-chardev-source.h \
395411 libvirt-gconfig-domain-chardev-source-spicevmc.h \
396412 libvirt-gconfig-domain-clock.h \
397413 libvirt-gconfig-domain-console.h \
414 libvirt-gconfig-domain-controller.h \
415 libvirt-gconfig-domain-controller-usb.h \
398416 libvirt-gconfig-domain-device.h \
399417 libvirt-gconfig-domain-disk.h \
400418 libvirt-gconfig-domain-filesys.h \
416434 libvirt-gconfig-domain-snapshot.h \
417435 libvirt-gconfig-domain-sound.h \
418436 libvirt-gconfig-domain-timer.h \
437 libvirt-gconfig-domain-timer-pit.h \
438 libvirt-gconfig-domain-timer-rtc.h \
419439 libvirt-gconfig-domain-video.h \
420440 libvirt-gconfig-helpers.h \
421441 libvirt-gconfig-interface.h \
443463 libvirt-gconfig-main.c \
444464 libvirt-gconfig-capabilities.c \
445465 libvirt-gconfig-domain.c \
466 libvirt-gconfig-domain-address.c \
467 libvirt-gconfig-domain-address-pci.c \
468 libvirt-gconfig-domain-address-usb.c \
446469 libvirt-gconfig-domain-channel.c \
447470 libvirt-gconfig-domain-chardev.c \
448471 libvirt-gconfig-domain-chardev-source.c \
450473 libvirt-gconfig-domain-chardev-source-spicevmc.c \
451474 libvirt-gconfig-domain-clock.c \
452475 libvirt-gconfig-domain-console.c \
476 libvirt-gconfig-domain-controller.c \
477 libvirt-gconfig-domain-controller-usb.c \
453478 libvirt-gconfig-domain-device.c \
454479 libvirt-gconfig-domain-disk.c \
455480 libvirt-gconfig-domain-filesys.c \
471496 libvirt-gconfig-domain-snapshot.c \
472497 libvirt-gconfig-domain-sound.c \
473498 libvirt-gconfig-domain-timer.c \
499 libvirt-gconfig-domain-timer-pit.c \
500 libvirt-gconfig-domain-timer-rtc.c \
474501 libvirt-gconfig-domain-video.c \
475502 libvirt-gconfig-helpers.c \
476503 libvirt-gconfig-interface.c \
600627 echo "rm -f \"$${dir}/so_locations\""; \
601628 rm -f "$${dir}/so_locations"; \
602629 done
603 libvirt-gconfig-1.0.la: $(libvirt_gconfig_1_0_la_OBJECTS) $(libvirt_gconfig_1_0_la_DEPENDENCIES)
630 libvirt-gconfig-1.0.la: $(libvirt_gconfig_1_0_la_OBJECTS) $(libvirt_gconfig_1_0_la_DEPENDENCIES) $(EXTRA_libvirt_gconfig_1_0_la_DEPENDENCIES)
604631 $(AM_V_CCLD)$(libvirt_gconfig_1_0_la_LINK) -rpath $(libdir) $(libvirt_gconfig_1_0_la_OBJECTS) $(libvirt_gconfig_1_0_la_LIBADD) $(LIBS)
605632
606633 mostlyclean-compile:
610637 -rm -f *.tab.c
611638
612639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo@am__quote@
613643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo@am__quote@
614644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo@am__quote@
615645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo@am__quote@
617647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo@am__quote@
618648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo@am__quote@
619649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo@am__quote@
620652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo@am__quote@
621653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo@am__quote@
622654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo@am__quote@
637669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo@am__quote@
638670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo@am__quote@
639671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo@am__quote@
640674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo@am__quote@
641675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo@am__quote@
642676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo@am__quote@
661695 .c.o:
662696 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
663697 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
664 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
699 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
668701
669702 .c.obj:
670703 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
671704 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
672 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
676708
677709 .c.lo:
678710 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
679711 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
680 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
683 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
712 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
684715
685716 libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo: libvirt-gconfig-object.c
686717 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo `test -f 'libvirt-gconfig-object.c' || echo '$(srcdir)/'`libvirt-gconfig-object.c
687718 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Plo
688 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-object.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo' libtool=yes @AMDEPBACKSLASH@
690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo `test -f 'libvirt-gconfig-object.c' || echo '$(srcdir)/'`libvirt-gconfig-object.c
719 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-object.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo' libtool=yes @AMDEPBACKSLASH@
720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo `test -f 'libvirt-gconfig-object.c' || echo '$(srcdir)/'`libvirt-gconfig-object.c
692722
693723 libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo: libvirt-gconfig-main.c
694724 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo `test -f 'libvirt-gconfig-main.c' || echo '$(srcdir)/'`libvirt-gconfig-main.c
695725 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Plo
696 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-main.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo' libtool=yes @AMDEPBACKSLASH@
698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
699 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo `test -f 'libvirt-gconfig-main.c' || echo '$(srcdir)/'`libvirt-gconfig-main.c
726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-main.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo' libtool=yes @AMDEPBACKSLASH@
727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo `test -f 'libvirt-gconfig-main.c' || echo '$(srcdir)/'`libvirt-gconfig-main.c
700729
701730 libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo: libvirt-gconfig-capabilities.c
702731 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo `test -f 'libvirt-gconfig-capabilities.c' || echo '$(srcdir)/'`libvirt-gconfig-capabilities.c
703732 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo
704 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-capabilities.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo' libtool=yes @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo `test -f 'libvirt-gconfig-capabilities.c' || echo '$(srcdir)/'`libvirt-gconfig-capabilities.c
733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-capabilities.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo' libtool=yes @AMDEPBACKSLASH@
734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo `test -f 'libvirt-gconfig-capabilities.c' || echo '$(srcdir)/'`libvirt-gconfig-capabilities.c
708736
709737 libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo: libvirt-gconfig-domain.c
710738 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo `test -f 'libvirt-gconfig-domain.c' || echo '$(srcdir)/'`libvirt-gconfig-domain.c
711739 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo
712 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo' libtool=yes @AMDEPBACKSLASH@
714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo `test -f 'libvirt-gconfig-domain.c' || echo '$(srcdir)/'`libvirt-gconfig-domain.c
740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo' libtool=yes @AMDEPBACKSLASH@
741 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo `test -f 'libvirt-gconfig-domain.c' || echo '$(srcdir)/'`libvirt-gconfig-domain.c
743
744 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo: libvirt-gconfig-domain-address.c
745 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo `test -f 'libvirt-gconfig-domain-address.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address.c
746 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo
747 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-address.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo' libtool=yes @AMDEPBACKSLASH@
748 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo `test -f 'libvirt-gconfig-domain-address.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address.c
750
751 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo: libvirt-gconfig-domain-address-pci.c
752 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo `test -f 'libvirt-gconfig-domain-address-pci.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address-pci.c
753 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo
754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-address-pci.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo' libtool=yes @AMDEPBACKSLASH@
755 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo `test -f 'libvirt-gconfig-domain-address-pci.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address-pci.c
757
758 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo: libvirt-gconfig-domain-address-usb.c
759 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo `test -f 'libvirt-gconfig-domain-address-usb.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address-usb.c
760 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo
761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-address-usb.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo' libtool=yes @AMDEPBACKSLASH@
762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo `test -f 'libvirt-gconfig-domain-address-usb.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address-usb.c
716764
717765 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo: libvirt-gconfig-domain-channel.c
718766 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo `test -f 'libvirt-gconfig-domain-channel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-channel.c
719767 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo
720 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
721 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-channel.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo' libtool=yes @AMDEPBACKSLASH@
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo `test -f 'libvirt-gconfig-domain-channel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-channel.c
768 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-channel.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo' libtool=yes @AMDEPBACKSLASH@
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo `test -f 'libvirt-gconfig-domain-channel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-channel.c
724771
725772 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo: libvirt-gconfig-domain-chardev.c
726773 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo `test -f 'libvirt-gconfig-domain-chardev.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev.c
727774 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo
728 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-chardev.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo' libtool=yes @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo `test -f 'libvirt-gconfig-domain-chardev.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev.c
775 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-chardev.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo' libtool=yes @AMDEPBACKSLASH@
776 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo `test -f 'libvirt-gconfig-domain-chardev.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev.c
732778
733779 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo: libvirt-gconfig-domain-chardev-source.c
734780 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo `test -f 'libvirt-gconfig-domain-chardev-source.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source.c
735781 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Plo
736 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-chardev-source.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo' libtool=yes @AMDEPBACKSLASH@
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo `test -f 'libvirt-gconfig-domain-chardev-source.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source.c
782 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-chardev-source.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo' libtool=yes @AMDEPBACKSLASH@
783 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo `test -f 'libvirt-gconfig-domain-chardev-source.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source.c
740785
741786 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo: libvirt-gconfig-domain-chardev-source-pty.c
742787 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo `test -f 'libvirt-gconfig-domain-chardev-source-pty.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source-pty.c
743788 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo
744 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-chardev-source-pty.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo' libtool=yes @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo `test -f 'libvirt-gconfig-domain-chardev-source-pty.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source-pty.c
789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-chardev-source-pty.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo' libtool=yes @AMDEPBACKSLASH@
790 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo `test -f 'libvirt-gconfig-domain-chardev-source-pty.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source-pty.c
748792
749793 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo: libvirt-gconfig-domain-chardev-source-spicevmc.c
750794 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo `test -f 'libvirt-gconfig-domain-chardev-source-spicevmc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source-spicevmc.c
751795 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo
752 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-chardev-source-spicevmc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo' libtool=yes @AMDEPBACKSLASH@
754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
755 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo `test -f 'libvirt-gconfig-domain-chardev-source-spicevmc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source-spicevmc.c
796 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-chardev-source-spicevmc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo' libtool=yes @AMDEPBACKSLASH@
797 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo `test -f 'libvirt-gconfig-domain-chardev-source-spicevmc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-chardev-source-spicevmc.c
756799
757800 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo: libvirt-gconfig-domain-clock.c
758801 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo `test -f 'libvirt-gconfig-domain-clock.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-clock.c
759802 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo
760 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-clock.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo' libtool=yes @AMDEPBACKSLASH@
762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo `test -f 'libvirt-gconfig-domain-clock.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-clock.c
803 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-clock.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo' libtool=yes @AMDEPBACKSLASH@
804 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo `test -f 'libvirt-gconfig-domain-clock.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-clock.c
764806
765807 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo: libvirt-gconfig-domain-console.c
766808 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo `test -f 'libvirt-gconfig-domain-console.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-console.c
767809 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo
768 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-console.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo' libtool=yes @AMDEPBACKSLASH@
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo `test -f 'libvirt-gconfig-domain-console.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-console.c
810 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-console.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo' libtool=yes @AMDEPBACKSLASH@
811 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo `test -f 'libvirt-gconfig-domain-console.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-console.c
813
814 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo: libvirt-gconfig-domain-controller.c
815 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo `test -f 'libvirt-gconfig-domain-controller.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-controller.c
816 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-controller.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo' libtool=yes @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo `test -f 'libvirt-gconfig-domain-controller.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-controller.c
820
821 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo: libvirt-gconfig-domain-controller-usb.c
822 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo `test -f 'libvirt-gconfig-domain-controller-usb.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-controller-usb.c
823 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo
824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-controller-usb.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo' libtool=yes @AMDEPBACKSLASH@
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo `test -f 'libvirt-gconfig-domain-controller-usb.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-controller-usb.c
772827
773828 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo: libvirt-gconfig-domain-device.c
774829 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo `test -f 'libvirt-gconfig-domain-device.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-device.c
775830 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo
776 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-device.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo' libtool=yes @AMDEPBACKSLASH@
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo `test -f 'libvirt-gconfig-domain-device.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-device.c
831 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-device.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo' libtool=yes @AMDEPBACKSLASH@
832 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo `test -f 'libvirt-gconfig-domain-device.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-device.c
780834
781835 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo: libvirt-gconfig-domain-disk.c
782836 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo `test -f 'libvirt-gconfig-domain-disk.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-disk.c
783837 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo
784 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-disk.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo' libtool=yes @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo `test -f 'libvirt-gconfig-domain-disk.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-disk.c
838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-disk.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo' libtool=yes @AMDEPBACKSLASH@
839 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo `test -f 'libvirt-gconfig-domain-disk.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-disk.c
788841
789842 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo: libvirt-gconfig-domain-filesys.c
790843 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo `test -f 'libvirt-gconfig-domain-filesys.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-filesys.c
791844 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo
792 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-filesys.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo' libtool=yes @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo `test -f 'libvirt-gconfig-domain-filesys.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-filesys.c
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-filesys.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo' libtool=yes @AMDEPBACKSLASH@
846 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo `test -f 'libvirt-gconfig-domain-filesys.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-filesys.c
796848
797849 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo: libvirt-gconfig-domain-graphics.c
798850 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo `test -f 'libvirt-gconfig-domain-graphics.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics.c
799851 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Plo
800 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-graphics.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo' libtool=yes @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo `test -f 'libvirt-gconfig-domain-graphics.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics.c
852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-graphics.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo' libtool=yes @AMDEPBACKSLASH@
853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
854 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo `test -f 'libvirt-gconfig-domain-graphics.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics.c
804855
805856 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo: libvirt-gconfig-domain-graphics-sdl.c
806857 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo `test -f 'libvirt-gconfig-domain-graphics-sdl.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-sdl.c
807858 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Plo
808 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-graphics-sdl.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo' libtool=yes @AMDEPBACKSLASH@
810 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
811 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo `test -f 'libvirt-gconfig-domain-graphics-sdl.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-sdl.c
859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-graphics-sdl.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo' libtool=yes @AMDEPBACKSLASH@
860 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
861 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo `test -f 'libvirt-gconfig-domain-graphics-sdl.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-sdl.c
812862
813863 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo: libvirt-gconfig-domain-graphics-spice.c
814864 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo `test -f 'libvirt-gconfig-domain-graphics-spice.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-spice.c
815865 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Plo
816 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-graphics-spice.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo' libtool=yes @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo `test -f 'libvirt-gconfig-domain-graphics-spice.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-spice.c
866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-graphics-spice.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo' libtool=yes @AMDEPBACKSLASH@
867 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo `test -f 'libvirt-gconfig-domain-graphics-spice.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-spice.c
820869
821870 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo: libvirt-gconfig-domain-graphics-vnc.c
822871 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo `test -f 'libvirt-gconfig-domain-graphics-vnc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-vnc.c
823872 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Plo
824 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-graphics-vnc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo' libtool=yes @AMDEPBACKSLASH@
826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo `test -f 'libvirt-gconfig-domain-graphics-vnc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-vnc.c
873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-graphics-vnc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo' libtool=yes @AMDEPBACKSLASH@
874 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
875 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo `test -f 'libvirt-gconfig-domain-graphics-vnc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-graphics-vnc.c
828876
829877 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo: libvirt-gconfig-domain-input.c
830878 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo `test -f 'libvirt-gconfig-domain-input.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-input.c
831879 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Plo
832 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-input.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo' libtool=yes @AMDEPBACKSLASH@
834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo `test -f 'libvirt-gconfig-domain-input.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-input.c
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-input.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo' libtool=yes @AMDEPBACKSLASH@
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo `test -f 'libvirt-gconfig-domain-input.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-input.c
836883
837884 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo: libvirt-gconfig-domain-interface.c
838885 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo `test -f 'libvirt-gconfig-domain-interface.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface.c
839886 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Plo
840 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-interface.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo' libtool=yes @AMDEPBACKSLASH@
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo `test -f 'libvirt-gconfig-domain-interface.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface.c
887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-interface.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo' libtool=yes @AMDEPBACKSLASH@
888 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
889 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo `test -f 'libvirt-gconfig-domain-interface.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface.c
844890
845891 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo: libvirt-gconfig-domain-interface-bridge.c
846892 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo `test -f 'libvirt-gconfig-domain-interface-bridge.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-bridge.c
847893 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Plo
848 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-interface-bridge.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo' libtool=yes @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo `test -f 'libvirt-gconfig-domain-interface-bridge.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-bridge.c
894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-interface-bridge.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo' libtool=yes @AMDEPBACKSLASH@
895 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
896 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo `test -f 'libvirt-gconfig-domain-interface-bridge.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-bridge.c
852897
853898 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo: libvirt-gconfig-domain-interface-network.c
854899 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo `test -f 'libvirt-gconfig-domain-interface-network.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-network.c
855900 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Plo
856 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-interface-network.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo' libtool=yes @AMDEPBACKSLASH@
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
859 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo `test -f 'libvirt-gconfig-domain-interface-network.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-network.c
901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-interface-network.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo' libtool=yes @AMDEPBACKSLASH@
902 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
903 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo `test -f 'libvirt-gconfig-domain-interface-network.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-network.c
860904
861905 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo: libvirt-gconfig-domain-interface-user.c
862906 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo `test -f 'libvirt-gconfig-domain-interface-user.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-user.c
863907 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Plo
864 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-interface-user.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo' libtool=yes @AMDEPBACKSLASH@
866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo `test -f 'libvirt-gconfig-domain-interface-user.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-user.c
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-interface-user.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo' libtool=yes @AMDEPBACKSLASH@
909 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
910 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo `test -f 'libvirt-gconfig-domain-interface-user.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-interface-user.c
868911
869912 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo: libvirt-gconfig-domain-memballoon.c
870913 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo `test -f 'libvirt-gconfig-domain-memballoon.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-memballoon.c
871914 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Plo
872 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-memballoon.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo' libtool=yes @AMDEPBACKSLASH@
874 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
875 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo `test -f 'libvirt-gconfig-domain-memballoon.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-memballoon.c
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-memballoon.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo' libtool=yes @AMDEPBACKSLASH@
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
917 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo `test -f 'libvirt-gconfig-domain-memballoon.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-memballoon.c
876918
877919 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo: libvirt-gconfig-domain-os.c
878920 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo `test -f 'libvirt-gconfig-domain-os.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-os.c
879921 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Plo
880 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-os.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo' libtool=yes @AMDEPBACKSLASH@
882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo `test -f 'libvirt-gconfig-domain-os.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-os.c
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-os.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo' libtool=yes @AMDEPBACKSLASH@
923 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
924 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo `test -f 'libvirt-gconfig-domain-os.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-os.c
884925
885926 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo: libvirt-gconfig-domain-parallel.c
886927 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo `test -f 'libvirt-gconfig-domain-parallel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-parallel.c
887928 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Plo
888 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-parallel.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo' libtool=yes @AMDEPBACKSLASH@
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo `test -f 'libvirt-gconfig-domain-parallel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-parallel.c
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-parallel.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo' libtool=yes @AMDEPBACKSLASH@
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
931 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo `test -f 'libvirt-gconfig-domain-parallel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-parallel.c
892932
893933 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo: libvirt-gconfig-domain-redirdev.c
894934 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo `test -f 'libvirt-gconfig-domain-redirdev.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-redirdev.c
895935 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Plo
896 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-redirdev.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo' libtool=yes @AMDEPBACKSLASH@
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
899 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo `test -f 'libvirt-gconfig-domain-redirdev.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-redirdev.c
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-redirdev.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo' libtool=yes @AMDEPBACKSLASH@
937 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
938 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo `test -f 'libvirt-gconfig-domain-redirdev.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-redirdev.c
900939
901940 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo: libvirt-gconfig-domain-seclabel.c
902941 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo `test -f 'libvirt-gconfig-domain-seclabel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-seclabel.c
903942 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Plo
904 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
905 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-seclabel.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo' libtool=yes @AMDEPBACKSLASH@
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo `test -f 'libvirt-gconfig-domain-seclabel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-seclabel.c
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-seclabel.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo' libtool=yes @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo `test -f 'libvirt-gconfig-domain-seclabel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-seclabel.c
908946
909947 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo: libvirt-gconfig-domain-serial.c
910948 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo `test -f 'libvirt-gconfig-domain-serial.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-serial.c
911949 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo
912 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-serial.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo' libtool=yes @AMDEPBACKSLASH@
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
915 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo `test -f 'libvirt-gconfig-domain-serial.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-serial.c
950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-serial.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo' libtool=yes @AMDEPBACKSLASH@
951 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
952 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo `test -f 'libvirt-gconfig-domain-serial.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-serial.c
916953
917954 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo: libvirt-gconfig-domain-snapshot.c
918955 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo `test -f 'libvirt-gconfig-domain-snapshot.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-snapshot.c
919956 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo
920 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-snapshot.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo' libtool=yes @AMDEPBACKSLASH@
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
923 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo `test -f 'libvirt-gconfig-domain-snapshot.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-snapshot.c
957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-snapshot.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo' libtool=yes @AMDEPBACKSLASH@
958 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
959 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo `test -f 'libvirt-gconfig-domain-snapshot.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-snapshot.c
924960
925961 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo: libvirt-gconfig-domain-sound.c
926962 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo `test -f 'libvirt-gconfig-domain-sound.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-sound.c
927963 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo
928 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-sound.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo' libtool=yes @AMDEPBACKSLASH@
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
931 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo `test -f 'libvirt-gconfig-domain-sound.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-sound.c
964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-sound.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo' libtool=yes @AMDEPBACKSLASH@
965 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
966 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo `test -f 'libvirt-gconfig-domain-sound.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-sound.c
932967
933968 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo: libvirt-gconfig-domain-timer.c
934969 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo `test -f 'libvirt-gconfig-domain-timer.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer.c
935970 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo
936 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
937 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-timer.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo' libtool=yes @AMDEPBACKSLASH@
938 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
939 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo `test -f 'libvirt-gconfig-domain-timer.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer.c
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-timer.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo' libtool=yes @AMDEPBACKSLASH@
972 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
973 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo `test -f 'libvirt-gconfig-domain-timer.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer.c
974
975 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo: libvirt-gconfig-domain-timer-pit.c
976 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo `test -f 'libvirt-gconfig-domain-timer-pit.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer-pit.c
977 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo
978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-timer-pit.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo' libtool=yes @AMDEPBACKSLASH@
979 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
980 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo `test -f 'libvirt-gconfig-domain-timer-pit.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer-pit.c
981
982 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo: libvirt-gconfig-domain-timer-rtc.c
983 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo `test -f 'libvirt-gconfig-domain-timer-rtc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer-rtc.c
984 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo
985 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-timer-rtc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo' libtool=yes @AMDEPBACKSLASH@
986 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
987 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo `test -f 'libvirt-gconfig-domain-timer-rtc.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-timer-rtc.c
940988
941989 libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo: libvirt-gconfig-domain-video.c
942990 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo `test -f 'libvirt-gconfig-domain-video.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-video.c
943991 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo
944 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
945 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-domain-video.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo' libtool=yes @AMDEPBACKSLASH@
946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
947 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo `test -f 'libvirt-gconfig-domain-video.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-video.c
992 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-video.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo' libtool=yes @AMDEPBACKSLASH@
993 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
994 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo `test -f 'libvirt-gconfig-domain-video.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-video.c
948995
949996 libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo: libvirt-gconfig-helpers.c
950997 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo `test -f 'libvirt-gconfig-helpers.c' || echo '$(srcdir)/'`libvirt-gconfig-helpers.c
951998 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Plo
952 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-helpers.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo' libtool=yes @AMDEPBACKSLASH@
954 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
955 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo `test -f 'libvirt-gconfig-helpers.c' || echo '$(srcdir)/'`libvirt-gconfig-helpers.c
999 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-helpers.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo' libtool=yes @AMDEPBACKSLASH@
1000 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1001 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo `test -f 'libvirt-gconfig-helpers.c' || echo '$(srcdir)/'`libvirt-gconfig-helpers.c
9561002
9571003 libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo: libvirt-gconfig-interface.c
9581004 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo `test -f 'libvirt-gconfig-interface.c' || echo '$(srcdir)/'`libvirt-gconfig-interface.c
9591005 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Plo
960 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-interface.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo' libtool=yes @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo `test -f 'libvirt-gconfig-interface.c' || echo '$(srcdir)/'`libvirt-gconfig-interface.c
1006 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-interface.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo' libtool=yes @AMDEPBACKSLASH@
1007 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1008 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo `test -f 'libvirt-gconfig-interface.c' || echo '$(srcdir)/'`libvirt-gconfig-interface.c
9641009
9651010 libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo: libvirt-gconfig-network.c
9661011 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo `test -f 'libvirt-gconfig-network.c' || echo '$(srcdir)/'`libvirt-gconfig-network.c
9671012 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Plo
968 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-network.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo' libtool=yes @AMDEPBACKSLASH@
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
971 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo `test -f 'libvirt-gconfig-network.c' || echo '$(srcdir)/'`libvirt-gconfig-network.c
1013 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-network.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo' libtool=yes @AMDEPBACKSLASH@
1014 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1015 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo `test -f 'libvirt-gconfig-network.c' || echo '$(srcdir)/'`libvirt-gconfig-network.c
9721016
9731017 libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo: libvirt-gconfig-network-filter.c
9741018 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo `test -f 'libvirt-gconfig-network-filter.c' || echo '$(srcdir)/'`libvirt-gconfig-network-filter.c
9751019 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Plo
976 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-network-filter.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo' libtool=yes @AMDEPBACKSLASH@
978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
979 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo `test -f 'libvirt-gconfig-network-filter.c' || echo '$(srcdir)/'`libvirt-gconfig-network-filter.c
1020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-network-filter.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo' libtool=yes @AMDEPBACKSLASH@
1021 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1022 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo `test -f 'libvirt-gconfig-network-filter.c' || echo '$(srcdir)/'`libvirt-gconfig-network-filter.c
9801023
9811024 libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo: libvirt-gconfig-node-device.c
9821025 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo `test -f 'libvirt-gconfig-node-device.c' || echo '$(srcdir)/'`libvirt-gconfig-node-device.c
9831026 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Plo
984 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
985 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-node-device.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo' libtool=yes @AMDEPBACKSLASH@
986 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
987 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo `test -f 'libvirt-gconfig-node-device.c' || echo '$(srcdir)/'`libvirt-gconfig-node-device.c
1027 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-node-device.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo' libtool=yes @AMDEPBACKSLASH@
1028 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1029 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo `test -f 'libvirt-gconfig-node-device.c' || echo '$(srcdir)/'`libvirt-gconfig-node-device.c
9881030
9891031 libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo: libvirt-gconfig-secret.c
9901032 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo `test -f 'libvirt-gconfig-secret.c' || echo '$(srcdir)/'`libvirt-gconfig-secret.c
9911033 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Plo
992 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
993 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-secret.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo' libtool=yes @AMDEPBACKSLASH@
994 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
995 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo `test -f 'libvirt-gconfig-secret.c' || echo '$(srcdir)/'`libvirt-gconfig-secret.c
1034 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-secret.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo' libtool=yes @AMDEPBACKSLASH@
1035 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1036 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo `test -f 'libvirt-gconfig-secret.c' || echo '$(srcdir)/'`libvirt-gconfig-secret.c
9961037
9971038 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo: libvirt-gconfig-storage-permissions.c
9981039 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo `test -f 'libvirt-gconfig-storage-permissions.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-permissions.c
9991040 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Plo
1000 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1001 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-permissions.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo' libtool=yes @AMDEPBACKSLASH@
1002 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1003 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo `test -f 'libvirt-gconfig-storage-permissions.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-permissions.c
1041 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-permissions.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo' libtool=yes @AMDEPBACKSLASH@
1042 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1043 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo `test -f 'libvirt-gconfig-storage-permissions.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-permissions.c
10041044
10051045 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo: libvirt-gconfig-storage-pool.c
10061046 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo `test -f 'libvirt-gconfig-storage-pool.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool.c
10071047 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Plo
1008 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-pool.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo' libtool=yes @AMDEPBACKSLASH@
1010 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1011 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo `test -f 'libvirt-gconfig-storage-pool.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool.c
1048 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-pool.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo' libtool=yes @AMDEPBACKSLASH@
1049 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1050 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo `test -f 'libvirt-gconfig-storage-pool.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool.c
10121051
10131052 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo: libvirt-gconfig-storage-pool-source.c
10141053 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo `test -f 'libvirt-gconfig-storage-pool-source.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool-source.c
10151054 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Plo
1016 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1017 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-pool-source.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo' libtool=yes @AMDEPBACKSLASH@
1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1019 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo `test -f 'libvirt-gconfig-storage-pool-source.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool-source.c
1055 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-pool-source.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo' libtool=yes @AMDEPBACKSLASH@
1056 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1057 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo `test -f 'libvirt-gconfig-storage-pool-source.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool-source.c
10201058
10211059 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo: libvirt-gconfig-storage-pool-target.c
10221060 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo `test -f 'libvirt-gconfig-storage-pool-target.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool-target.c
10231061 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Plo
1024 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-pool-target.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo' libtool=yes @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1027 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo `test -f 'libvirt-gconfig-storage-pool-target.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool-target.c
1062 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-pool-target.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo' libtool=yes @AMDEPBACKSLASH@
1063 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1064 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo `test -f 'libvirt-gconfig-storage-pool-target.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-pool-target.c
10281065
10291066 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo: libvirt-gconfig-storage-vol.c
10301067 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo `test -f 'libvirt-gconfig-storage-vol.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol.c
10311068 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Plo
1032 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-vol.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo' libtool=yes @AMDEPBACKSLASH@
1034 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1035 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo `test -f 'libvirt-gconfig-storage-vol.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol.c
1069 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-vol.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo' libtool=yes @AMDEPBACKSLASH@
1070 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1071 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo `test -f 'libvirt-gconfig-storage-vol.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol.c
10361072
10371073 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo: libvirt-gconfig-storage-vol-backing-store.c
10381074 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo `test -f 'libvirt-gconfig-storage-vol-backing-store.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol-backing-store.c
10391075 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Plo
1040 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1041 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-vol-backing-store.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo' libtool=yes @AMDEPBACKSLASH@
1042 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1043 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo `test -f 'libvirt-gconfig-storage-vol-backing-store.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol-backing-store.c
1076 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-vol-backing-store.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo' libtool=yes @AMDEPBACKSLASH@
1077 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1078 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo `test -f 'libvirt-gconfig-storage-vol-backing-store.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol-backing-store.c
10441079
10451080 libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo: libvirt-gconfig-storage-vol-target.c
10461081 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo `test -f 'libvirt-gconfig-storage-vol-target.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol-target.c
10471082 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Plo
1048 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1049 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-storage-vol-target.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo' libtool=yes @AMDEPBACKSLASH@
1050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1051 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo `test -f 'libvirt-gconfig-storage-vol-target.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol-target.c
1083 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-storage-vol-target.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo' libtool=yes @AMDEPBACKSLASH@
1084 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1085 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo `test -f 'libvirt-gconfig-storage-vol-target.c' || echo '$(srcdir)/'`libvirt-gconfig-storage-vol-target.c
10521086
10531087 libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo: libvirt-gconfig-xml-doc.c
10541088 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo `test -f 'libvirt-gconfig-xml-doc.c' || echo '$(srcdir)/'`libvirt-gconfig-xml-doc.c
10551089 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Plo
1056 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gconfig-xml-doc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo' libtool=yes @AMDEPBACKSLASH@
1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1059 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo `test -f 'libvirt-gconfig-xml-doc.c' || echo '$(srcdir)/'`libvirt-gconfig-xml-doc.c
1090 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-xml-doc.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo' libtool=yes @AMDEPBACKSLASH@
1091 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1092 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo `test -f 'libvirt-gconfig-xml-doc.c' || echo '$(srcdir)/'`libvirt-gconfig-xml-doc.c
10601093
10611094 libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo: $(builddir)/libvirt-gconfig-enum-types.c
10621095 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo `test -f '$(builddir)/libvirt-gconfig-enum-types.c' || echo '$(srcdir)/'`$(builddir)/libvirt-gconfig-enum-types.c
10631096 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Plo
1064 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(builddir)/libvirt-gconfig-enum-types.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1067 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo `test -f '$(builddir)/libvirt-gconfig-enum-types.c' || echo '$(srcdir)/'`$(builddir)/libvirt-gconfig-enum-types.c
1097 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(builddir)/libvirt-gconfig-enum-types.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
1098 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1099 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo `test -f '$(builddir)/libvirt-gconfig-enum-types.c' || echo '$(srcdir)/'`$(builddir)/libvirt-gconfig-enum-types.c
10681100
10691101 mostlyclean-libtool:
10701102 -rm -f *.lo
10881120 @$(NORMAL_UNINSTALL)
10891121 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
10901122 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1091 test -n "$$files" || exit 0; \
1092 echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
1093 cd "$(DESTDIR)$(girdir)" && rm -f $$files
1123 dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
10941124 install-typelibsDATA: $(typelibs_DATA)
10951125 @$(NORMAL_INSTALL)
10961126 test -z "$(typelibsdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibsdir)"
11081138 @$(NORMAL_UNINSTALL)
11091139 @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
11101140 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1111 test -n "$$files" || exit 0; \
1112 echo " ( cd '$(DESTDIR)$(typelibsdir)' && rm -f" $$files ")"; \
1113 cd "$(DESTDIR)$(typelibsdir)" && rm -f $$files
1141 dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir)
11141142 install-libvirt_gconfig_1_0_laHEADERS: $(libvirt_gconfig_1_0_la_HEADERS)
11151143 @$(NORMAL_INSTALL)
11161144 test -z "$(libvirt_gconfig_1_0_ladir)" || $(MKDIR_P) "$(DESTDIR)$(libvirt_gconfig_1_0_ladir)"
11281156 @$(NORMAL_UNINSTALL)
11291157 @list='$(libvirt_gconfig_1_0_la_HEADERS)'; test -n "$(libvirt_gconfig_1_0_ladir)" || list=; \
11301158 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1131 test -n "$$files" || exit 0; \
1132 echo " ( cd '$(DESTDIR)$(libvirt_gconfig_1_0_ladir)' && rm -f" $$files ")"; \
1133 cd "$(DESTDIR)$(libvirt_gconfig_1_0_ladir)" && rm -f $$files
1159 dir='$(DESTDIR)$(libvirt_gconfig_1_0_ladir)'; $(am__uninstall_files_from_dir)
11341160 install-nodist_libvirt_gconfig_1_0_laHEADERS: $(nodist_libvirt_gconfig_1_0_la_HEADERS)
11351161 @$(NORMAL_INSTALL)
11361162 test -z "$(libvirt_gconfig_1_0_ladir)" || $(MKDIR_P) "$(DESTDIR)$(libvirt_gconfig_1_0_ladir)"
11481174 @$(NORMAL_UNINSTALL)
11491175 @list='$(nodist_libvirt_gconfig_1_0_la_HEADERS)'; test -n "$(libvirt_gconfig_1_0_ladir)" || list=; \
11501176 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1151 test -n "$$files" || exit 0; \
1152 echo " ( cd '$(DESTDIR)$(libvirt_gconfig_1_0_ladir)' && rm -f" $$files ")"; \
1153 cd "$(DESTDIR)$(libvirt_gconfig_1_0_ladir)" && rm -f $$files
1177 dir='$(DESTDIR)$(libvirt_gconfig_1_0_ladir)'; $(am__uninstall_files_from_dir)
11541178
11551179 # This directory's subdirectories are mostly independent; you can cd
11561180 # into them and run `make' without going through this Makefile.
13651389
13661390 installcheck: installcheck-recursive
13671391 install-strip:
1368 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1369 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1370 `test -z '$(STRIP)' || \
1371 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1392 if test -z '$(STRIP)'; then \
1393 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1394 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1395 install; \
1396 else \
1397 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1398 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1399 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1400 fi
13721401 mostlyclean-generic:
13731402
13741403 clean-generic:
0 /*
1 * libvirt-gconfig-domain-address-pci.c: libvirt pci device address configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_ADDRESS_PCI_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI, GVirConfigDomainAddressPciPrivate))
29
30 struct _GVirConfigDomainAddressPciPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_TYPE(GVirConfigDomainAddressPci, gvir_config_domain_address_pci, GVIR_CONFIG_TYPE_DOMAIN_ADDRESS);
36
37
38 static void gvir_config_domain_address_pci_class_init(GVirConfigDomainAddressPciClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainAddressPciPrivate));
41 }
42
43
44 static void gvir_config_domain_address_pci_init(GVirConfigDomainAddressPci *address)
45 {
46 g_debug("Init GVirConfigDomainAddressPci=%p", address);
47
48 address->priv = GVIR_CONFIG_DOMAIN_ADDRESS_PCI_GET_PRIVATE(address);
49 }
50
51
52 GVirConfigDomainAddressPci *gvir_config_domain_address_pci_new(void)
53 {
54 GVirConfigObject *object;
55
56 object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI,
57 "address", NULL);
58 gvir_config_object_set_attribute(object, "type", "pci", NULL);
59 return GVIR_CONFIG_DOMAIN_ADDRESS_PCI(object);
60 }
61
62 GVirConfigDomainAddressPci *gvir_config_domain_address_pci_new_from_xml(const gchar *xml,
63 GError **error)
64 {
65 GVirConfigObject *object;
66
67 object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI,
68 "address", NULL, xml, error);
69 gvir_config_object_set_attribute(object, "type", "pci", NULL);
70 return GVIR_CONFIG_DOMAIN_ADDRESS_PCI(object);
71 }
72
73 static void set_attribute_hex(GVirConfigDomainAddressPci *address,
74 const char *attr_name,
75 guint attr_val,
76 guint min_val,
77 guint max_val,
78 guint size)
79 {
80 char *hex_str;
81 char *format;
82 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_ADDRESS_PCI(address));
83 g_return_if_fail((attr_val >= min_val) && (attr_val <= max_val));
84
85 format = g_strdup_printf("0x%%0%dx", size);
86 hex_str = g_strdup_printf(format, attr_val);
87 gvir_config_object_set_attribute(GVIR_CONFIG_OBJECT(address),
88 attr_name, hex_str, NULL);
89 g_free(hex_str);
90 g_free(format);
91 }
92
93 void gvir_config_domain_address_pci_set_domain(GVirConfigDomainAddressPci *address,
94 guint16 pci_domain)
95 {
96 set_attribute_hex(address, "domain", pci_domain, 0, G_MAXUINT16, 4);
97 }
98
99 void gvir_config_domain_address_pci_set_bus(GVirConfigDomainAddressPci *address,
100 guchar bus)
101 {
102 set_attribute_hex(address, "bus", bus, 0, G_MAXUINT8, 2);
103 }
104
105 void gvir_config_domain_address_pci_set_slot(GVirConfigDomainAddressPci *address,
106 guchar slot)
107 {
108 set_attribute_hex(address, "slot", slot, 0, 0x1f, 2);
109 }
110
111 void gvir_config_domain_address_pci_set_function(GVirConfigDomainAddressPci *address,
112 guchar function)
113 {
114 set_attribute_hex(address, "function", function, 0, 7, 1);
115 }
116
117 void gvir_config_domain_address_pci_set_multifunction(GVirConfigDomainAddressPci *address,
118 gboolean multifunction)
119 {
120 gvir_config_object_set_attribute(GVIR_CONFIG_OBJECT(address),
121 "multifunction",
122 multifunction?"on":"off", NULL);
123 }
0 /*
1 * libvirt-gconfig-domain-address-pci.h: libvirt PCI device address configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_PCI_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_PCI_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI (gvir_config_domain_address_pci_get_type ())
32 #define GVIR_CONFIG_DOMAIN_ADDRESS_PCI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI, GVirConfigDomainAddressPci))
33 #define GVIR_CONFIG_DOMAIN_ADDRESS_PCI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI, GVirConfigDomainAddressPciClass))
34 #define GVIR_CONFIG_IS_DOMAIN_ADDRESS_PCI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI))
35 #define GVIR_CONFIG_IS_DOMAIN_ADDRESS_PCI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI))
36 #define GVIR_CONFIG_DOMAIN_ADDRESS_PCI_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_PCI, GVirConfigDomainAddressPciClass))
37
38 typedef struct _GVirConfigDomainAddressPci GVirConfigDomainAddressPci;
39 typedef struct _GVirConfigDomainAddressPciPrivate GVirConfigDomainAddressPciPrivate;
40 typedef struct _GVirConfigDomainAddressPciClass GVirConfigDomainAddressPciClass;
41
42 struct _GVirConfigDomainAddressPci
43 {
44 GVirConfigDomainAddress parent;
45
46 GVirConfigDomainAddressPciPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainAddressPciClass
52 {
53 GVirConfigDomainAddressClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 GType gvir_config_domain_address_pci_get_type(void);
59
60 GVirConfigDomainAddressPci *gvir_config_domain_address_pci_new(void);
61 GVirConfigDomainAddressPci *gvir_config_domain_address_pci_new_from_xml(const gchar *xml,
62 GError **error);
63
64 void gvir_config_domain_address_pci_set_domain(GVirConfigDomainAddressPci *address,
65 guint16 pci_domain);
66 void gvir_config_domain_address_pci_set_bus(GVirConfigDomainAddressPci *address,
67 guchar bus);
68 void gvir_config_domain_address_pci_set_slot(GVirConfigDomainAddressPci *address,
69 guchar slot);
70 void gvir_config_domain_address_pci_set_function(GVirConfigDomainAddressPci *address,
71 guchar function);
72 void gvir_config_domain_address_pci_set_multifunction(GVirConfigDomainAddressPci *address,
73 gboolean multifunction);
74
75 G_END_DECLS
76
77 #endif /* __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_PCI_H__ */
0 /*
1 * libvirt-gconfig-domain-address-usb.c: libvirt USB device address configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_ADDRESS_USB_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB, GVirConfigDomainAddressUsbPrivate))
29
30 struct _GVirConfigDomainAddressUsbPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_TYPE(GVirConfigDomainAddressUsb, gvir_config_domain_address_usb, GVIR_CONFIG_TYPE_DOMAIN_ADDRESS);
36
37
38 static void gvir_config_domain_address_usb_class_init(GVirConfigDomainAddressUsbClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainAddressUsbPrivate));
41 }
42
43
44 static void gvir_config_domain_address_usb_init(GVirConfigDomainAddressUsb *address)
45 {
46 g_debug("Init GVirConfigDomainAddressUsb=%p", address);
47
48 address->priv = GVIR_CONFIG_DOMAIN_ADDRESS_USB_GET_PRIVATE(address);
49 }
50
51
52 GVirConfigDomainAddressUsb *gvir_config_domain_address_usb_new(void)
53 {
54 GVirConfigObject *object;
55
56 object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB,
57 "address", NULL);
58 gvir_config_object_set_attribute(object, "type", "usb", NULL);
59 return GVIR_CONFIG_DOMAIN_ADDRESS_USB(object);
60 }
61
62 GVirConfigDomainAddressUsb *gvir_config_domain_address_usb_new_from_xml(const gchar *xml,
63 GError **error)
64 {
65 GVirConfigObject *object;
66
67 object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB,
68 "address", NULL, xml, error);
69 gvir_config_object_set_attribute(object, "type", "usb", NULL);
70 return GVIR_CONFIG_DOMAIN_ADDRESS_USB(object);
71 }
72
73 void gvir_config_domain_address_usb_set_bus(GVirConfigDomainAddressUsb *address,
74 guint16 bus)
75 {
76 gchar *bus_str;
77 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_ADDRESS_USB(address));
78 g_return_if_fail(bus <= 0xfff);
79
80 bus_str = g_strdup_printf("0x%03x", bus);
81 gvir_config_object_set_attribute(GVIR_CONFIG_OBJECT(address),
82 "bus", bus_str, NULL);
83 g_free(bus_str);
84 }
85
86 void gvir_config_domain_address_usb_set_port(GVirConfigDomainAddressUsb *address,
87 const char *port)
88 {
89 /* port is a dotted notation of up to four octets, such as 1.2 or 2.1.3.1,
90 * that's why the argument is a char * and not an unsigned int */
91 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_ADDRESS_USB(address));
92
93 gvir_config_object_set_attribute(GVIR_CONFIG_OBJECT(address),
94 "port", port, NULL);
95 }
0 /*
1 * libvirt-gconfig-domain-address-usb.h: libvirt USB device address configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_USB_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_USB_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB (gvir_config_domain_address_usb_get_type ())
32 #define GVIR_CONFIG_DOMAIN_ADDRESS_USB(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB, GVirConfigDomainAddressUsb))
33 #define GVIR_CONFIG_DOMAIN_ADDRESS_USB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB, GVirConfigDomainAddressUsbClass))
34 #define GVIR_CONFIG_IS_DOMAIN_ADDRESS_USB(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB))
35 #define GVIR_CONFIG_IS_DOMAIN_ADDRESS_USB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB))
36 #define GVIR_CONFIG_DOMAIN_ADDRESS_USB_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS_USB, GVirConfigDomainAddressUsbClass))
37
38 typedef struct _GVirConfigDomainAddressUsb GVirConfigDomainAddressUsb;
39 typedef struct _GVirConfigDomainAddressUsbPrivate GVirConfigDomainAddressUsbPrivate;
40 typedef struct _GVirConfigDomainAddressUsbClass GVirConfigDomainAddressUsbClass;
41
42 struct _GVirConfigDomainAddressUsb
43 {
44 GVirConfigDomainAddress parent;
45
46 GVirConfigDomainAddressUsbPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainAddressUsbClass
52 {
53 GVirConfigDomainAddressClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 GType gvir_config_domain_address_usb_get_type(void);
59
60 GVirConfigDomainAddressUsb *gvir_config_domain_address_usb_new(void);
61 GVirConfigDomainAddressUsb *gvir_config_domain_address_usb_new_from_xml(const gchar *xml,
62 GError **error);
63 void gvir_config_domain_address_usb_set_bus(GVirConfigDomainAddressUsb *address,
64 guint16 bus);
65 void gvir_config_domain_address_usb_set_port(GVirConfigDomainAddressUsb *address,
66 const char *port);
67
68 G_END_DECLS
69
70 #endif /* __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_USB_H__ */
0 /*
1 * libvirt-gconfig-domain-address.c: libvirt domain address configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_ADDRESS_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS, GVirConfigDomainAddressPrivate))
29
30 struct _GVirConfigDomainAddressPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_ABSTRACT_TYPE(GVirConfigDomainAddress, gvir_config_domain_address, GVIR_CONFIG_TYPE_OBJECT);
36
37
38 static void gvir_config_domain_address_class_init(GVirConfigDomainAddressClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainAddressPrivate));
41 }
42
43
44 static void gvir_config_domain_address_init(GVirConfigDomainAddress *address)
45 {
46 g_debug("Init GVirConfigDomainAddress=%p", address);
47
48 address->priv = GVIR_CONFIG_DOMAIN_ADDRESS_GET_PRIVATE(address);
49 }
0 /*
1 * libvirt-gconfig-domain-address.h: libvirt device address configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_ADDRESS (gvir_config_domain_address_get_type ())
32 #define GVIR_CONFIG_DOMAIN_ADDRESS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS, GVirConfigDomainAddress))
33 #define GVIR_CONFIG_DOMAIN_ADDRESS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS, GVirConfigDomainAddressClass))
34 #define GVIR_CONFIG_IS_DOMAIN_ADDRESS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS))
35 #define GVIR_CONFIG_IS_DOMAIN_ADDRESS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS))
36 #define GVIR_CONFIG_DOMAIN_ADDRESS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_ADDRESS, GVirConfigDomainAddressClass))
37
38 typedef struct _GVirConfigDomainAddress GVirConfigDomainAddress;
39 typedef struct _GVirConfigDomainAddressPrivate GVirConfigDomainAddressPrivate;
40 typedef struct _GVirConfigDomainAddressClass GVirConfigDomainAddressClass;
41
42 struct _GVirConfigDomainAddress
43 {
44 GVirConfigObject parent;
45
46 GVirConfigDomainAddressPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainAddressClass
52 {
53 GVirConfigObjectClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 GType gvir_config_domain_address_get_type(void);
59
60 G_END_DECLS
61
62 #endif /* __LIBVIRT_GCONFIG_DOMAIN_ADDRESS_H__ */
100100 "adjustment", G_TYPE_INT, seconds,
101101 NULL);
102102 }
103
104 void gvir_config_domain_clock_add_timer(GVirConfigDomainClock *klock,
105 GVirConfigDomainTimer *timer)
106 {
107 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CLOCK(klock));
108 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_TIMER(timer));
109
110 gvir_config_object_attach_add(GVIR_CONFIG_OBJECT(klock),
111 GVIR_CONFIG_OBJECT(timer));
112 }
2525
2626 #ifndef __LIBVIRT_GCONFIG_DOMAIN_CLOCK_H__
2727 #define __LIBVIRT_GCONFIG_DOMAIN_CLOCK_H__
28
29 #include <libvirt-gconfig/libvirt-gconfig-domain-timer.h>
2830
2931 G_BEGIN_DECLS
3032
7375 const char *tz);
7476 void gvir_config_domain_clock_set_variable_offset(GVirConfigDomainClock *klock,
7577 gint seconds);
78 void gvir_config_domain_clock_add_timer(GVirConfigDomainClock *klock,
79 GVirConfigDomainTimer *timer);
7680
7781
7882 G_END_DECLS
0 /*
1 * libvirt-gconfig-domain-controller-usb.c: libvirt domain USB controller configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_CONTROLLER_USB_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB, GVirConfigDomainControllerUsbPrivate))
29
30 struct _GVirConfigDomainControllerUsbPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_TYPE(GVirConfigDomainControllerUsb, gvir_config_domain_controller_usb, GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER);
36
37
38 static void gvir_config_domain_controller_usb_class_init(GVirConfigDomainControllerUsbClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainControllerUsbPrivate));
41 }
42
43
44 static void gvir_config_domain_controller_usb_init(GVirConfigDomainControllerUsb *controller_usb)
45 {
46 g_debug("Init GVirConfigDomainControllerUsb=%p", controller_usb);
47
48 controller_usb->priv = GVIR_CONFIG_DOMAIN_CONTROLLER_USB_GET_PRIVATE(controller_usb);
49 }
50
51
52 GVirConfigDomainControllerUsb *gvir_config_domain_controller_usb_new(void)
53 {
54 GVirConfigObject *object;
55
56 object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB,
57 "controller", NULL);
58 gvir_config_object_set_attribute(object, "type", "usb", NULL);
59 return GVIR_CONFIG_DOMAIN_CONTROLLER_USB(object);
60 }
61
62 GVirConfigDomainControllerUsb *gvir_config_domain_controller_usb_new_from_xml(const gchar *xml,
63 GError **error)
64 {
65 GVirConfigObject *object;
66
67 object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB,
68 "controller", NULL, xml, error);
69 gvir_config_object_set_attribute(object, "type", "usb", NULL);
70 return GVIR_CONFIG_DOMAIN_CONTROLLER_USB(object);
71 }
72
73 void gvir_config_domain_controller_usb_set_model(GVirConfigDomainControllerUsb *controller,
74 GVirConfigDomainControllerUsbModel model)
75 {
76 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB(controller));
77
78 gvir_config_object_set_attribute_with_type(GVIR_CONFIG_OBJECT(controller),
79 "model",
80 GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB_MODEL,
81 model,
82 NULL);
83
84 }
85
86 void gvir_config_domain_controller_usb_set_master(GVirConfigDomainControllerUsb *controller,
87 GVirConfigDomainControllerUsb *master,
88 guint startport)
89 {
90 guint index;
91 char *startport_str;
92
93
94 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB(controller));
95 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB(master));
96
97 index = gvir_config_domain_controller_get_index(GVIR_CONFIG_DOMAIN_CONTROLLER(master));
98 gvir_config_domain_controller_set_index(GVIR_CONFIG_DOMAIN_CONTROLLER(controller), index);
99 startport_str = g_strdup_printf("%d", startport);
100 gvir_config_object_replace_child_with_attribute(GVIR_CONFIG_OBJECT(controller),
101 "master",
102 "startport",
103 startport_str);
104 g_free(startport_str);
105 }
0 /*
1 * libvirt-gconfig-domain-controller-usb.h: libvirt domain USB controller configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_CONTROLLER_USB_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_CONTROLLER_USB_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB (gvir_config_domain_controller_usb_get_type ())
32 #define GVIR_CONFIG_DOMAIN_CONTROLLER_USB(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB, GVirConfigDomainControllerUsb))
33 #define GVIR_CONFIG_DOMAIN_CONTROLLER_USB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB, GVirConfigDomainControllerUsbClass))
34 #define GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB))
35 #define GVIR_CONFIG_IS_DOMAIN_CONTROLLER_USB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB))
36 #define GVIR_CONFIG_DOMAIN_CONTROLLER_USB_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB, GVirConfigDomainControllerUsbClass))
37
38 typedef struct _GVirConfigDomainControllerUsb GVirConfigDomainControllerUsb;
39 typedef struct _GVirConfigDomainControllerUsbPrivate GVirConfigDomainControllerUsbPrivate;
40 typedef struct _GVirConfigDomainControllerUsbClass GVirConfigDomainControllerUsbClass;
41
42 struct _GVirConfigDomainControllerUsb
43 {
44 GVirConfigDomainController parent;
45
46 GVirConfigDomainControllerUsbPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainControllerUsbClass
52 {
53 GVirConfigDomainControllerClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 typedef enum {
59 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_PIIX3_UHCI,
60 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_PIIX4_UHCI,
61 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_EHCI,
62 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_EHCI1,
63 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_UHCI1,
64 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_UHCI2,
65 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_UHCI3,
66 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_VT82C686B_UHCI,
67 GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_PCI_OHCI
68 } GVirConfigDomainControllerUsbModel;
69
70 GType gvir_config_domain_controller_usb_get_type(void);
71
72 GVirConfigDomainControllerUsb *gvir_config_domain_controller_usb_new(void);
73 GVirConfigDomainControllerUsb *gvir_config_domain_controller_usb_new_from_xml(const gchar *xml,
74 GError **error);
75 void gvir_config_domain_controller_usb_set_model(GVirConfigDomainControllerUsb *controller,
76 GVirConfigDomainControllerUsbModel model);
77 void gvir_config_domain_controller_usb_set_master(GVirConfigDomainControllerUsb *controller,
78 GVirConfigDomainControllerUsb *master,
79 guint startport);
80
81 G_END_DECLS
82
83 #endif /* __LIBVIRT_GCONFIG_DOMAIN_CONTROLLER_USB_H__ */
0 /*
1 * libvirt-gconfig-domain-controller.c: libvirt domain controller configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_CONTROLLER_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER, GVirConfigDomainControllerPrivate))
29
30 struct _GVirConfigDomainControllerPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_ABSTRACT_TYPE(GVirConfigDomainController, gvir_config_domain_controller, GVIR_CONFIG_TYPE_DOMAIN_DEVICE);
36
37
38 static void gvir_config_domain_controller_class_init(GVirConfigDomainControllerClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainControllerPrivate));
41 }
42
43
44 static void gvir_config_domain_controller_init(GVirConfigDomainController *controller)
45 {
46 g_debug("Init GVirConfigDomainController=%p", controller);
47
48 controller->priv = GVIR_CONFIG_DOMAIN_CONTROLLER_GET_PRIVATE(controller);
49 }
50
51 G_GNUC_INTERNAL GVirConfigDomainDevice *
52 gvir_config_domain_controller_new_from_tree(GVirConfigXmlDoc *doc,
53 xmlNodePtr tree)
54 {
55 const char *type;
56 GType gtype;
57
58 type = gvir_config_xml_get_attribute_content(tree, "type");
59 if (type == NULL)
60 return NULL;
61
62 if (g_str_equal(type, "ide")) {
63 goto unimplemented;
64 } else if (g_str_equal(type, "fdc")) {
65 goto unimplemented;
66 } else if (g_str_equal(type, "scsi")) {
67 goto unimplemented;
68 } else if (g_str_equal(type, "sata")) {
69 goto unimplemented;
70 } else if (g_str_equal(type, "usb")) {
71 gtype = GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER_USB;;
72 } else if (g_str_equal(type, "ccid")) {
73 goto unimplemented;
74 } else if (g_str_equal(type, "virtio-serial")) {
75 goto unimplemented;
76 } else {
77 g_debug("Unknown domain controller node: %s", type);
78 return NULL;
79 }
80
81 return GVIR_CONFIG_DOMAIN_DEVICE(gvir_config_object_new_from_tree(gtype, doc, NULL, tree));
82
83 unimplemented:
84 g_debug("Parsing of '%s' domain controller nodes is unimplemented", type);
85 return NULL;
86 }
87
88 void gvir_config_domain_controller_set_index(GVirConfigDomainController *controller,
89 guint index)
90 {
91 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CONTROLLER(controller));
92
93 gvir_config_object_set_attribute_with_type(GVIR_CONFIG_OBJECT(controller),
94 "index", G_TYPE_UINT,
95 index, NULL);
96 }
97
98 guint gvir_config_domain_controller_get_index(GVirConfigDomainController *controller)
99 {
100 const char *index_str;
101 char *end;
102 guint index;
103
104 g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_CONTROLLER(controller), 0);
105
106 index_str = gvir_config_object_get_attribute(GVIR_CONFIG_OBJECT(controller),
107 NULL, "index");
108 if (index_str == 0)
109 return 0;
110
111 index = strtoul(index_str, &end, 0);
112 g_return_val_if_fail(*end == '\0', 0);
113
114 return index;
115 }
116
117 void gvir_config_domain_controller_set_address(GVirConfigDomainController *controller,
118 GVirConfigDomainAddress *address)
119 {
120 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CONTROLLER(controller));
121 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_ADDRESS(address));
122
123 gvir_config_object_attach_replace(GVIR_CONFIG_OBJECT(controller),
124 GVIR_CONFIG_OBJECT(address));
125 }
0 /*
1 * libvirt-gconfig-domain-controller.h: libvirt domain controller configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_CONTROLLER_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_CONTROLLER_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER (gvir_config_domain_controller_get_type ())
32 #define GVIR_CONFIG_DOMAIN_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER, GVirConfigDomainController))
33 #define GVIR_CONFIG_DOMAIN_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER, GVirConfigDomainControllerClass))
34 #define GVIR_CONFIG_IS_DOMAIN_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER))
35 #define GVIR_CONFIG_IS_DOMAIN_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER))
36 #define GVIR_CONFIG_DOMAIN_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_CONTROLLER, GVirConfigDomainControllerClass))
37
38 typedef struct _GVirConfigDomainController GVirConfigDomainController;
39 typedef struct _GVirConfigDomainControllerPrivate GVirConfigDomainControllerPrivate;
40 typedef struct _GVirConfigDomainControllerClass GVirConfigDomainControllerClass;
41
42 struct _GVirConfigDomainController
43 {
44 GVirConfigDomainDevice parent;
45
46 GVirConfigDomainControllerPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainControllerClass
52 {
53 GVirConfigDomainDeviceClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 GType gvir_config_domain_controller_get_type(void);
59
60 void gvir_config_domain_controller_set_index(GVirConfigDomainController *controller,
61 guint index);
62 guint gvir_config_domain_controller_get_index(GVirConfigDomainController *controller);
63 void gvir_config_domain_controller_set_address(GVirConfigDomainController *controller,
64 GVirConfigDomainAddress *address);
65
66 G_END_DECLS
67
68 #endif /* __LIBVIRT_GCONFIG_DOMAIN_CONTROLLER_H__ */
3030 gvir_config_domain_device_new_from_tree(GVirConfigXmlDoc *doc,
3131 xmlNodePtr tree);
3232 GVirConfigDomainDevice *
33 gvir_config_domain_controller_new_from_tree(GVirConfigXmlDoc *doc,
34 xmlNodePtr tree);
35 GVirConfigDomainDevice *
3336 gvir_config_domain_disk_new_from_tree(GVirConfigXmlDoc *doc,
3437 xmlNodePtr tree);
3538 GVirConfigDomainDevice *
6363 } else if (xmlStrEqual(tree->name, (xmlChar*)"filesystem")) {
6464 type = GVIR_CONFIG_TYPE_DOMAIN_FILESYS;
6565 } else if (xmlStrEqual(tree->name, (xmlChar*)"controller")) {
66 goto unimplemented;
66 return gvir_config_domain_controller_new_from_tree(doc, tree);
6767 } else if (xmlStrEqual(tree->name, (xmlChar*)"lease")) {
6868 goto unimplemented;
6969 } else if (xmlStrEqual(tree->name, (xmlChar*)"hostdev")) {
7070 goto unimplemented;
7171 } else if (xmlStrEqual(tree->name, (xmlChar*)"redirdev")) {
72 goto unimplemented;
72 type = GVIR_CONFIG_TYPE_DOMAIN_REDIRDEV;
7373 } else if (xmlStrEqual(tree->name, (xmlChar*)"smartcard")) {
7474 goto unimplemented;
7575 } else if (xmlStrEqual(tree->name, (xmlChar*)"interface")) {
124124 gvir_config_object_set_attribute_with_type(GVIR_CONFIG_OBJECT(disk), "snapshot",
125125 GVIR_CONFIG_TYPE_DOMAIN_DISK_SNAPSHOT_TYPE,
126126 type, NULL);
127 }
128
129 void gvir_config_domain_disk_set_startup_policy(GVirConfigDomainDisk *disk,
130 GVirConfigDomainDiskStartupPolicy policy)
131 {
132 const char *str;
133
134 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_DISK(disk));
135 str = gvir_config_genum_get_nick(GVIR_CONFIG_TYPE_DOMAIN_DISK_STARTUP_POLICY, policy);
136 g_return_if_fail(str != NULL);
137 gvir_config_object_add_child_with_attribute(GVIR_CONFIG_OBJECT(disk),
138 "source", "startupPolicy", str);
127139 }
128140
129141 void gvir_config_domain_disk_set_source(GVirConfigDomainDisk *disk,
234246 GVIR_CONFIG_DOMAIN_DISK_SNAPSHOT_NO);
235247 }
236248
249 GVirConfigDomainDiskStartupPolicy
250 gvir_config_domain_disk_get_startup_policy(GVirConfigDomainDisk *disk)
251 {
252 g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_DISK(disk),
253 GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_MANDATORY);
254
255 return gvir_config_object_get_attribute_genum
256 (GVIR_CONFIG_OBJECT(disk),
257 "source", "startupPolicy",
258 GVIR_CONFIG_TYPE_DOMAIN_DISK_STARTUP_POLICY,
259 GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_MANDATORY);
260 }
261
237262 const char *
238263 gvir_config_domain_disk_get_source(GVirConfigDomainDisk *disk)
239264 {
290315 GVIR_CONFIG_TYPE_DOMAIN_DISK_CACHE_TYPE,
291316 GVIR_CONFIG_DOMAIN_DISK_CACHE_DEFAULT);
292317 }
318
293319 GVirConfigDomainDiskBus
294320 gvir_config_domain_disk_get_target_bus(GVirConfigDomainDisk *disk)
295321 {
9494 GVIR_CONFIG_DOMAIN_DISK_SNAPSHOT_EXTERNAL
9595 } GVirConfigDomainDiskSnapshotType;
9696
97 typedef enum {
98 GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_MANDATORY,
99 GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_REQUISITE,
100 GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_OPTIONAL
101 } GVirConfigDomainDiskStartupPolicy;
102
97103 GType gvir_config_domain_disk_get_type(void);
98104
99105 GVirConfigDomainDisk *gvir_config_domain_disk_new(void);
106112 GVirConfigDomainDiskGuestDeviceType type);
107113 void gvir_config_domain_disk_set_snapshot_type(GVirConfigDomainDisk *disk,
108114 GVirConfigDomainDiskSnapshotType type);
115 void gvir_config_domain_disk_set_startup_policy(GVirConfigDomainDisk *disk,
116 GVirConfigDomainDiskStartupPolicy policy);
109117 void gvir_config_domain_disk_set_source(GVirConfigDomainDisk *disk,
110118 const char *source);
111119 void gvir_config_domain_disk_set_driver_cache(GVirConfigDomainDisk *disk,
122130 GVirConfigDomainDiskType gvir_config_domain_disk_get_disk_type(GVirConfigDomainDisk *disk);
123131 GVirConfigDomainDiskGuestDeviceType gvir_config_domain_disk_get_guest_device_type(GVirConfigDomainDisk *disk);
124132 GVirConfigDomainDiskSnapshotType gvir_config_domain_disk_get_snapshot_type(GVirConfigDomainDisk *disk);
133 GVirConfigDomainDiskStartupPolicy gvir_config_domain_disk_get_startup_policy(GVirConfigDomainDisk *disk);
125134 const char *gvir_config_domain_disk_get_source(GVirConfigDomainDisk *disk);
126135 GVirConfigDomainDiskCacheType gvir_config_domain_disk_get_driver_cache(GVirConfigDomainDisk *disk);
127136 const char *gvir_config_domain_disk_get_driver_name(GVirConfigDomainDisk *disk);
7979 bus,
8080 NULL);
8181 }
82
83 void gvir_config_domain_redirdev_set_address(GVirConfigDomainRedirdev *redirdev,
84 GVirConfigDomainAddress *address)
85 {
86 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_REDIRDEV(redirdev));
87 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_ADDRESS(address));
88
89 gvir_config_object_attach_replace(GVIR_CONFIG_OBJECT(redirdev),
90 GVIR_CONFIG_OBJECT(address));
91 }
6666 GError **error);
6767 void gvir_config_domain_redirdev_set_bus(GVirConfigDomainRedirdev *redirdev,
6868 GVirConfigDomainRedirdevBus bus);
69 void gvir_config_domain_redirdev_set_address(GVirConfigDomainRedirdev *redirdev,
70 GVirConfigDomainAddress *address);
6971
7072 G_END_DECLS
7173
0 /*
1 * libvirt-gconfig-domain-timer-pit.c: libvirt domain PIT timer configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_TIMER_PIT_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT, GVirConfigDomainTimerPitPrivate))
29
30 struct _GVirConfigDomainTimerPitPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_TYPE(GVirConfigDomainTimerPit, gvir_config_domain_timer_pit, GVIR_CONFIG_TYPE_DOMAIN_TIMER);
36
37
38 static void gvir_config_domain_timer_pit_class_init(GVirConfigDomainTimerPitClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainTimerPitPrivate));
41 }
42
43
44 static void gvir_config_domain_timer_pit_init(GVirConfigDomainTimerPit *timer)
45 {
46 g_debug("Init GVirConfigDomainTimerPit=%p", timer);
47
48 timer->priv = GVIR_CONFIG_DOMAIN_TIMER_PIT_GET_PRIVATE(timer);
49 }
50
51
52 GVirConfigDomainTimerPit *gvir_config_domain_timer_pit_new(void)
53 {
54 GVirConfigObject *object;
55
56 object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT,
57 "timer", NULL);
58 gvir_config_object_set_attribute(object, "name", "pit", NULL);
59 return GVIR_CONFIG_DOMAIN_TIMER_PIT(object);
60 }
61
62 GVirConfigDomainTimerPit *gvir_config_domain_timer_pit_new_from_xml(const gchar *xml,
63 GError **error)
64 {
65 GVirConfigObject *object;
66
67 object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT,
68 "timer", NULL, xml, error);
69 gvir_config_object_set_attribute(object, "name", "pit", NULL);
70 return GVIR_CONFIG_DOMAIN_TIMER_PIT(object);
71 }
0 /*
1 * libvirt-gconfig-domain-timer-pit.h: libvirt domain PIT timer configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_TIMER_PIT_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_TIMER_PIT_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT (gvir_config_domain_timer_pit_get_type ())
32 #define GVIR_CONFIG_DOMAIN_TIMER_PIT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT, GVirConfigDomainTimerPit))
33 #define GVIR_CONFIG_DOMAIN_TIMER_PIT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT, GVirConfigDomainTimerPitClass))
34 #define GVIR_CONFIG_IS_DOMAIN_TIMER_PIT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT))
35 #define GVIR_CONFIG_IS_DOMAIN_TIMER_PIT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT))
36 #define GVIR_CONFIG_DOMAIN_TIMER_PIT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_PIT, GVirConfigDomainTimerPitClass))
37
38 typedef struct _GVirConfigDomainTimerPit GVirConfigDomainTimerPit;
39 typedef struct _GVirConfigDomainTimerPitPrivate GVirConfigDomainTimerPitPrivate;
40 typedef struct _GVirConfigDomainTimerPitClass GVirConfigDomainTimerPitClass;
41
42 struct _GVirConfigDomainTimerPit
43 {
44 GVirConfigObject parent;
45
46 GVirConfigDomainTimerPitPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainTimerPitClass
52 {
53 GVirConfigObjectClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 GType gvir_config_domain_timer_pit_get_type(void);
59
60 GVirConfigDomainTimerPit *gvir_config_domain_timer_pit_new(void);
61 GVirConfigDomainTimerPit *gvir_config_domain_timer_pit_new_from_xml(const gchar *xml,
62 GError **error);
63
64 G_END_DECLS
65
66 #endif /* __LIBVIRT_GCONFIG_DOMAIN_TIMER_PIT_H__ */
0 /*
1 * libvirt-gconfig-domain-timer-rtc.c: libvirt domain RTC timer configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #include <config.h>
23
24 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
26
27 #define GVIR_CONFIG_DOMAIN_TIMER_RTC_GET_PRIVATE(obj) \
28 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC, GVirConfigDomainTimerRtcPrivate))
29
30 struct _GVirConfigDomainTimerRtcPrivate
31 {
32 gboolean unused;
33 };
34
35 G_DEFINE_TYPE(GVirConfigDomainTimerRtc, gvir_config_domain_timer_rtc, GVIR_CONFIG_TYPE_DOMAIN_TIMER);
36
37
38 static void gvir_config_domain_timer_rtc_class_init(GVirConfigDomainTimerRtcClass *klass)
39 {
40 g_type_class_add_private(klass, sizeof(GVirConfigDomainTimerRtcPrivate));
41 }
42
43
44 static void gvir_config_domain_timer_rtc_init(GVirConfigDomainTimerRtc *timer)
45 {
46 g_debug("Init GVirConfigDomainTimerRtc=%p", timer);
47
48 timer->priv = GVIR_CONFIG_DOMAIN_TIMER_RTC_GET_PRIVATE(timer);
49 }
50
51
52 GVirConfigDomainTimerRtc *gvir_config_domain_timer_rtc_new(void)
53 {
54 GVirConfigObject *object;
55
56 object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC,
57 "timer", NULL);
58 gvir_config_object_set_attribute(object, "name", "rtc", NULL);
59 return GVIR_CONFIG_DOMAIN_TIMER_RTC(object);
60 }
61
62 GVirConfigDomainTimerRtc *gvir_config_domain_timer_rtc_new_from_xml(const gchar *xml,
63 GError **error)
64 {
65 GVirConfigObject *object;
66
67 object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC,
68 "timer", NULL, xml, error);
69 gvir_config_object_set_attribute(object, "name", "rtc", NULL);
70 return GVIR_CONFIG_DOMAIN_TIMER_RTC(object);
71 }
0 /*
1 * libvirt-gconfig-domain-timer-rtc.h: libvirt domain RTC timer configuration
2 *
3 * Copyright (C) 2012 Red Hat, Inc.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * Author: Christophe Fergeau <cfergeau@redhat.com>
20 */
21
22 #if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD)
23 #error "Only <libvirt-gconfig/libvirt-gconfig.h> can be included directly."
24 #endif
25
26 #ifndef __LIBVIRT_GCONFIG_DOMAIN_TIMER_RTC_H__
27 #define __LIBVIRT_GCONFIG_DOMAIN_TIMER_RTC_H__
28
29 G_BEGIN_DECLS
30
31 #define GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC (gvir_config_domain_timer_rtc_get_type ())
32 #define GVIR_CONFIG_DOMAIN_TIMER_RTC(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC, GVirConfigDomainTimerRtc))
33 #define GVIR_CONFIG_DOMAIN_TIMER_RTC_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC, GVirConfigDomainTimerRtcClass))
34 #define GVIR_CONFIG_IS_DOMAIN_TIMER_RTC(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC))
35 #define GVIR_CONFIG_IS_DOMAIN_TIMER_RTC_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC))
36 #define GVIR_CONFIG_DOMAIN_TIMER_RTC_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER_RTC, GVirConfigDomainTimerRtcClass))
37
38 typedef struct _GVirConfigDomainTimerRtc GVirConfigDomainTimerRtc;
39 typedef struct _GVirConfigDomainTimerRtcPrivate GVirConfigDomainTimerRtcPrivate;
40 typedef struct _GVirConfigDomainTimerRtcClass GVirConfigDomainTimerRtcClass;
41
42 struct _GVirConfigDomainTimerRtc
43 {
44 GVirConfigDomainTimer parent;
45
46 GVirConfigDomainTimerRtcPrivate *priv;
47
48 /* Do not add fields to this struct */
49 };
50
51 struct _GVirConfigDomainTimerRtcClass
52 {
53 GVirConfigDomainTimerClass parent_class;
54
55 gpointer padding[20];
56 };
57
58 GType gvir_config_domain_timer_rtc_get_type(void);
59
60 GVirConfigDomainTimerRtc *gvir_config_domain_timer_rtc_new(void);
61 GVirConfigDomainTimerRtc *gvir_config_domain_timer_rtc_new_from_xml(const gchar *xml,
62 GError **error);
63
64 G_END_DECLS
65
66 #endif /* __LIBVIRT_GCONFIG_DOMAIN_TIMER_RTC_H__ */
2222 #include <config.h>
2323
2424 #include "libvirt-gconfig/libvirt-gconfig.h"
25 #include "libvirt-gconfig/libvirt-gconfig-private.h"
2526
2627 #define GVIR_CONFIG_DOMAIN_TIMER_GET_PRIVATE(obj) \
2728 (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_TIMER, GVirConfigDomainTimerPrivate))
3132 gboolean unused;
3233 };
3334
34 G_DEFINE_TYPE(GVirConfigDomainTimer, gvir_config_domain_timer, GVIR_CONFIG_TYPE_OBJECT);
35 G_DEFINE_ABSTRACT_TYPE(GVirConfigDomainTimer, gvir_config_domain_timer, GVIR_CONFIG_TYPE_OBJECT);
3536
3637
3738 static void gvir_config_domain_timer_class_init(GVirConfigDomainTimerClass *klass)
4748 timer->priv = GVIR_CONFIG_DOMAIN_TIMER_GET_PRIVATE(timer);
4849 }
4950
51 void gvir_config_domain_timer_set_tick_policy(GVirConfigDomainTimer *timer,
52 GVirConfigDomainTimerTickPolicy policy)
53 {
54 g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_TIMER(timer));
5055
51 GVirConfigDomainTimer *gvir_config_domain_timer_new(void)
52 {
53 GVirConfigObject *object;
54
55 object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_TIMER, "timer", NULL);
56 return GVIR_CONFIG_DOMAIN_TIMER(object);
56 gvir_config_object_set_attribute_with_type(GVIR_CONFIG_OBJECT(timer),
57 "tickpolicy",
58 GVIR_CONFIG_TYPE_DOMAIN_TIMER_TICK_POLICY,
59 policy,
60 NULL);
5761 }
5862
63 GVirConfigDomainTimerTickPolicy
64 gvir_config_domain_timer_get_tick_policy(GVirConfigDomainTimer *timer)
65 {
66 g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_TIMER(timer),
67 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_DELAY);
5968
60 GVirConfigDomainTimer *gvir_config_domain_timer_new_from_xml(const gchar *xml,
61 GError **error)
62 {
63 GVirConfigObject *object;
64
65 object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_TIMER,
66 "timer", NULL, xml, error);
67 return GVIR_CONFIG_DOMAIN_TIMER(object);
69 return gvir_config_object_get_attribute_genum(GVIR_CONFIG_OBJECT(timer),
70 NULL,
71 "tickpolicy",
72 GVIR_CONFIG_TYPE_DOMAIN_TIMER_TICK_POLICY,
73 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_DELAY);
6874 }
5555 gpointer padding[20];
5656 };
5757
58 typedef enum {
59 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_DELAY,
60 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_CATCHUP,
61 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_MERGE,
62 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_DISCARD
63 } GVirConfigDomainTimerTickPolicy;
5864
5965 GType gvir_config_domain_timer_get_type(void);
6066
61 GVirConfigDomainTimer *gvir_config_domain_timer_new(void);
62 GVirConfigDomainTimer *gvir_config_domain_timer_new_from_xml(const gchar *xml,
63 GError **error);
67 GVirConfigDomainTimerTickPolicy gvir_config_domain_timer_get_tick_policy(GVirConfigDomainTimer *timer);
68 void gvir_config_domain_timer_set_tick_policy(GVirConfigDomainTimer *timer, GVirConfigDomainTimerTickPolicy policy);
6469
6570 G_END_DECLS
6671
00 /*
11 * libvirt-gconfig.h: libvirt gconfig integration
22 *
3 * Copyright (C) 2010-2011 Red Hat, Inc.
3 * Copyright (C) 2010-2012 Red Hat, Inc.
44 *
55 * This library is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU Lesser General Public
2929 #include <libvirt-gconfig/libvirt-gconfig-object.h>
3030 #include <libvirt-gconfig/libvirt-gconfig-capabilities.h>
3131 #include <libvirt-gconfig/libvirt-gconfig-domain.h>
32 #include <libvirt-gconfig/libvirt-gconfig-domain-address.h>
33 #include <libvirt-gconfig/libvirt-gconfig-domain-address-pci.h>
34 #include <libvirt-gconfig/libvirt-gconfig-domain-address-usb.h>
3235 #include <libvirt-gconfig/libvirt-gconfig-domain-chardev.h>
3336 #include <libvirt-gconfig/libvirt-gconfig-domain-chardev-source.h>
3437 #include <libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.h>
3639 #include <libvirt-gconfig/libvirt-gconfig-domain-channel.h>
3740 #include <libvirt-gconfig/libvirt-gconfig-domain-clock.h>
3841 #include <libvirt-gconfig/libvirt-gconfig-domain-console.h>
42 #include <libvirt-gconfig/libvirt-gconfig-domain-controller.h>
43 #include <libvirt-gconfig/libvirt-gconfig-domain-controller-usb.h>
3944 #include <libvirt-gconfig/libvirt-gconfig-domain-device.h>
4045 #include <libvirt-gconfig/libvirt-gconfig-domain-disk.h>
4146 #include <libvirt-gconfig/libvirt-gconfig-domain-filesys.h>
5762 #include <libvirt-gconfig/libvirt-gconfig-domain-snapshot.h>
5863 #include <libvirt-gconfig/libvirt-gconfig-domain-sound.h>
5964 #include <libvirt-gconfig/libvirt-gconfig-domain-timer.h>
65 #include <libvirt-gconfig/libvirt-gconfig-domain-timer-pit.h>
66 #include <libvirt-gconfig/libvirt-gconfig-domain-timer-rtc.h>
6067 #include <libvirt-gconfig/libvirt-gconfig-domain-video.h>
6168 #include <libvirt-gconfig/libvirt-gconfig-enum-types.h>
6269 #include <libvirt-gconfig/libvirt-gconfig-helpers.h>
0 LIBVIRT_GCONFIG_0.0.4 {
0 LIBVIRT_GCONFIG_0.0.8 {
11 global:
22 gvir_config_init_check;
33 gvir_config_init;
3333 gvir_config_domain_set_virt_type;
3434 gvir_config_domain_virt_type_get_type;
3535
36 gvir_config_domain_address_get_type;
37
38 gvir_config_domain_address_pci_get_type;
39 gvir_config_domain_address_pci_new;
40 gvir_config_domain_address_pci_new_from_xml;
41 gvir_config_domain_address_pci_set_bus;
42 gvir_config_domain_address_pci_set_domain;
43 gvir_config_domain_address_pci_set_function;
44 gvir_config_domain_address_pci_set_multifunction;
45 gvir_config_domain_address_pci_set_slot;
46
47 gvir_config_domain_address_usb_get_type;
48 gvir_config_domain_address_usb_new;
49 gvir_config_domain_address_usb_new_from_xml;
50 gvir_config_domain_address_usb_set_bus;
51 gvir_config_domain_address_usb_set_port;
52
3653 gvir_config_domain_channel_get_type;
3754 gvir_config_domain_channel_new;
3855 gvir_config_domain_channel_new_from_xml;
5875 gvir_config_domain_clock_offset_get_type;
5976 gvir_config_domain_clock_new;
6077 gvir_config_domain_clock_new_from_xml;
78 gvir_config_domain_clock_add_timer;
6179 gvir_config_domain_clock_set_offset;
6280 gvir_config_domain_clock_set_timezone;
6381 gvir_config_domain_clock_set_variable_offset;
6886 gvir_config_domain_console_set_target_type;
6987 gvir_config_domain_console_target_type_get_type;
7088
89 gvir_config_domain_controller_get_type;
90 gvir_config_domain_controller_set_address;
91 gvir_config_domain_controller_get_index;
92 gvir_config_domain_controller_set_index;
93
94 gvir_config_domain_controller_usb_get_type;
95 gvir_config_domain_controller_usb_model_get_type;
96 gvir_config_domain_controller_usb_new;
97 gvir_config_domain_controller_usb_new_from_xml;
98 gvir_config_domain_controller_usb_set_master;
99 gvir_config_domain_controller_usb_set_model;
100
71101 gvir_config_domain_device_get_type;
72102
73103 gvir_config_domain_disk_get_type;
75105 gvir_config_domain_disk_cache_type_get_type;
76106 gvir_config_domain_disk_guest_device_type_get_type;
77107 gvir_config_domain_disk_snapshot_type_get_type;
108 gvir_config_domain_disk_startup_policy_get_type;
78109 gvir_config_domain_disk_type_get_type;
79110 gvir_config_domain_disk_new;
80111 gvir_config_domain_disk_new_from_xml;
90121 gvir_config_domain_disk_set_snapshot_type;
91122 gvir_config_domain_disk_get_source;
92123 gvir_config_domain_disk_set_source;
124 gvir_config_domain_disk_get_startup_policy;
125 gvir_config_domain_disk_set_startup_policy;
93126 gvir_config_domain_disk_get_target_bus;
94127 gvir_config_domain_disk_set_target_bus;
95128 gvir_config_domain_disk_get_target_dev;
200233 gvir_config_domain_redirdev_bus_get_type;
201234 gvir_config_domain_redirdev_new;
202235 gvir_config_domain_redirdev_new_from_xml;
236 gvir_config_domain_redirdev_set_address;
203237 gvir_config_domain_redirdev_set_bus;
204238
205239 gvir_config_domain_seclabel_get_type;
226260 gvir_config_domain_sound_set_model;
227261
228262 gvir_config_domain_timer_get_type;
229 gvir_config_domain_timer_new;
230 gvir_config_domain_timer_new_from_xml;
263 gvir_config_domain_timer_tick_policy_get_type;
264 gvir_config_domain_timer_get_tick_policy;
265 gvir_config_domain_timer_set_tick_policy;
266
267 gvir_config_domain_timer_pit_get_type;
268 gvir_config_domain_timer_pit_new;
269 gvir_config_domain_timer_pit_new_from_xml;
270
271 gvir_config_domain_timer_rtc_get_type;
272 gvir_config_domain_timer_rtc_new;
273 gvir_config_domain_timer_rtc_new_from_xml;
231274
232275 gvir_config_domain_video_get_type;
233276 gvir_config_domain_video_model_get_type;
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
5959 $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \
6060 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
6161 $(am__DEPENDENCIES_1)
62 AM_V_lt = $(am__v_lt_$(V))
63 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
62 AM_V_lt = $(am__v_lt_@AM_V@)
63 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
6464 am__v_lt_0 = --silent
6565 am_test_domain_parse_OBJECTS = test-domain-parse.$(OBJEXT)
6666 test_domain_parse_OBJECTS = $(am_test_domain_parse_OBJECTS)
7979 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
8080 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
8181 $(AM_CFLAGS) $(CFLAGS)
82 AM_V_CC = $(am__v_CC_$(V))
83 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
82 AM_V_CC = $(am__v_CC_@AM_V@)
83 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
8484 am__v_CC_0 = @echo " CC " $@;
85 AM_V_at = $(am__v_at_$(V))
86 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
85 AM_V_at = $(am__v_at_@AM_V@)
86 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
8787 am__v_at_0 = @
8888 CCLD = $(CC)
8989 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
9090 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
9191 $(AM_LDFLAGS) $(LDFLAGS) -o $@
92 AM_V_CCLD = $(am__v_CCLD_$(V))
93 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
92 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
93 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
9494 am__v_CCLD_0 = @echo " CCLD " $@;
95 AM_V_GEN = $(am__v_GEN_$(V))
96 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
95 AM_V_GEN = $(am__v_GEN_@AM_V@)
96 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
9797 am__v_GEN_0 = @echo " GEN " $@;
9898 SOURCES = $(test_domain_create_SOURCES) $(test_domain_parse_SOURCES)
9999 DIST_SOURCES = $(test_domain_create_SOURCES) \
320320 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
321321 echo " rm -f" $$list; \
322322 rm -f $$list
323 test-domain-create$(EXEEXT): $(test_domain_create_OBJECTS) $(test_domain_create_DEPENDENCIES)
323 test-domain-create$(EXEEXT): $(test_domain_create_OBJECTS) $(test_domain_create_DEPENDENCIES) $(EXTRA_test_domain_create_DEPENDENCIES)
324324 @rm -f test-domain-create$(EXEEXT)
325325 $(AM_V_CCLD)$(LINK) $(test_domain_create_OBJECTS) $(test_domain_create_LDADD) $(LIBS)
326 test-domain-parse$(EXEEXT): $(test_domain_parse_OBJECTS) $(test_domain_parse_DEPENDENCIES)
326 test-domain-parse$(EXEEXT): $(test_domain_parse_OBJECTS) $(test_domain_parse_DEPENDENCIES) $(EXTRA_test_domain_parse_DEPENDENCIES)
327327 @rm -f test-domain-parse$(EXEEXT)
328328 $(AM_V_CCLD)$(LINK) $(test_domain_parse_OBJECTS) $(test_domain_parse_LDADD) $(LIBS)
329329
339339 .c.o:
340340 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341341 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
342 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344343 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
344 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
346345
347346 .c.obj:
348347 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
349348 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
351 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
354352
355353 .c.lo:
356354 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357355 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
358 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
360357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
358 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
362359
363360 mostlyclean-libtool:
364361 -rm -f *.lo
462459
463460 installcheck: installcheck-am
464461 install-strip:
465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467 `test -z '$(STRIP)' || \
468 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
462 if test -z '$(STRIP)'; then \
463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465 install; \
466 else \
467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
470 fi
469471 mostlyclean-generic:
470472
471473 clean-generic:
4242 g_free(alloced_str); \
4343 } G_STMT_END
4444
45
46 static GVirConfigDomainControllerUsb *
47 create_usb_controller(GVirConfigDomainControllerUsbModel model, guint indx,
48 GVirConfigDomainControllerUsb *master, guint start_port,
49 guint domain, guint bus, guint slot, guint function,
50 gboolean multifunction)
51 {
52 GVirConfigDomainControllerUsb *controller;
53 GVirConfigDomainAddressPci *address;
54
55 controller = gvir_config_domain_controller_usb_new();
56 gvir_config_domain_controller_usb_set_model(controller, model);
57 gvir_config_domain_controller_set_index(GVIR_CONFIG_DOMAIN_CONTROLLER(controller), indx);
58 if (master)
59 gvir_config_domain_controller_usb_set_master(controller, master, start_port);
60 address = gvir_config_domain_address_pci_new();
61 gvir_config_domain_address_pci_set_domain(address, domain);
62 gvir_config_domain_address_pci_set_bus(address, bus);
63 gvir_config_domain_address_pci_set_slot(address, slot);
64 gvir_config_domain_address_pci_set_function(address, function);
65 if (multifunction)
66 gvir_config_domain_address_pci_set_multifunction(address, multifunction);
67 gvir_config_domain_controller_set_address(GVIR_CONFIG_DOMAIN_CONTROLLER(controller),
68 GVIR_CONFIG_DOMAIN_ADDRESS(address));
69 g_object_unref(G_OBJECT(address));
70
71 return controller;
72 }
73
74 static GVirConfigDomainRedirdev *
75 create_redirdev(guint bus, guint port)
76 {
77 GVirConfigDomainRedirdev *redirdev;
78 GVirConfigDomainAddressUsb *address;
79 GVirConfigDomainChardevSourceSpiceVmc *spicevmc;
80 gchar *port_str;
81
82 redirdev = gvir_config_domain_redirdev_new();
83 gvir_config_domain_redirdev_set_bus(redirdev,
84 GVIR_CONFIG_DOMAIN_REDIRDEV_BUS_USB);
85 spicevmc = gvir_config_domain_chardev_source_spicevmc_new();
86 gvir_config_domain_chardev_set_source(GVIR_CONFIG_DOMAIN_CHARDEV(redirdev),
87 GVIR_CONFIG_DOMAIN_CHARDEV_SOURCE(spicevmc));
88 g_object_unref(G_OBJECT(spicevmc));
89
90 address = gvir_config_domain_address_usb_new();
91 gvir_config_domain_address_usb_set_bus(address, bus);
92 port_str = g_strdup_printf("%d", port);
93 gvir_config_domain_address_usb_set_port(address, port_str);
94 g_free(port_str);
95 gvir_config_domain_redirdev_set_address(redirdev,
96 GVIR_CONFIG_DOMAIN_ADDRESS(address));
97 g_object_unref(G_OBJECT(address));
98
99 return redirdev;
100 }
101
45102 int main(int argc, char **argv)
46103 {
47104 GVirConfigDomain *domain;
75132
76133 /* clock node */
77134 GVirConfigDomainClock *klock;
135 GVirConfigDomainTimerPit *pit;
136 GVirConfigDomainTimerRtc *rtc;
78137
79138 klock = gvir_config_domain_clock_new();
80139 gvir_config_domain_clock_set_offset(klock, GVIR_CONFIG_DOMAIN_CLOCK_UTC);
140
141 pit = gvir_config_domain_timer_pit_new();
142 gvir_config_domain_timer_set_tick_policy(GVIR_CONFIG_DOMAIN_TIMER(pit),
143 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_DELAY);
144 gvir_config_domain_clock_add_timer(klock, GVIR_CONFIG_DOMAIN_TIMER(pit));
145 g_assert(gvir_config_domain_timer_get_tick_policy(GVIR_CONFIG_DOMAIN_TIMER(pit)) == GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_DELAY);
146 g_object_unref(G_OBJECT(pit));
147
148 rtc = gvir_config_domain_timer_rtc_new();
149 gvir_config_domain_timer_set_tick_policy(GVIR_CONFIG_DOMAIN_TIMER(rtc),
150 GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_CATCHUP);
151 gvir_config_domain_clock_add_timer(klock, GVIR_CONFIG_DOMAIN_TIMER(rtc));
152 g_assert(gvir_config_domain_timer_get_tick_policy(GVIR_CONFIG_DOMAIN_TIMER(rtc)) == GVIR_CONFIG_DOMAIN_TIMER_TICK_POLICY_CATCHUP);
153 g_object_unref(G_OBJECT(rtc));
154
81155 gvir_config_domain_set_clock(domain, klock);
82156 g_object_unref(G_OBJECT(klock));
83157
105179 gvir_config_domain_disk_set_type(disk, GVIR_CONFIG_DOMAIN_DISK_FILE);
106180 gvir_config_domain_disk_set_guest_device_type(disk, GVIR_CONFIG_DOMAIN_DISK_GUEST_DEVICE_DISK);
107181 gvir_config_domain_disk_set_source(disk, "/tmp/foo/bar");
182 gvir_config_domain_disk_set_startup_policy (disk, GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_REQUISITE);
108183 gvir_config_domain_disk_set_driver_name(disk, "foo");
109184 gvir_config_domain_disk_set_driver_type(disk, "bar");
110185 gvir_config_domain_disk_set_driver_name(disk, "qemu");
116191
117192 g_assert(gvir_config_domain_disk_get_disk_type(disk) == GVIR_CONFIG_DOMAIN_DISK_FILE);
118193 g_assert(gvir_config_domain_disk_get_guest_device_type(disk) == GVIR_CONFIG_DOMAIN_DISK_GUEST_DEVICE_DISK);
194 g_assert(gvir_config_domain_disk_get_startup_policy (disk) == GVIR_CONFIG_DOMAIN_DISK_STARTUP_POLICY_REQUISITE);
119195 g_str_const_check(gvir_config_domain_disk_get_source(disk), "/tmp/foo/bar");
120196 g_assert(gvir_config_domain_disk_get_driver_cache(disk) == GVIR_CONFIG_DOMAIN_DISK_CACHE_NONE);
121197 g_str_const_check(gvir_config_domain_disk_get_driver_name(disk), "qemu");
198274 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(channel));
199275
200276 /* spice usb redirection */
277 GVirConfigDomainControllerUsb *ehci;
278 GVirConfigDomainControllerUsb *uhci1;
279 GVirConfigDomainControllerUsb *uhci2;
280 GVirConfigDomainControllerUsb *uhci3;
201281 GVirConfigDomainRedirdev *redirdev;
202282
203 redirdev = gvir_config_domain_redirdev_new();
204 gvir_config_domain_redirdev_set_bus(redirdev,
205 GVIR_CONFIG_DOMAIN_REDIRDEV_BUS_USB);
206 spicevmc = gvir_config_domain_chardev_source_spicevmc_new();
207 gvir_config_domain_chardev_set_source(GVIR_CONFIG_DOMAIN_CHARDEV(redirdev),
208 GVIR_CONFIG_DOMAIN_CHARDEV_SOURCE(spicevmc));
209 g_object_unref(G_OBJECT(spicevmc));
283 ehci = create_usb_controller(GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_EHCI1,
284 1, NULL, 0, 0, 0, 8, 7, FALSE);
285 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(ehci));
286 uhci1 = create_usb_controller(GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_UHCI1,
287 7, ehci, 0, 0, 0, 8, 0, TRUE);
288 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(uhci1));
289 uhci2 = create_usb_controller(GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_UHCI2,
290 7, ehci, 2, 0, 0, 8, 1, FALSE);
291 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(uhci2));
292 uhci3 = create_usb_controller(GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_ICH9_UHCI3,
293 7, ehci, 4, 0, 0, 8, 2, FALSE);
294 g_assert(gvir_config_domain_controller_get_index(GVIR_CONFIG_DOMAIN_CONTROLLER(uhci1)) == 1);
295 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(uhci3));
296
297
298 /* three redirdev channels allows to redirect a maximum of 3 USB
299 * devices at a time. The address which create_redirdev assigns to the
300 * redirdev object is optional
301 */
302 redirdev = create_redirdev(0, 3);
210303 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(redirdev));
211
304 redirdev = create_redirdev(0, 4);
305 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(redirdev));
306 redirdev = create_redirdev(0, 5);
307 devices = g_list_append(devices, GVIR_CONFIG_DOMAIN_DEVICE(redirdev));
212308
213309 gvir_config_domain_set_devices(domain, devices);
214310 g_list_foreach(devices, (GFunc)g_object_unref, NULL);
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
7272 am__base_list = \
7373 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7474 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75 am__uninstall_files_from_dir = { \
76 test -z "$$files" \
77 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
78 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
79 $(am__cd) "$$dir" && rm -f $$files; }; \
80 }
7581 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
7682 "$(DESTDIR)$(typelibsdir)" \
7783 "$(DESTDIR)$(libvirt_glib_1_0_ladir)"
8389 libvirt_glib_1_0_la-libvirt-glib-event.lo \
8490 libvirt_glib_1_0_la-libvirt-glib-main.lo
8591 libvirt_glib_1_0_la_OBJECTS = $(am_libvirt_glib_1_0_la_OBJECTS)
86 AM_V_lt = $(am__v_lt_$(V))
87 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
92 AM_V_lt = $(am__v_lt_@AM_V@)
93 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
8894 am__v_lt_0 = --silent
8995 libvirt_glib_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
9096 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
100106 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
101107 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
102108 $(AM_CFLAGS) $(CFLAGS)
103 AM_V_CC = $(am__v_CC_$(V))
104 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
109 AM_V_CC = $(am__v_CC_@AM_V@)
110 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
105111 am__v_CC_0 = @echo " CC " $@;
106 AM_V_at = $(am__v_at_$(V))
107 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108114 am__v_at_0 = @
109115 CCLD = $(CC)
110116 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
111117 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
112118 $(AM_LDFLAGS) $(LDFLAGS) -o $@
113 AM_V_CCLD = $(am__v_CCLD_$(V))
114 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
119 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
120 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
115121 am__v_CCLD_0 = @echo " CCLD " $@;
116 AM_V_GEN = $(am__v_GEN_$(V))
117 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
122 AM_V_GEN = $(am__v_GEN_@AM_V@)
123 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118124 am__v_GEN_0 = @echo " GEN " $@;
119125 SOURCES = $(libvirt_glib_1_0_la_SOURCES)
120126 DIST_SOURCES = $(libvirt_glib_1_0_la_SOURCES)
395401 echo "rm -f \"$${dir}/so_locations\""; \
396402 rm -f "$${dir}/so_locations"; \
397403 done
398 libvirt-glib-1.0.la: $(libvirt_glib_1_0_la_OBJECTS) $(libvirt_glib_1_0_la_DEPENDENCIES)
404 libvirt-glib-1.0.la: $(libvirt_glib_1_0_la_OBJECTS) $(libvirt_glib_1_0_la_DEPENDENCIES) $(EXTRA_libvirt_glib_1_0_la_DEPENDENCIES)
399405 $(AM_V_CCLD)$(libvirt_glib_1_0_la_LINK) -rpath $(libdir) $(libvirt_glib_1_0_la_OBJECTS) $(libvirt_glib_1_0_la_LIBADD) $(LIBS)
400406
401407 mostlyclean-compile:
411417 .c.o:
412418 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
413419 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
422 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
418423
419424 .c.obj:
420425 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
421426 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
429 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
426430
427431 .c.lo:
428432 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
429433 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
430 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
432435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
436 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
434437
435438 libvirt_glib_1_0_la-libvirt-glib-error.lo: libvirt-glib-error.c
436439 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_glib_1_0_la-libvirt-glib-error.lo -MD -MP -MF $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Tpo -c -o libvirt_glib_1_0_la-libvirt-glib-error.lo `test -f 'libvirt-glib-error.c' || echo '$(srcdir)/'`libvirt-glib-error.c
437440 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Tpo $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Plo
438 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-glib-error.c' object='libvirt_glib_1_0_la-libvirt-glib-error.lo' libtool=yes @AMDEPBACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-glib-error.c' object='libvirt_glib_1_0_la-libvirt-glib-error.lo' libtool=yes @AMDEPBACKSLASH@
440442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_glib_1_0_la-libvirt-glib-error.lo `test -f 'libvirt-glib-error.c' || echo '$(srcdir)/'`libvirt-glib-error.c
443 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_glib_1_0_la-libvirt-glib-error.lo `test -f 'libvirt-glib-error.c' || echo '$(srcdir)/'`libvirt-glib-error.c
442444
443445 libvirt_glib_1_0_la-libvirt-glib-event.lo: libvirt-glib-event.c
444446 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_glib_1_0_la-libvirt-glib-event.lo -MD -MP -MF $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Tpo -c -o libvirt_glib_1_0_la-libvirt-glib-event.lo `test -f 'libvirt-glib-event.c' || echo '$(srcdir)/'`libvirt-glib-event.c
445447 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Tpo $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Plo
446 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-glib-event.c' object='libvirt_glib_1_0_la-libvirt-glib-event.lo' libtool=yes @AMDEPBACKSLASH@
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-glib-event.c' object='libvirt_glib_1_0_la-libvirt-glib-event.lo' libtool=yes @AMDEPBACKSLASH@
448449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_glib_1_0_la-libvirt-glib-event.lo `test -f 'libvirt-glib-event.c' || echo '$(srcdir)/'`libvirt-glib-event.c
450 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_glib_1_0_la-libvirt-glib-event.lo `test -f 'libvirt-glib-event.c' || echo '$(srcdir)/'`libvirt-glib-event.c
450451
451452 libvirt_glib_1_0_la-libvirt-glib-main.lo: libvirt-glib-main.c
452453 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_glib_1_0_la-libvirt-glib-main.lo -MD -MP -MF $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Tpo -c -o libvirt_glib_1_0_la-libvirt-glib-main.lo `test -f 'libvirt-glib-main.c' || echo '$(srcdir)/'`libvirt-glib-main.c
453454 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Tpo $(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Plo
454 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-glib-main.c' object='libvirt_glib_1_0_la-libvirt-glib-main.lo' libtool=yes @AMDEPBACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-glib-main.c' object='libvirt_glib_1_0_la-libvirt-glib-main.lo' libtool=yes @AMDEPBACKSLASH@
456456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_glib_1_0_la-libvirt-glib-main.lo `test -f 'libvirt-glib-main.c' || echo '$(srcdir)/'`libvirt-glib-main.c
457 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_glib_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_glib_1_0_la-libvirt-glib-main.lo `test -f 'libvirt-glib-main.c' || echo '$(srcdir)/'`libvirt-glib-main.c
458458
459459 mostlyclean-libtool:
460460 -rm -f *.lo
478478 @$(NORMAL_UNINSTALL)
479479 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
480480 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
481 test -n "$$files" || exit 0; \
482 echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
483 cd "$(DESTDIR)$(girdir)" && rm -f $$files
481 dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
484482 install-typelibsDATA: $(typelibs_DATA)
485483 @$(NORMAL_INSTALL)
486484 test -z "$(typelibsdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibsdir)"
498496 @$(NORMAL_UNINSTALL)
499497 @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
500498 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
501 test -n "$$files" || exit 0; \
502 echo " ( cd '$(DESTDIR)$(typelibsdir)' && rm -f" $$files ")"; \
503 cd "$(DESTDIR)$(typelibsdir)" && rm -f $$files
499 dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir)
504500 install-libvirt_glib_1_0_laHEADERS: $(libvirt_glib_1_0_la_HEADERS)
505501 @$(NORMAL_INSTALL)
506502 test -z "$(libvirt_glib_1_0_ladir)" || $(MKDIR_P) "$(DESTDIR)$(libvirt_glib_1_0_ladir)"
518514 @$(NORMAL_UNINSTALL)
519515 @list='$(libvirt_glib_1_0_la_HEADERS)'; test -n "$(libvirt_glib_1_0_ladir)" || list=; \
520516 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
521 test -n "$$files" || exit 0; \
522 echo " ( cd '$(DESTDIR)$(libvirt_glib_1_0_ladir)' && rm -f" $$files ")"; \
523 cd "$(DESTDIR)$(libvirt_glib_1_0_ladir)" && rm -f $$files
517 dir='$(DESTDIR)$(libvirt_glib_1_0_ladir)'; $(am__uninstall_files_from_dir)
524518
525519 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
526520 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
621615
622616 installcheck: installcheck-am
623617 install-strip:
624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
626 `test -z '$(STRIP)' || \
627 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
618 if test -z '$(STRIP)'; then \
619 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621 install; \
622 else \
623 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
626 fi
628627 mostlyclean-generic:
629628
630629 clean-generic:
0 LIBVIRT_GLIB_0.0.4 {
0 LIBVIRT_GLIB_0.0.7 {
11 global:
22 gvir_init;
33 gvir_init_check;
1919 %define with_vala 1
2020 %endif
2121
22 %define libvirt_version 0.9.10
23
2224 Name: libvirt-glib
23 Version: 0.0.7
25 Version: 0.0.8
2426 Release: 1%{?dist}%{?extra_release}
2527 Summary: libvirt glib integration for events
2628 Group: Development/Libraries
3032 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
3133
3234 BuildRequires: glib2-devel >= 2.22.0
33 BuildRequires: libvirt-devel >= 0.9.10
35 BuildRequires: libvirt-devel >= %{libvirt_version}
3436 BuildRequires: python-devel
3537 %if %{with_introspection}
3638 BuildRequires: gobject-introspection-devel
6971 Requires: %{name}-devel = %{version}-%{release}
7072 Requires: libvirt-gconfig-devel = %{version}-%{release}
7173 Requires: libvirt-gobject = %{version}-%{release}
74 Requires: libvirt-devel >= %{libvirt_version}
7275
7376 %if %{with_python}
7477 %package python
1818 %if 0%{with_introspection} && 0%{?fedora} > 15
1919 %define with_vala 1
2020 %endif
21
22 %define libvirt_version 0.9.10
2123
2224 Name: @PACKAGE@
2325 Version: @VERSION@
3032 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
3133
3234 BuildRequires: glib2-devel >= 2.22.0
33 BuildRequires: libvirt-devel >= 0.9.10
35 BuildRequires: libvirt-devel >= %{libvirt_version}
3436 BuildRequires: python-devel
3537 %if %{with_introspection}
3638 BuildRequires: gobject-introspection-devel
6971 Requires: %{name}-devel = %{version}-%{release}
7072 Requires: libvirt-gconfig-devel = %{version}-%{release}
7173 Requires: libvirt-gobject = %{version}-%{release}
74 Requires: libvirt-devel >= %{libvirt_version}
7275
7376 %if %{with_python}
7477 %package python
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
7373 am__base_list = \
7474 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7575 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76 am__uninstall_files_from_dir = { \
77 test -z "$$files" \
78 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
79 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
80 $(am__cd) "$$dir" && rm -f $$files; }; \
81 }
7682 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
7783 "$(DESTDIR)$(typelibsdir)" \
7884 "$(DESTDIR)$(libvirt_gobject_1_0_ladir)" \
105111 nodist_libvirt_gobject_1_0_la_OBJECTS = $(am__objects_4)
106112 libvirt_gobject_1_0_la_OBJECTS = $(am_libvirt_gobject_1_0_la_OBJECTS) \
107113 $(nodist_libvirt_gobject_1_0_la_OBJECTS)
108 AM_V_lt = $(am__v_lt_$(V))
109 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
114 AM_V_lt = $(am__v_lt_@AM_V@)
115 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110116 am__v_lt_0 = --silent
111117 libvirt_gobject_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
112118 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
122128 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
123129 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
124130 $(AM_CFLAGS) $(CFLAGS)
125 AM_V_CC = $(am__v_CC_$(V))
126 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
131 AM_V_CC = $(am__v_CC_@AM_V@)
132 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
127133 am__v_CC_0 = @echo " CC " $@;
128 AM_V_at = $(am__v_at_$(V))
129 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130136 am__v_at_0 = @
131137 CCLD = $(CC)
132138 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133139 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134140 $(AM_LDFLAGS) $(LDFLAGS) -o $@
135 AM_V_CCLD = $(am__v_CCLD_$(V))
136 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
141 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
137143 am__v_CCLD_0 = @echo " CCLD " $@;
138 AM_V_GEN = $(am__v_GEN_$(V))
139 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
144 AM_V_GEN = $(am__v_GEN_@AM_V@)
145 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140146 am__v_GEN_0 = @echo " GEN " $@;
141147 SOURCES = $(libvirt_gobject_1_0_la_SOURCES) \
142148 $(nodist_libvirt_gobject_1_0_la_SOURCES)
478484 echo "rm -f \"$${dir}/so_locations\""; \
479485 rm -f "$${dir}/so_locations"; \
480486 done
481 libvirt-gobject-1.0.la: $(libvirt_gobject_1_0_la_OBJECTS) $(libvirt_gobject_1_0_la_DEPENDENCIES)
487 libvirt-gobject-1.0.la: $(libvirt_gobject_1_0_la_OBJECTS) $(libvirt_gobject_1_0_la_DEPENDENCIES) $(EXTRA_libvirt_gobject_1_0_la_DEPENDENCIES)
482488 $(AM_V_CCLD)$(libvirt_gobject_1_0_la_LINK) -rpath $(libdir) $(libvirt_gobject_1_0_la_OBJECTS) $(libvirt_gobject_1_0_la_LIBADD) $(LIBS)
483489
484490 mostlyclean-compile:
511517 .c.o:
512518 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513519 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
518523
519524 .c.obj:
520525 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
521526 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
522 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
524 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
526530
527531 .c.lo:
528532 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
529533 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
530 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
532 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
534537
535538 libvirt_gobject_1_0_la-libvirt-gobject-main.lo: libvirt-gobject-main.c
536539 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-main.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-main.lo `test -f 'libvirt-gobject-main.c' || echo '$(srcdir)/'`libvirt-gobject-main.c
537540 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Plo
538 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-main.c' object='libvirt_gobject_1_0_la-libvirt-gobject-main.lo' libtool=yes @AMDEPBACKSLASH@
540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-main.lo `test -f 'libvirt-gobject-main.c' || echo '$(srcdir)/'`libvirt-gobject-main.c
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-main.c' object='libvirt_gobject_1_0_la-libvirt-gobject-main.lo' libtool=yes @AMDEPBACKSLASH@
542 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-main.lo `test -f 'libvirt-gobject-main.c' || echo '$(srcdir)/'`libvirt-gobject-main.c
542544
543545 libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo: libvirt-gobject-domain-snapshot.c
544546 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo `test -f 'libvirt-gobject-domain-snapshot.c' || echo '$(srcdir)/'`libvirt-gobject-domain-snapshot.c
545547 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Plo
546 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-domain-snapshot.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo' libtool=yes @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo `test -f 'libvirt-gobject-domain-snapshot.c' || echo '$(srcdir)/'`libvirt-gobject-domain-snapshot.c
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-domain-snapshot.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo' libtool=yes @AMDEPBACKSLASH@
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.lo `test -f 'libvirt-gobject-domain-snapshot.c' || echo '$(srcdir)/'`libvirt-gobject-domain-snapshot.c
550551
551552 libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo: libvirt-gobject-domain-device.c
552553 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo `test -f 'libvirt-gobject-domain-device.c' || echo '$(srcdir)/'`libvirt-gobject-domain-device.c
553554 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Plo
554 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-domain-device.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo' libtool=yes @AMDEPBACKSLASH@
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo `test -f 'libvirt-gobject-domain-device.c' || echo '$(srcdir)/'`libvirt-gobject-domain-device.c
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-domain-device.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo' libtool=yes @AMDEPBACKSLASH@
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-device.lo `test -f 'libvirt-gobject-domain-device.c' || echo '$(srcdir)/'`libvirt-gobject-domain-device.c
558558
559559 libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo: libvirt-gobject-domain-disk.c
560560 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo `test -f 'libvirt-gobject-domain-disk.c' || echo '$(srcdir)/'`libvirt-gobject-domain-disk.c
561561 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Plo
562 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-domain-disk.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo' libtool=yes @AMDEPBACKSLASH@
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo `test -f 'libvirt-gobject-domain-disk.c' || echo '$(srcdir)/'`libvirt-gobject-domain-disk.c
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-domain-disk.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo' libtool=yes @AMDEPBACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.lo `test -f 'libvirt-gobject-domain-disk.c' || echo '$(srcdir)/'`libvirt-gobject-domain-disk.c
566565
567566 libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo: libvirt-gobject-domain-interface.c
568567 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo `test -f 'libvirt-gobject-domain-interface.c' || echo '$(srcdir)/'`libvirt-gobject-domain-interface.c
569568 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Plo
570 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-domain-interface.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo' libtool=yes @AMDEPBACKSLASH@
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo `test -f 'libvirt-gobject-domain-interface.c' || echo '$(srcdir)/'`libvirt-gobject-domain-interface.c
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-domain-interface.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo' libtool=yes @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.lo `test -f 'libvirt-gobject-domain-interface.c' || echo '$(srcdir)/'`libvirt-gobject-domain-interface.c
574572
575573 libvirt_gobject_1_0_la-libvirt-gobject-domain.lo: libvirt-gobject-domain.c
576574 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-domain.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain.lo `test -f 'libvirt-gobject-domain.c' || echo '$(srcdir)/'`libvirt-gobject-domain.c
577575 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Plo
578 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-domain.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain.lo' libtool=yes @AMDEPBACKSLASH@
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain.lo `test -f 'libvirt-gobject-domain.c' || echo '$(srcdir)/'`libvirt-gobject-domain.c
576 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-domain.c' object='libvirt_gobject_1_0_la-libvirt-gobject-domain.lo' libtool=yes @AMDEPBACKSLASH@
577 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-domain.lo `test -f 'libvirt-gobject-domain.c' || echo '$(srcdir)/'`libvirt-gobject-domain.c
582579
583580 libvirt_gobject_1_0_la-libvirt-gobject-interface.lo: libvirt-gobject-interface.c
584581 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-interface.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-interface.lo `test -f 'libvirt-gobject-interface.c' || echo '$(srcdir)/'`libvirt-gobject-interface.c
585582 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Plo
586 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-interface.c' object='libvirt_gobject_1_0_la-libvirt-gobject-interface.lo' libtool=yes @AMDEPBACKSLASH@
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-interface.lo `test -f 'libvirt-gobject-interface.c' || echo '$(srcdir)/'`libvirt-gobject-interface.c
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-interface.c' object='libvirt_gobject_1_0_la-libvirt-gobject-interface.lo' libtool=yes @AMDEPBACKSLASH@
584 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-interface.lo `test -f 'libvirt-gobject-interface.c' || echo '$(srcdir)/'`libvirt-gobject-interface.c
590586
591587 libvirt_gobject_1_0_la-libvirt-gobject-network.lo: libvirt-gobject-network.c
592588 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-network.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-network.lo `test -f 'libvirt-gobject-network.c' || echo '$(srcdir)/'`libvirt-gobject-network.c
593589 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Plo
594 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-network.c' object='libvirt_gobject_1_0_la-libvirt-gobject-network.lo' libtool=yes @AMDEPBACKSLASH@
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-network.lo `test -f 'libvirt-gobject-network.c' || echo '$(srcdir)/'`libvirt-gobject-network.c
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-network.c' object='libvirt_gobject_1_0_la-libvirt-gobject-network.lo' libtool=yes @AMDEPBACKSLASH@
591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-network.lo `test -f 'libvirt-gobject-network.c' || echo '$(srcdir)/'`libvirt-gobject-network.c
598593
599594 libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo: libvirt-gobject-network-filter.c
600595 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo `test -f 'libvirt-gobject-network-filter.c' || echo '$(srcdir)/'`libvirt-gobject-network-filter.c
601596 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Plo
602 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-network-filter.c' object='libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo' libtool=yes @AMDEPBACKSLASH@
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo `test -f 'libvirt-gobject-network-filter.c' || echo '$(srcdir)/'`libvirt-gobject-network-filter.c
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-network-filter.c' object='libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo' libtool=yes @AMDEPBACKSLASH@
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-network-filter.lo `test -f 'libvirt-gobject-network-filter.c' || echo '$(srcdir)/'`libvirt-gobject-network-filter.c
606600
607601 libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo: libvirt-gobject-node-device.c
608602 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo `test -f 'libvirt-gobject-node-device.c' || echo '$(srcdir)/'`libvirt-gobject-node-device.c
609603 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Plo
610 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-node-device.c' object='libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo' libtool=yes @AMDEPBACKSLASH@
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo `test -f 'libvirt-gobject-node-device.c' || echo '$(srcdir)/'`libvirt-gobject-node-device.c
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-node-device.c' object='libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo' libtool=yes @AMDEPBACKSLASH@
605 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-node-device.lo `test -f 'libvirt-gobject-node-device.c' || echo '$(srcdir)/'`libvirt-gobject-node-device.c
614607
615608 libvirt_gobject_1_0_la-libvirt-gobject-secret.lo: libvirt-gobject-secret.c
616609 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-secret.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-secret.lo `test -f 'libvirt-gobject-secret.c' || echo '$(srcdir)/'`libvirt-gobject-secret.c
617610 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Plo
618 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-secret.c' object='libvirt_gobject_1_0_la-libvirt-gobject-secret.lo' libtool=yes @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-secret.lo `test -f 'libvirt-gobject-secret.c' || echo '$(srcdir)/'`libvirt-gobject-secret.c
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-secret.c' object='libvirt_gobject_1_0_la-libvirt-gobject-secret.lo' libtool=yes @AMDEPBACKSLASH@
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-secret.lo `test -f 'libvirt-gobject-secret.c' || echo '$(srcdir)/'`libvirt-gobject-secret.c
622614
623615 libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo: libvirt-gobject-storage-vol.c
624616 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo `test -f 'libvirt-gobject-storage-vol.c' || echo '$(srcdir)/'`libvirt-gobject-storage-vol.c
625617 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Plo
626 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-storage-vol.c' object='libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo' libtool=yes @AMDEPBACKSLASH@
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo `test -f 'libvirt-gobject-storage-vol.c' || echo '$(srcdir)/'`libvirt-gobject-storage-vol.c
618 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-storage-vol.c' object='libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo' libtool=yes @AMDEPBACKSLASH@
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.lo `test -f 'libvirt-gobject-storage-vol.c' || echo '$(srcdir)/'`libvirt-gobject-storage-vol.c
630621
631622 libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo: libvirt-gobject-storage-pool.c
632623 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo `test -f 'libvirt-gobject-storage-pool.c' || echo '$(srcdir)/'`libvirt-gobject-storage-pool.c
633624 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Plo
634 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-storage-pool.c' object='libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo' libtool=yes @AMDEPBACKSLASH@
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo `test -f 'libvirt-gobject-storage-pool.c' || echo '$(srcdir)/'`libvirt-gobject-storage-pool.c
625 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-storage-pool.c' object='libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo' libtool=yes @AMDEPBACKSLASH@
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.lo `test -f 'libvirt-gobject-storage-pool.c' || echo '$(srcdir)/'`libvirt-gobject-storage-pool.c
638628
639629 libvirt_gobject_1_0_la-libvirt-gobject-stream.lo: libvirt-gobject-stream.c
640630 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-stream.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-stream.lo `test -f 'libvirt-gobject-stream.c' || echo '$(srcdir)/'`libvirt-gobject-stream.c
641631 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Plo
642 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-stream.c' object='libvirt_gobject_1_0_la-libvirt-gobject-stream.lo' libtool=yes @AMDEPBACKSLASH@
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-stream.lo `test -f 'libvirt-gobject-stream.c' || echo '$(srcdir)/'`libvirt-gobject-stream.c
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-stream.c' object='libvirt_gobject_1_0_la-libvirt-gobject-stream.lo' libtool=yes @AMDEPBACKSLASH@
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-stream.lo `test -f 'libvirt-gobject-stream.c' || echo '$(srcdir)/'`libvirt-gobject-stream.c
646635
647636 libvirt_gobject_1_0_la-libvirt-gobject-connection.lo: libvirt-gobject-connection.c
648637 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-connection.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-connection.lo `test -f 'libvirt-gobject-connection.c' || echo '$(srcdir)/'`libvirt-gobject-connection.c
649638 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Plo
650 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-connection.c' object='libvirt_gobject_1_0_la-libvirt-gobject-connection.lo' libtool=yes @AMDEPBACKSLASH@
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-connection.lo `test -f 'libvirt-gobject-connection.c' || echo '$(srcdir)/'`libvirt-gobject-connection.c
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-connection.c' object='libvirt_gobject_1_0_la-libvirt-gobject-connection.lo' libtool=yes @AMDEPBACKSLASH@
640 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-connection.lo `test -f 'libvirt-gobject-connection.c' || echo '$(srcdir)/'`libvirt-gobject-connection.c
654642
655643 libvirt_gobject_1_0_la-libvirt-gobject-manager.lo: libvirt-gobject-manager.c
656644 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-manager.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-manager.lo `test -f 'libvirt-gobject-manager.c' || echo '$(srcdir)/'`libvirt-gobject-manager.c
657645 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Plo
658 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-manager.c' object='libvirt_gobject_1_0_la-libvirt-gobject-manager.lo' libtool=yes @AMDEPBACKSLASH@
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-manager.lo `test -f 'libvirt-gobject-manager.c' || echo '$(srcdir)/'`libvirt-gobject-manager.c
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-manager.c' object='libvirt_gobject_1_0_la-libvirt-gobject-manager.lo' libtool=yes @AMDEPBACKSLASH@
647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-manager.lo `test -f 'libvirt-gobject-manager.c' || echo '$(srcdir)/'`libvirt-gobject-manager.c
662649
663650 libvirt_gobject_1_0_la-libvirt-gobject-compat.lo: libvirt-gobject-compat.c
664651 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-compat.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-compat.lo `test -f 'libvirt-gobject-compat.c' || echo '$(srcdir)/'`libvirt-gobject-compat.c
665652 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Plo
666 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-compat.c' object='libvirt_gobject_1_0_la-libvirt-gobject-compat.lo' libtool=yes @AMDEPBACKSLASH@
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-compat.lo `test -f 'libvirt-gobject-compat.c' || echo '$(srcdir)/'`libvirt-gobject-compat.c
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-compat.c' object='libvirt_gobject_1_0_la-libvirt-gobject-compat.lo' libtool=yes @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-compat.lo `test -f 'libvirt-gobject-compat.c' || echo '$(srcdir)/'`libvirt-gobject-compat.c
670656
671657 libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo: libvirt-gobject-input-stream.c
672658 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo `test -f 'libvirt-gobject-input-stream.c' || echo '$(srcdir)/'`libvirt-gobject-input-stream.c
673659 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Plo
674 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-input-stream.c' object='libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo' libtool=yes @AMDEPBACKSLASH@
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo `test -f 'libvirt-gobject-input-stream.c' || echo '$(srcdir)/'`libvirt-gobject-input-stream.c
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-input-stream.c' object='libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo' libtool=yes @AMDEPBACKSLASH@
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-input-stream.lo `test -f 'libvirt-gobject-input-stream.c' || echo '$(srcdir)/'`libvirt-gobject-input-stream.c
678663
679664 libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo: libvirt-gobject-output-stream.c
680665 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo `test -f 'libvirt-gobject-output-stream.c' || echo '$(srcdir)/'`libvirt-gobject-output-stream.c
681666 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Plo
682 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-output-stream.c' object='libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo' libtool=yes @AMDEPBACKSLASH@
684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
685 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo `test -f 'libvirt-gobject-output-stream.c' || echo '$(srcdir)/'`libvirt-gobject-output-stream.c
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-output-stream.c' object='libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo' libtool=yes @AMDEPBACKSLASH@
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-output-stream.lo `test -f 'libvirt-gobject-output-stream.c' || echo '$(srcdir)/'`libvirt-gobject-output-stream.c
686670
687671 libvirt_gobject_1_0_la-libvirt-gobject-enums.lo: libvirt-gobject-enums.c
688672 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gobject_1_0_la-libvirt-gobject-enums.lo -MD -MP -MF $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Tpo -c -o libvirt_gobject_1_0_la-libvirt-gobject-enums.lo `test -f 'libvirt-gobject-enums.c' || echo '$(srcdir)/'`libvirt-gobject-enums.c
689673 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Tpo $(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Plo
690 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-gobject-enums.c' object='libvirt_gobject_1_0_la-libvirt-gobject-enums.lo' libtool=yes @AMDEPBACKSLASH@
692 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-enums.lo `test -f 'libvirt-gobject-enums.c' || echo '$(srcdir)/'`libvirt-gobject-enums.c
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gobject-enums.c' object='libvirt_gobject_1_0_la-libvirt-gobject-enums.lo' libtool=yes @AMDEPBACKSLASH@
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gobject_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gobject_1_0_la-libvirt-gobject-enums.lo `test -f 'libvirt-gobject-enums.c' || echo '$(srcdir)/'`libvirt-gobject-enums.c
694677
695678 mostlyclean-libtool:
696679 -rm -f *.lo
714697 @$(NORMAL_UNINSTALL)
715698 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
716699 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
717 test -n "$$files" || exit 0; \
718 echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
719 cd "$(DESTDIR)$(girdir)" && rm -f $$files
700 dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
720701 install-typelibsDATA: $(typelibs_DATA)
721702 @$(NORMAL_INSTALL)
722703 test -z "$(typelibsdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibsdir)"
734715 @$(NORMAL_UNINSTALL)
735716 @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
736717 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
737 test -n "$$files" || exit 0; \
738 echo " ( cd '$(DESTDIR)$(typelibsdir)' && rm -f" $$files ")"; \
739 cd "$(DESTDIR)$(typelibsdir)" && rm -f $$files
718 dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir)
740719 install-libvirt_gobject_1_0_laHEADERS: $(libvirt_gobject_1_0_la_HEADERS)
741720 @$(NORMAL_INSTALL)
742721 test -z "$(libvirt_gobject_1_0_ladir)" || $(MKDIR_P) "$(DESTDIR)$(libvirt_gobject_1_0_ladir)"
754733 @$(NORMAL_UNINSTALL)
755734 @list='$(libvirt_gobject_1_0_la_HEADERS)'; test -n "$(libvirt_gobject_1_0_ladir)" || list=; \
756735 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
757 test -n "$$files" || exit 0; \
758 echo " ( cd '$(DESTDIR)$(libvirt_gobject_1_0_ladir)' && rm -f" $$files ")"; \
759 cd "$(DESTDIR)$(libvirt_gobject_1_0_ladir)" && rm -f $$files
736 dir='$(DESTDIR)$(libvirt_gobject_1_0_ladir)'; $(am__uninstall_files_from_dir)
760737 install-nodist_libvirt_gobject_1_0_laHEADERS: $(nodist_libvirt_gobject_1_0_la_HEADERS)
761738 @$(NORMAL_INSTALL)
762739 test -z "$(libvirt_gobject_1_0_ladir)" || $(MKDIR_P) "$(DESTDIR)$(libvirt_gobject_1_0_ladir)"
774751 @$(NORMAL_UNINSTALL)
775752 @list='$(nodist_libvirt_gobject_1_0_la_HEADERS)'; test -n "$(libvirt_gobject_1_0_ladir)" || list=; \
776753 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
777 test -n "$$files" || exit 0; \
778 echo " ( cd '$(DESTDIR)$(libvirt_gobject_1_0_ladir)' && rm -f" $$files ")"; \
779 cd "$(DESTDIR)$(libvirt_gobject_1_0_ladir)" && rm -f $$files
754 dir='$(DESTDIR)$(libvirt_gobject_1_0_ladir)'; $(am__uninstall_files_from_dir)
780755
781756 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
782757 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
879854
880855 installcheck: installcheck-am
881856 install-strip:
882 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
883 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
884 `test -z '$(STRIP)' || \
885 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
857 if test -z '$(STRIP)'; then \
858 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860 install; \
861 else \
862 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
863 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
864 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
865 fi
886866 mostlyclean-generic:
887867
888868 clean-generic:
571571 return ret;
572572 }
573573
574 static void
575 gvir_domain_get_info_helper(GSimpleAsyncResult *res,
576 GObject *object,
577 GCancellable *cancellable G_GNUC_UNUSED)
578 {
579 GVirDomain *dom = GVIR_DOMAIN(object);
580 GVirDomainInfo *info;
581 GError *err = NULL;
582
583 info = gvir_domain_get_info(dom, &err);
584 if (err)
585 g_simple_async_result_take_error(res, err);
586 else
587 g_simple_async_result_set_op_res_gpointer
588 (res,
589 info,
590 (GDestroyNotify) gvir_domain_info_free);
591 }
592
593 /**
594 * gvir_domain_get_info_async:
595 * @dom: the domain
596 * @cancellable: (allow-none)(transfer none): cancellation object
597 * @callback: (scope async): completion callback
598 * @user_data: (closure): opaque data for callback
599 *
600 * Asynchronous variant of #gvir_domain_get_info.
601 */
602 void gvir_domain_get_info_async(GVirDomain *dom,
603 GCancellable *cancellable,
604 GAsyncReadyCallback callback,
605 gpointer user_data)
606 {
607 GSimpleAsyncResult *res;
608
609 g_return_if_fail(GVIR_IS_DOMAIN(dom));
610
611 res = g_simple_async_result_new(G_OBJECT(dom),
612 callback,
613 user_data,
614 gvir_domain_get_info_async);
615 g_simple_async_result_run_in_thread(res,
616 gvir_domain_get_info_helper,
617 G_PRIORITY_DEFAULT,
618 cancellable);
619 g_object_unref(res);
620 }
621
622 /**
623 * gvir_domain_get_info_finish:
624 * @dom: the domain
625 * @result: (transfer none): async method result
626 * @err: Place-holder for possible errors
627 *
628 * Finishes the operation started by #gvir_domain_get_info_async.
629 *
630 * Returns: (transfer full): the info
631 */
632 GVirDomainInfo *gvir_domain_get_info_finish(GVirDomain *dom,
633 GAsyncResult *result,
634 GError **err)
635 {
636 GSimpleAsyncResult *res = G_SIMPLE_ASYNC_RESULT(result);
637 GVirDomainInfo *ret;
638
639 g_return_val_if_fail(GVIR_IS_DOMAIN(dom), NULL);
640 g_return_val_if_fail
641 (g_simple_async_result_is_valid(result,
642 G_OBJECT(dom),
643 gvir_domain_get_info_async),
644 NULL);
645
646 if (g_simple_async_result_propagate_error(res, err))
647 return NULL;
648
649 ret = g_simple_async_result_get_op_res_gpointer(res);
650
651 return gvir_domain_info_copy (ret);
652 }
653
574654 /**
575655 * gvir_domain_screenshot:
576656 * @stream: stream to use as output
700780 }
701781
702782 /**
703 * gir_domain_suspend:
783 * gvir_domain_suspend:
704784 * @dom: the domain to suspend
705785 * @err: Place-holder for possible errors
706786 *
782862 }
783863
784864 /**
785 * gir_domain_save_async:
865 * gvir_domain_save_async:
786866 * @dom: the domain to save
787867 * @flags: extra flags, currently unused
788868 * @cancellable: (allow-none)(transfer none): cancellation object
818898 }
819899
820900 /**
821 * gir_domain_save_finish:
901 * gvir_domain_save_finish:
822902 * @dom: the domain to save
823903 * @result: (transfer none): async method result
824904 * @err: Place-holder for possible errors
140140
141141 GVirDomainInfo *gvir_domain_get_info(GVirDomain *dom,
142142 GError **err);
143 void gvir_domain_get_info_async(GVirDomain *dom,
144 GCancellable *cancellable,
145 GAsyncReadyCallback callback,
146 gpointer user_data);
147 GVirDomainInfo *gvir_domain_get_info_finish(GVirDomain *dom,
148 GAsyncResult *result,
149 GError **err);
143150
144151 GVirConfigDomain *gvir_domain_get_config(GVirDomain *dom,
145152 guint flags,
0 LIBVIRT_GOBJECT_0.0.4 {
0 LIBVIRT_GOBJECT_0.0.8 {
11 global:
22 gvir_init_object;
33 gvir_init_object_check;
6969 gvir_domain_set_config;
7070 gvir_domain_get_devices;
7171 gvir_domain_get_info;
72 gvir_domain_get_info_async;
73 gvir_domain_get_info_finish;
7274 gvir_domain_get_persistent;
7375 gvir_domain_get_saved;
7476 gvir_domain_screenshot;
55 Name: libvirt-gobject
66 Version: @VERSION@
77 Description: libvirt GObject library
8 Requires: gio-2.0 gobject-2.0 libvirt-gconfig-1.0
8 Requires: gio-2.0 gobject-2.0 libvirt-gconfig-1.0 libvirt
99 Libs: -L${libdir} -lvirt-gobject-1.0
1010 Requires.private: gthread-2.0 libvirt
1111 Cflags: -I${includedir}/libvirt-gobject-1.0
00 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
11 #
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
4 # Inc.
3 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
4 # Foundation, Inc.
55 # Written by Gordon Matzigkeit, 1996
66 #
77 # This file is free software; the Free Software Foundation gives
1010
1111 m4_define([_LT_COPYING], [dnl
1212 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
14 # Inc.
13 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
14 # Foundation, Inc.
1515 # Written by Gordon Matzigkeit, 1996
1616 #
1717 # This file is part of GNU Libtool.
145145 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
146146 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
147147
148 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
149 dnl
148150 _LT_DECL([], [host_alias], [0], [The host system])dnl
149151 _LT_DECL([], [host], [0])dnl
150152 _LT_DECL([], [host_os], [0])dnl
636638 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
637639 configured by $[0], generated by m4_PACKAGE_STRING.
638640
639 Copyright (C) 2010 Free Software Foundation, Inc.
641 Copyright (C) 2011 Free Software Foundation, Inc.
640642 This config.lt script is free software; the Free Software Foundation
641643 gives unlimited permision to copy, distribute and modify it."
642644
800802 m4_case([$1],
801803 [C], [_LT_LANG(C)],
802804 [C++], [_LT_LANG(CXX)],
805 [Go], [_LT_LANG(GO)],
803806 [Java], [_LT_LANG(GCJ)],
804807 [Fortran 77], [_LT_LANG(F77)],
805808 [Fortran], [_LT_LANG(FC)],
819822 m4_define([_LT_LANG_]$1[_enabled], [])dnl
820823 _LT_LANG_$1_CONFIG($1)])dnl
821824 ])# _LT_LANG
825
826
827 m4_ifndef([AC_PROG_GO], [
828 ############################################################
829 # NOTE: This macro has been submitted for inclusion into #
830 # GNU Autoconf as AC_PROG_GO. When it is available in #
831 # a released version of Autoconf we should remove this #
832 # macro and use it instead. #
833 ############################################################
834 m4_defun([AC_PROG_GO],
835 [AC_LANG_PUSH(Go)dnl
836 AC_ARG_VAR([GOC], [Go compiler command])dnl
837 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
838 _AC_ARG_VAR_LDFLAGS()dnl
839 AC_CHECK_TOOL(GOC, gccgo)
840 if test -z "$GOC"; then
841 if test -n "$ac_tool_prefix"; then
842 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
843 fi
844 fi
845 if test -z "$GOC"; then
846 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
847 fi
848 ])#m4_defun
849 ])#m4_ifndef
822850
823851
824852 # _LT_LANG_DEFAULT_CONFIG
850878 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
851879 m4_ifdef([LT_PROG_GCJ],
852880 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
881
882 AC_PROVIDE_IFELSE([AC_PROG_GO],
883 [LT_LANG(GO)],
884 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
853885
854886 AC_PROVIDE_IFELSE([LT_PROG_RC],
855887 [LT_LANG(RC)],
953985 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
954986 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
955987 _lt_result=$?
956 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
988 # If there is a non-empty error log, and "single_module"
989 # appears in it, assume the flag caused a linker warning
990 if test -s conftest.err && $GREP single_module conftest.err; then
991 cat conftest.err >&AS_MESSAGE_LOG_FD
992 # Otherwise, if the output was created with a 0 exit code from
993 # the compiler, it worked.
994 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
957995 lt_cv_apple_cc_single_mod=yes
958996 else
959997 cat conftest.err >&AS_MESSAGE_LOG_FD
961999 rm -rf libconftest.dylib*
9621000 rm -f conftest.*
9631001 fi])
1002
9641003 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
9651004 [lt_cv_ld_exported_symbols_list],
9661005 [lt_cv_ld_exported_symbols_list=no
9721011 [lt_cv_ld_exported_symbols_list=no])
9731012 LDFLAGS="$save_LDFLAGS"
9741013 ])
1014
9751015 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
9761016 [lt_cv_ld_force_load=no
9771017 cat > conftest.c << _LT_EOF
9891029 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
9901030 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
9911031 _lt_result=$?
992 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
1032 if test -s conftest.err && $GREP force_load conftest.err; then
1033 cat conftest.err >&AS_MESSAGE_LOG_FD
1034 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
9931035 lt_cv_ld_force_load=yes
9941036 else
9951037 cat conftest.err >&AS_MESSAGE_LOG_FD
10341076 ])
10351077
10361078
1037 # _LT_DARWIN_LINKER_FEATURES
1038 # --------------------------
1079 # _LT_DARWIN_LINKER_FEATURES([TAG])
1080 # ---------------------------------
10391081 # Checks for linker and compiler features on darwin
10401082 m4_defun([_LT_DARWIN_LINKER_FEATURES],
10411083 [
10461088 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
10471089 if test "$lt_cv_ld_force_load" = "yes"; then
10481090 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1091 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
1092 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
10491093 else
10501094 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
10511095 fi
13291373 CFLAGS="$SAVE_CFLAGS"
13301374 fi
13311375 ;;
1332 sparc*-*solaris*)
1376 *-*solaris*)
13331377 # Find out which ABI we are using.
13341378 echo 'int i;' > conftest.$ac_ext
13351379 if AC_TRY_EVAL(ac_compile); then
13361380 case `/usr/bin/file conftest.o` in
13371381 *64-bit*)
13381382 case $lt_cv_prog_gnu_ld in
1339 yes*) LD="${LD-ld} -m elf64_sparc" ;;
1383 yes*)
1384 case $host in
1385 i?86-*-solaris*)
1386 LD="${LD-ld} -m elf_x86_64"
1387 ;;
1388 sparc*-*-solaris*)
1389 LD="${LD-ld} -m elf64_sparc"
1390 ;;
1391 esac
1392 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1393 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1394 LD="${LD-ld}_sol2"
1395 fi
1396 ;;
13401397 *)
13411398 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
13421399 LD="${LD-ld} -64"
14131470 if test -n "$RANLIB"; then
14141471 case $host_os in
14151472 openbsd*)
1416 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
1473 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
14171474 ;;
14181475 *)
1419 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
1476 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
14201477 ;;
14211478 esac
1422 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1479 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
14231480 fi
14241481
14251482 case $host_os in
15971654 interix*)
15981655 # We know the value 262144 and hardcode it with a safety zone (like BSD)
15991656 lt_cv_sys_max_cmd_len=196608
1657 ;;
1658
1659 os2*)
1660 # The test takes a long time on OS/2.
1661 lt_cv_sys_max_cmd_len=8192
16001662 ;;
16011663
16021664 osf*)
16381700 # If test is not a shell built-in, we'll probably end up computing a
16391701 # maximum length that is only half of the actual maximum length, but
16401702 # we can't tell.
1641 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
1703 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
16421704 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
16431705 test $i != 17 # 1/2 MB should be enough
16441706 do
21842246
21852247 case $host_os in
21862248 aix3*)
2187 version_type=linux
2249 version_type=linux # correct to gnu/linux during the next big refactor
21882250 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
21892251 shlibpath_var=LIBPATH
21902252
21932255 ;;
21942256
21952257 aix[[4-9]]*)
2196 version_type=linux
2258 version_type=linux # correct to gnu/linux during the next big refactor
21972259 need_lib_prefix=no
21982260 need_version=no
21992261 hardcode_into_libs=yes
22582320 ;;
22592321
22602322 bsdi[[45]]*)
2261 version_type=linux
2323 version_type=linux # correct to gnu/linux during the next big refactor
22622324 need_version=no
22632325 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22642326 soname_spec='${libname}${release}${shared_ext}$major'
23972459 ;;
23982460
23992461 dgux*)
2400 version_type=linux
2462 version_type=linux # correct to gnu/linux during the next big refactor
24012463 need_lib_prefix=no
24022464 need_version=no
24032465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
24042466 soname_spec='${libname}${release}${shared_ext}$major'
24052467 shlibpath_var=LD_LIBRARY_PATH
2406 ;;
2407
2408 freebsd1*)
2409 dynamic_linker=no
24102468 ;;
24112469
24122470 freebsd* | dragonfly*)
24162474 objformat=`/usr/bin/objformat`
24172475 else
24182476 case $host_os in
2419 freebsd[[123]]*) objformat=aout ;;
2477 freebsd[[23]].*) objformat=aout ;;
24202478 *) objformat=elf ;;
24212479 esac
24222480 fi
24342492 esac
24352493 shlibpath_var=LD_LIBRARY_PATH
24362494 case $host_os in
2437 freebsd2*)
2495 freebsd2.*)
24382496 shlibpath_overrides_runpath=yes
24392497 ;;
24402498 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
24542512 ;;
24552513
24562514 gnu*)
2457 version_type=linux
2515 version_type=linux # correct to gnu/linux during the next big refactor
24582516 need_lib_prefix=no
24592517 need_version=no
24602518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
24612519 soname_spec='${libname}${release}${shared_ext}$major'
24622520 shlibpath_var=LD_LIBRARY_PATH
2521 shlibpath_overrides_runpath=no
24632522 hardcode_into_libs=yes
24642523 ;;
24652524
24662525 haiku*)
2467 version_type=linux
2526 version_type=linux # correct to gnu/linux during the next big refactor
24682527 need_lib_prefix=no
24692528 need_version=no
24702529 dynamic_linker="$host_os runtime_loader"
25252584 ;;
25262585
25272586 interix[[3-9]]*)
2528 version_type=linux
2587 version_type=linux # correct to gnu/linux during the next big refactor
25292588 need_lib_prefix=no
25302589 need_version=no
25312590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
25412600 nonstopux*) version_type=nonstopux ;;
25422601 *)
25432602 if test "$lt_cv_prog_gnu_ld" = yes; then
2544 version_type=linux
2603 version_type=linux # correct to gnu/linux during the next big refactor
25452604 else
25462605 version_type=irix
25472606 fi ;;
25782637 dynamic_linker=no
25792638 ;;
25802639
2581 # This must be Linux ELF.
2640 # This must be glibc/ELF.
25822641 linux* | k*bsd*-gnu | kopensolaris*-gnu)
2583 version_type=linux
2642 version_type=linux # correct to gnu/linux during the next big refactor
25842643 need_lib_prefix=no
25852644 need_version=no
25862645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
26472706 ;;
26482707
26492708 newsos6)
2650 version_type=linux
2709 version_type=linux # correct to gnu/linux during the next big refactor
26512710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
26522711 shlibpath_var=LD_LIBRARY_PATH
26532712 shlibpath_overrides_runpath=yes
27162775 ;;
27172776
27182777 solaris*)
2719 version_type=linux
2778 version_type=linux # correct to gnu/linux during the next big refactor
27202779 need_lib_prefix=no
27212780 need_version=no
27222781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
27412800 ;;
27422801
27432802 sysv4 | sysv4.3*)
2744 version_type=linux
2803 version_type=linux # correct to gnu/linux during the next big refactor
27452804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
27462805 soname_spec='${libname}${release}${shared_ext}$major'
27472806 shlibpath_var=LD_LIBRARY_PATH
27652824
27662825 sysv4*MP*)
27672826 if test -d /usr/nec ;then
2768 version_type=linux
2827 version_type=linux # correct to gnu/linux during the next big refactor
27692828 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
27702829 soname_spec='$libname${shared_ext}.$major'
27712830 shlibpath_var=LD_LIBRARY_PATH
27962855
27972856 tpf*)
27982857 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
2799 version_type=linux
2858 version_type=linux # correct to gnu/linux during the next big refactor
28002859 need_lib_prefix=no
28012860 need_version=no
28022861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
28062865 ;;
28072866
28082867 uts4*)
2809 version_type=linux
2868 version_type=linux # correct to gnu/linux during the next big refactor
28102869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
28112870 soname_spec='${libname}${release}${shared_ext}$major'
28122871 shlibpath_var=LD_LIBRARY_PATH
32283287 lt_cv_deplibs_check_method=pass_all
32293288 ;;
32303289
3231 # This must be Linux ELF.
3290 # This must be glibc/ELF.
32323291 linux* | k*bsd*-gnu | kopensolaris*-gnu)
32333292 lt_cv_deplibs_check_method=pass_all
32343293 ;;
36483707 # which start with @ or ?.
36493708 lt_cv_sys_global_symbol_pipe="$AWK ['"\
36503709 " {last_section=section; section=\$ 3};"\
3710 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
36513711 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
36523712 " \$ 0!~/External *\|/{next};"\
36533713 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
42324292 case $cc_basename in
42334293 nvcc*) # Cuda Compiler Driver 2.2
42344294 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
4235 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'
4295 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4296 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
4297 fi
42364298 ;;
42374299 esac
42384300 else
43244386 ;;
43254387 *)
43264388 case `$CC -V 2>&1 | sed 5q` in
4327 *Sun\ F* | *Sun*Fortran*)
4389 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
43284390 # Sun Fortran 8.3 passes all unrecognized flags to the linker
43294391 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
43304392 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
43314393 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
4394 ;;
4395 *Sun\ F* | *Sun*Fortran*)
4396 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4397 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4398 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
43324399 ;;
43334400 *Sun\ C*)
43344401 # Sun C 5.9
43354402 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
43364403 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
43374404 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4405 ;;
4406 *Intel*\ [[CF]]*Compiler*)
4407 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4408 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4409 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4410 ;;
4411 *Portland\ Group*)
4412 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4413 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4414 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
43384415 ;;
43394416 esac
43404417 ;;
44954572 ;;
44964573 cygwin* | mingw* | cegcc*)
44974574 case $cc_basename in
4498 cl*) ;;
4575 cl*)
4576 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
4577 ;;
44994578 *)
45004579 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
45014580 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
45204599 _LT_TAGVAR(hardcode_direct, $1)=no
45214600 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
45224601 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4523 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
45244602 _LT_TAGVAR(hardcode_libdir_separator, $1)=
45254603 _LT_TAGVAR(hardcode_minus_L, $1)=no
45264604 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
47714849 xlf* | bgf* | bgxlf* | mpixlf*)
47724850 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
47734851 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
4774 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4775 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
4852 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
47764853 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
47774854 if test "x$supports_anon_versioning" = xyes; then
47784855 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
50675144 # The linker will not automatically build a static lib if we build a DLL.
50685145 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
50695146 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5147 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
50705148 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
50715149 # Don't use ranlib
50725150 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
51135191 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
51145192 ;;
51155193
5116 freebsd1*)
5117 _LT_TAGVAR(ld_shlibs, $1)=no
5118 ;;
5119
51205194 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
51215195 # support. Future versions do this automatically, but an explicit c++rt0.o
51225196 # does not break anything, and helps significantly (at the cost of a little
51295203 ;;
51305204
51315205 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5132 freebsd2*)
5206 freebsd2.*)
51335207 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
51345208 _LT_TAGVAR(hardcode_direct, $1)=yes
51355209 _LT_TAGVAR(hardcode_minus_L, $1)=yes
51685242 fi
51695243 if test "$with_gnu_ld" = no; then
51705244 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5171 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
51725245 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
51735246 _LT_TAGVAR(hardcode_direct, $1)=yes
51745247 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
56105683 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
56115684 [Flag to hardcode $libdir into a binary during linking.
56125685 This must work even if $libdir does not exist])
5613 _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
5614 [[If ld is used when linking, flag to hardcode $libdir into a binary
5615 during linking. This must work even if $libdir does not exist]])
56165686 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
56175687 [Whether we need a single "-rpath" flag with a separated argument])
56185688 _LT_TAGDECL([], [hardcode_direct], [0],
57705840 _LT_TAGVAR(hardcode_direct, $1)=no
57715841 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
57725842 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
5773 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
57745843 _LT_TAGVAR(hardcode_libdir_separator, $1)=
57755844 _LT_TAGVAR(hardcode_minus_L, $1)=no
57765845 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
61406209 esac
61416210 ;;
61426211
6143 freebsd[[12]]*)
6212 freebsd2.*)
61446213 # C++ shared libraries reported to be fairly broken before
61456214 # switch to ELF
61466215 _LT_TAGVAR(ld_shlibs, $1)=no
69016970 }
69026971 };
69036972 _LT_EOF
6973 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
6974 package foo
6975 func foo() {
6976 }
6977 _LT_EOF
69046978 ])
69056979
69066980 _lt_libdeps_save_CFLAGS=$CFLAGS
69076981 case "$CC $CFLAGS " in #(
69086982 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
69096983 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
6984 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
69106985 esac
69116986
69126987 dnl Parse the compiler output and extract the necessary
71037178 _LT_TAGVAR(hardcode_direct, $1)=no
71047179 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
71057180 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7106 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
71077181 _LT_TAGVAR(hardcode_libdir_separator, $1)=
71087182 _LT_TAGVAR(hardcode_minus_L, $1)=no
71097183 _LT_TAGVAR(hardcode_automatic, $1)=no
72367310 _LT_TAGVAR(hardcode_direct, $1)=no
72377311 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
72387312 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7239 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
72407313 _LT_TAGVAR(hardcode_libdir_separator, $1)=
72417314 _LT_TAGVAR(hardcode_minus_L, $1)=no
72427315 _LT_TAGVAR(hardcode_automatic, $1)=no
74237496 ])# _LT_LANG_GCJ_CONFIG
74247497
74257498
7499 # _LT_LANG_GO_CONFIG([TAG])
7500 # --------------------------
7501 # Ensure that the configuration variables for the GNU Go compiler
7502 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7503 # to write the compiler configuration to `libtool'.
7504 m4_defun([_LT_LANG_GO_CONFIG],
7505 [AC_REQUIRE([LT_PROG_GO])dnl
7506 AC_LANG_SAVE
7507
7508 # Source file extension for Go test sources.
7509 ac_ext=go
7510
7511 # Object file extension for compiled Go test sources.
7512 objext=o
7513 _LT_TAGVAR(objext, $1)=$objext
7514
7515 # Code to be used in simple compile tests
7516 lt_simple_compile_test_code="package main; func main() { }"
7517
7518 # Code to be used in simple link tests
7519 lt_simple_link_test_code='package main; func main() { }'
7520
7521 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7522 _LT_TAG_COMPILER
7523
7524 # save warnings/boilerplate of simple test code
7525 _LT_COMPILER_BOILERPLATE
7526 _LT_LINKER_BOILERPLATE
7527
7528 # Allow CC to be a program name with arguments.
7529 lt_save_CC=$CC
7530 lt_save_CFLAGS=$CFLAGS
7531 lt_save_GCC=$GCC
7532 GCC=yes
7533 CC=${GOC-"gccgo"}
7534 CFLAGS=$GOFLAGS
7535 compiler=$CC
7536 _LT_TAGVAR(compiler, $1)=$CC
7537 _LT_TAGVAR(LD, $1)="$LD"
7538 _LT_CC_BASENAME([$compiler])
7539
7540 # Go did not exist at the time GCC didn't implicitly link libc in.
7541 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7542
7543 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7544 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7545 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7546
7547 ## CAVEAT EMPTOR:
7548 ## There is no encapsulation within the following macros, do not change
7549 ## the running order or otherwise move them around unless you know exactly
7550 ## what you are doing...
7551 if test -n "$compiler"; then
7552 _LT_COMPILER_NO_RTTI($1)
7553 _LT_COMPILER_PIC($1)
7554 _LT_COMPILER_C_O($1)
7555 _LT_COMPILER_FILE_LOCKS($1)
7556 _LT_LINKER_SHLIBS($1)
7557 _LT_LINKER_HARDCODE_LIBPATH($1)
7558
7559 _LT_CONFIG($1)
7560 fi
7561
7562 AC_LANG_RESTORE
7563
7564 GCC=$lt_save_GCC
7565 CC=$lt_save_CC
7566 CFLAGS=$lt_save_CFLAGS
7567 ])# _LT_LANG_GO_CONFIG
7568
7569
74267570 # _LT_LANG_RC_CONFIG([TAG])
74277571 # -------------------------
74287572 # Ensure that the configuration variables for the Windows resource compiler
74907634 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
74917635 dnl aclocal-1.4 backwards compatibility:
74927636 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
7637
7638
7639 # LT_PROG_GO
7640 # ----------
7641 AC_DEFUN([LT_PROG_GO],
7642 [AC_CHECK_TOOL(GOC, gccgo,)
7643 ])
74937644
74947645
74957646 # LT_PROG_RC
325325 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
326326 m4_define([_LT_WITH_PIC],
327327 [AC_ARG_WITH([pic],
328 [AS_HELP_STRING([--with-pic],
328 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
329329 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
330 [pic_mode="$withval"],
330 [lt_p=${PACKAGE-default}
331 case $withval in
332 yes|no) pic_mode=$withval ;;
333 *)
334 pic_mode=default
335 # Look at the argument we got. We use all the common list separators.
336 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
337 for lt_pkg in $withval; do
338 IFS="$lt_save_ifs"
339 if test "X$lt_pkg" = "X$lt_p"; then
340 pic_mode=yes
341 fi
342 done
343 IFS="$lt_save_ifs"
344 ;;
345 esac],
331346 [pic_mode=default])
332347
333348 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
88
99 # @configure_input@
1010
11 # serial 3293 ltversion.m4
11 # serial 3337 ltversion.m4
1212 # This file is part of GNU Libtool
1313
14 m4_define([LT_PACKAGE_VERSION], [2.4])
15 m4_define([LT_PACKAGE_REVISION], [1.3293])
14 m4_define([LT_PACKAGE_VERSION], [2.4.2])
15 m4_define([LT_PACKAGE_REVISION], [1.3337])
1616
1717 AC_DEFUN([LTVERSION_VERSION],
18 [macro_version='2.4'
19 macro_revision='1.3293'
18 [macro_version='2.4.2'
19 macro_revision='1.3337'
2020 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2121 _LT_DECL(, macro_revision, 0)
2222 ])
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
7171 am__base_list = \
7272 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7373 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__uninstall_files_from_dir = { \
75 test -z "$$files" \
76 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
77 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
78 $(am__cd) "$$dir" && rm -f $$files; }; \
79 }
7480 am__installdirs = "$(DESTDIR)$(pythondir)"
7581 LTLIBRARIES = $(python_LTLIBRARIES)
7682 @WITH_PYTHON_TRUE@libvirtglibmod_la_DEPENDENCIES = \
7985 @WITH_PYTHON_TRUE@am_libvirtglibmod_la_OBJECTS = \
8086 @WITH_PYTHON_TRUE@ libvirtglibmod_la-libvirt-glib.lo
8187 libvirtglibmod_la_OBJECTS = $(am_libvirtglibmod_la_OBJECTS)
82 AM_V_lt = $(am__v_lt_$(V))
83 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
88 AM_V_lt = $(am__v_lt_@AM_V@)
89 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
8490 am__v_lt_0 = --silent
8591 libvirtglibmod_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
8692 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
97103 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
98104 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
99105 $(AM_CFLAGS) $(CFLAGS)
100 AM_V_CC = $(am__v_CC_$(V))
101 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
106 AM_V_CC = $(am__v_CC_@AM_V@)
107 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
102108 am__v_CC_0 = @echo " CC " $@;
103 AM_V_at = $(am__v_at_$(V))
104 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
109 AM_V_at = $(am__v_at_@AM_V@)
110 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105111 am__v_at_0 = @
106112 CCLD = $(CC)
107113 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108114 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109115 $(AM_LDFLAGS) $(LDFLAGS) -o $@
110 AM_V_CCLD = $(am__v_CCLD_$(V))
111 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
116 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
117 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
112118 am__v_CCLD_0 = @echo " CCLD " $@;
113 AM_V_GEN = $(am__v_GEN_$(V))
114 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115121 am__v_GEN_0 = @echo " GEN " $@;
116122 SOURCES = $(libvirtglibmod_la_SOURCES)
117123 DIST_SOURCES = $(am__libvirtglibmod_la_SOURCES_DIST)
360366 echo "rm -f \"$${dir}/so_locations\""; \
361367 rm -f "$${dir}/so_locations"; \
362368 done
363 libvirtglibmod.la: $(libvirtglibmod_la_OBJECTS) $(libvirtglibmod_la_DEPENDENCIES)
369 libvirtglibmod.la: $(libvirtglibmod_la_OBJECTS) $(libvirtglibmod_la_DEPENDENCIES) $(EXTRA_libvirtglibmod_la_DEPENDENCIES)
364370 $(AM_V_CCLD)$(libvirtglibmod_la_LINK) $(am_libvirtglibmod_la_rpath) $(libvirtglibmod_la_OBJECTS) $(libvirtglibmod_la_LIBADD) $(LIBS)
365371
366372 mostlyclean-compile:
374380 .c.o:
375381 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
376382 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
377 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379384 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
385 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
381386
382387 .c.obj:
383388 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
384389 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387391 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
392 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
389393
390394 .c.lo:
391395 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
392396 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
393 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
395398 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
399 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
397400
398401 libvirtglibmod_la-libvirt-glib.lo: libvirt-glib.c
399402 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirtglibmod_la_CFLAGS) $(CFLAGS) -MT libvirtglibmod_la-libvirt-glib.lo -MD -MP -MF $(DEPDIR)/libvirtglibmod_la-libvirt-glib.Tpo -c -o libvirtglibmod_la-libvirt-glib.lo `test -f 'libvirt-glib.c' || echo '$(srcdir)/'`libvirt-glib.c
400403 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirtglibmod_la-libvirt-glib.Tpo $(DEPDIR)/libvirtglibmod_la-libvirt-glib.Plo
401 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libvirt-glib.c' object='libvirtglibmod_la-libvirt-glib.lo' libtool=yes @AMDEPBACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-glib.c' object='libvirtglibmod_la-libvirt-glib.lo' libtool=yes @AMDEPBACKSLASH@
403405 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirtglibmod_la_CFLAGS) $(CFLAGS) -c -o libvirtglibmod_la-libvirt-glib.lo `test -f 'libvirt-glib.c' || echo '$(srcdir)/'`libvirt-glib.c
406 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirtglibmod_la_CFLAGS) $(CFLAGS) -c -o libvirtglibmod_la-libvirt-glib.lo `test -f 'libvirt-glib.c' || echo '$(srcdir)/'`libvirt-glib.c
405407
406408 mostlyclean-libtool:
407409 -rm -f *.lo
508510
509511 installcheck: installcheck-am
510512 install-strip:
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 `test -z '$(STRIP)' || \
514 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
513 if test -z '$(STRIP)'; then \
514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516 install; \
517 else \
518 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
521 fi
515522 mostlyclean-generic:
516523
517524 clean-generic:
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
4848 CONFIG_HEADER = $(top_builddir)/config.h
4949 CONFIG_CLEAN_FILES =
5050 CONFIG_CLEAN_VPATH_FILES =
51 AM_V_GEN = $(am__v_GEN_$(V))
52 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
51 AM_V_GEN = $(am__v_GEN_@AM_V@)
52 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
5353 am__v_GEN_0 = @echo " GEN " $@;
54 AM_V_at = $(am__v_at_$(V))
55 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
54 AM_V_at = $(am__v_at_@AM_V@)
55 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
5656 am__v_at_0 = @
5757 SOURCES =
5858 DIST_SOURCES =
7777 am__base_list = \
7878 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7979 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80 am__uninstall_files_from_dir = { \
81 test -z "$$files" \
82 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
83 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
84 $(am__cd) "$$dir" && rm -f $$files; }; \
85 }
8086 am__installdirs = "$(DESTDIR)$(vapidir)"
8187 DATA = $(vapi_DATA)
8288 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
314320 @$(NORMAL_UNINSTALL)
315321 @list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
316322 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
317 test -n "$$files" || exit 0; \
318 echo " ( cd '$(DESTDIR)$(vapidir)' && rm -f" $$files ")"; \
319 cd "$(DESTDIR)$(vapidir)" && rm -f $$files
323 dir='$(DESTDIR)$(vapidir)'; $(am__uninstall_files_from_dir)
320324 tags: TAGS
321325 TAGS:
322326
371375
372376 installcheck: installcheck-am
373377 install-strip:
374 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
376 `test -z '$(STRIP)' || \
377 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378 if test -z '$(STRIP)'; then \
379 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381 install; \
382 else \
383 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
385 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
386 fi
378387 mostlyclean-generic:
379388
380389 clean-generic: