cd3b13e4b7d63d336ff7cc650605763ee8ffd21f
[platform/upstream/edbus.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(srcdir)/e_dbus.spec.in $(srcdir)/ebluez.pc.in \
41         $(srcdir)/econnman-0.7x.pc.in $(srcdir)/edbus.pc.in \
42         $(srcdir)/ehal.pc.in $(srcdir)/enotify.pc.in \
43         $(srcdir)/eofono.pc.in $(srcdir)/eukit.pc.in \
44         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
45         INSTALL NEWS compile config.guess config.sub depcomp \
46         install-sh ltmain.sh missing
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
49         $(top_srcdir)/m4/efl_binary.m4 \
50         $(top_srcdir)/m4/efl_compiler_flag.m4 \
51         $(top_srcdir)/m4/efl_doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
52         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
53         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
54         $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58  configure.lineno config.status.lineno
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = config.h
61 CONFIG_CLEAN_FILES = e_dbus.spec ebluez.pc econnman-0.7x.pc edbus.pc \
62         ehal.pc enotify.pc eofono.pc eukit.pc
63 CONFIG_CLEAN_VPATH_FILES =
64 AM_V_GEN = $(am__v_GEN_$(V))
65 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
66 am__v_GEN_0 = @echo "  GEN   " $@;
67 AM_V_at = $(am__v_at_$(V))
68 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
69 am__v_at_0 = @
70 SOURCES =
71 DIST_SOURCES =
72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73         html-recursive info-recursive install-data-recursive \
74         install-dvi-recursive install-exec-recursive \
75         install-html-recursive install-info-recursive \
76         install-pdf-recursive install-ps-recursive install-recursive \
77         installcheck-recursive installdirs-recursive pdf-recursive \
78         ps-recursive uninstall-recursive
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82     *) f=$$p;; \
83   esac;
84 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85 am__install_max = 40
86 am__nobase_strip_setup = \
87   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88 am__nobase_strip = \
89   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90 am__nobase_list = $(am__nobase_strip_setup); \
91   for p in $$list; do echo "$$p $$p"; done | \
92   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94     if (++n[$$2] == $(am__install_max)) \
95       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96     END { for (dir in files) print dir, files[dir] }'
97 am__base_list = \
98   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
101 DATA = $(pkgconfig_DATA)
102 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
103   distclean-recursive maintainer-clean-recursive
104 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
105         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
106         distdir dist dist-all distcheck
107 ETAGS = etags
108 CTAGS = ctags
109 DIST_SUBDIRS = $(SUBDIRS)
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 distdir = $(PACKAGE)-$(VERSION)
112 top_distdir = $(distdir)
113 am__remove_distdir = \
114   { test ! -d "$(distdir)" \
115     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116          && rm -fr "$(distdir)"; }; }
117 am__relativize = \
118   dir0=`pwd`; \
119   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120   sed_rest='s,^[^/]*/*,,'; \
121   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122   sed_butlast='s,/*[^/]*$$,,'; \
123   while test -n "$$dir1"; do \
124     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125     if test "$$first" != "."; then \
126       if test "$$first" = ".."; then \
127         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129       else \
130         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131         if test "$$first2" = "$$first"; then \
132           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133         else \
134           dir2="../$$dir2"; \
135         fi; \
136         dir0="$$dir0"/"$$first"; \
137       fi; \
138     fi; \
139     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140   done; \
141   reldir="$$dir2"
142 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
143 GZIP_ENV = --best
144 distuninstallcheck_listfiles = find . -type f -print
145 distcleancheck_listfiles = find . -type f -print
146 ACLOCAL = @ACLOCAL@
147 ALLOCA = @ALLOCA@
148 AMTAR = @AMTAR@
149 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150 AR = @AR@
151 AS = @AS@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 CC = @CC@
157 CCDEPMODE = @CCDEPMODE@
158 CFLAGS = @CFLAGS@
159 CPP = @CPP@
160 CPPFLAGS = @CPPFLAGS@
161 CYGPATH_W = @CYGPATH_W@
162 DBUS_CFLAGS = @DBUS_CFLAGS@
163 DBUS_LIBS = @DBUS_LIBS@
164 DBUS_VERSION_CFLAGS = @DBUS_VERSION_CFLAGS@
165 DEFS = @DEFS@
166 DEPDIR = @DEPDIR@
167 DLLTOOL = @DLLTOOL@
168 DSYMUTIL = @DSYMUTIL@
169 DUMPBIN = @DUMPBIN@
170 ECHO_C = @ECHO_C@
171 ECHO_N = @ECHO_N@
172 ECHO_T = @ECHO_T@
173 EDBUS_ASYNC_TEST_CFLAGS = @EDBUS_ASYNC_TEST_CFLAGS@
174 EDBUS_ASYNC_TEST_LIBS = @EDBUS_ASYNC_TEST_LIBS@
175 EDBUS_ASYNC_TEST_PRG = @EDBUS_ASYNC_TEST_PRG@
176 EDBUS_BLUEZ_TEST_CFLAGS = @EDBUS_BLUEZ_TEST_CFLAGS@
177 EDBUS_BLUEZ_TEST_LIBS = @EDBUS_BLUEZ_TEST_LIBS@
178 EDBUS_BLUEZ_TEST_PRG = @EDBUS_BLUEZ_TEST_PRG@
179 EDBUS_CFLAGS = @EDBUS_CFLAGS@
180 EDBUS_CONNMAN0_7X_TEST_CFLAGS = @EDBUS_CONNMAN0_7X_TEST_CFLAGS@
181 EDBUS_CONNMAN0_7X_TEST_LIBS = @EDBUS_CONNMAN0_7X_TEST_LIBS@
182 EDBUS_CONNMAN0_7X_TEST_PRG = @EDBUS_CONNMAN0_7X_TEST_PRG@
183 EDBUS_LIBS = @EDBUS_LIBS@
184 EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS = @EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
185 EDBUS_NOTIFICATION_DAEMON_TEST_LIBS = @EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
186 EDBUS_NOTIFICATION_DAEMON_TEST_PRG = @EDBUS_NOTIFICATION_DAEMON_TEST_PRG@
187 EDBUS_NOTIFY_SEND_CFLAGS = @EDBUS_NOTIFY_SEND_CFLAGS@
188 EDBUS_NOTIFY_SEND_LIBS = @EDBUS_NOTIFY_SEND_LIBS@
189 EDBUS_NOTIFY_SEND_PRG = @EDBUS_NOTIFY_SEND_PRG@
190 EDBUS_NOTIFY_TEST_CFLAGS = @EDBUS_NOTIFY_TEST_CFLAGS@
191 EDBUS_NOTIFY_TEST_LIBS = @EDBUS_NOTIFY_TEST_LIBS@
192 EDBUS_NOTIFY_TEST_PRG = @EDBUS_NOTIFY_TEST_PRG@
193 EDBUS_OFONO_TEST_CFLAGS = @EDBUS_OFONO_TEST_CFLAGS@
194 EDBUS_OFONO_TEST_LIBS = @EDBUS_OFONO_TEST_LIBS@
195 EDBUS_OFONO_TEST_PRG = @EDBUS_OFONO_TEST_PRG@
196 EDBUS_PERFORMANCE_TEST_CFLAGS = @EDBUS_PERFORMANCE_TEST_CFLAGS@
197 EDBUS_PERFORMANCE_TEST_LIBS = @EDBUS_PERFORMANCE_TEST_LIBS@
198 EDBUS_PERFORMANCE_TEST_PRG = @EDBUS_PERFORMANCE_TEST_PRG@
199 EDBUS_TEST_CFLAGS = @EDBUS_TEST_CFLAGS@
200 EDBUS_TEST_CLIENT_CFLAGS = @EDBUS_TEST_CLIENT_CFLAGS@
201 EDBUS_TEST_CLIENT_LIBS = @EDBUS_TEST_CLIENT_LIBS@
202 EDBUS_TEST_CLIENT_PRG = @EDBUS_TEST_CLIENT_PRG@
203 EDBUS_TEST_LIBS = @EDBUS_TEST_LIBS@
204 EDBUS_TEST_PRG = @EDBUS_TEST_PRG@
205 EDBUS_UKIT_TEST_CFLAGS = @EDBUS_UKIT_TEST_CFLAGS@
206 EDBUS_UKIT_TEST_LIBS = @EDBUS_UKIT_TEST_LIBS@
207 EDBUS_UKIT_TEST_PRG = @EDBUS_UKIT_TEST_PRG@
208 EFL_EDBUS_BUILD = @EFL_EDBUS_BUILD@
209 EGREP = @EGREP@
210 EVAS_CFLAGS = @EVAS_CFLAGS@
211 EVAS_LIBS = @EVAS_LIBS@
212 EXEEXT = @EXEEXT@
213 FGREP = @FGREP@
214 GREP = @GREP@
215 INSTALL = @INSTALL@
216 INSTALL_DATA = @INSTALL_DATA@
217 INSTALL_PROGRAM = @INSTALL_PROGRAM@
218 INSTALL_SCRIPT = @INSTALL_SCRIPT@
219 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220 LD = @LD@
221 LDFLAGS = @LDFLAGS@
222 LIBOBJS = @LIBOBJS@
223 LIBS = @LIBS@
224 LIBTOOL = @LIBTOOL@
225 LIPO = @LIPO@
226 LN_S = @LN_S@
227 LTLIBOBJS = @LTLIBOBJS@
228 MAKEINFO = @MAKEINFO@
229 MKDIR_P = @MKDIR_P@
230 NM = @NM@
231 NMEDIT = @NMEDIT@
232 OBJDUMP = @OBJDUMP@
233 OBJEXT = @OBJEXT@
234 OTOOL = @OTOOL@
235 OTOOL64 = @OTOOL64@
236 PACKAGE = @PACKAGE@
237 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238 PACKAGE_NAME = @PACKAGE_NAME@
239 PACKAGE_STRING = @PACKAGE_STRING@
240 PACKAGE_TARNAME = @PACKAGE_TARNAME@
241 PACKAGE_URL = @PACKAGE_URL@
242 PACKAGE_VERSION = @PACKAGE_VERSION@
243 PATH_SEPARATOR = @PATH_SEPARATOR@
244 PKG_CONFIG = @PKG_CONFIG@
245 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
247 RANLIB = @RANLIB@
248 SED = @SED@
249 SET_MAKE = @SET_MAKE@
250 SHELL = @SHELL@
251 STRIP = @STRIP@
252 VERSION = @VERSION@
253 VMAJ = @VMAJ@
254 abs_builddir = @abs_builddir@
255 abs_srcdir = @abs_srcdir@
256 abs_top_builddir = @abs_top_builddir@
257 abs_top_srcdir = @abs_top_srcdir@
258 ac_ct_CC = @ac_ct_CC@
259 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260 am__include = @am__include@
261 am__leading_dot = @am__leading_dot@
262 am__quote = @am__quote@
263 am__tar = @am__tar@
264 am__untar = @am__untar@
265 bindir = @bindir@
266 build = @build@
267 build_alias = @build_alias@
268 build_cpu = @build_cpu@
269 build_os = @build_os@
270 build_vendor = @build_vendor@
271 builddir = @builddir@
272 datadir = @datadir@
273 datarootdir = @datarootdir@
274 dbus_cflags = @dbus_cflags@
275 dbus_libs = @dbus_libs@
276 docdir = @docdir@
277 dvidir = @dvidir@
278 efl_doxygen = @efl_doxygen@
279 efl_have_doxygen = @efl_have_doxygen@
280 exec_prefix = @exec_prefix@
281 host = @host@
282 host_alias = @host_alias@
283 host_cpu = @host_cpu@
284 host_os = @host_os@
285 host_vendor = @host_vendor@
286 htmldir = @htmldir@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 lt_ECHO = @lt_ECHO@
295 lt_enable_auto_import = @lt_enable_auto_import@
296 mandir = @mandir@
297 mkdir_p = @mkdir_p@
298 oldincludedir = @oldincludedir@
299 pdfdir = @pdfdir@
300 pkgconfig_requires_private = @pkgconfig_requires_private@
301 prefix = @prefix@
302 program_transform_name = @program_transform_name@
303 psdir = @psdir@
304 release_info = @release_info@
305 requirement_dbus = @requirement_dbus@
306 requirement_ebluez = @requirement_ebluez@
307 requirement_econnman0_7x = @requirement_econnman0_7x@
308 requirement_edbus = @requirement_edbus@
309 requirement_ehal = @requirement_ehal@
310 requirement_enotify = @requirement_enotify@
311 requirement_eofono = @requirement_eofono@
312 requirement_eukit = @requirement_eukit@
313 sbindir = @sbindir@
314 sharedstatedir = @sharedstatedir@
315 srcdir = @srcdir@
316 sysconfdir = @sysconfdir@
317 target_alias = @target_alias@
318 top_build_prefix = @top_build_prefix@
319 top_builddir = @top_builddir@
320 top_srcdir = @top_srcdir@
321 version_info = @version_info@
322 ACLOCAL_AMFLAGS = -I m4
323 SUBDIRS = src doc
324 MAINTAINERCLEANFILES = \
325 Makefile.in \
326 aclocal.m4 \
327 config.guess \
328 config.h.in \
329 config.h.in~ \
330 config.sub \
331 configure \
332 depcomp \
333 install-sh \
334 ltmain.sh \
335 missing \
336 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
337 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
338 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
339 m4/libtool.m4 \
340 m4/lt~obsolete.m4 \
341 m4/ltoptions.m4 \
342 m4/ltsugar.m4 \
343 m4/ltversion.m4
344
345 pkgconfigdir = $(libdir)/pkgconfig
346 @BUILD_EHAL_TRUE@EHAL_PC = ehal.pc
347 @BUILD_ENOTIFY_TRUE@ENOTIFY_PC = enotify.pc
348 @BUILD_ECONNMAN0_7X_TRUE@ECONNMAN_PC = econnman-0.7x.pc
349 @BUILD_EBLUEZ_TRUE@EBLUEZ_PC = ebluez.pc
350 @BUILD_EOFONO_TRUE@EOFONO_PC = eofono.pc
351 @BUILD_EUKIT_TRUE@EUKIT_PC = eukit.pc
352 pkgconfig_DATA = edbus.pc $(EBLUEZ_PC) $(ECONNMAN_PC) $(EHAL_PC) $(ENOTIFY_PC) $(EOFONO_PC) $(EUKIT_PC)
353 EXTRA_DIST = \
354 AUTHORS \
355 COPYING \
356 README \
357 $(pkgconfig_DATA) \
358 autogen.sh \
359 ebluez.pc.in \
360 econnman-0.7x.pc.in \
361 edbus.pc.in \
362 ehal.pc.in \
363 enotify.pc.in \
364 eofono.pc.in \
365 eukit.pc.in \
366 e_dbus.spec \
367 e_dbus.spec.in \
368 m4/ac_attribute.m4 \
369 m4/efl_binary.m4 \
370 m4/efl_compiler_flag.m4 \
371 m4/efl_doxygen.m4
372
373 all: config.h
374         $(MAKE) $(AM_MAKEFLAGS) all-recursive
375
376 .SUFFIXES:
377 am--refresh:
378         @:
379 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
380         @for dep in $?; do \
381           case '$(am__configure_deps)' in \
382             *$$dep*) \
383               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
384               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
385                 && exit 0; \
386               exit 1;; \
387           esac; \
388         done; \
389         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
390         $(am__cd) $(top_srcdir) && \
391           $(AUTOMAKE) --gnu Makefile
392 .PRECIOUS: Makefile
393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394         @case '$?' in \
395           *config.status*) \
396             echo ' $(SHELL) ./config.status'; \
397             $(SHELL) ./config.status;; \
398           *) \
399             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
400             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
401         esac;
402
403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404         $(SHELL) ./config.status --recheck
405
406 $(top_srcdir)/configure:  $(am__configure_deps)
407         $(am__cd) $(srcdir) && $(AUTOCONF)
408 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
409         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
410 $(am__aclocal_m4_deps):
411
412 config.h: stamp-h1
413         @if test ! -f $@; then \
414           rm -f stamp-h1; \
415           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
416         else :; fi
417
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419         @rm -f stamp-h1
420         cd $(top_builddir) && $(SHELL) ./config.status config.h
421 $(srcdir)/config.h.in:  $(am__configure_deps) 
422         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
423         rm -f stamp-h1
424         touch $@
425
426 distclean-hdr:
427         -rm -f config.h stamp-h1
428 e_dbus.spec: $(top_builddir)/config.status $(srcdir)/e_dbus.spec.in
429         cd $(top_builddir) && $(SHELL) ./config.status $@
430 ebluez.pc: $(top_builddir)/config.status $(srcdir)/ebluez.pc.in
431         cd $(top_builddir) && $(SHELL) ./config.status $@
432 econnman-0.7x.pc: $(top_builddir)/config.status $(srcdir)/econnman-0.7x.pc.in
433         cd $(top_builddir) && $(SHELL) ./config.status $@
434 edbus.pc: $(top_builddir)/config.status $(srcdir)/edbus.pc.in
435         cd $(top_builddir) && $(SHELL) ./config.status $@
436 ehal.pc: $(top_builddir)/config.status $(srcdir)/ehal.pc.in
437         cd $(top_builddir) && $(SHELL) ./config.status $@
438 enotify.pc: $(top_builddir)/config.status $(srcdir)/enotify.pc.in
439         cd $(top_builddir) && $(SHELL) ./config.status $@
440 eofono.pc: $(top_builddir)/config.status $(srcdir)/eofono.pc.in
441         cd $(top_builddir) && $(SHELL) ./config.status $@
442 eukit.pc: $(top_builddir)/config.status $(srcdir)/eukit.pc.in
443         cd $(top_builddir) && $(SHELL) ./config.status $@
444
445 mostlyclean-libtool:
446         -rm -f *.lo
447
448 clean-libtool:
449         -rm -rf .libs _libs
450
451 distclean-libtool:
452         -rm -f libtool config.lt
453 install-pkgconfigDATA: $(pkgconfig_DATA)
454         @$(NORMAL_INSTALL)
455         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
456         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
457         for p in $$list; do \
458           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
459           echo "$$d$$p"; \
460         done | $(am__base_list) | \
461         while read files; do \
462           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
463           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
464         done
465
466 uninstall-pkgconfigDATA:
467         @$(NORMAL_UNINSTALL)
468         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
469         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
470         test -n "$$files" || exit 0; \
471         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
472         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
473
474 # This directory's subdirectories are mostly independent; you can cd
475 # into them and run `make' without going through this Makefile.
476 # To change the values of `make' variables: instead of editing Makefiles,
477 # (1) if the variable is set in `config.status', edit `config.status'
478 #     (which will cause the Makefiles to be regenerated when you run `make');
479 # (2) otherwise, pass the desired values on the `make' command line.
480 $(RECURSIVE_TARGETS):
481         @fail= failcom='exit 1'; \
482         for f in x $$MAKEFLAGS; do \
483           case $$f in \
484             *=* | --[!k]*);; \
485             *k*) failcom='fail=yes';; \
486           esac; \
487         done; \
488         dot_seen=no; \
489         target=`echo $@ | sed s/-recursive//`; \
490         list='$(SUBDIRS)'; for subdir in $$list; do \
491           echo "Making $$target in $$subdir"; \
492           if test "$$subdir" = "."; then \
493             dot_seen=yes; \
494             local_target="$$target-am"; \
495           else \
496             local_target="$$target"; \
497           fi; \
498           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
499           || eval $$failcom; \
500         done; \
501         if test "$$dot_seen" = "no"; then \
502           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
503         fi; test -z "$$fail"
504
505 $(RECURSIVE_CLEAN_TARGETS):
506         @fail= failcom='exit 1'; \
507         for f in x $$MAKEFLAGS; do \
508           case $$f in \
509             *=* | --[!k]*);; \
510             *k*) failcom='fail=yes';; \
511           esac; \
512         done; \
513         dot_seen=no; \
514         case "$@" in \
515           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
516           *) list='$(SUBDIRS)' ;; \
517         esac; \
518         rev=''; for subdir in $$list; do \
519           if test "$$subdir" = "."; then :; else \
520             rev="$$subdir $$rev"; \
521           fi; \
522         done; \
523         rev="$$rev ."; \
524         target=`echo $@ | sed s/-recursive//`; \
525         for subdir in $$rev; do \
526           echo "Making $$target in $$subdir"; \
527           if test "$$subdir" = "."; then \
528             local_target="$$target-am"; \
529           else \
530             local_target="$$target"; \
531           fi; \
532           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
533           || eval $$failcom; \
534         done && test -z "$$fail"
535 tags-recursive:
536         list='$(SUBDIRS)'; for subdir in $$list; do \
537           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
538         done
539 ctags-recursive:
540         list='$(SUBDIRS)'; for subdir in $$list; do \
541           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
542         done
543
544 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
545         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
546         unique=`for i in $$list; do \
547             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548           done | \
549           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
550               END { if (nonempty) { for (i in files) print i; }; }'`; \
551         mkid -fID $$unique
552 tags: TAGS
553
554 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
555                 $(TAGS_FILES) $(LISP)
556         set x; \
557         here=`pwd`; \
558         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
559           include_option=--etags-include; \
560           empty_fix=.; \
561         else \
562           include_option=--include; \
563           empty_fix=; \
564         fi; \
565         list='$(SUBDIRS)'; for subdir in $$list; do \
566           if test "$$subdir" = .; then :; else \
567             test ! -f $$subdir/TAGS || \
568               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
569           fi; \
570         done; \
571         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
572         unique=`for i in $$list; do \
573             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574           done | \
575           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576               END { if (nonempty) { for (i in files) print i; }; }'`; \
577         shift; \
578         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579           test -n "$$unique" || unique=$$empty_fix; \
580           if test $$# -gt 0; then \
581             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582               "$$@" $$unique; \
583           else \
584             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585               $$unique; \
586           fi; \
587         fi
588 ctags: CTAGS
589 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
590                 $(TAGS_FILES) $(LISP)
591         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
592         unique=`for i in $$list; do \
593             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594           done | \
595           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596               END { if (nonempty) { for (i in files) print i; }; }'`; \
597         test -z "$(CTAGS_ARGS)$$unique" \
598           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599              $$unique
600
601 GTAGS:
602         here=`$(am__cd) $(top_builddir) && pwd` \
603           && $(am__cd) $(top_srcdir) \
604           && gtags -i $(GTAGS_ARGS) "$$here"
605
606 distclean-tags:
607         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
608
609 distdir: $(DISTFILES)
610         $(am__remove_distdir)
611         test -d "$(distdir)" || mkdir "$(distdir)"
612         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
613         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
614         list='$(DISTFILES)'; \
615           dist_files=`for file in $$list; do echo $$file; done | \
616           sed -e "s|^$$srcdirstrip/||;t" \
617               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
618         case $$dist_files in \
619           */*) $(MKDIR_P) `echo "$$dist_files" | \
620                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
621                            sort -u` ;; \
622         esac; \
623         for file in $$dist_files; do \
624           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
625           if test -d $$d/$$file; then \
626             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
627             if test -d "$(distdir)/$$file"; then \
628               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629             fi; \
630             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
631               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
632               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633             fi; \
634             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
635           else \
636             test -f "$(distdir)/$$file" \
637             || cp -p $$d/$$file "$(distdir)/$$file" \
638             || exit 1; \
639           fi; \
640         done
641         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
642           if test "$$subdir" = .; then :; else \
643             test -d "$(distdir)/$$subdir" \
644             || $(MKDIR_P) "$(distdir)/$$subdir" \
645             || exit 1; \
646           fi; \
647         done
648         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
649           if test "$$subdir" = .; then :; else \
650             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
651             $(am__relativize); \
652             new_distdir=$$reldir; \
653             dir1=$$subdir; dir2="$(top_distdir)"; \
654             $(am__relativize); \
655             new_top_distdir=$$reldir; \
656             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
657             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
658             ($(am__cd) $$subdir && \
659               $(MAKE) $(AM_MAKEFLAGS) \
660                 top_distdir="$$new_top_distdir" \
661                 distdir="$$new_distdir" \
662                 am__remove_distdir=: \
663                 am__skip_length_check=: \
664                 am__skip_mode_fix=: \
665                 distdir) \
666               || exit 1; \
667           fi; \
668         done
669         -test -n "$(am__skip_mode_fix)" \
670         || find "$(distdir)" -type d ! -perm -755 \
671                 -exec chmod u+rwx,go+rx {} \; -o \
672           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
673           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
674           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
675         || chmod -R a+r "$(distdir)"
676 dist-gzip: distdir
677         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
678         $(am__remove_distdir)
679 dist-bzip2: distdir
680         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
681         $(am__remove_distdir)
682
683 dist-lzma: distdir
684         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
685         $(am__remove_distdir)
686
687 dist-xz: distdir
688         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
689         $(am__remove_distdir)
690
691 dist-tarZ: distdir
692         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
693         $(am__remove_distdir)
694
695 dist-shar: distdir
696         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
697         $(am__remove_distdir)
698
699 dist-zip: distdir
700         -rm -f $(distdir).zip
701         zip -rq $(distdir).zip $(distdir)
702         $(am__remove_distdir)
703
704 dist dist-all: distdir
705         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
706         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
707         $(am__remove_distdir)
708
709 # This target untars the dist file and tries a VPATH configuration.  Then
710 # it guarantees that the distribution is self-contained by making another
711 # tarfile.
712 distcheck: dist
713         case '$(DIST_ARCHIVES)' in \
714         *.tar.gz*) \
715           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
716         *.tar.bz2*) \
717           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
718         *.tar.lzma*) \
719           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
720         *.tar.xz*) \
721           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
722         *.tar.Z*) \
723           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
724         *.shar.gz*) \
725           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
726         *.zip*) \
727           unzip $(distdir).zip ;;\
728         esac
729         chmod -R a-w $(distdir); chmod a+w $(distdir)
730         mkdir $(distdir)/_build
731         mkdir $(distdir)/_inst
732         chmod a-w $(distdir)
733         test -d $(distdir)/_build || exit 0; \
734         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
735           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
736           && am__cwd=`pwd` \
737           && $(am__cd) $(distdir)/_build \
738           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
739             $(DISTCHECK_CONFIGURE_FLAGS) \
740           && $(MAKE) $(AM_MAKEFLAGS) \
741           && $(MAKE) $(AM_MAKEFLAGS) dvi \
742           && $(MAKE) $(AM_MAKEFLAGS) check \
743           && $(MAKE) $(AM_MAKEFLAGS) install \
744           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
745           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
746           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
747                 distuninstallcheck \
748           && chmod -R a-w "$$dc_install_base" \
749           && ({ \
750                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
751                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
752                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
753                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
754                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
755               } || { rm -rf "$$dc_destdir"; exit 1; }) \
756           && rm -rf "$$dc_destdir" \
757           && $(MAKE) $(AM_MAKEFLAGS) dist \
758           && rm -rf $(DIST_ARCHIVES) \
759           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
760           && cd "$$am__cwd" \
761           || exit 1
762         $(am__remove_distdir)
763         @(echo "$(distdir) archives ready for distribution: "; \
764           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
765           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
766 distuninstallcheck:
767         @$(am__cd) '$(distuninstallcheck_dir)' \
768         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
769            || { echo "ERROR: files left after uninstall:" ; \
770                 if test -n "$(DESTDIR)"; then \
771                   echo "  (check DESTDIR support)"; \
772                 fi ; \
773                 $(distuninstallcheck_listfiles) ; \
774                 exit 1; } >&2
775 distcleancheck: distclean
776         @if test '$(srcdir)' = . ; then \
777           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
778           exit 1 ; \
779         fi
780         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
781           || { echo "ERROR: files left in build directory after distclean:" ; \
782                $(distcleancheck_listfiles) ; \
783                exit 1; } >&2
784 check-am: all-am
785 check: check-recursive
786 all-am: Makefile $(DATA) config.h
787 installdirs: installdirs-recursive
788 installdirs-am:
789         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
790           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
791         done
792 install: install-recursive
793 install-exec: install-exec-recursive
794 install-data: install-data-recursive
795 uninstall: uninstall-recursive
796
797 install-am: all-am
798         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
799
800 installcheck: installcheck-recursive
801 install-strip:
802         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
803           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
804           `test -z '$(STRIP)' || \
805             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
806 mostlyclean-generic:
807
808 clean-generic:
809
810 distclean-generic:
811         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
812         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
813
814 maintainer-clean-generic:
815         @echo "This command is intended for maintainers to use"
816         @echo "it deletes files that may require special tools to rebuild."
817         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
818 clean: clean-recursive
819
820 clean-am: clean-generic clean-libtool mostlyclean-am
821
822 distclean: distclean-recursive
823         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
824         -rm -f Makefile
825 distclean-am: clean-am distclean-generic distclean-hdr \
826         distclean-libtool distclean-tags
827
828 dvi: dvi-recursive
829
830 dvi-am:
831
832 html: html-recursive
833
834 html-am:
835
836 info: info-recursive
837
838 info-am:
839
840 install-data-am: install-pkgconfigDATA
841
842 install-dvi: install-dvi-recursive
843
844 install-dvi-am:
845
846 install-exec-am:
847
848 install-html: install-html-recursive
849
850 install-html-am:
851
852 install-info: install-info-recursive
853
854 install-info-am:
855
856 install-man:
857
858 install-pdf: install-pdf-recursive
859
860 install-pdf-am:
861
862 install-ps: install-ps-recursive
863
864 install-ps-am:
865
866 installcheck-am:
867
868 maintainer-clean: maintainer-clean-recursive
869         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
870         -rm -rf $(top_srcdir)/autom4te.cache
871         -rm -f Makefile
872 maintainer-clean-am: distclean-am maintainer-clean-generic
873
874 mostlyclean: mostlyclean-recursive
875
876 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
877
878 pdf: pdf-recursive
879
880 pdf-am:
881
882 ps: ps-recursive
883
884 ps-am:
885
886 uninstall-am: uninstall-pkgconfigDATA
887
888 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
889         ctags-recursive install-am install-strip tags-recursive
890
891 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
892         all all-am am--refresh check check-am clean clean-generic \
893         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
894         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
895         distcheck distclean distclean-generic distclean-hdr \
896         distclean-libtool distclean-tags distcleancheck distdir \
897         distuninstallcheck dvi dvi-am html html-am info info-am \
898         install install-am install-data install-data-am install-dvi \
899         install-dvi-am install-exec install-exec-am install-html \
900         install-html-am install-info install-info-am install-man \
901         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
902         install-ps-am install-strip installcheck installcheck-am \
903         installdirs installdirs-am maintainer-clean \
904         maintainer-clean-generic mostlyclean mostlyclean-generic \
905         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
906         uninstall uninstall-am uninstall-pkgconfigDATA
907
908
909 .PHONY: doc
910
911 # Documentation
912
913 doc:
914         @echo "entering doc/"
915         make -C doc doc
916
917 # Tell versions [3.59,3.63) of GNU make to not export all variables.
918 # Otherwise a system limit (for SysV at least) may be exceeded.
919 .NOEXPORT: