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