Imported Upstream version 1.7.8
[platform/upstream/edbus.git] / src / bin / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
83         $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
84         $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \
85         $(am__EXEEXT_10) $(am__EXEEXT_11)
86 @BUILD_EDBUS_TEST_TRUE@am__append_1 = e_dbus_test
87 @BUILD_EDBUS_TEST_CLIENT_TRUE@am__append_2 = e_dbus_test_client
88 @BUILD_EDBUS_ASYNC_TEST_TRUE@am__append_3 = e_dbus_async_server_test \
89 @BUILD_EDBUS_ASYNC_TEST_TRUE@   e_dbus_async_client_test
90 @BUILD_EDBUS_BLUEZ_TEST_TRUE@am__append_4 = e_dbus_bluez_test
91 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@am__append_5 = e_dbus_connman0_7x_test
92 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@am__append_6 = e_dbus_notification_daemon
93 @BUILD_EDBUS_NOTIFY_SEND_TRUE@am__append_7 = e-notify-send
94 @BUILD_EDBUS_NOTIFY_TEST_TRUE@am__append_8 = e_dbus_notify
95 @BUILD_EDBUS_OFONO_TEST_TRUE@am__append_9 = e_dbus_ofono_test
96 @BUILD_EDBUS_UKIT_TEST_TRUE@am__append_10 = e_dbus_ukit_test
97 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@am__append_11 = e_dbus_performance
98 noinst_PROGRAMS = $(am__EXEEXT_12)
99 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@am__append_12 = e_dbus_connman0_7x_test_api
100 subdir = src/bin
101 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
102         $(top_srcdir)/depcomp
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
105         $(top_srcdir)/m4/efl_binary.m4 \
106         $(top_srcdir)/m4/efl_compiler_flag.m4 \
107         $(top_srcdir)/m4/efl_doxygen.m4 $(top_srcdir)/m4/ltoptions.m4 \
108         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
109         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111         $(ACLOCAL_M4)
112 mkinstalldirs = $(install_sh) -d
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES =
115 CONFIG_CLEAN_VPATH_FILES =
116 @BUILD_EDBUS_TEST_TRUE@am__EXEEXT_1 = e_dbus_test$(EXEEXT)
117 @BUILD_EDBUS_TEST_CLIENT_TRUE@am__EXEEXT_2 =  \
118 @BUILD_EDBUS_TEST_CLIENT_TRUE@  e_dbus_test_client$(EXEEXT)
119 @BUILD_EDBUS_ASYNC_TEST_TRUE@am__EXEEXT_3 = e_dbus_async_server_test$(EXEEXT) \
120 @BUILD_EDBUS_ASYNC_TEST_TRUE@   e_dbus_async_client_test$(EXEEXT)
121 @BUILD_EDBUS_BLUEZ_TEST_TRUE@am__EXEEXT_4 =  \
122 @BUILD_EDBUS_BLUEZ_TEST_TRUE@   e_dbus_bluez_test$(EXEEXT)
123 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@am__EXEEXT_5 = e_dbus_connman0_7x_test$(EXEEXT)
124 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@am__EXEEXT_6 = e_dbus_notification_daemon$(EXEEXT)
125 @BUILD_EDBUS_NOTIFY_SEND_TRUE@am__EXEEXT_7 = e-notify-send$(EXEEXT)
126 @BUILD_EDBUS_NOTIFY_TEST_TRUE@am__EXEEXT_8 = e_dbus_notify$(EXEEXT)
127 @BUILD_EDBUS_OFONO_TEST_TRUE@am__EXEEXT_9 =  \
128 @BUILD_EDBUS_OFONO_TEST_TRUE@   e_dbus_ofono_test$(EXEEXT)
129 @BUILD_EDBUS_UKIT_TEST_TRUE@am__EXEEXT_10 = e_dbus_ukit_test$(EXEEXT)
130 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@am__EXEEXT_11 = e_dbus_performance$(EXEEXT)
131 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(logodir)"
132 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@am__EXEEXT_12 = e_dbus_connman0_7x_test_api$(EXEEXT)
133 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
134 am__e_notify_send_SOURCES_DIST = notify-send.c
135 @BUILD_EDBUS_NOTIFY_SEND_TRUE@am_e_notify_send_OBJECTS = e_notify_send-notify-send.$(OBJEXT)
136 e_notify_send_OBJECTS = $(am_e_notify_send_OBJECTS)
137 @BUILD_EDBUS_NOTIFY_SEND_TRUE@e_notify_send_DEPENDENCIES =  \
138 @BUILD_EDBUS_NOTIFY_SEND_TRUE@  $(ENOTIFY_LIBS) \
139 @BUILD_EDBUS_NOTIFY_SEND_TRUE@  $(top_builddir)/src/lib/dbus/libedbus.la
140 AM_V_lt = $(am__v_lt_@AM_V@)
141 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142 am__v_lt_0 = --silent
143 am__v_lt_1 = 
144 am__e_dbus_async_client_test_SOURCES_DIST = async_client_test.c
145 @BUILD_EDBUS_ASYNC_TEST_TRUE@am_e_dbus_async_client_test_OBJECTS = e_dbus_async_client_test-async_client_test.$(OBJEXT)
146 e_dbus_async_client_test_OBJECTS =  \
147         $(am_e_dbus_async_client_test_OBJECTS)
148 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_client_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la
149 am__e_dbus_async_server_test_SOURCES_DIST = async_server_test.c
150 @BUILD_EDBUS_ASYNC_TEST_TRUE@am_e_dbus_async_server_test_OBJECTS = e_dbus_async_server_test-async_server_test.$(OBJEXT)
151 e_dbus_async_server_test_OBJECTS =  \
152         $(am_e_dbus_async_server_test_OBJECTS)
153 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_server_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la
154 am__e_dbus_bluez_test_SOURCES_DIST = e_dbus_bluez_test.c
155 @BUILD_EDBUS_BLUEZ_TEST_TRUE@am_e_dbus_bluez_test_OBJECTS = e_dbus_bluez_test-e_dbus_bluez_test.$(OBJEXT)
156 e_dbus_bluez_test_OBJECTS = $(am_e_dbus_bluez_test_OBJECTS)
157 @BUILD_EDBUS_BLUEZ_TEST_TRUE@e_dbus_bluez_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la \
158 @BUILD_EDBUS_BLUEZ_TEST_TRUE@   $(top_builddir)/src/lib/bluez/libebluez.la
159 am__e_dbus_connman0_7x_test_SOURCES_DIST = e_dbus_connman0_7x_test.c
160 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@am_e_dbus_connman0_7x_test_OBJECTS = e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.$(OBJEXT)
161 e_dbus_connman0_7x_test_OBJECTS =  \
162         $(am_e_dbus_connman0_7x_test_OBJECTS)
163 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la \
164 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@     $(top_builddir)/src/lib/connman0_7x/libeconnman0_7x.la
165 am__e_dbus_connman0_7x_test_api_SOURCES_DIST =  \
166         e_dbus_connman0_7x_test_api.c
167 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@am_e_dbus_connman0_7x_test_api_OBJECTS = e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.$(OBJEXT)
168 e_dbus_connman0_7x_test_api_OBJECTS =  \
169         $(am_e_dbus_connman0_7x_test_api_OBJECTS)
170 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_api_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la \
171 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@     $(top_builddir)/src/lib/connman0_7x/libeconnman0_7x.la
172 am__e_dbus_notification_daemon_SOURCES_DIST = notification_daemon.c
173 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@am_e_dbus_notification_daemon_OBJECTS = e_dbus_notification_daemon-notification_daemon.$(OBJEXT)
174 e_dbus_notification_daemon_OBJECTS =  \
175         $(am_e_dbus_notification_daemon_OBJECTS)
176 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@e_dbus_notification_daemon_DEPENDENCIES =  \
177 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@     $(ENOTIFY_LIBS) \
178 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@     $(top_builddir)/src/lib/dbus/libedbus.la
179 am__e_dbus_notify_SOURCES_DIST = notify.c
180 @BUILD_EDBUS_NOTIFY_TEST_TRUE@am_e_dbus_notify_OBJECTS =  \
181 @BUILD_EDBUS_NOTIFY_TEST_TRUE@  e_dbus_notify-notify.$(OBJEXT)
182 e_dbus_notify_OBJECTS = $(am_e_dbus_notify_OBJECTS)
183 @BUILD_EDBUS_NOTIFY_TEST_TRUE@e_dbus_notify_DEPENDENCIES =  \
184 @BUILD_EDBUS_NOTIFY_TEST_TRUE@  $(ENOTIFY_LIBS) \
185 @BUILD_EDBUS_NOTIFY_TEST_TRUE@  $(top_builddir)/src/lib/dbus/libedbus.la
186 am__e_dbus_ofono_test_SOURCES_DIST = e_dbus_ofono_test.c
187 @BUILD_EDBUS_OFONO_TEST_TRUE@am_e_dbus_ofono_test_OBJECTS = e_dbus_ofono_test-e_dbus_ofono_test.$(OBJEXT)
188 e_dbus_ofono_test_OBJECTS = $(am_e_dbus_ofono_test_OBJECTS)
189 @BUILD_EDBUS_OFONO_TEST_TRUE@e_dbus_ofono_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la \
190 @BUILD_EDBUS_OFONO_TEST_TRUE@   $(top_builddir)/src/lib/ofono/libeofono.la
191 am__e_dbus_performance_SOURCES_DIST = performance.c
192 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@am_e_dbus_performance_OBJECTS = e_dbus_performance-performance.$(OBJEXT)
193 e_dbus_performance_OBJECTS = $(am_e_dbus_performance_OBJECTS)
194 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@e_dbus_performance_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la
195 e_dbus_performance_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
196         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
197         $(e_dbus_performance_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
198         $(LDFLAGS) -o $@
199 am__e_dbus_test_SOURCES_DIST = test.c
200 @BUILD_EDBUS_TEST_TRUE@am_e_dbus_test_OBJECTS =  \
201 @BUILD_EDBUS_TEST_TRUE@ e_dbus_test-test.$(OBJEXT)
202 e_dbus_test_OBJECTS = $(am_e_dbus_test_OBJECTS)
203 @BUILD_EDBUS_TEST_TRUE@e_dbus_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la
204 am__e_dbus_test_client_SOURCES_DIST = test_client.c
205 @BUILD_EDBUS_TEST_CLIENT_TRUE@am_e_dbus_test_client_OBJECTS = e_dbus_test_client-test_client.$(OBJEXT)
206 e_dbus_test_client_OBJECTS = $(am_e_dbus_test_client_OBJECTS)
207 @BUILD_EDBUS_TEST_CLIENT_TRUE@e_dbus_test_client_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la
208 am__e_dbus_ukit_test_SOURCES_DIST = e_dbus_ukit_test.c
209 @BUILD_EDBUS_UKIT_TEST_TRUE@am_e_dbus_ukit_test_OBJECTS = e_dbus_ukit_test-e_dbus_ukit_test.$(OBJEXT)
210 e_dbus_ukit_test_OBJECTS = $(am_e_dbus_ukit_test_OBJECTS)
211 @BUILD_EDBUS_UKIT_TEST_TRUE@e_dbus_ukit_test_DEPENDENCIES = $(top_builddir)/src/lib/dbus/libedbus.la \
212 @BUILD_EDBUS_UKIT_TEST_TRUE@    $(top_builddir)/src/lib/ukit/libeukit.la
213 AM_V_P = $(am__v_P_@AM_V@)
214 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
215 am__v_P_0 = false
216 am__v_P_1 = :
217 AM_V_GEN = $(am__v_GEN_@AM_V@)
218 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
219 am__v_GEN_0 = @echo "  GEN     " $@;
220 am__v_GEN_1 = 
221 AM_V_at = $(am__v_at_@AM_V@)
222 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
223 am__v_at_0 = @
224 am__v_at_1 = 
225 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
226 depcomp = $(SHELL) $(top_srcdir)/depcomp
227 am__depfiles_maybe = depfiles
228 am__mv = mv -f
229 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
230         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
231 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
232         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
233         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
234         $(AM_CFLAGS) $(CFLAGS)
235 AM_V_CC = $(am__v_CC_@AM_V@)
236 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
237 am__v_CC_0 = @echo "  CC      " $@;
238 am__v_CC_1 = 
239 CCLD = $(CC)
240 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
241         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
242         $(AM_LDFLAGS) $(LDFLAGS) -o $@
243 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
244 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
245 am__v_CCLD_0 = @echo "  CCLD    " $@;
246 am__v_CCLD_1 = 
247 SOURCES = $(e_notify_send_SOURCES) $(e_dbus_async_client_test_SOURCES) \
248         $(e_dbus_async_server_test_SOURCES) \
249         $(e_dbus_bluez_test_SOURCES) \
250         $(e_dbus_connman0_7x_test_SOURCES) \
251         $(e_dbus_connman0_7x_test_api_SOURCES) \
252         $(e_dbus_notification_daemon_SOURCES) $(e_dbus_notify_SOURCES) \
253         $(e_dbus_ofono_test_SOURCES) $(e_dbus_performance_SOURCES) \
254         $(e_dbus_test_SOURCES) $(e_dbus_test_client_SOURCES) \
255         $(e_dbus_ukit_test_SOURCES)
256 DIST_SOURCES = $(am__e_notify_send_SOURCES_DIST) \
257         $(am__e_dbus_async_client_test_SOURCES_DIST) \
258         $(am__e_dbus_async_server_test_SOURCES_DIST) \
259         $(am__e_dbus_bluez_test_SOURCES_DIST) \
260         $(am__e_dbus_connman0_7x_test_SOURCES_DIST) \
261         $(am__e_dbus_connman0_7x_test_api_SOURCES_DIST) \
262         $(am__e_dbus_notification_daemon_SOURCES_DIST) \
263         $(am__e_dbus_notify_SOURCES_DIST) \
264         $(am__e_dbus_ofono_test_SOURCES_DIST) \
265         $(am__e_dbus_performance_SOURCES_DIST) \
266         $(am__e_dbus_test_SOURCES_DIST) \
267         $(am__e_dbus_test_client_SOURCES_DIST) \
268         $(am__e_dbus_ukit_test_SOURCES_DIST)
269 am__can_run_installinfo = \
270   case $$AM_UPDATE_INFO_DIR in \
271     n|no|NO) false;; \
272     *) (install-info --version) >/dev/null 2>&1;; \
273   esac
274 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
275 am__vpath_adj = case $$p in \
276     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
277     *) f=$$p;; \
278   esac;
279 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
280 am__install_max = 40
281 am__nobase_strip_setup = \
282   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
283 am__nobase_strip = \
284   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
285 am__nobase_list = $(am__nobase_strip_setup); \
286   for p in $$list; do echo "$$p $$p"; done | \
287   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
288   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
289     if (++n[$$2] == $(am__install_max)) \
290       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
291     END { for (dir in files) print dir, files[dir] }'
292 am__base_list = \
293   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
294   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
295 am__uninstall_files_from_dir = { \
296   test -z "$$files" \
297     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
298     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
299          $(am__cd) "$$dir" && rm -f $$files; }; \
300   }
301 DATA = $(logo_DATA)
302 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
303 # Read a list of newline-separated strings from the standard input,
304 # and print each of them once, without duplicates.  Input order is
305 # *not* preserved.
306 am__uniquify_input = $(AWK) '\
307   BEGIN { nonempty = 0; } \
308   { items[$$0] = 1; nonempty = 1; } \
309   END { if (nonempty) { for (i in items) print i; }; } \
310 '
311 # Make sure the list of sources is unique.  This is necessary because,
312 # e.g., the same source file might be shared among _SOURCES variables
313 # for different programs/libraries.
314 am__define_uniq_tagged_files = \
315   list='$(am__tagged_files)'; \
316   unique=`for i in $$list; do \
317     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318   done | $(am__uniquify_input)`
319 ETAGS = etags
320 CTAGS = ctags
321 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
322 ACLOCAL = @ACLOCAL@
323 ALLOCA = @ALLOCA@
324 AMTAR = @AMTAR@
325 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
326 AR = @AR@
327 AS = @AS@
328 AUTOCONF = @AUTOCONF@
329 AUTOHEADER = @AUTOHEADER@
330 AUTOMAKE = @AUTOMAKE@
331 AWK = @AWK@
332 CC = @CC@
333 CCDEPMODE = @CCDEPMODE@
334 CFLAGS = @CFLAGS@
335 CPP = @CPP@
336 CPPFLAGS = @CPPFLAGS@
337 CYGPATH_W = @CYGPATH_W@
338 DBUS_CFLAGS = @DBUS_CFLAGS@
339 DBUS_LIBS = @DBUS_LIBS@
340 DBUS_VERSION_CFLAGS = @DBUS_VERSION_CFLAGS@
341 DEFS = @DEFS@
342 DEPDIR = @DEPDIR@
343 DLLTOOL = @DLLTOOL@
344 DSYMUTIL = @DSYMUTIL@
345 DUMPBIN = @DUMPBIN@
346 ECHO_C = @ECHO_C@
347 ECHO_N = @ECHO_N@
348 ECHO_T = @ECHO_T@
349 EDBUS_ASYNC_TEST_CFLAGS = @EDBUS_ASYNC_TEST_CFLAGS@
350 EDBUS_ASYNC_TEST_LIBS = @EDBUS_ASYNC_TEST_LIBS@
351 EDBUS_ASYNC_TEST_PRG = @EDBUS_ASYNC_TEST_PRG@
352 EDBUS_BLUEZ_TEST_CFLAGS = @EDBUS_BLUEZ_TEST_CFLAGS@
353 EDBUS_BLUEZ_TEST_LIBS = @EDBUS_BLUEZ_TEST_LIBS@
354 EDBUS_BLUEZ_TEST_PRG = @EDBUS_BLUEZ_TEST_PRG@
355 EDBUS_CFLAGS = @EDBUS_CFLAGS@
356 EDBUS_CONNMAN0_7X_TEST_CFLAGS = @EDBUS_CONNMAN0_7X_TEST_CFLAGS@
357 EDBUS_CONNMAN0_7X_TEST_LIBS = @EDBUS_CONNMAN0_7X_TEST_LIBS@
358 EDBUS_CONNMAN0_7X_TEST_PRG = @EDBUS_CONNMAN0_7X_TEST_PRG@
359 EDBUS_LIBS = @EDBUS_LIBS@
360 EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS = @EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
361 EDBUS_NOTIFICATION_DAEMON_TEST_LIBS = @EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
362 EDBUS_NOTIFICATION_DAEMON_TEST_PRG = @EDBUS_NOTIFICATION_DAEMON_TEST_PRG@
363 EDBUS_NOTIFY_SEND_CFLAGS = @EDBUS_NOTIFY_SEND_CFLAGS@
364 EDBUS_NOTIFY_SEND_LIBS = @EDBUS_NOTIFY_SEND_LIBS@
365 EDBUS_NOTIFY_SEND_PRG = @EDBUS_NOTIFY_SEND_PRG@
366 EDBUS_NOTIFY_TEST_CFLAGS = @EDBUS_NOTIFY_TEST_CFLAGS@
367 EDBUS_NOTIFY_TEST_LIBS = @EDBUS_NOTIFY_TEST_LIBS@
368 EDBUS_NOTIFY_TEST_PRG = @EDBUS_NOTIFY_TEST_PRG@
369 EDBUS_OFONO_TEST_CFLAGS = @EDBUS_OFONO_TEST_CFLAGS@
370 EDBUS_OFONO_TEST_LIBS = @EDBUS_OFONO_TEST_LIBS@
371 EDBUS_OFONO_TEST_PRG = @EDBUS_OFONO_TEST_PRG@
372 EDBUS_PERFORMANCE_TEST_CFLAGS = @EDBUS_PERFORMANCE_TEST_CFLAGS@
373 EDBUS_PERFORMANCE_TEST_LIBS = @EDBUS_PERFORMANCE_TEST_LIBS@
374 EDBUS_PERFORMANCE_TEST_PRG = @EDBUS_PERFORMANCE_TEST_PRG@
375 EDBUS_TEST_CFLAGS = @EDBUS_TEST_CFLAGS@
376 EDBUS_TEST_CLIENT_CFLAGS = @EDBUS_TEST_CLIENT_CFLAGS@
377 EDBUS_TEST_CLIENT_LIBS = @EDBUS_TEST_CLIENT_LIBS@
378 EDBUS_TEST_CLIENT_PRG = @EDBUS_TEST_CLIENT_PRG@
379 EDBUS_TEST_LIBS = @EDBUS_TEST_LIBS@
380 EDBUS_TEST_PRG = @EDBUS_TEST_PRG@
381 EDBUS_UKIT_TEST_CFLAGS = @EDBUS_UKIT_TEST_CFLAGS@
382 EDBUS_UKIT_TEST_LIBS = @EDBUS_UKIT_TEST_LIBS@
383 EDBUS_UKIT_TEST_PRG = @EDBUS_UKIT_TEST_PRG@
384 EFL_EDBUS_BUILD = @EFL_EDBUS_BUILD@
385 EGREP = @EGREP@
386 EVAS_CFLAGS = @EVAS_CFLAGS@
387 EVAS_LIBS = @EVAS_LIBS@
388 EXEEXT = @EXEEXT@
389 FGREP = @FGREP@
390 GREP = @GREP@
391 INSTALL = @INSTALL@
392 INSTALL_DATA = @INSTALL_DATA@
393 INSTALL_PROGRAM = @INSTALL_PROGRAM@
394 INSTALL_SCRIPT = @INSTALL_SCRIPT@
395 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
396 LD = @LD@
397 LDFLAGS = @LDFLAGS@
398 LIBOBJS = @LIBOBJS@
399 LIBS = @LIBS@
400 LIBTOOL = @LIBTOOL@
401 LIPO = @LIPO@
402 LN_S = @LN_S@
403 LTLIBOBJS = @LTLIBOBJS@
404 MAKEINFO = @MAKEINFO@
405 MANIFEST_TOOL = @MANIFEST_TOOL@
406 MKDIR_P = @MKDIR_P@
407 NM = @NM@
408 NMEDIT = @NMEDIT@
409 OBJDUMP = @OBJDUMP@
410 OBJEXT = @OBJEXT@
411 OTOOL = @OTOOL@
412 OTOOL64 = @OTOOL64@
413 PACKAGE = @PACKAGE@
414 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
415 PACKAGE_NAME = @PACKAGE_NAME@
416 PACKAGE_STRING = @PACKAGE_STRING@
417 PACKAGE_TARNAME = @PACKAGE_TARNAME@
418 PACKAGE_URL = @PACKAGE_URL@
419 PACKAGE_VERSION = @PACKAGE_VERSION@
420 PATH_SEPARATOR = @PATH_SEPARATOR@
421 PKG_CONFIG = @PKG_CONFIG@
422 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
423 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
424 RANLIB = @RANLIB@
425 SED = @SED@
426 SET_MAKE = @SET_MAKE@
427 SHELL = @SHELL@
428 STRIP = @STRIP@
429 VERSION = @VERSION@
430 VMAJ = @VMAJ@
431 abs_builddir = @abs_builddir@
432 abs_srcdir = @abs_srcdir@
433 abs_top_builddir = @abs_top_builddir@
434 abs_top_srcdir = @abs_top_srcdir@
435 ac_ct_AR = @ac_ct_AR@
436 ac_ct_CC = @ac_ct_CC@
437 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
438 am__include = @am__include@
439 am__leading_dot = @am__leading_dot@
440 am__quote = @am__quote@
441 am__tar = @am__tar@
442 am__untar = @am__untar@
443 bindir = @bindir@
444 build = @build@
445 build_alias = @build_alias@
446 build_cpu = @build_cpu@
447 build_os = @build_os@
448 build_vendor = @build_vendor@
449 builddir = @builddir@
450 datadir = @datadir@
451 datarootdir = @datarootdir@
452 docdir = @docdir@
453 dvidir = @dvidir@
454 efl_doxygen = @efl_doxygen@
455 efl_have_doxygen = @efl_have_doxygen@
456 exec_prefix = @exec_prefix@
457 host = @host@
458 host_alias = @host_alias@
459 host_cpu = @host_cpu@
460 host_os = @host_os@
461 host_vendor = @host_vendor@
462 htmldir = @htmldir@
463 includedir = @includedir@
464 infodir = @infodir@
465 install_sh = @install_sh@
466 libdir = @libdir@
467 libexecdir = @libexecdir@
468 localedir = @localedir@
469 localstatedir = @localstatedir@
470 lt_enable_auto_import = @lt_enable_auto_import@
471 mandir = @mandir@
472 mkdir_p = @mkdir_p@
473 oldincludedir = @oldincludedir@
474 pdfdir = @pdfdir@
475 pkgconfig_requires_private = @pkgconfig_requires_private@
476 prefix = @prefix@
477 program_transform_name = @program_transform_name@
478 psdir = @psdir@
479 release_info = @release_info@
480 requirement_ebluez = @requirement_ebluez@
481 requirement_econnman0_7x = @requirement_econnman0_7x@
482 requirement_edbus = @requirement_edbus@
483 requirement_ehal = @requirement_ehal@
484 requirement_enotify = @requirement_enotify@
485 requirement_eofono = @requirement_eofono@
486 requirement_eukit = @requirement_eukit@
487 sbindir = @sbindir@
488 sharedstatedir = @sharedstatedir@
489 srcdir = @srcdir@
490 sysconfdir = @sysconfdir@
491 target_alias = @target_alias@
492 top_build_prefix = @top_build_prefix@
493 top_builddir = @top_builddir@
494 top_srcdir = @top_srcdir@
495 version_info = @version_info@
496 MAINTAINERCLEANFILES = Makefile.in
497 AM_CFLAGS = \
498 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\"
499
500 EDBUS_CPPFLAGS = @EDBUS_CFLAGS@
501 @BUILD_EDBUS_TEST_TRUE@e_dbus_test_SOURCES = test.c
502 @BUILD_EDBUS_TEST_TRUE@e_dbus_test_CPPFLAGS = \
503 @BUILD_EDBUS_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
504 @BUILD_EDBUS_TEST_TRUE@@EDBUS_TEST_CFLAGS@
505
506 @BUILD_EDBUS_TEST_TRUE@e_dbus_test_LDADD = \
507 @BUILD_EDBUS_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
508 @BUILD_EDBUS_TEST_TRUE@@EDBUS_TEST_LIBS@
509
510 @BUILD_EDBUS_TEST_CLIENT_TRUE@e_dbus_test_client_SOURCES = test_client.c
511 @BUILD_EDBUS_TEST_CLIENT_TRUE@e_dbus_test_client_CPPFLAGS = \
512 @BUILD_EDBUS_TEST_CLIENT_TRUE@-I$(top_srcdir)/src/lib/dbus \
513 @BUILD_EDBUS_TEST_CLIENT_TRUE@@EDBUS_TEST_CLIENT_CFLAGS@
514
515 @BUILD_EDBUS_TEST_CLIENT_TRUE@e_dbus_test_client_LDADD = \
516 @BUILD_EDBUS_TEST_CLIENT_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
517 @BUILD_EDBUS_TEST_CLIENT_TRUE@@EDBUS_TEST_CLIENT_LIBS@
518
519 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_server_test_SOURCES = async_server_test.c
520 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_server_test_CPPFLAGS = \
521 @BUILD_EDBUS_ASYNC_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
522 @BUILD_EDBUS_ASYNC_TEST_TRUE@@EDBUS_ASYNC_TEST_CFLAGS@
523
524 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_server_test_LDADD = \
525 @BUILD_EDBUS_ASYNC_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
526 @BUILD_EDBUS_ASYNC_TEST_TRUE@@EDBUS_ASYNC_TEST_LIBS@
527
528 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_client_test_SOURCES = async_client_test.c
529 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_client_test_CPPFLAGS = \
530 @BUILD_EDBUS_ASYNC_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
531 @BUILD_EDBUS_ASYNC_TEST_TRUE@@EDBUS_ASYNC_TEST_CFLAGS@
532
533 @BUILD_EDBUS_ASYNC_TEST_TRUE@e_dbus_async_client_test_LDADD = \
534 @BUILD_EDBUS_ASYNC_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
535 @BUILD_EDBUS_ASYNC_TEST_TRUE@@EDBUS_ASYNC_TEST_LIBS@
536
537 @BUILD_EDBUS_BLUEZ_TEST_TRUE@e_dbus_bluez_test_SOURCES = e_dbus_bluez_test.c
538 @BUILD_EDBUS_BLUEZ_TEST_TRUE@e_dbus_bluez_test_CPPFLAGS = \
539 @BUILD_EDBUS_BLUEZ_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
540 @BUILD_EDBUS_BLUEZ_TEST_TRUE@-I$(top_srcdir)/src/lib/bluez \
541 @BUILD_EDBUS_BLUEZ_TEST_TRUE@@EDBUS_BLUEZ_TEST_CFLAGS@
542
543 @BUILD_EDBUS_BLUEZ_TEST_TRUE@e_dbus_bluez_test_LDADD = \
544 @BUILD_EDBUS_BLUEZ_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
545 @BUILD_EDBUS_BLUEZ_TEST_TRUE@$(top_builddir)/src/lib/bluez/libebluez.la \
546 @BUILD_EDBUS_BLUEZ_TEST_TRUE@@EDBUS_BLUEZ_TEST_LIBS@
547
548 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_SOURCES = e_dbus_connman0_7x_test.c
549 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_CPPFLAGS = \
550 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
551 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@-I$(top_srcdir)/src/lib \
552 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@@EDBUS_CONNMAN0_7X_TEST_CFLAGS@
553
554 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_LDADD = \
555 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
556 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@$(top_builddir)/src/lib/connman0_7x/libeconnman0_7x.la \
557 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@@EDBUS_CONNMAN0_7X_TEST_LIBS@
558
559 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_api_SOURCES = e_dbus_connman0_7x_test_api.c
560 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_api_CPPFLAGS = \
561 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
562 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@-I$(top_srcdir)/src/lib \
563 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@@EDBUS_CONNMAN0_7X_TEST_CFLAGS@
564
565 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@e_dbus_connman0_7x_test_api_LDADD = \
566 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
567 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@$(top_builddir)/src/lib/connman0_7x/libeconnman0_7x.la \
568 @BUILD_EDBUS_CONNMAN0_7X_TEST_TRUE@@EDBUS_CONNMAN0_7X_TEST_LIBS@
569
570 ENOTIFY_LIBS = $(top_builddir)/src/lib/notification/libenotify.la
571 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@e_dbus_notification_daemon_SOURCES = notification_daemon.c
572 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@e_dbus_notification_daemon_CPPFLAGS = \
573 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
574 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@-I$(top_srcdir)/src/lib/notification \
575 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@@EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
576
577 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@e_dbus_notification_daemon_LDADD = \
578 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@$(ENOTIFY_LIBS) \
579 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
580 @BUILD_EDBUS_NOTIFICATION_DAEMON_TEST_TRUE@@EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
581
582 @BUILD_EDBUS_NOTIFY_SEND_TRUE@e_notify_send_SOURCES = notify-send.c
583 @BUILD_EDBUS_NOTIFY_SEND_TRUE@e_notify_send_CPPFLAGS = \
584 @BUILD_EDBUS_NOTIFY_SEND_TRUE@-I$(top_srcdir)/src/lib/dbus \
585 @BUILD_EDBUS_NOTIFY_SEND_TRUE@-I$(top_srcdir)/src/lib/notification \
586 @BUILD_EDBUS_NOTIFY_SEND_TRUE@@EDBUS_NOTIFY_SEND_CFLAGS@
587
588 @BUILD_EDBUS_NOTIFY_SEND_TRUE@e_notify_send_LDADD = \
589 @BUILD_EDBUS_NOTIFY_SEND_TRUE@$(ENOTIFY_LIBS) \
590 @BUILD_EDBUS_NOTIFY_SEND_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
591 @BUILD_EDBUS_NOTIFY_SEND_TRUE@@EDBUS_NOTIFY_SEND_LIBS@
592
593 @BUILD_EDBUS_NOTIFY_TEST_TRUE@EXTRA_DIST = logo.png
594 @BUILD_EDBUS_NOTIFY_TEST_TRUE@logodir = $(datadir)/e_dbus
595 @BUILD_EDBUS_NOTIFY_TEST_TRUE@logo_DATA = logo.png
596 @BUILD_EDBUS_NOTIFY_TEST_TRUE@e_dbus_notify_SOURCES = notify.c
597 @BUILD_EDBUS_NOTIFY_TEST_TRUE@e_dbus_notify_CPPFLAGS = \
598 @BUILD_EDBUS_NOTIFY_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
599 @BUILD_EDBUS_NOTIFY_TEST_TRUE@-I$(top_srcdir)/src/lib/notification \
600 @BUILD_EDBUS_NOTIFY_TEST_TRUE@@EDBUS_NOTIFY_TEST_CFLAGS@
601
602 @BUILD_EDBUS_NOTIFY_TEST_TRUE@e_dbus_notify_LDADD = \
603 @BUILD_EDBUS_NOTIFY_TEST_TRUE@$(ENOTIFY_LIBS) \
604 @BUILD_EDBUS_NOTIFY_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
605 @BUILD_EDBUS_NOTIFY_TEST_TRUE@@EDBUS_NOTIFY_TEST_LIBS@
606
607 @BUILD_EDBUS_OFONO_TEST_TRUE@e_dbus_ofono_test_SOURCES = e_dbus_ofono_test.c
608 @BUILD_EDBUS_OFONO_TEST_TRUE@e_dbus_ofono_test_CPPFLAGS = \
609 @BUILD_EDBUS_OFONO_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
610 @BUILD_EDBUS_OFONO_TEST_TRUE@-I$(top_srcdir)/src/lib/ofono \
611 @BUILD_EDBUS_OFONO_TEST_TRUE@@EDBUS_OFONO_TEST_CFLAGS@
612
613 @BUILD_EDBUS_OFONO_TEST_TRUE@e_dbus_ofono_test_LDADD = \
614 @BUILD_EDBUS_OFONO_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
615 @BUILD_EDBUS_OFONO_TEST_TRUE@$(top_builddir)/src/lib/ofono/libeofono.la \
616 @BUILD_EDBUS_OFONO_TEST_TRUE@@EDBUS_OFONO_TEST_LIBS@
617
618 @BUILD_EDBUS_UKIT_TEST_TRUE@e_dbus_ukit_test_SOURCES = e_dbus_ukit_test.c
619 @BUILD_EDBUS_UKIT_TEST_TRUE@e_dbus_ukit_test_CPPFLAGS = \
620 @BUILD_EDBUS_UKIT_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
621 @BUILD_EDBUS_UKIT_TEST_TRUE@-I$(top_srcdir)/src/lib/ukit \
622 @BUILD_EDBUS_UKIT_TEST_TRUE@@EDBUS_UKIT_TEST_CFLAGS@
623
624 @BUILD_EDBUS_UKIT_TEST_TRUE@e_dbus_ukit_test_LDADD = \
625 @BUILD_EDBUS_UKIT_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
626 @BUILD_EDBUS_UKIT_TEST_TRUE@$(top_builddir)/src/lib/ukit/libeukit.la \
627 @BUILD_EDBUS_UKIT_TEST_TRUE@@EDBUS_UKIT_TEST_LIBS@
628
629 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@e_dbus_performance_SOURCES = performance.c
630 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@e_dbus_performance_CFLAGS = \
631 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@-I$(top_srcdir)/src/lib/dbus \
632 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@@EDBUS_PERFORMANCE_TEST_CFLAGS@
633
634 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@e_dbus_performance_LDADD = \
635 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@$(top_builddir)/src/lib/dbus/libedbus.la \
636 @BUILD_EDBUS_PERFORMANCE_TEST_TRUE@@EDBUS_PERFORMANCE_TEST_LIBS@
637
638 all: all-am
639
640 .SUFFIXES:
641 .SUFFIXES: .c .lo .o .obj
642 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
643         @for dep in $?; do \
644           case '$(am__configure_deps)' in \
645             *$$dep*) \
646               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
647                 && { if test -f $@; then exit 0; else break; fi; }; \
648               exit 1;; \
649           esac; \
650         done; \
651         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/bin/Makefile'; \
652         $(am__cd) $(top_srcdir) && \
653           $(AUTOMAKE) --gnu src/bin/Makefile
654 .PRECIOUS: Makefile
655 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
656         @case '$?' in \
657           *config.status*) \
658             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
659           *) \
660             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
661             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
662         esac;
663
664 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
665         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
666
667 $(top_srcdir)/configure:  $(am__configure_deps)
668         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
669 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
670         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
671 $(am__aclocal_m4_deps):
672 install-binPROGRAMS: $(bin_PROGRAMS)
673         @$(NORMAL_INSTALL)
674         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
675         if test -n "$$list"; then \
676           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
677           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
678         fi; \
679         for p in $$list; do echo "$$p $$p"; done | \
680         sed 's/$(EXEEXT)$$//' | \
681         while read p p1; do if test -f $$p \
682          || test -f $$p1 \
683           ; then echo "$$p"; echo "$$p"; else :; fi; \
684         done | \
685         sed -e 'p;s,.*/,,;n;h' \
686             -e 's|.*|.|' \
687             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
688         sed 'N;N;N;s,\n, ,g' | \
689         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
690           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
691             if ($$2 == $$4) files[d] = files[d] " " $$1; \
692             else { print "f", $$3 "/" $$4, $$1; } } \
693           END { for (d in files) print "f", d, files[d] }' | \
694         while read type dir files; do \
695             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
696             test -z "$$files" || { \
697             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
698             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
699             } \
700         ; done
701
702 uninstall-binPROGRAMS:
703         @$(NORMAL_UNINSTALL)
704         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
705         files=`for p in $$list; do echo "$$p"; done | \
706           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
707               -e 's/$$/$(EXEEXT)/' \
708         `; \
709         test -n "$$list" || exit 0; \
710         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
711         cd "$(DESTDIR)$(bindir)" && rm -f $$files
712
713 clean-binPROGRAMS:
714         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
715         echo " rm -f" $$list; \
716         rm -f $$list || exit $$?; \
717         test -n "$(EXEEXT)" || exit 0; \
718         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
719         echo " rm -f" $$list; \
720         rm -f $$list
721
722 clean-noinstPROGRAMS:
723         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
724         echo " rm -f" $$list; \
725         rm -f $$list || exit $$?; \
726         test -n "$(EXEEXT)" || exit 0; \
727         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
728         echo " rm -f" $$list; \
729         rm -f $$list
730
731 e-notify-send$(EXEEXT): $(e_notify_send_OBJECTS) $(e_notify_send_DEPENDENCIES) $(EXTRA_e_notify_send_DEPENDENCIES) 
732         @rm -f e-notify-send$(EXEEXT)
733         $(AM_V_CCLD)$(LINK) $(e_notify_send_OBJECTS) $(e_notify_send_LDADD) $(LIBS)
734
735 e_dbus_async_client_test$(EXEEXT): $(e_dbus_async_client_test_OBJECTS) $(e_dbus_async_client_test_DEPENDENCIES) $(EXTRA_e_dbus_async_client_test_DEPENDENCIES) 
736         @rm -f e_dbus_async_client_test$(EXEEXT)
737         $(AM_V_CCLD)$(LINK) $(e_dbus_async_client_test_OBJECTS) $(e_dbus_async_client_test_LDADD) $(LIBS)
738
739 e_dbus_async_server_test$(EXEEXT): $(e_dbus_async_server_test_OBJECTS) $(e_dbus_async_server_test_DEPENDENCIES) $(EXTRA_e_dbus_async_server_test_DEPENDENCIES) 
740         @rm -f e_dbus_async_server_test$(EXEEXT)
741         $(AM_V_CCLD)$(LINK) $(e_dbus_async_server_test_OBJECTS) $(e_dbus_async_server_test_LDADD) $(LIBS)
742
743 e_dbus_bluez_test$(EXEEXT): $(e_dbus_bluez_test_OBJECTS) $(e_dbus_bluez_test_DEPENDENCIES) $(EXTRA_e_dbus_bluez_test_DEPENDENCIES) 
744         @rm -f e_dbus_bluez_test$(EXEEXT)
745         $(AM_V_CCLD)$(LINK) $(e_dbus_bluez_test_OBJECTS) $(e_dbus_bluez_test_LDADD) $(LIBS)
746
747 e_dbus_connman0_7x_test$(EXEEXT): $(e_dbus_connman0_7x_test_OBJECTS) $(e_dbus_connman0_7x_test_DEPENDENCIES) $(EXTRA_e_dbus_connman0_7x_test_DEPENDENCIES) 
748         @rm -f e_dbus_connman0_7x_test$(EXEEXT)
749         $(AM_V_CCLD)$(LINK) $(e_dbus_connman0_7x_test_OBJECTS) $(e_dbus_connman0_7x_test_LDADD) $(LIBS)
750
751 e_dbus_connman0_7x_test_api$(EXEEXT): $(e_dbus_connman0_7x_test_api_OBJECTS) $(e_dbus_connman0_7x_test_api_DEPENDENCIES) $(EXTRA_e_dbus_connman0_7x_test_api_DEPENDENCIES) 
752         @rm -f e_dbus_connman0_7x_test_api$(EXEEXT)
753         $(AM_V_CCLD)$(LINK) $(e_dbus_connman0_7x_test_api_OBJECTS) $(e_dbus_connman0_7x_test_api_LDADD) $(LIBS)
754
755 e_dbus_notification_daemon$(EXEEXT): $(e_dbus_notification_daemon_OBJECTS) $(e_dbus_notification_daemon_DEPENDENCIES) $(EXTRA_e_dbus_notification_daemon_DEPENDENCIES) 
756         @rm -f e_dbus_notification_daemon$(EXEEXT)
757         $(AM_V_CCLD)$(LINK) $(e_dbus_notification_daemon_OBJECTS) $(e_dbus_notification_daemon_LDADD) $(LIBS)
758
759 e_dbus_notify$(EXEEXT): $(e_dbus_notify_OBJECTS) $(e_dbus_notify_DEPENDENCIES) $(EXTRA_e_dbus_notify_DEPENDENCIES) 
760         @rm -f e_dbus_notify$(EXEEXT)
761         $(AM_V_CCLD)$(LINK) $(e_dbus_notify_OBJECTS) $(e_dbus_notify_LDADD) $(LIBS)
762
763 e_dbus_ofono_test$(EXEEXT): $(e_dbus_ofono_test_OBJECTS) $(e_dbus_ofono_test_DEPENDENCIES) $(EXTRA_e_dbus_ofono_test_DEPENDENCIES) 
764         @rm -f e_dbus_ofono_test$(EXEEXT)
765         $(AM_V_CCLD)$(LINK) $(e_dbus_ofono_test_OBJECTS) $(e_dbus_ofono_test_LDADD) $(LIBS)
766
767 e_dbus_performance$(EXEEXT): $(e_dbus_performance_OBJECTS) $(e_dbus_performance_DEPENDENCIES) $(EXTRA_e_dbus_performance_DEPENDENCIES) 
768         @rm -f e_dbus_performance$(EXEEXT)
769         $(AM_V_CCLD)$(e_dbus_performance_LINK) $(e_dbus_performance_OBJECTS) $(e_dbus_performance_LDADD) $(LIBS)
770
771 e_dbus_test$(EXEEXT): $(e_dbus_test_OBJECTS) $(e_dbus_test_DEPENDENCIES) $(EXTRA_e_dbus_test_DEPENDENCIES) 
772         @rm -f e_dbus_test$(EXEEXT)
773         $(AM_V_CCLD)$(LINK) $(e_dbus_test_OBJECTS) $(e_dbus_test_LDADD) $(LIBS)
774
775 e_dbus_test_client$(EXEEXT): $(e_dbus_test_client_OBJECTS) $(e_dbus_test_client_DEPENDENCIES) $(EXTRA_e_dbus_test_client_DEPENDENCIES) 
776         @rm -f e_dbus_test_client$(EXEEXT)
777         $(AM_V_CCLD)$(LINK) $(e_dbus_test_client_OBJECTS) $(e_dbus_test_client_LDADD) $(LIBS)
778
779 e_dbus_ukit_test$(EXEEXT): $(e_dbus_ukit_test_OBJECTS) $(e_dbus_ukit_test_DEPENDENCIES) $(EXTRA_e_dbus_ukit_test_DEPENDENCIES) 
780         @rm -f e_dbus_ukit_test$(EXEEXT)
781         $(AM_V_CCLD)$(LINK) $(e_dbus_ukit_test_OBJECTS) $(e_dbus_ukit_test_LDADD) $(LIBS)
782
783 mostlyclean-compile:
784         -rm -f *.$(OBJEXT)
785
786 distclean-compile:
787         -rm -f *.tab.c
788
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_async_client_test-async_client_test.Po@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_async_server_test-async_server_test.Po@am__quote@
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Po@am__quote@
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Po@am__quote@
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Po@am__quote@
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Po@am__quote@
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_notify-notify.Po@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Po@am__quote@
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_performance-performance.Po@am__quote@
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_test-test.Po@am__quote@
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_test_client-test_client.Po@am__quote@
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Po@am__quote@
801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_notify_send-notify-send.Po@am__quote@
802
803 .c.o:
804 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
805 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
806 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
809
810 .c.obj:
811 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
812 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
813 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
816
817 .c.lo:
818 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
819 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
820 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
821 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
823
824 e_notify_send-notify-send.o: notify-send.c
825 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_notify_send_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_notify_send-notify-send.o -MD -MP -MF $(DEPDIR)/e_notify_send-notify-send.Tpo -c -o e_notify_send-notify-send.o `test -f 'notify-send.c' || echo '$(srcdir)/'`notify-send.c
826 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_notify_send-notify-send.Tpo $(DEPDIR)/e_notify_send-notify-send.Po
827 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notify-send.c' object='e_notify_send-notify-send.o' libtool=no @AMDEPBACKSLASH@
828 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_notify_send_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_notify_send-notify-send.o `test -f 'notify-send.c' || echo '$(srcdir)/'`notify-send.c
830
831 e_notify_send-notify-send.obj: notify-send.c
832 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_notify_send_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_notify_send-notify-send.obj -MD -MP -MF $(DEPDIR)/e_notify_send-notify-send.Tpo -c -o e_notify_send-notify-send.obj `if test -f 'notify-send.c'; then $(CYGPATH_W) 'notify-send.c'; else $(CYGPATH_W) '$(srcdir)/notify-send.c'; fi`
833 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_notify_send-notify-send.Tpo $(DEPDIR)/e_notify_send-notify-send.Po
834 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notify-send.c' object='e_notify_send-notify-send.obj' libtool=no @AMDEPBACKSLASH@
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_notify_send_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_notify_send-notify-send.obj `if test -f 'notify-send.c'; then $(CYGPATH_W) 'notify-send.c'; else $(CYGPATH_W) '$(srcdir)/notify-send.c'; fi`
837
838 e_dbus_async_client_test-async_client_test.o: async_client_test.c
839 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_client_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_async_client_test-async_client_test.o -MD -MP -MF $(DEPDIR)/e_dbus_async_client_test-async_client_test.Tpo -c -o e_dbus_async_client_test-async_client_test.o `test -f 'async_client_test.c' || echo '$(srcdir)/'`async_client_test.c
840 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_async_client_test-async_client_test.Tpo $(DEPDIR)/e_dbus_async_client_test-async_client_test.Po
841 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='async_client_test.c' object='e_dbus_async_client_test-async_client_test.o' libtool=no @AMDEPBACKSLASH@
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_client_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_async_client_test-async_client_test.o `test -f 'async_client_test.c' || echo '$(srcdir)/'`async_client_test.c
844
845 e_dbus_async_client_test-async_client_test.obj: async_client_test.c
846 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_client_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_async_client_test-async_client_test.obj -MD -MP -MF $(DEPDIR)/e_dbus_async_client_test-async_client_test.Tpo -c -o e_dbus_async_client_test-async_client_test.obj `if test -f 'async_client_test.c'; then $(CYGPATH_W) 'async_client_test.c'; else $(CYGPATH_W) '$(srcdir)/async_client_test.c'; fi`
847 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_async_client_test-async_client_test.Tpo $(DEPDIR)/e_dbus_async_client_test-async_client_test.Po
848 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='async_client_test.c' object='e_dbus_async_client_test-async_client_test.obj' libtool=no @AMDEPBACKSLASH@
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
850 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_client_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_async_client_test-async_client_test.obj `if test -f 'async_client_test.c'; then $(CYGPATH_W) 'async_client_test.c'; else $(CYGPATH_W) '$(srcdir)/async_client_test.c'; fi`
851
852 e_dbus_async_server_test-async_server_test.o: async_server_test.c
853 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_server_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_async_server_test-async_server_test.o -MD -MP -MF $(DEPDIR)/e_dbus_async_server_test-async_server_test.Tpo -c -o e_dbus_async_server_test-async_server_test.o `test -f 'async_server_test.c' || echo '$(srcdir)/'`async_server_test.c
854 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_async_server_test-async_server_test.Tpo $(DEPDIR)/e_dbus_async_server_test-async_server_test.Po
855 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='async_server_test.c' object='e_dbus_async_server_test-async_server_test.o' libtool=no @AMDEPBACKSLASH@
856 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
857 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_server_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_async_server_test-async_server_test.o `test -f 'async_server_test.c' || echo '$(srcdir)/'`async_server_test.c
858
859 e_dbus_async_server_test-async_server_test.obj: async_server_test.c
860 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_server_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_async_server_test-async_server_test.obj -MD -MP -MF $(DEPDIR)/e_dbus_async_server_test-async_server_test.Tpo -c -o e_dbus_async_server_test-async_server_test.obj `if test -f 'async_server_test.c'; then $(CYGPATH_W) 'async_server_test.c'; else $(CYGPATH_W) '$(srcdir)/async_server_test.c'; fi`
861 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_async_server_test-async_server_test.Tpo $(DEPDIR)/e_dbus_async_server_test-async_server_test.Po
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='async_server_test.c' object='e_dbus_async_server_test-async_server_test.obj' libtool=no @AMDEPBACKSLASH@
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
864 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_async_server_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_async_server_test-async_server_test.obj `if test -f 'async_server_test.c'; then $(CYGPATH_W) 'async_server_test.c'; else $(CYGPATH_W) '$(srcdir)/async_server_test.c'; fi`
865
866 e_dbus_bluez_test-e_dbus_bluez_test.o: e_dbus_bluez_test.c
867 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_bluez_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_bluez_test-e_dbus_bluez_test.o -MD -MP -MF $(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Tpo -c -o e_dbus_bluez_test-e_dbus_bluez_test.o `test -f 'e_dbus_bluez_test.c' || echo '$(srcdir)/'`e_dbus_bluez_test.c
868 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Tpo $(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Po
869 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_bluez_test.c' object='e_dbus_bluez_test-e_dbus_bluez_test.o' libtool=no @AMDEPBACKSLASH@
870 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
871 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_bluez_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_bluez_test-e_dbus_bluez_test.o `test -f 'e_dbus_bluez_test.c' || echo '$(srcdir)/'`e_dbus_bluez_test.c
872
873 e_dbus_bluez_test-e_dbus_bluez_test.obj: e_dbus_bluez_test.c
874 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_bluez_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_bluez_test-e_dbus_bluez_test.obj -MD -MP -MF $(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Tpo -c -o e_dbus_bluez_test-e_dbus_bluez_test.obj `if test -f 'e_dbus_bluez_test.c'; then $(CYGPATH_W) 'e_dbus_bluez_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_bluez_test.c'; fi`
875 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Tpo $(DEPDIR)/e_dbus_bluez_test-e_dbus_bluez_test.Po
876 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_bluez_test.c' object='e_dbus_bluez_test-e_dbus_bluez_test.obj' libtool=no @AMDEPBACKSLASH@
877 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_bluez_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_bluez_test-e_dbus_bluez_test.obj `if test -f 'e_dbus_bluez_test.c'; then $(CYGPATH_W) 'e_dbus_bluez_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_bluez_test.c'; fi`
879
880 e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.o: e_dbus_connman0_7x_test.c
881 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.o -MD -MP -MF $(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Tpo -c -o e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.o `test -f 'e_dbus_connman0_7x_test.c' || echo '$(srcdir)/'`e_dbus_connman0_7x_test.c
882 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Tpo $(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Po
883 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_connman0_7x_test.c' object='e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.o' libtool=no @AMDEPBACKSLASH@
884 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.o `test -f 'e_dbus_connman0_7x_test.c' || echo '$(srcdir)/'`e_dbus_connman0_7x_test.c
886
887 e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.obj: e_dbus_connman0_7x_test.c
888 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.obj -MD -MP -MF $(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Tpo -c -o e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.obj `if test -f 'e_dbus_connman0_7x_test.c'; then $(CYGPATH_W) 'e_dbus_connman0_7x_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_connman0_7x_test.c'; fi`
889 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Tpo $(DEPDIR)/e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.Po
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_connman0_7x_test.c' object='e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.obj' libtool=no @AMDEPBACKSLASH@
891 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_connman0_7x_test-e_dbus_connman0_7x_test.obj `if test -f 'e_dbus_connman0_7x_test.c'; then $(CYGPATH_W) 'e_dbus_connman0_7x_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_connman0_7x_test.c'; fi`
893
894 e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.o: e_dbus_connman0_7x_test_api.c
895 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_api_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.o -MD -MP -MF $(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Tpo -c -o e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.o `test -f 'e_dbus_connman0_7x_test_api.c' || echo '$(srcdir)/'`e_dbus_connman0_7x_test_api.c
896 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Tpo $(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Po
897 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_connman0_7x_test_api.c' object='e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.o' libtool=no @AMDEPBACKSLASH@
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
899 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_api_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.o `test -f 'e_dbus_connman0_7x_test_api.c' || echo '$(srcdir)/'`e_dbus_connman0_7x_test_api.c
900
901 e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.obj: e_dbus_connman0_7x_test_api.c
902 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_api_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.obj -MD -MP -MF $(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Tpo -c -o e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.obj `if test -f 'e_dbus_connman0_7x_test_api.c'; then $(CYGPATH_W) 'e_dbus_connman0_7x_test_api.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_connman0_7x_test_api.c'; fi`
903 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Tpo $(DEPDIR)/e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.Po
904 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_connman0_7x_test_api.c' object='e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.obj' libtool=no @AMDEPBACKSLASH@
905 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
906 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_connman0_7x_test_api_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.obj `if test -f 'e_dbus_connman0_7x_test_api.c'; then $(CYGPATH_W) 'e_dbus_connman0_7x_test_api.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_connman0_7x_test_api.c'; fi`
907
908 e_dbus_notification_daemon-notification_daemon.o: notification_daemon.c
909 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notification_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_notification_daemon-notification_daemon.o -MD -MP -MF $(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Tpo -c -o e_dbus_notification_daemon-notification_daemon.o `test -f 'notification_daemon.c' || echo '$(srcdir)/'`notification_daemon.c
910 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Tpo $(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Po
911 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notification_daemon.c' object='e_dbus_notification_daemon-notification_daemon.o' libtool=no @AMDEPBACKSLASH@
912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notification_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_notification_daemon-notification_daemon.o `test -f 'notification_daemon.c' || echo '$(srcdir)/'`notification_daemon.c
914
915 e_dbus_notification_daemon-notification_daemon.obj: notification_daemon.c
916 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notification_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_notification_daemon-notification_daemon.obj -MD -MP -MF $(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Tpo -c -o e_dbus_notification_daemon-notification_daemon.obj `if test -f 'notification_daemon.c'; then $(CYGPATH_W) 'notification_daemon.c'; else $(CYGPATH_W) '$(srcdir)/notification_daemon.c'; fi`
917 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Tpo $(DEPDIR)/e_dbus_notification_daemon-notification_daemon.Po
918 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notification_daemon.c' object='e_dbus_notification_daemon-notification_daemon.obj' libtool=no @AMDEPBACKSLASH@
919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
920 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notification_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_notification_daemon-notification_daemon.obj `if test -f 'notification_daemon.c'; then $(CYGPATH_W) 'notification_daemon.c'; else $(CYGPATH_W) '$(srcdir)/notification_daemon.c'; fi`
921
922 e_dbus_notify-notify.o: notify.c
923 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notify_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_notify-notify.o -MD -MP -MF $(DEPDIR)/e_dbus_notify-notify.Tpo -c -o e_dbus_notify-notify.o `test -f 'notify.c' || echo '$(srcdir)/'`notify.c
924 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_notify-notify.Tpo $(DEPDIR)/e_dbus_notify-notify.Po
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notify.c' object='e_dbus_notify-notify.o' libtool=no @AMDEPBACKSLASH@
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notify_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_notify-notify.o `test -f 'notify.c' || echo '$(srcdir)/'`notify.c
928
929 e_dbus_notify-notify.obj: notify.c
930 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notify_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_notify-notify.obj -MD -MP -MF $(DEPDIR)/e_dbus_notify-notify.Tpo -c -o e_dbus_notify-notify.obj `if test -f 'notify.c'; then $(CYGPATH_W) 'notify.c'; else $(CYGPATH_W) '$(srcdir)/notify.c'; fi`
931 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_notify-notify.Tpo $(DEPDIR)/e_dbus_notify-notify.Po
932 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notify.c' object='e_dbus_notify-notify.obj' libtool=no @AMDEPBACKSLASH@
933 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_notify_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_notify-notify.obj `if test -f 'notify.c'; then $(CYGPATH_W) 'notify.c'; else $(CYGPATH_W) '$(srcdir)/notify.c'; fi`
935
936 e_dbus_ofono_test-e_dbus_ofono_test.o: e_dbus_ofono_test.c
937 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ofono_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_ofono_test-e_dbus_ofono_test.o -MD -MP -MF $(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Tpo -c -o e_dbus_ofono_test-e_dbus_ofono_test.o `test -f 'e_dbus_ofono_test.c' || echo '$(srcdir)/'`e_dbus_ofono_test.c
938 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Tpo $(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Po
939 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_ofono_test.c' object='e_dbus_ofono_test-e_dbus_ofono_test.o' libtool=no @AMDEPBACKSLASH@
940 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ofono_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_ofono_test-e_dbus_ofono_test.o `test -f 'e_dbus_ofono_test.c' || echo '$(srcdir)/'`e_dbus_ofono_test.c
942
943 e_dbus_ofono_test-e_dbus_ofono_test.obj: e_dbus_ofono_test.c
944 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ofono_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_ofono_test-e_dbus_ofono_test.obj -MD -MP -MF $(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Tpo -c -o e_dbus_ofono_test-e_dbus_ofono_test.obj `if test -f 'e_dbus_ofono_test.c'; then $(CYGPATH_W) 'e_dbus_ofono_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_ofono_test.c'; fi`
945 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Tpo $(DEPDIR)/e_dbus_ofono_test-e_dbus_ofono_test.Po
946 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_ofono_test.c' object='e_dbus_ofono_test-e_dbus_ofono_test.obj' libtool=no @AMDEPBACKSLASH@
947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ofono_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_ofono_test-e_dbus_ofono_test.obj `if test -f 'e_dbus_ofono_test.c'; then $(CYGPATH_W) 'e_dbus_ofono_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_ofono_test.c'; fi`
949
950 e_dbus_performance-performance.o: performance.c
951 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e_dbus_performance_CFLAGS) $(CFLAGS) -MT e_dbus_performance-performance.o -MD -MP -MF $(DEPDIR)/e_dbus_performance-performance.Tpo -c -o e_dbus_performance-performance.o `test -f 'performance.c' || echo '$(srcdir)/'`performance.c
952 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_performance-performance.Tpo $(DEPDIR)/e_dbus_performance-performance.Po
953 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='performance.c' object='e_dbus_performance-performance.o' libtool=no @AMDEPBACKSLASH@
954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
955 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e_dbus_performance_CFLAGS) $(CFLAGS) -c -o e_dbus_performance-performance.o `test -f 'performance.c' || echo '$(srcdir)/'`performance.c
956
957 e_dbus_performance-performance.obj: performance.c
958 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e_dbus_performance_CFLAGS) $(CFLAGS) -MT e_dbus_performance-performance.obj -MD -MP -MF $(DEPDIR)/e_dbus_performance-performance.Tpo -c -o e_dbus_performance-performance.obj `if test -f 'performance.c'; then $(CYGPATH_W) 'performance.c'; else $(CYGPATH_W) '$(srcdir)/performance.c'; fi`
959 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_performance-performance.Tpo $(DEPDIR)/e_dbus_performance-performance.Po
960 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='performance.c' object='e_dbus_performance-performance.obj' libtool=no @AMDEPBACKSLASH@
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
962 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e_dbus_performance_CFLAGS) $(CFLAGS) -c -o e_dbus_performance-performance.obj `if test -f 'performance.c'; then $(CYGPATH_W) 'performance.c'; else $(CYGPATH_W) '$(srcdir)/performance.c'; fi`
963
964 e_dbus_test-test.o: test.c
965 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_test-test.o -MD -MP -MF $(DEPDIR)/e_dbus_test-test.Tpo -c -o e_dbus_test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
966 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_test-test.Tpo $(DEPDIR)/e_dbus_test-test.Po
967 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='e_dbus_test-test.o' libtool=no @AMDEPBACKSLASH@
968 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
969 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
970
971 e_dbus_test-test.obj: test.c
972 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_test-test.obj -MD -MP -MF $(DEPDIR)/e_dbus_test-test.Tpo -c -o e_dbus_test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
973 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_test-test.Tpo $(DEPDIR)/e_dbus_test-test.Po
974 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='e_dbus_test-test.obj' libtool=no @AMDEPBACKSLASH@
975 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
976 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
977
978 e_dbus_test_client-test_client.o: test_client.c
979 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_test_client-test_client.o -MD -MP -MF $(DEPDIR)/e_dbus_test_client-test_client.Tpo -c -o e_dbus_test_client-test_client.o `test -f 'test_client.c' || echo '$(srcdir)/'`test_client.c
980 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_test_client-test_client.Tpo $(DEPDIR)/e_dbus_test_client-test_client.Po
981 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test_client.c' object='e_dbus_test_client-test_client.o' libtool=no @AMDEPBACKSLASH@
982 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
983 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_test_client-test_client.o `test -f 'test_client.c' || echo '$(srcdir)/'`test_client.c
984
985 e_dbus_test_client-test_client.obj: test_client.c
986 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_test_client-test_client.obj -MD -MP -MF $(DEPDIR)/e_dbus_test_client-test_client.Tpo -c -o e_dbus_test_client-test_client.obj `if test -f 'test_client.c'; then $(CYGPATH_W) 'test_client.c'; else $(CYGPATH_W) '$(srcdir)/test_client.c'; fi`
987 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_test_client-test_client.Tpo $(DEPDIR)/e_dbus_test_client-test_client.Po
988 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test_client.c' object='e_dbus_test_client-test_client.obj' libtool=no @AMDEPBACKSLASH@
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_test_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_test_client-test_client.obj `if test -f 'test_client.c'; then $(CYGPATH_W) 'test_client.c'; else $(CYGPATH_W) '$(srcdir)/test_client.c'; fi`
991
992 e_dbus_ukit_test-e_dbus_ukit_test.o: e_dbus_ukit_test.c
993 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ukit_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_ukit_test-e_dbus_ukit_test.o -MD -MP -MF $(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Tpo -c -o e_dbus_ukit_test-e_dbus_ukit_test.o `test -f 'e_dbus_ukit_test.c' || echo '$(srcdir)/'`e_dbus_ukit_test.c
994 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Tpo $(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Po
995 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_ukit_test.c' object='e_dbus_ukit_test-e_dbus_ukit_test.o' libtool=no @AMDEPBACKSLASH@
996 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ukit_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_ukit_test-e_dbus_ukit_test.o `test -f 'e_dbus_ukit_test.c' || echo '$(srcdir)/'`e_dbus_ukit_test.c
998
999 e_dbus_ukit_test-e_dbus_ukit_test.obj: e_dbus_ukit_test.c
1000 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ukit_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e_dbus_ukit_test-e_dbus_ukit_test.obj -MD -MP -MF $(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Tpo -c -o e_dbus_ukit_test-e_dbus_ukit_test.obj `if test -f 'e_dbus_ukit_test.c'; then $(CYGPATH_W) 'e_dbus_ukit_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_ukit_test.c'; fi`
1001 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Tpo $(DEPDIR)/e_dbus_ukit_test-e_dbus_ukit_test.Po
1002 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e_dbus_ukit_test.c' object='e_dbus_ukit_test-e_dbus_ukit_test.obj' libtool=no @AMDEPBACKSLASH@
1003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(e_dbus_ukit_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e_dbus_ukit_test-e_dbus_ukit_test.obj `if test -f 'e_dbus_ukit_test.c'; then $(CYGPATH_W) 'e_dbus_ukit_test.c'; else $(CYGPATH_W) '$(srcdir)/e_dbus_ukit_test.c'; fi`
1005
1006 mostlyclean-libtool:
1007         -rm -f *.lo
1008
1009 clean-libtool:
1010         -rm -rf .libs _libs
1011 install-logoDATA: $(logo_DATA)
1012         @$(NORMAL_INSTALL)
1013         @list='$(logo_DATA)'; test -n "$(logodir)" || list=; \
1014         if test -n "$$list"; then \
1015           echo " $(MKDIR_P) '$(DESTDIR)$(logodir)'"; \
1016           $(MKDIR_P) "$(DESTDIR)$(logodir)" || exit 1; \
1017         fi; \
1018         for p in $$list; do \
1019           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1020           echo "$$d$$p"; \
1021         done | $(am__base_list) | \
1022         while read files; do \
1023           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(logodir)'"; \
1024           $(INSTALL_DATA) $$files "$(DESTDIR)$(logodir)" || exit $$?; \
1025         done
1026
1027 uninstall-logoDATA:
1028         @$(NORMAL_UNINSTALL)
1029         @list='$(logo_DATA)'; test -n "$(logodir)" || list=; \
1030         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1031         dir='$(DESTDIR)$(logodir)'; $(am__uninstall_files_from_dir)
1032
1033 ID: $(am__tagged_files)
1034         $(am__define_uniq_tagged_files); mkid -fID $$unique
1035 tags: tags-am
1036 TAGS: tags
1037
1038 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1039         set x; \
1040         here=`pwd`; \
1041         $(am__define_uniq_tagged_files); \
1042         shift; \
1043         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1044           test -n "$$unique" || unique=$$empty_fix; \
1045           if test $$# -gt 0; then \
1046             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1047               "$$@" $$unique; \
1048           else \
1049             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1050               $$unique; \
1051           fi; \
1052         fi
1053 ctags: ctags-am
1054
1055 CTAGS: ctags
1056 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1057         $(am__define_uniq_tagged_files); \
1058         test -z "$(CTAGS_ARGS)$$unique" \
1059           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1060              $$unique
1061
1062 GTAGS:
1063         here=`$(am__cd) $(top_builddir) && pwd` \
1064           && $(am__cd) $(top_srcdir) \
1065           && gtags -i $(GTAGS_ARGS) "$$here"
1066 cscopelist: cscopelist-am
1067
1068 cscopelist-am: $(am__tagged_files)
1069         list='$(am__tagged_files)'; \
1070         case "$(srcdir)" in \
1071           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1072           *) sdir=$(subdir)/$(srcdir) ;; \
1073         esac; \
1074         for i in $$list; do \
1075           if test -f "$$i"; then \
1076             echo "$(subdir)/$$i"; \
1077           else \
1078             echo "$$sdir/$$i"; \
1079           fi; \
1080         done >> $(top_builddir)/cscope.files
1081
1082 distclean-tags:
1083         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1084
1085 distdir: $(DISTFILES)
1086         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1087         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1088         list='$(DISTFILES)'; \
1089           dist_files=`for file in $$list; do echo $$file; done | \
1090           sed -e "s|^$$srcdirstrip/||;t" \
1091               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1092         case $$dist_files in \
1093           */*) $(MKDIR_P) `echo "$$dist_files" | \
1094                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1095                            sort -u` ;; \
1096         esac; \
1097         for file in $$dist_files; do \
1098           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1099           if test -d $$d/$$file; then \
1100             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1101             if test -d "$(distdir)/$$file"; then \
1102               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1103             fi; \
1104             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1105               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1106               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1107             fi; \
1108             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1109           else \
1110             test -f "$(distdir)/$$file" \
1111             || cp -p $$d/$$file "$(distdir)/$$file" \
1112             || exit 1; \
1113           fi; \
1114         done
1115 check-am: all-am
1116 check: check-am
1117 all-am: Makefile $(PROGRAMS) $(DATA)
1118 installdirs:
1119         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(logodir)"; do \
1120           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1121         done
1122 install: install-am
1123 install-exec: install-exec-am
1124 install-data: install-data-am
1125 uninstall: uninstall-am
1126
1127 install-am: all-am
1128         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1129
1130 installcheck: installcheck-am
1131 install-strip:
1132         if test -z '$(STRIP)'; then \
1133           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1134             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1135               install; \
1136         else \
1137           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1138             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1139             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1140         fi
1141 mostlyclean-generic:
1142
1143 clean-generic:
1144
1145 distclean-generic:
1146         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1147         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1148
1149 maintainer-clean-generic:
1150         @echo "This command is intended for maintainers to use"
1151         @echo "it deletes files that may require special tools to rebuild."
1152         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1153 clean: clean-am
1154
1155 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1156         clean-noinstPROGRAMS mostlyclean-am
1157
1158 distclean: distclean-am
1159         -rm -rf ./$(DEPDIR)
1160         -rm -f Makefile
1161 distclean-am: clean-am distclean-compile distclean-generic \
1162         distclean-tags
1163
1164 dvi: dvi-am
1165
1166 dvi-am:
1167
1168 html: html-am
1169
1170 html-am:
1171
1172 info: info-am
1173
1174 info-am:
1175
1176 install-data-am: install-logoDATA
1177
1178 install-dvi: install-dvi-am
1179
1180 install-dvi-am:
1181
1182 install-exec-am: install-binPROGRAMS
1183
1184 install-html: install-html-am
1185
1186 install-html-am:
1187
1188 install-info: install-info-am
1189
1190 install-info-am:
1191
1192 install-man:
1193
1194 install-pdf: install-pdf-am
1195
1196 install-pdf-am:
1197
1198 install-ps: install-ps-am
1199
1200 install-ps-am:
1201
1202 installcheck-am:
1203
1204 maintainer-clean: maintainer-clean-am
1205         -rm -rf ./$(DEPDIR)
1206         -rm -f Makefile
1207 maintainer-clean-am: distclean-am maintainer-clean-generic
1208
1209 mostlyclean: mostlyclean-am
1210
1211 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1212         mostlyclean-libtool
1213
1214 pdf: pdf-am
1215
1216 pdf-am:
1217
1218 ps: ps-am
1219
1220 ps-am:
1221
1222 uninstall-am: uninstall-binPROGRAMS uninstall-logoDATA
1223
1224 .MAKE: install-am install-strip
1225
1226 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1227         clean-binPROGRAMS clean-generic clean-libtool \
1228         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1229         distclean-compile distclean-generic distclean-libtool \
1230         distclean-tags distdir dvi dvi-am html html-am info info-am \
1231         install install-am install-binPROGRAMS install-data \
1232         install-data-am install-dvi install-dvi-am install-exec \
1233         install-exec-am install-html install-html-am install-info \
1234         install-info-am install-logoDATA install-man install-pdf \
1235         install-pdf-am install-ps install-ps-am install-strip \
1236         installcheck installcheck-am installdirs maintainer-clean \
1237         maintainer-clean-generic mostlyclean mostlyclean-compile \
1238         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1239         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1240         uninstall-logoDATA
1241
1242
1243 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1244 # Otherwise a system limit (for SysV at least) may be exceeded.
1245 .NOEXPORT: