merged e_dbus with the lastest upstream code
[framework/uifw/edbus.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = @build@
33 host_triplet = @host@
34 subdir = src
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
38         $(top_srcdir)/m4/efl_compiler_flag.m4 \
39         $(top_srcdir)/m4/efl_doxygen.m4 $(top_srcdir)/configure.ac
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41         $(ACLOCAL_M4)
42 mkinstalldirs = $(install_sh) -d
43 CONFIG_HEADER = $(top_builddir)/config.h
44 CONFIG_CLEAN_FILES =
45 SOURCES =
46 DIST_SOURCES =
47 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48         html-recursive info-recursive install-data-recursive \
49         install-dvi-recursive install-exec-recursive \
50         install-html-recursive install-info-recursive \
51         install-pdf-recursive install-ps-recursive install-recursive \
52         installcheck-recursive installdirs-recursive pdf-recursive \
53         ps-recursive uninstall-recursive
54 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55   distclean-recursive maintainer-clean-recursive
56 ETAGS = etags
57 CTAGS = ctags
58 DIST_SUBDIRS = $(SUBDIRS)
59 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60 ACLOCAL = @ACLOCAL@
61 ALLOCA = @ALLOCA@
62 AMTAR = @AMTAR@
63 AR = @AR@
64 AS = @AS@
65 AUTOCONF = @AUTOCONF@
66 AUTOHEADER = @AUTOHEADER@
67 AUTOMAKE = @AUTOMAKE@
68 AWK = @AWK@
69 CC = @CC@
70 CCDEPMODE = @CCDEPMODE@
71 CFLAGS = @CFLAGS@
72 CPP = @CPP@
73 CPPFLAGS = @CPPFLAGS@
74 CYGPATH_W = @CYGPATH_W@
75 DBUS_VERSION_CFLAGS = @DBUS_VERSION_CFLAGS@
76 DEFS = @DEFS@
77 DEPDIR = @DEPDIR@
78 DLLTOOL = @DLLTOOL@
79 DSYMUTIL = @DSYMUTIL@
80 DUMPBIN = @DUMPBIN@
81 ECHO_C = @ECHO_C@
82 ECHO_N = @ECHO_N@
83 ECHO_T = @ECHO_T@
84 EDBUS_CFLAGS = @EDBUS_CFLAGS@
85 EDBUS_LIBS = @EDBUS_LIBS@
86 EFL_EDBUS_BUILD = @EFL_EDBUS_BUILD@
87 EGREP = @EGREP@
88 EVAS_CFLAGS = @EVAS_CFLAGS@
89 EVAS_LIBS = @EVAS_LIBS@
90 EXEEXT = @EXEEXT@
91 FGREP = @FGREP@
92 GREP = @GREP@
93 INSTALL = @INSTALL@
94 INSTALL_DATA = @INSTALL_DATA@
95 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96 INSTALL_SCRIPT = @INSTALL_SCRIPT@
97 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
98 LD = @LD@
99 LDFLAGS = @LDFLAGS@
100 LIBOBJS = @LIBOBJS@
101 LIBS = @LIBS@
102 LIBTOOL = @LIBTOOL@
103 LIPO = @LIPO@
104 LN_S = @LN_S@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAKEINFO = @MAKEINFO@
107 MKDIR_P = @MKDIR_P@
108 NM = @NM@
109 NMEDIT = @NMEDIT@
110 OBJDUMP = @OBJDUMP@
111 OBJEXT = @OBJEXT@
112 OTOOL = @OTOOL@
113 OTOOL64 = @OTOOL64@
114 PACKAGE = @PACKAGE@
115 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116 PACKAGE_NAME = @PACKAGE_NAME@
117 PACKAGE_STRING = @PACKAGE_STRING@
118 PACKAGE_TARNAME = @PACKAGE_TARNAME@
119 PACKAGE_VERSION = @PACKAGE_VERSION@
120 PATH_SEPARATOR = @PATH_SEPARATOR@
121 PKG_CONFIG = @PKG_CONFIG@
122 RANLIB = @RANLIB@
123 SED = @SED@
124 SET_MAKE = @SET_MAKE@
125 SHELL = @SHELL@
126 STRIP = @STRIP@
127 VERSION = @VERSION@
128 VMAJ = @VMAJ@
129 abs_builddir = @abs_builddir@
130 abs_srcdir = @abs_srcdir@
131 abs_top_builddir = @abs_top_builddir@
132 abs_top_srcdir = @abs_top_srcdir@
133 ac_ct_CC = @ac_ct_CC@
134 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
135 am__include = @am__include@
136 am__leading_dot = @am__leading_dot@
137 am__quote = @am__quote@
138 am__tar = @am__tar@
139 am__untar = @am__untar@
140 bindir = @bindir@
141 build = @build@
142 build_alias = @build_alias@
143 build_cpu = @build_cpu@
144 build_os = @build_os@
145 build_vendor = @build_vendor@
146 builddir = @builddir@
147 datadir = @datadir@
148 datarootdir = @datarootdir@
149 docdir = @docdir@
150 dvidir = @dvidir@
151 efl_doxygen = @efl_doxygen@
152 efl_have_doxygen = @efl_have_doxygen@
153 exec_prefix = @exec_prefix@
154 host = @host@
155 host_alias = @host_alias@
156 host_cpu = @host_cpu@
157 host_os = @host_os@
158 host_vendor = @host_vendor@
159 htmldir = @htmldir@
160 includedir = @includedir@
161 infodir = @infodir@
162 install_sh = @install_sh@
163 libdir = @libdir@
164 libexecdir = @libexecdir@
165 localedir = @localedir@
166 localstatedir = @localstatedir@
167 lt_ECHO = @lt_ECHO@
168 lt_enable_auto_import = @lt_enable_auto_import@
169 mandir = @mandir@
170 mkdir_p = @mkdir_p@
171 oldincludedir = @oldincludedir@
172 pdfdir = @pdfdir@
173 pkgconfig_requires_private = @pkgconfig_requires_private@
174 prefix = @prefix@
175 program_transform_name = @program_transform_name@
176 psdir = @psdir@
177 release_info = @release_info@
178 requirement_dbus = @requirement_dbus@
179 requirement_ebluez = @requirement_ebluez@
180 requirement_econnman = @requirement_econnman@
181 requirement_edbus = @requirement_edbus@
182 requirement_ehal = @requirement_ehal@
183 requirement_enotify = @requirement_enotify@
184 requirement_eofono = @requirement_eofono@
185 requirement_eukit = @requirement_eukit@
186 sbindir = @sbindir@
187 sharedstatedir = @sharedstatedir@
188 srcdir = @srcdir@
189 sysconfdir = @sysconfdir@
190 target_alias = @target_alias@
191 top_builddir = @top_builddir@
192 top_srcdir = @top_srcdir@
193 version_info = @version_info@
194 MAINTAINERCLEANFILES = Makefile.in
195 SUBDIRS = lib bin
196 all: all-recursive
197
198 .SUFFIXES:
199 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
200         @for dep in $?; do \
201           case '$(am__configure_deps)' in \
202             *$$dep*) \
203               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
204                 && { if test -f $@; then exit 0; else break; fi; }; \
205               exit 1;; \
206           esac; \
207         done; \
208         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
209         cd $(top_srcdir) && \
210           $(AUTOMAKE) --gnu  src/Makefile
211 .PRECIOUS: Makefile
212 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213         @case '$?' in \
214           *config.status*) \
215             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216           *) \
217             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
218             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219         esac;
220
221 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
224 $(top_srcdir)/configure:  $(am__configure_deps)
225         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
227         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
229 mostlyclean-libtool:
230         -rm -f *.lo
231
232 clean-libtool:
233         -rm -rf .libs _libs
234
235 # This directory's subdirectories are mostly independent; you can cd
236 # into them and run `make' without going through this Makefile.
237 # To change the values of `make' variables: instead of editing Makefiles,
238 # (1) if the variable is set in `config.status', edit `config.status'
239 #     (which will cause the Makefiles to be regenerated when you run `make');
240 # (2) otherwise, pass the desired values on the `make' command line.
241 $(RECURSIVE_TARGETS):
242         @failcom='exit 1'; \
243         for f in x $$MAKEFLAGS; do \
244           case $$f in \
245             *=* | --[!k]*);; \
246             *k*) failcom='fail=yes';; \
247           esac; \
248         done; \
249         dot_seen=no; \
250         target=`echo $@ | sed s/-recursive//`; \
251         list='$(SUBDIRS)'; for subdir in $$list; do \
252           echo "Making $$target in $$subdir"; \
253           if test "$$subdir" = "."; then \
254             dot_seen=yes; \
255             local_target="$$target-am"; \
256           else \
257             local_target="$$target"; \
258           fi; \
259           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
260           || eval $$failcom; \
261         done; \
262         if test "$$dot_seen" = "no"; then \
263           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
264         fi; test -z "$$fail"
265
266 $(RECURSIVE_CLEAN_TARGETS):
267         @failcom='exit 1'; \
268         for f in x $$MAKEFLAGS; do \
269           case $$f in \
270             *=* | --[!k]*);; \
271             *k*) failcom='fail=yes';; \
272           esac; \
273         done; \
274         dot_seen=no; \
275         case "$@" in \
276           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
277           *) list='$(SUBDIRS)' ;; \
278         esac; \
279         rev=''; for subdir in $$list; do \
280           if test "$$subdir" = "."; then :; else \
281             rev="$$subdir $$rev"; \
282           fi; \
283         done; \
284         rev="$$rev ."; \
285         target=`echo $@ | sed s/-recursive//`; \
286         for subdir in $$rev; do \
287           echo "Making $$target in $$subdir"; \
288           if test "$$subdir" = "."; then \
289             local_target="$$target-am"; \
290           else \
291             local_target="$$target"; \
292           fi; \
293           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
294           || eval $$failcom; \
295         done && test -z "$$fail"
296 tags-recursive:
297         list='$(SUBDIRS)'; for subdir in $$list; do \
298           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
299         done
300 ctags-recursive:
301         list='$(SUBDIRS)'; for subdir in $$list; do \
302           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
303         done
304
305 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307         unique=`for i in $$list; do \
308             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309           done | \
310           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311               END { if (nonempty) { for (i in files) print i; }; }'`; \
312         mkid -fID $$unique
313 tags: TAGS
314
315 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316                 $(TAGS_FILES) $(LISP)
317         tags=; \
318         here=`pwd`; \
319         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
320           include_option=--etags-include; \
321           empty_fix=.; \
322         else \
323           include_option=--include; \
324           empty_fix=; \
325         fi; \
326         list='$(SUBDIRS)'; for subdir in $$list; do \
327           if test "$$subdir" = .; then :; else \
328             test ! -f $$subdir/TAGS || \
329               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
330           fi; \
331         done; \
332         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333         unique=`for i in $$list; do \
334             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335           done | \
336           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337               END { if (nonempty) { for (i in files) print i; }; }'`; \
338         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339           test -n "$$unique" || unique=$$empty_fix; \
340           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341             $$tags $$unique; \
342         fi
343 ctags: CTAGS
344 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345                 $(TAGS_FILES) $(LISP)
346         tags=; \
347         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348         unique=`for i in $$list; do \
349             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350           done | \
351           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352               END { if (nonempty) { for (i in files) print i; }; }'`; \
353         test -z "$(CTAGS_ARGS)$$tags$$unique" \
354           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
355              $$tags $$unique
356
357 GTAGS:
358         here=`$(am__cd) $(top_builddir) && pwd` \
359           && cd $(top_srcdir) \
360           && gtags -i $(GTAGS_ARGS) $$here
361
362 distclean-tags:
363         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
364
365 distdir: $(DISTFILES)
366         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368         list='$(DISTFILES)'; \
369           dist_files=`for file in $$list; do echo $$file; done | \
370           sed -e "s|^$$srcdirstrip/||;t" \
371               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
372         case $$dist_files in \
373           */*) $(MKDIR_P) `echo "$$dist_files" | \
374                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
375                            sort -u` ;; \
376         esac; \
377         for file in $$dist_files; do \
378           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379           if test -d $$d/$$file; then \
380             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
381             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
382               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
383             fi; \
384             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
385           else \
386             test -f $(distdir)/$$file \
387             || cp -p $$d/$$file $(distdir)/$$file \
388             || exit 1; \
389           fi; \
390         done
391         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
392           if test "$$subdir" = .; then :; else \
393             test -d "$(distdir)/$$subdir" \
394             || $(MKDIR_P) "$(distdir)/$$subdir" \
395             || exit 1; \
396             distdir=`$(am__cd) $(distdir) && pwd`; \
397             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
398             (cd $$subdir && \
399               $(MAKE) $(AM_MAKEFLAGS) \
400                 top_distdir="$$top_distdir" \
401                 distdir="$$distdir/$$subdir" \
402                 am__remove_distdir=: \
403                 am__skip_length_check=: \
404                 distdir) \
405               || exit 1; \
406           fi; \
407         done
408 check-am: all-am
409 check: check-recursive
410 all-am: Makefile
411 installdirs: installdirs-recursive
412 installdirs-am:
413 install: install-recursive
414 install-exec: install-exec-recursive
415 install-data: install-data-recursive
416 uninstall: uninstall-recursive
417
418 install-am: all-am
419         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
420
421 installcheck: installcheck-recursive
422 install-strip:
423         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425           `test -z '$(STRIP)' || \
426             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
427 mostlyclean-generic:
428
429 clean-generic:
430
431 distclean-generic:
432         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433
434 maintainer-clean-generic:
435         @echo "This command is intended for maintainers to use"
436         @echo "it deletes files that may require special tools to rebuild."
437         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
438 clean: clean-recursive
439
440 clean-am: clean-generic clean-libtool mostlyclean-am
441
442 distclean: distclean-recursive
443         -rm -f Makefile
444 distclean-am: clean-am distclean-generic distclean-tags
445
446 dvi: dvi-recursive
447
448 dvi-am:
449
450 html: html-recursive
451
452 info: info-recursive
453
454 info-am:
455
456 install-data-am:
457
458 install-dvi: install-dvi-recursive
459
460 install-exec-am:
461
462 install-html: install-html-recursive
463
464 install-info: install-info-recursive
465
466 install-man:
467
468 install-pdf: install-pdf-recursive
469
470 install-ps: install-ps-recursive
471
472 installcheck-am:
473
474 maintainer-clean: maintainer-clean-recursive
475         -rm -f Makefile
476 maintainer-clean-am: distclean-am maintainer-clean-generic
477
478 mostlyclean: mostlyclean-recursive
479
480 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
481
482 pdf: pdf-recursive
483
484 pdf-am:
485
486 ps: ps-recursive
487
488 ps-am:
489
490 uninstall-am:
491
492 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
493         install-strip
494
495 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
496         all all-am check check-am clean clean-generic clean-libtool \
497         ctags ctags-recursive distclean distclean-generic \
498         distclean-libtool distclean-tags distdir dvi dvi-am html \
499         html-am info info-am install install-am install-data \
500         install-data-am install-dvi install-dvi-am install-exec \
501         install-exec-am install-html install-html-am install-info \
502         install-info-am install-man install-pdf install-pdf-am \
503         install-ps install-ps-am install-strip installcheck \
504         installcheck-am installdirs installdirs-am maintainer-clean \
505         maintainer-clean-generic mostlyclean mostlyclean-generic \
506         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
507         uninstall uninstall-am
508
509 # Tell versions [3.59,3.63) of GNU make to not export all variables.
510 # Otherwise a system limit (for SysV at least) may be exceeded.
511 .NOEXPORT: