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