Imported Upstream version 1
[platform/upstream/buxton.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19
20 VPATH = @srcdir@
21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 am__make_running_with_option = \
23   case $${target_option-} in \
24       ?) ;; \
25       *) echo "am__make_running_with_option: internal error: invalid" \
26               "target option '$${target_option-}' specified" >&2; \
27          exit 1;; \
28   esac; \
29   has_opt=no; \
30   sane_makeflags=$$MAKEFLAGS; \
31   if $(am__is_gnu_make); then \
32     sane_makeflags=$$MFLAGS; \
33   else \
34     case $$MAKEFLAGS in \
35       *\\[\ \   ]*) \
36         bs=\\; \
37         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
39     esac; \
40   fi; \
41   skip_next=no; \
42   strip_trailopt () \
43   { \
44     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45   }; \
46   for flg in $$sane_makeflags; do \
47     test $$skip_next = yes && { skip_next=no; continue; }; \
48     case $$flg in \
49       *=*|--*) continue;; \
50         -*I) strip_trailopt 'I'; skip_next=yes;; \
51       -*I?*) strip_trailopt 'I';; \
52         -*O) strip_trailopt 'O'; skip_next=yes;; \
53       -*O?*) strip_trailopt 'O';; \
54         -*l) strip_trailopt 'l'; skip_next=yes;; \
55       -*l?*) strip_trailopt 'l';; \
56       -[dEDm]) skip_next=yes;; \
57       -[JT]) skip_next=yes;; \
58     esac; \
59     case $$flg in \
60       *$$target_option*) has_opt=yes; break;; \
61     esac; \
62   done; \
63   test $$has_opt = yes
64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66 pkgdatadir = $(datadir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 pkglibdir = $(libdir)/@PACKAGE@
69 pkglibexecdir = $(libexecdir)/@PACKAGE@
70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 build_triplet = @build@
83 host_triplet = @host@
84 @DEBUG_TRUE@am__append_1 = -ggdb3 -O0
85 @COVERAGE_TRUE@am__append_2 = --coverage
86 TESTS = check_db_clean check_buxton$(EXEEXT) check_shared_lib$(EXEEXT) \
87         check_daemon$(EXEEXT) check_smack$(EXEEXT) \
88         check_configurator$(EXEEXT)
89 sbin_PROGRAMS = buxtond$(EXEEXT)
90 bin_PROGRAMS = buxtonctl$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2)
91 @USE_LOCAL_INIPARSER_TRUE@am__append_3 = \
92 @USE_LOCAL_INIPARSER_TRUE@      src/shared/dictionary.c \
93 @USE_LOCAL_INIPARSER_TRUE@      src/shared/dictionary.h \
94 @USE_LOCAL_INIPARSER_TRUE@      src/shared/iniparser.c \
95 @USE_LOCAL_INIPARSER_TRUE@      src/shared/iniparser.h
96
97 check_PROGRAMS = check_buxton$(EXEEXT) check_shared_lib$(EXEEXT) \
98         check_buxtond$(EXEEXT) check_daemon$(EXEEXT) \
99         check_smack$(EXEEXT) check_configurator$(EXEEXT)
100 @BUILD_DEMOS_TRUE@am__append_4 = \
101 @BUILD_DEMOS_TRUE@      bxt_timing \
102 @BUILD_DEMOS_TRUE@      bxt_hello_get \
103 @BUILD_DEMOS_TRUE@      bxt_hello_set \
104 @BUILD_DEMOS_TRUE@      bxt_hello_set_label \
105 @BUILD_DEMOS_TRUE@      bxt_hello_create_group \
106 @BUILD_DEMOS_TRUE@      bxt_hello_remove_group \
107 @BUILD_DEMOS_TRUE@      bxt_hello_unset \
108 @BUILD_DEMOS_TRUE@      bxt_hello_notify \
109 @BUILD_DEMOS_TRUE@      bxt_hello_notify_multi
110
111 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@am__append_5 = \
112 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ bxt_gtk_client
113
114 subdir = .
115 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
116         $(top_srcdir)/configure $(am__configure_deps) \
117         $(srcdir)/config.h.in $(top_srcdir)/data/buxton.service.in \
118         $(top_srcdir)/data/buxton.socket.in \
119         $(top_srcdir)/data/libbuxton.pc.in \
120         $(top_srcdir)/test/test-pass.ini.in \
121         $(top_srcdir)/test/test-fail.ini.in \
122         $(top_srcdir)/test/test.conf.in depcomp $(dist_man_MANS) \
123         $(dist_sysconf_DATA) $(include_HEADERS) test-driver AUTHORS \
124         README TODO compile config.guess config.sub install-sh missing \
125         ltmain.sh
126 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
128         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
129         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
130         $(top_srcdir)/configure.ac
131 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132         $(ACLOCAL_M4)
133 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
134  configure.lineno config.status.lineno
135 mkinstalldirs = $(install_sh) -d
136 CONFIG_HEADER = config.h
137 CONFIG_CLEAN_FILES = data/buxton.service data/buxton.socket \
138         data/libbuxton.pc test/test-pass.ini test/test-fail.ini \
139         test/test.conf
140 CONFIG_CLEAN_VPATH_FILES =
141 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142 am__vpath_adj = case $$p in \
143     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144     *) f=$$p;; \
145   esac;
146 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147 am__install_max = 40
148 am__nobase_strip_setup = \
149   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150 am__nobase_strip = \
151   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152 am__nobase_list = $(am__nobase_strip_setup); \
153   for p in $$list; do echo "$$p $$p"; done | \
154   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156     if (++n[$$2] == $(am__install_max)) \
157       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158     END { for (dir in files) print dir, files[dir] }'
159 am__base_list = \
160   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162 am__uninstall_files_from_dir = { \
163   test -z "$$files" \
164     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166          $(am__cd) "$$dir" && rm -f $$files; }; \
167   }
168 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" \
169         "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
170         "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \
171         "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" \
172         "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)" \
173         "$(DESTDIR)$(pkgconfiglibdir)" \
174         "$(DESTDIR)$(systemdsystemunitdir)" "$(DESTDIR)$(includedir)"
175 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
176         $(pkglib_LTLIBRARIES)
177 gdbm_la_DEPENDENCIES =
178 am__dirstamp = $(am__leading_dot)dirstamp
179 am_gdbm_la_OBJECTS = src/db/gdbm.lo
180 gdbm_la_OBJECTS = $(am_gdbm_la_OBJECTS)
181 AM_V_lt = $(am__v_lt_@AM_V@)
182 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
183 am__v_lt_0 = --silent
184 am__v_lt_1 = 
185 gdbm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187         $(gdbm_la_LDFLAGS) $(LDFLAGS) -o $@
188 libbuxton_shared_la_LIBADD =
189 am__libbuxton_shared_la_SOURCES_DIST = src/security/smack.c \
190         src/security/smack.h src/shared/backend.c src/shared/backend.h \
191         src/shared/buxtonarray.c src/shared/buxtonarray.h \
192         src/shared/buxtonclient.h src/shared/buxtondata.h \
193         src/shared/buxtonkey.h src/shared/buxtonlist.c \
194         src/shared/buxtonlist.h src/shared/buxtonresponse.h \
195         src/shared/buxtonstring.h src/shared/configurator.c \
196         src/shared/configurator.h src/shared/direct.c \
197         src/shared/direct.h src/shared/hashmap.c src/shared/hashmap.h \
198         src/shared/list.h src/shared/log.c src/shared/log.h \
199         src/shared/macro.h src/shared/protocol.c src/shared/protocol.h \
200         src/shared/serialize.c src/shared/serialize.h \
201         src/shared/util.c src/shared/util.h src/shared/dictionary.c \
202         src/shared/dictionary.h src/shared/iniparser.c \
203         src/shared/iniparser.h
204 @USE_LOCAL_INIPARSER_TRUE@am__objects_1 = src/shared/dictionary.lo \
205 @USE_LOCAL_INIPARSER_TRUE@      src/shared/iniparser.lo
206 am_libbuxton_shared_la_OBJECTS = src/security/smack.lo \
207         src/shared/backend.lo src/shared/buxtonarray.lo \
208         src/shared/buxtonlist.lo src/shared/configurator.lo \
209         src/shared/direct.lo src/shared/hashmap.lo src/shared/log.lo \
210         src/shared/protocol.lo src/shared/serialize.lo \
211         src/shared/util.lo $(am__objects_1)
212 libbuxton_shared_la_OBJECTS = $(am_libbuxton_shared_la_OBJECTS)
213 libbuxton_shared_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
214         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
215         $(AM_CFLAGS) $(CFLAGS) $(libbuxton_shared_la_LDFLAGS) \
216         $(LDFLAGS) -o $@
217 libbuxton_la_DEPENDENCIES = libbuxton-shared.la
218 am_libbuxton_la_OBJECTS = src/libbuxton/libbuxton_la-lbuxton.lo
219 libbuxton_la_OBJECTS = $(am_libbuxton_la_OBJECTS)
220 libbuxton_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
221         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libbuxton_la_CFLAGS) \
222         $(CFLAGS) $(libbuxton_la_LDFLAGS) $(LDFLAGS) -o $@
223 memory_la_LIBADD =
224 am_memory_la_OBJECTS = src/db/memory.lo
225 memory_la_OBJECTS = $(am_memory_la_OBJECTS)
226 memory_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
227         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
228         $(memory_la_LDFLAGS) $(LDFLAGS) -o $@
229 @BUILD_DEMOS_TRUE@am__EXEEXT_1 = bxt_timing$(EXEEXT) \
230 @BUILD_DEMOS_TRUE@      bxt_hello_get$(EXEEXT) \
231 @BUILD_DEMOS_TRUE@      bxt_hello_set$(EXEEXT) \
232 @BUILD_DEMOS_TRUE@      bxt_hello_set_label$(EXEEXT) \
233 @BUILD_DEMOS_TRUE@      bxt_hello_create_group$(EXEEXT) \
234 @BUILD_DEMOS_TRUE@      bxt_hello_remove_group$(EXEEXT) \
235 @BUILD_DEMOS_TRUE@      bxt_hello_unset$(EXEEXT) \
236 @BUILD_DEMOS_TRUE@      bxt_hello_notify$(EXEEXT) \
237 @BUILD_DEMOS_TRUE@      bxt_hello_notify_multi$(EXEEXT)
238 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@am__EXEEXT_2 = bxt_gtk_client$(EXEEXT)
239 PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
240 am_buxtonctl_OBJECTS = src/cli/buxtonctl-main.$(OBJEXT) \
241         src/cli/buxtonctl-client.$(OBJEXT)
242 buxtonctl_OBJECTS = $(am_buxtonctl_OBJECTS)
243 buxtonctl_DEPENDENCIES = libbuxton.la libbuxton-shared.la
244 buxtonctl_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(buxtonctl_CFLAGS) \
246         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
247 am_buxtond_OBJECTS = src/core/buxtond-daemon.$(OBJEXT) \
248         src/core/buxtond-main.$(OBJEXT)
249 buxtond_OBJECTS = $(am_buxtond_OBJECTS)
250 am__DEPENDENCIES_1 =
251 buxtond_DEPENDENCIES = $(am__DEPENDENCIES_1) libbuxton-shared.la
252 buxtond_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
253         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(buxtond_CFLAGS) \
254         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
255 am__bxt_gtk_client_SOURCES_DIST = demo/gtk_client.c demo/gtk_client.h
256 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@am_bxt_gtk_client_OBJECTS = demo/bxt_gtk_client-gtk_client.$(OBJEXT)
257 bxt_gtk_client_OBJECTS = $(am_bxt_gtk_client_OBJECTS)
258 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@bxt_gtk_client_DEPENDENCIES =  \
259 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ $(am__DEPENDENCIES_1) \
260 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ libbuxton.la \
261 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ libbuxton-shared.la
262 bxt_gtk_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
263         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
264         $(bxt_gtk_client_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
265         $@
266 am__bxt_hello_create_group_SOURCES_DIST = demo/hellocreategroup.c
267 @BUILD_DEMOS_TRUE@am_bxt_hello_create_group_OBJECTS = demo/bxt_hello_create_group-hellocreategroup.$(OBJEXT)
268 bxt_hello_create_group_OBJECTS = $(am_bxt_hello_create_group_OBJECTS)
269 @BUILD_DEMOS_TRUE@bxt_hello_create_group_DEPENDENCIES = libbuxton.la
270 bxt_hello_create_group_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
271         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
272         $(bxt_hello_create_group_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
273         $(LDFLAGS) -o $@
274 am__bxt_hello_get_SOURCES_DIST = demo/helloget.c
275 @BUILD_DEMOS_TRUE@am_bxt_hello_get_OBJECTS =  \
276 @BUILD_DEMOS_TRUE@      demo/bxt_hello_get-helloget.$(OBJEXT)
277 bxt_hello_get_OBJECTS = $(am_bxt_hello_get_OBJECTS)
278 @BUILD_DEMOS_TRUE@bxt_hello_get_DEPENDENCIES = libbuxton.la
279 bxt_hello_get_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
280         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(bxt_hello_get_CFLAGS) \
281         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
282 am__bxt_hello_notify_SOURCES_DIST = demo/hellonotify.c
283 @BUILD_DEMOS_TRUE@am_bxt_hello_notify_OBJECTS =  \
284 @BUILD_DEMOS_TRUE@      demo/bxt_hello_notify-hellonotify.$(OBJEXT)
285 bxt_hello_notify_OBJECTS = $(am_bxt_hello_notify_OBJECTS)
286 @BUILD_DEMOS_TRUE@bxt_hello_notify_DEPENDENCIES = libbuxton.la
287 bxt_hello_notify_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
288         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
289         $(bxt_hello_notify_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
290         -o $@
291 am__bxt_hello_notify_multi_SOURCES_DIST = demo/notifytest.c
292 @BUILD_DEMOS_TRUE@am_bxt_hello_notify_multi_OBJECTS = demo/bxt_hello_notify_multi-notifytest.$(OBJEXT)
293 bxt_hello_notify_multi_OBJECTS = $(am_bxt_hello_notify_multi_OBJECTS)
294 @BUILD_DEMOS_TRUE@bxt_hello_notify_multi_DEPENDENCIES = libbuxton.la
295 bxt_hello_notify_multi_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
296         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
297         $(bxt_hello_notify_multi_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
298         $(LDFLAGS) -o $@
299 am__bxt_hello_remove_group_SOURCES_DIST = demo/helloremovegroup.c
300 @BUILD_DEMOS_TRUE@am_bxt_hello_remove_group_OBJECTS = demo/bxt_hello_remove_group-helloremovegroup.$(OBJEXT)
301 bxt_hello_remove_group_OBJECTS = $(am_bxt_hello_remove_group_OBJECTS)
302 @BUILD_DEMOS_TRUE@bxt_hello_remove_group_DEPENDENCIES = libbuxton.la
303 bxt_hello_remove_group_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
304         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
305         $(bxt_hello_remove_group_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
306         $(LDFLAGS) -o $@
307 am__bxt_hello_set_SOURCES_DIST = demo/helloset.c
308 @BUILD_DEMOS_TRUE@am_bxt_hello_set_OBJECTS =  \
309 @BUILD_DEMOS_TRUE@      demo/bxt_hello_set-helloset.$(OBJEXT)
310 bxt_hello_set_OBJECTS = $(am_bxt_hello_set_OBJECTS)
311 @BUILD_DEMOS_TRUE@bxt_hello_set_DEPENDENCIES = libbuxton.la
312 bxt_hello_set_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
313         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(bxt_hello_set_CFLAGS) \
314         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
315 am__bxt_hello_set_label_SOURCES_DIST = demo/hellosetlabel.c
316 @BUILD_DEMOS_TRUE@am_bxt_hello_set_label_OBJECTS = demo/bxt_hello_set_label-hellosetlabel.$(OBJEXT)
317 bxt_hello_set_label_OBJECTS = $(am_bxt_hello_set_label_OBJECTS)
318 @BUILD_DEMOS_TRUE@bxt_hello_set_label_DEPENDENCIES = libbuxton.la
319 bxt_hello_set_label_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
320         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
321         $(bxt_hello_set_label_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
322         $(LDFLAGS) -o $@
323 am__bxt_hello_unset_SOURCES_DIST = demo/hellounset.c
324 @BUILD_DEMOS_TRUE@am_bxt_hello_unset_OBJECTS =  \
325 @BUILD_DEMOS_TRUE@      demo/bxt_hello_unset-hellounset.$(OBJEXT)
326 bxt_hello_unset_OBJECTS = $(am_bxt_hello_unset_OBJECTS)
327 @BUILD_DEMOS_TRUE@bxt_hello_unset_DEPENDENCIES = libbuxton.la
328 bxt_hello_unset_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
329         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
330         $(bxt_hello_unset_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
331         -o $@
332 am__bxt_timing_SOURCES_DIST = demo/timing.c
333 @BUILD_DEMOS_TRUE@am_bxt_timing_OBJECTS = demo/timing.$(OBJEXT)
334 bxt_timing_OBJECTS = $(am_bxt_timing_OBJECTS)
335 @BUILD_DEMOS_TRUE@bxt_timing_DEPENDENCIES = libbuxton.la \
336 @BUILD_DEMOS_TRUE@      libbuxton-shared.la
337 am_check_buxton_OBJECTS = test/check_buxton-check_utils.$(OBJEXT) \
338         test/check_buxton-check_buxton.$(OBJEXT)
339 check_buxton_OBJECTS = $(am_check_buxton_OBJECTS)
340 check_buxton_DEPENDENCIES = libbuxton.la libbuxton-shared.la
341 check_buxton_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
342         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_buxton_CFLAGS) \
343         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
344 am_check_buxtond_OBJECTS = test/check_buxtond-check_utils.$(OBJEXT) \
345         src/core/check_buxtond-daemon.$(OBJEXT) \
346         src/core/check_buxtond-main.$(OBJEXT)
347 check_buxtond_OBJECTS = $(am_check_buxtond_OBJECTS)
348 check_buxtond_DEPENDENCIES = $(am__DEPENDENCIES_1) libbuxton.la \
349         libbuxton-shared.la
350 check_buxtond_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
351         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_buxtond_CFLAGS) \
352         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
353 am_check_configurator_OBJECTS =  \
354         src/shared/check_configurator-configurator.$(OBJEXT) \
355         test/check_configurator-check_configurator.$(OBJEXT)
356 check_configurator_OBJECTS = $(am_check_configurator_OBJECTS)
357 check_configurator_DEPENDENCIES = libbuxton-shared.la
358 check_configurator_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
359         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
360         $(check_configurator_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
361         $(LDFLAGS) -o $@
362 am_check_daemon_OBJECTS = test/check_daemon-check_utils.$(OBJEXT) \
363         src/core/check_daemon-daemon.$(OBJEXT) \
364         test/check_daemon-check_daemon.$(OBJEXT)
365 check_daemon_OBJECTS = $(am_check_daemon_OBJECTS)
366 check_daemon_DEPENDENCIES = libbuxton.la libbuxton-shared.la
367 check_daemon_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
368         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_daemon_CFLAGS) \
369         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
370 am_check_shared_lib_OBJECTS =  \
371         test/check_shared_lib-check_utils.$(OBJEXT) \
372         test/check_shared_lib-check_shared_lib.$(OBJEXT)
373 check_shared_lib_OBJECTS = $(am_check_shared_lib_OBJECTS)
374 check_shared_lib_DEPENDENCIES = libbuxton.la libbuxton-shared.la
375 check_shared_lib_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
376         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
377         $(check_shared_lib_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
378         -o $@
379 am_check_smack_OBJECTS = test/check_smack-check_utils.$(OBJEXT) \
380         test/check_smack-check_smack.$(OBJEXT)
381 check_smack_OBJECTS = $(am_check_smack_OBJECTS)
382 check_smack_DEPENDENCIES = libbuxton.la libbuxton-shared.la
383 check_smack_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
384         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_smack_CFLAGS) \
385         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
386 AM_V_P = $(am__v_P_@AM_V@)
387 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
388 am__v_P_0 = false
389 am__v_P_1 = :
390 AM_V_GEN = $(am__v_GEN_@AM_V@)
391 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
392 am__v_GEN_0 = @echo "  GEN     " $@;
393 am__v_GEN_1 = 
394 AM_V_at = $(am__v_at_@AM_V@)
395 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
396 am__v_at_0 = @
397 am__v_at_1 = 
398 DEFAULT_INCLUDES = -I.@am__isrc@
399 depcomp = $(SHELL) $(top_srcdir)/depcomp
400 am__depfiles_maybe = depfiles
401 am__mv = mv -f
402 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
403         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
404 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
405         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
406         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
407         $(AM_CFLAGS) $(CFLAGS)
408 AM_V_CC = $(am__v_CC_@AM_V@)
409 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
410 am__v_CC_0 = @echo "  CC      " $@;
411 am__v_CC_1 = 
412 CCLD = $(CC)
413 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
414         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
415         $(AM_LDFLAGS) $(LDFLAGS) -o $@
416 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
417 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
418 am__v_CCLD_0 = @echo "  CCLD    " $@;
419 am__v_CCLD_1 = 
420 SOURCES = $(gdbm_la_SOURCES) $(libbuxton_shared_la_SOURCES) \
421         $(libbuxton_la_SOURCES) $(memory_la_SOURCES) \
422         $(buxtonctl_SOURCES) $(buxtond_SOURCES) \
423         $(bxt_gtk_client_SOURCES) $(bxt_hello_create_group_SOURCES) \
424         $(bxt_hello_get_SOURCES) $(bxt_hello_notify_SOURCES) \
425         $(bxt_hello_notify_multi_SOURCES) \
426         $(bxt_hello_remove_group_SOURCES) $(bxt_hello_set_SOURCES) \
427         $(bxt_hello_set_label_SOURCES) $(bxt_hello_unset_SOURCES) \
428         $(bxt_timing_SOURCES) $(check_buxton_SOURCES) \
429         $(check_buxtond_SOURCES) $(check_configurator_SOURCES) \
430         $(check_daemon_SOURCES) $(check_shared_lib_SOURCES) \
431         $(check_smack_SOURCES)
432 DIST_SOURCES = $(gdbm_la_SOURCES) \
433         $(am__libbuxton_shared_la_SOURCES_DIST) \
434         $(libbuxton_la_SOURCES) $(memory_la_SOURCES) \
435         $(buxtonctl_SOURCES) $(buxtond_SOURCES) \
436         $(am__bxt_gtk_client_SOURCES_DIST) \
437         $(am__bxt_hello_create_group_SOURCES_DIST) \
438         $(am__bxt_hello_get_SOURCES_DIST) \
439         $(am__bxt_hello_notify_SOURCES_DIST) \
440         $(am__bxt_hello_notify_multi_SOURCES_DIST) \
441         $(am__bxt_hello_remove_group_SOURCES_DIST) \
442         $(am__bxt_hello_set_SOURCES_DIST) \
443         $(am__bxt_hello_set_label_SOURCES_DIST) \
444         $(am__bxt_hello_unset_SOURCES_DIST) \
445         $(am__bxt_timing_SOURCES_DIST) $(check_buxton_SOURCES) \
446         $(check_buxtond_SOURCES) $(check_configurator_SOURCES) \
447         $(check_daemon_SOURCES) $(check_shared_lib_SOURCES) \
448         $(check_smack_SOURCES)
449 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
450         ctags-recursive dvi-recursive html-recursive info-recursive \
451         install-data-recursive install-dvi-recursive \
452         install-exec-recursive install-html-recursive \
453         install-info-recursive install-pdf-recursive \
454         install-ps-recursive install-recursive installcheck-recursive \
455         installdirs-recursive pdf-recursive ps-recursive \
456         tags-recursive uninstall-recursive
457 am__can_run_installinfo = \
458   case $$AM_UPDATE_INFO_DIR in \
459     n|no|NO) false;; \
460     *) (install-info --version) >/dev/null 2>&1;; \
461   esac
462 man1dir = $(mandir)/man1
463 man3dir = $(mandir)/man3
464 man5dir = $(mandir)/man5
465 man7dir = $(mandir)/man7
466 man8dir = $(mandir)/man8
467 NROFF = nroff
468 MANS = $(dist_man_MANS)
469 DATA = $(dist_sysconf_DATA) $(pkgconfiglib_DATA) \
470         $(systemdsystemunit_DATA)
471 HEADERS = $(include_HEADERS)
472 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
473   distclean-recursive maintainer-clean-recursive
474 am__recursive_targets = \
475   $(RECURSIVE_TARGETS) \
476   $(RECURSIVE_CLEAN_TARGETS) \
477   $(am__extra_recursive_targets)
478 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
479         cscope check recheck distdir dist dist-all distcheck
480 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
481         $(LISP)config.h.in
482 # Read a list of newline-separated strings from the standard input,
483 # and print each of them once, without duplicates.  Input order is
484 # *not* preserved.
485 am__uniquify_input = $(AWK) '\
486   BEGIN { nonempty = 0; } \
487   { items[$$0] = 1; nonempty = 1; } \
488   END { if (nonempty) { for (i in items) print i; }; } \
489 '
490 # Make sure the list of sources is unique.  This is necessary because,
491 # e.g., the same source file might be shared among _SOURCES variables
492 # for different programs/libraries.
493 am__define_uniq_tagged_files = \
494   list='$(am__tagged_files)'; \
495   unique=`for i in $$list; do \
496     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497   done | $(am__uniquify_input)`
498 ETAGS = etags
499 CTAGS = ctags
500 CSCOPE = cscope
501 am__tty_colors_dummy = \
502   mgn= red= grn= lgn= blu= brg= std=; \
503   am__color_tests=no
504 am__tty_colors = { \
505   $(am__tty_colors_dummy); \
506   if test "X$(AM_COLOR_TESTS)" = Xno; then \
507     am__color_tests=no; \
508   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
509     am__color_tests=yes; \
510   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
511     am__color_tests=yes; \
512   fi; \
513   if test $$am__color_tests = yes; then \
514     red='\e[0;31m'; \
515     grn='\e[0;32m'; \
516     lgn='\e[1;32m'; \
517     blu='\e[1;34m'; \
518     mgn='\e[0;35m'; \
519     brg='\e[1m'; \
520     std='\e[m'; \
521   fi; \
522 }
523 am__recheck_rx = ^[     ]*:recheck:[    ]*
524 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
525 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
526 # A command that, given a newline-separated list of test names on the
527 # standard input, print the name of the tests that are to be re-run
528 # upon "make recheck".
529 am__list_recheck_tests = $(AWK) '{ \
530   recheck = 1; \
531   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
532     { \
533       if (rc < 0) \
534         { \
535           if ((getline line2 < ($$0 ".log")) < 0) \
536             recheck = 0; \
537           break; \
538         } \
539       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
540         { \
541           recheck = 0; \
542           break; \
543         } \
544       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
545         { \
546           break; \
547         } \
548     }; \
549   if (recheck) \
550     print $$0; \
551   close ($$0 ".trs"); \
552   close ($$0 ".log"); \
553 }'
554 # A command that, given a newline-separated list of test names on the
555 # standard input, create the global log from their .trs and .log files.
556 am__create_global_log = $(AWK) ' \
557 function fatal(msg) \
558 { \
559   print "fatal: making $@: " msg | "cat >&2"; \
560   exit 1; \
561 } \
562 function rst_section(header) \
563 { \
564   print header; \
565   len = length(header); \
566   for (i = 1; i <= len; i = i + 1) \
567     printf "="; \
568   printf "\n\n"; \
569 } \
570 { \
571   copy_in_global_log = 1; \
572   global_test_result = "RUN"; \
573   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
574     { \
575       if (rc < 0) \
576          fatal("failed to read from " $$0 ".trs"); \
577       if (line ~ /$(am__global_test_result_rx)/) \
578         { \
579           sub("$(am__global_test_result_rx)", "", line); \
580           sub("[        ]*$$", "", line); \
581           global_test_result = line; \
582         } \
583       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
584         copy_in_global_log = 0; \
585     }; \
586   if (copy_in_global_log) \
587     { \
588       rst_section(global_test_result ": " $$0); \
589       while ((rc = (getline line < ($$0 ".log"))) != 0) \
590       { \
591         if (rc < 0) \
592           fatal("failed to read from " $$0 ".log"); \
593         print line; \
594       }; \
595       printf "\n"; \
596     }; \
597   close ($$0 ".trs"); \
598   close ($$0 ".log"); \
599 }'
600 # Restructured Text title.
601 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
602 # Solaris 10 'make', and several other traditional 'make' implementations,
603 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
604 # by disabling -e (using the XSI extension "set +e") if it's set.
605 am__sh_e_setup = case $$- in *e*) set +e;; esac
606 # Default flags passed to test drivers.
607 am__common_driver_flags = \
608   --color-tests "$$am__color_tests" \
609   --enable-hard-errors "$$am__enable_hard_errors" \
610   --expect-failure "$$am__expect_failure"
611 # To be inserted before the command running the test.  Creates the
612 # directory for the log if needed.  Stores in $dir the directory
613 # containing $f, in $tst the test, in $log the log.  Executes the
614 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
615 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
616 # will run the test scripts (or their associated LOG_COMPILER, if
617 # thy have one).
618 am__check_pre = \
619 $(am__sh_e_setup);                                      \
620 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
621 $(am__tty_colors);                                      \
622 srcdir=$(srcdir); export srcdir;                        \
623 case "$@" in                                            \
624   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
625     *) am__odir=.;;                                     \
626 esac;                                                   \
627 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
628   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
629 if test -f "./$$f"; then dir=./;                        \
630 elif test -f "$$f"; then dir=;                          \
631 else dir="$(srcdir)/"; fi;                              \
632 tst=$$dir$$f; log='$@';                                 \
633 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
634   am__enable_hard_errors=no;                            \
635 else                                                    \
636   am__enable_hard_errors=yes;                           \
637 fi;                                                     \
638 case " $(XFAIL_TESTS) " in                              \
639   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
640     am__expect_failure=yes;;                            \
641   *)                                                    \
642     am__expect_failure=no;;                             \
643 esac;                                                   \
644 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
645 # A shell command to get the names of the tests scripts with any registered
646 # extension removed (i.e., equivalently, the names of the test logs, with
647 # the '.log' extension removed).  The result is saved in the shell variable
648 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
649 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
650 # since that might cause problem with VPATH rewrites for suffix-less tests.
651 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
652 am__set_TESTS_bases = \
653   bases='$(TEST_LOGS)'; \
654   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
655   bases=`echo $$bases`
656 RECHECK_LOGS = $(TEST_LOGS)
657 TEST_SUITE_LOG = test-suite.log
658 TEST_EXTENSIONS = @EXEEXT@ .test
659 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
660 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
661 am__set_b = \
662   case '$@' in \
663     */*) \
664       case '$*' in \
665         */*) b='$*';; \
666           *) b=`echo '$@' | sed 's/\.log$$//'`; \
667        esac;; \
668     *) \
669       b='$*';; \
670   esac
671 am__test_logs1 = $(TESTS:=.log)
672 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
673 TEST_LOGS = $(am__test_logs2:.test.log=.log)
674 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
675 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
676         $(TEST_LOG_FLAGS)
677 DIST_SUBDIRS = $(SUBDIRS)
678 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
679 distdir = $(PACKAGE)-$(VERSION)
680 top_distdir = $(distdir)
681 am__remove_distdir = \
682   if test -d "$(distdir)"; then \
683     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
684       && rm -rf "$(distdir)" \
685       || { sleep 5 && rm -rf "$(distdir)"; }; \
686   else :; fi
687 am__post_remove_distdir = $(am__remove_distdir)
688 am__relativize = \
689   dir0=`pwd`; \
690   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
691   sed_rest='s,^[^/]*/*,,'; \
692   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
693   sed_butlast='s,/*[^/]*$$,,'; \
694   while test -n "$$dir1"; do \
695     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
696     if test "$$first" != "."; then \
697       if test "$$first" = ".."; then \
698         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
699         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
700       else \
701         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
702         if test "$$first2" = "$$first"; then \
703           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
704         else \
705           dir2="../$$dir2"; \
706         fi; \
707         dir0="$$dir0"/"$$first"; \
708       fi; \
709     fi; \
710     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
711   done; \
712   reldir="$$dir2"
713 GZIP_ENV = --best
714 DIST_ARCHIVES = $(distdir).tar.xz
715 DIST_TARGETS = dist-xz
716 distuninstallcheck_listfiles = find . -type f -print
717 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
718   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
719 distcleancheck_listfiles = find . -type f -print
720 ACLOCAL = @ACLOCAL@
721 ALLOCA = @ALLOCA@
722 AMTAR = @AMTAR@
723 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
724 AR = @AR@
725 AUTOCONF = @AUTOCONF@
726 AUTOHEADER = @AUTOHEADER@
727 AUTOMAKE = @AUTOMAKE@
728 AWK = @AWK@
729 BUXTON_SOCKET = @BUXTON_SOCKET@
730 BUXTON_USERNAME = @BUXTON_USERNAME@
731 CC = @CC@
732 CCDEPMODE = @CCDEPMODE@
733 CFLAGS = @CFLAGS@
734 CHECK_CFLAGS = @CHECK_CFLAGS@
735 CHECK_LIBS = @CHECK_LIBS@
736 CONFPATH = @CONFPATH@
737 CPP = @CPP@
738 CPPFLAGS = @CPPFLAGS@
739 CYGPATH_W = @CYGPATH_W@
740 DB_PATH = @DB_PATH@
741 DEFS = @DEFS@
742 DEPDIR = @DEPDIR@
743 DLLTOOL = @DLLTOOL@
744 DSYMUTIL = @DSYMUTIL@
745 DUMPBIN = @DUMPBIN@
746 ECHO_C = @ECHO_C@
747 ECHO_N = @ECHO_N@
748 ECHO_T = @ECHO_T@
749 EGREP = @EGREP@
750 EXEEXT = @EXEEXT@
751 FGREP = @FGREP@
752 GREP = @GREP@
753 GTK3_CFLAGS = @GTK3_CFLAGS@
754 GTK3_LIBS = @GTK3_LIBS@
755 INIPARSER_CFLAGS = @INIPARSER_CFLAGS@
756 INIPARSER_LIBS = @INIPARSER_LIBS@
757 INSTALL = @INSTALL@
758 INSTALL_DATA = @INSTALL_DATA@
759 INSTALL_PROGRAM = @INSTALL_PROGRAM@
760 INSTALL_SCRIPT = @INSTALL_SCRIPT@
761 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
762 LD = @LD@
763 LDFLAGS = @LDFLAGS@
764 LIBOBJS = @LIBOBJS@
765 LIBS = @LIBS@
766 LIBTOOL = @LIBTOOL@
767 LIPO = @LIPO@
768 LN_S = @LN_S@
769 LTLIBOBJS = @LTLIBOBJS@
770 MAKEINFO = @MAKEINFO@
771 MANIFEST_TOOL = @MANIFEST_TOOL@
772 MKDIR_P = @MKDIR_P@
773 MODULEDIR = @MODULEDIR@
774 NM = @NM@
775 NMEDIT = @NMEDIT@
776 OBJDUMP = @OBJDUMP@
777 OBJEXT = @OBJEXT@
778 OTOOL = @OTOOL@
779 OTOOL64 = @OTOOL64@
780 PACKAGE = @PACKAGE@
781 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
782 PACKAGE_NAME = @PACKAGE_NAME@
783 PACKAGE_STRING = @PACKAGE_STRING@
784 PACKAGE_TARNAME = @PACKAGE_TARNAME@
785 PACKAGE_URL = @PACKAGE_URL@
786 PACKAGE_VERSION = @PACKAGE_VERSION@
787 PATH_SEPARATOR = @PATH_SEPARATOR@
788 PKG_CONFIG = @PKG_CONFIG@
789 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
790 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
791 POW_LIB = @POW_LIB@
792 RANLIB = @RANLIB@
793 SED = @SED@
794 SET_MAKE = @SET_MAKE@
795 SHELL = @SHELL@
796 SMACK_LOAD_FILE = @SMACK_LOAD_FILE@
797 STRIP = @STRIP@
798 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
799 SYSTEMD_LIBS = @SYSTEMD_LIBS@
800 SYSTEMD_SYSTEMUNITDIR = @SYSTEMD_SYSTEMUNITDIR@
801 VERSION = @VERSION@
802 abs_builddir = @abs_builddir@
803 abs_srcdir = @abs_srcdir@
804 abs_top_builddir = @abs_top_builddir@
805 abs_top_srcdir = @abs_top_srcdir@
806 ac_ct_AR = @ac_ct_AR@
807 ac_ct_CC = @ac_ct_CC@
808 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
809 am__include = @am__include@
810 am__leading_dot = @am__leading_dot@
811 am__quote = @am__quote@
812 am__tar = @am__tar@
813 am__untar = @am__untar@
814 bindir = @bindir@
815 build = @build@
816 build_alias = @build_alias@
817 build_cpu = @build_cpu@
818 build_os = @build_os@
819 build_vendor = @build_vendor@
820 builddir = @builddir@
821 datadir = @datadir@
822 datarootdir = @datarootdir@
823 docdir = @docdir@
824 dvidir = @dvidir@
825 exec_prefix = @exec_prefix@
826 host = @host@
827 host_alias = @host_alias@
828 host_cpu = @host_cpu@
829 host_os = @host_os@
830 host_vendor = @host_vendor@
831 htmldir = @htmldir@
832 includedir = @includedir@
833 infodir = @infodir@
834 install_sh = @install_sh@
835 lcov_found = @lcov_found@
836 libdir = @libdir@
837 libexecdir = @libexecdir@
838 localedir = @localedir@
839 localstatedir = @localstatedir@
840 mandir = @mandir@
841 mkdir_p = @mkdir_p@
842 oldincludedir = @oldincludedir@
843 pdfdir = @pdfdir@
844 prefix = @prefix@
845 program_transform_name = @program_transform_name@
846 psdir = @psdir@
847 sbindir = @sbindir@
848 sharedstatedir = @sharedstatedir@
849 srcdir = @srcdir@
850 sysconfdir = @sysconfdir@
851 target_alias = @target_alias@
852 top_build_prefix = @top_build_prefix@
853 top_builddir = @top_builddir@
854 top_srcdir = @top_srcdir@
855
856 # declare vars
857 AM_CFLAGS = -std=gnu99 -fstack-protector -Wall -pedantic \
858         -Wstrict-prototypes -Wundef -fno-common \
859         -Werror-implicit-function-declaration -Wformat \
860         -Wformat-security -Werror=format-security -Wconversion \
861         -Wunreachable-code $(am__append_1) $(am__append_2)
862 AM_CPPFLAGS = \
863         -I $(top_srcdir)/src/include \
864         -I $(top_srcdir)/src/core \
865         -I $(top_srcdir)/src/security \
866         -I $(top_srcdir)/src/shared \
867         -D_MODULE_DIRECTORY=\"$(MODULEDIR)\" \
868         -D_DEFAULT_CONFIGURATION_FILE=\"$(CONFPATH)\" \
869         -D_DB_PATH=\"$(DB_PATH)\" \
870         -D_BUXTON_SOCKET=\"$(BUXTON_SOCKET)\" \
871         -D_SMACK_LOAD_FILE=\"$(SMACK_LOAD_FILE)\"
872
873 AM_LDFLAGS = \
874         -rdynamic
875
876 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
877 AUTOMAKE_OPTIONS = color-tests parallel-tests
878 SUBDIRS = .
879 noinst_LTLIBRARIES = libbuxton-shared.la
880 include_HEADERS = src/include/buxton.h
881 lib_LTLIBRARIES = libbuxton.la
882 pkglib_LTLIBRARIES = gdbm.la memory.la
883 DISTCHECK_CONFIGURE_FLAGS = \
884         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) --enable-debug
885
886 systemdsystemunitdir = @SYSTEMD_SYSTEMUNITDIR@
887 systemdsystemunit_DATA = data/buxton.service data/buxton.socket
888
889 # set library version info
890 LIBBUXTON_CURRENT = 1
891 LIBBUXTON_REVISION = 0
892 LIBBUXTON_AGE = 0
893 pkgconfiglibdir = $(libdir)/pkgconfig
894 pkgconfiglib_DATA = \
895         data/libbuxton.pc
896
897 dist_man_MANS = \
898         docs/buxton.7 \
899         docs/buxtonctl.1 \
900         docs/buxton-api.7 \
901         docs/buxton.conf.5 \
902         docs/buxtond.8 \
903         docs/buxton-protocol.7 \
904         docs/buxton-security.7 \
905         docs/buxton_client_handle_response.3 \
906         docs/buxton_close.3 \
907         docs/buxton_create_group.3 \
908         docs/buxton_get_value.3 \
909         docs/buxton_key_create.3 \
910         docs/buxton_key_free.3 \
911         docs/buxton_key_get_group.3 \
912         docs/buxton_key_get_layer.3 \
913         docs/buxton_key_get_name.3 \
914         docs/buxton_key_get_type.3 \
915         docs/buxton_open.3 \
916         docs/buxton_register_notification.3 \
917         docs/buxton_remove_group.3 \
918         docs/buxton_response_key.3 \
919         docs/buxton_response_status.3 \
920         docs/buxton_response_type.3 \
921         docs/buxton_response_value.3 \
922         docs/buxton_set_conf_file.3 \
923         docs/buxton_set_label.3 \
924         docs/buxton_set_value.3 \
925         docs/buxton_unregister_notification.3 \
926         docs/buxton_unset_value.3
927
928
929 # set flags
930 EXTRA_DIST = \
931         Doxyfile \
932         LICENSE.LGPL2.1 \
933         check_db_clean \
934         data/libbuxton.pc.in \
935         docs/LICENSE.MIT \
936         src/libbuxton/lbuxton.sym \
937         test/test.load2 \
938         test/test.conf \
939         test/test-configurator.conf
940
941 dist_sysconf_DATA = \
942         data/buxton.conf
943
944 buxtond_SOURCES = \
945         src/core/daemon.c \
946         src/core/daemon.h \
947         src/core/main.c
948
949 buxtond_LDADD = \
950         $(SYSTEMD_LIBS) \
951         libbuxton-shared.la
952
953 buxtond_CFLAGS = \
954         $(AM_CFLAGS)
955
956 buxtonctl_SOURCES = \
957         src/cli/main.c \
958         src/cli/client.c \
959         src/cli/client.h
960
961 buxtonctl_CFLAGS = \
962         $(AM_CFLAGS)
963
964 buxtonctl_LDADD = \
965         libbuxton.la \
966         libbuxton-shared.la
967
968 libbuxton_shared_la_SOURCES = src/security/smack.c \
969         src/security/smack.h src/shared/backend.c src/shared/backend.h \
970         src/shared/buxtonarray.c src/shared/buxtonarray.h \
971         src/shared/buxtonclient.h src/shared/buxtondata.h \
972         src/shared/buxtonkey.h src/shared/buxtonlist.c \
973         src/shared/buxtonlist.h src/shared/buxtonresponse.h \
974         src/shared/buxtonstring.h src/shared/configurator.c \
975         src/shared/configurator.h src/shared/direct.c \
976         src/shared/direct.h src/shared/hashmap.c src/shared/hashmap.h \
977         src/shared/list.h src/shared/log.c src/shared/log.h \
978         src/shared/macro.h src/shared/protocol.c src/shared/protocol.h \
979         src/shared/serialize.c src/shared/serialize.h \
980         src/shared/util.c src/shared/util.h ${NULL} $(am__append_3)
981 libbuxton_shared_la_LDFLAGS = \
982         $(AM_LDFLAGS) \
983         -static
984
985 libbuxton_la_SOURCES = \
986         src/libbuxton/lbuxton.c
987
988 libbuxton_la_CFLAGS = \
989         $(AM_CFLAGS) \
990         @INIPARSER_CFLAGS@ \
991         -fvisibility=hidden
992
993 libbuxton_la_LDFLAGS = \
994         $(AM_LDFLAGS) \
995         @INIPARSER_LIBS@ \
996         -version-info $(LIBBUXTON_CURRENT):$(LIBBUXTON_REVISION):$(LIBBUXTON_AGE) \
997         -Wl,--version-script=$(top_srcdir)/src/libbuxton/lbuxton.sym
998
999 libbuxton_la_LIBADD = \
1000         libbuxton-shared.la \
1001         -ldl
1002
1003 gdbm_la_SOURCES = \
1004         src/db/gdbm.c
1005
1006 gdbm_la_LDFLAGS = \
1007         $(AM_LDFLAGS) \
1008         -fvisibility=hidden \
1009         -module \
1010         -avoid-version
1011
1012 gdbm_la_LIBADD = \
1013         -lgdbm
1014
1015 memory_la_SOURCES = \
1016         src/db/memory.c
1017
1018 memory_la_LDFLAGS = \
1019         $(AM_LDFLAGS) \
1020         -fvisibility=hidden \
1021         -module \
1022         -avoid-version
1023
1024 check_buxton_SOURCES = \
1025         test/check_utils.c \
1026         test/check_utils.h \
1027         test/check_buxton.c
1028
1029 check_buxton_CFLAGS = \
1030         $(AM_CFLAGS) \
1031         @CHECK_CFLAGS@ \
1032         -DMAKE_CHECK \
1033         -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
1034         -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
1035
1036 check_buxton_LDADD = \
1037         @CHECK_LIBS@ \
1038         libbuxton.la \
1039         libbuxton-shared.la
1040
1041 check_shared_lib_SOURCES = \
1042         test/check_utils.c \
1043         test/check_utils.h \
1044         test/check_shared_lib.c
1045
1046 check_shared_lib_CFLAGS = \
1047         $(AM_CFLAGS) \
1048         @CHECK_CFLAGS@ \
1049         @INIPARSER_CFLAGS@ \
1050         -DMAKE_CHECK \
1051         -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
1052         -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
1053
1054 check_shared_lib_LDADD = \
1055         @CHECK_LIBS@ \
1056         @INIPARSER_LIBS@ \
1057         libbuxton.la \
1058         libbuxton-shared.la
1059
1060 check_buxtond_SOURCES = \
1061         test/check_utils.c \
1062         test/check_utils.h \
1063         src/core/daemon.c \
1064         src/core/daemon.h \
1065         src/core/main.c
1066
1067 check_buxtond_CFLAGS = \
1068         @CHECK_CFLAGS@ \
1069         $(AM_CFLAGS) \
1070         @INIPARSER_CFLAGS@ \
1071         -DMAKE_CHECK \
1072         -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
1073         -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
1074
1075 check_buxtond_LDADD = \
1076         @CHECK_LIBS@ \
1077         $(SYSTEMD_LIBS) \
1078         libbuxton.la \
1079         libbuxton-shared.la
1080
1081 check_daemon_SOURCES = \
1082         test/check_utils.c \
1083         test/check_utils.h \
1084         src/core/daemon.c \
1085         src/core/daemon.h \
1086         test/check_daemon.c
1087
1088 check_daemon_CFLAGS = \
1089         $(AM_CFLAGS) \
1090         @CHECK_CFLAGS@ \
1091         @INIPARSER_CFLAGS@ \
1092         -DMAKE_CHECK \
1093         -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
1094         -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
1095
1096 check_daemon_LDADD = \
1097         @CHECK_LIBS@ \
1098         @INIPARSER_LIBS@ \
1099         libbuxton.la \
1100         libbuxton-shared.la
1101
1102 check_smack_SOURCES = \
1103         test/check_utils.c \
1104         test/check_utils.h \
1105         test/check_smack.c
1106
1107 check_smack_CFLAGS = \
1108         $(AM_CFLAGS) \
1109         @CHECK_CFLAGS@ \
1110         @INIPARSER_CFLAGS@ \
1111         -DMAKE_CHECK \
1112         -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
1113         -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
1114
1115 check_smack_LDADD = \
1116         @CHECK_LIBS@ \
1117         @INIPARSER_LIBS@ \
1118         libbuxton.la \
1119         libbuxton-shared.la
1120
1121 check_configurator_SOURCES = \
1122         src/shared/configurator.c \
1123         src/shared/configurator.h \
1124         test/check_configurator.c
1125
1126 check_configurator_CFLAGS = \
1127         $(AM_CFLAGS) \
1128         @CHECK_CFLAGS@ \
1129         @INIPARSER_CFLAGS@ \
1130         -DMAKE_CHECK \
1131         -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
1132         -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
1133
1134 check_configurator_LDADD = \
1135         @CHECK_LIBS@ \
1136         @INIPARSER_LIBS@ \
1137         libbuxton-shared.la
1138
1139 check_DATA = \
1140         test/test-pass.ini \
1141         test/test-fail.ini \
1142         test/test.conf \
1143         test/test.load2 \
1144         ${NULL}
1145
1146
1147 # Timing test
1148 @BUILD_DEMOS_TRUE@bxt_timing_SOURCES = \
1149 @BUILD_DEMOS_TRUE@      demo/timing.c
1150
1151 @BUILD_DEMOS_TRUE@bxt_timing_LDADD = \
1152 @BUILD_DEMOS_TRUE@      libbuxton.la \
1153 @BUILD_DEMOS_TRUE@      libbuxton-shared.la \
1154 @BUILD_DEMOS_TRUE@      -lrt -lm
1155
1156 @BUILD_DEMOS_TRUE@bxt_hello_get_SOURCES = \
1157 @BUILD_DEMOS_TRUE@      demo/helloget.c
1158
1159 @BUILD_DEMOS_TRUE@bxt_hello_get_CFLAGS = \
1160 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1161
1162 @BUILD_DEMOS_TRUE@bxt_hello_get_LDADD = \
1163 @BUILD_DEMOS_TRUE@      libbuxton.la
1164
1165 @BUILD_DEMOS_TRUE@bxt_hello_set_SOURCES = \
1166 @BUILD_DEMOS_TRUE@      demo/helloset.c
1167
1168 @BUILD_DEMOS_TRUE@bxt_hello_set_CFLAGS = \
1169 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1170
1171 @BUILD_DEMOS_TRUE@bxt_hello_set_LDADD = \
1172 @BUILD_DEMOS_TRUE@      libbuxton.la
1173
1174 @BUILD_DEMOS_TRUE@bxt_hello_set_label_SOURCES = \
1175 @BUILD_DEMOS_TRUE@      demo/hellosetlabel.c
1176
1177 @BUILD_DEMOS_TRUE@bxt_hello_set_label_CFLAGS = \
1178 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1179
1180 @BUILD_DEMOS_TRUE@bxt_hello_set_label_LDADD = \
1181 @BUILD_DEMOS_TRUE@      libbuxton.la
1182
1183 @BUILD_DEMOS_TRUE@bxt_hello_create_group_SOURCES = \
1184 @BUILD_DEMOS_TRUE@      demo/hellocreategroup.c
1185
1186 @BUILD_DEMOS_TRUE@bxt_hello_create_group_CFLAGS = \
1187 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1188
1189 @BUILD_DEMOS_TRUE@bxt_hello_create_group_LDADD = \
1190 @BUILD_DEMOS_TRUE@      libbuxton.la
1191
1192 @BUILD_DEMOS_TRUE@bxt_hello_remove_group_SOURCES = \
1193 @BUILD_DEMOS_TRUE@      demo/helloremovegroup.c
1194
1195 @BUILD_DEMOS_TRUE@bxt_hello_remove_group_CFLAGS = \
1196 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1197
1198 @BUILD_DEMOS_TRUE@bxt_hello_remove_group_LDADD = \
1199 @BUILD_DEMOS_TRUE@      libbuxton.la
1200
1201 @BUILD_DEMOS_TRUE@bxt_hello_unset_SOURCES = \
1202 @BUILD_DEMOS_TRUE@      demo/hellounset.c
1203
1204 @BUILD_DEMOS_TRUE@bxt_hello_unset_CFLAGS = \
1205 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1206
1207 @BUILD_DEMOS_TRUE@bxt_hello_unset_LDADD = \
1208 @BUILD_DEMOS_TRUE@      libbuxton.la
1209
1210 @BUILD_DEMOS_TRUE@bxt_hello_notify_SOURCES = \
1211 @BUILD_DEMOS_TRUE@      demo/hellonotify.c
1212
1213 @BUILD_DEMOS_TRUE@bxt_hello_notify_CFLAGS = \
1214 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1215
1216 @BUILD_DEMOS_TRUE@bxt_hello_notify_LDADD = \
1217 @BUILD_DEMOS_TRUE@      libbuxton.la
1218
1219 @BUILD_DEMOS_TRUE@bxt_hello_notify_multi_SOURCES = \
1220 @BUILD_DEMOS_TRUE@      demo/notifytest.c
1221
1222 @BUILD_DEMOS_TRUE@bxt_hello_notify_multi_CFLAGS = \
1223 @BUILD_DEMOS_TRUE@      $(AM_CFLAGS)
1224
1225 @BUILD_DEMOS_TRUE@bxt_hello_notify_multi_LDADD = \
1226 @BUILD_DEMOS_TRUE@      libbuxton.la
1227
1228 # GTK3 client demo
1229 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@bxt_gtk_client_SOURCES = \
1230 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ demo/gtk_client.c \
1231 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ demo/gtk_client.h
1232
1233 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@bxt_gtk_client_LDADD = \
1234 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ $(GTK3_LIBS) \
1235 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ libbuxton.la \
1236 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ libbuxton-shared.la
1237
1238 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@bxt_gtk_client_CFLAGS = \
1239 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ $(GTK3_CFLAGS) \
1240 @BUILD_DEMOS_TRUE@@BUILD_GTK_DEMO_TRUE@ $(AM_CFLAGS)
1241
1242 all: config.h
1243         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1244
1245 .SUFFIXES:
1246 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1247 am--refresh: Makefile
1248         @:
1249 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1250         @for dep in $?; do \
1251           case '$(am__configure_deps)' in \
1252             *$$dep*) \
1253               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1254               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1255                 && exit 0; \
1256               exit 1;; \
1257           esac; \
1258         done; \
1259         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1260         $(am__cd) $(top_srcdir) && \
1261           $(AUTOMAKE) --foreign Makefile
1262 .PRECIOUS: Makefile
1263 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1264         @case '$?' in \
1265           *config.status*) \
1266             echo ' $(SHELL) ./config.status'; \
1267             $(SHELL) ./config.status;; \
1268           *) \
1269             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1270             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1271         esac;
1272
1273 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1274         $(SHELL) ./config.status --recheck
1275
1276 $(top_srcdir)/configure:  $(am__configure_deps)
1277         $(am__cd) $(srcdir) && $(AUTOCONF)
1278 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1279         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1280 $(am__aclocal_m4_deps):
1281
1282 config.h: stamp-h1
1283         @test -f $@ || rm -f stamp-h1
1284         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1285
1286 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1287         @rm -f stamp-h1
1288         cd $(top_builddir) && $(SHELL) ./config.status config.h
1289 $(srcdir)/config.h.in:  $(am__configure_deps) 
1290         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1291         rm -f stamp-h1
1292         touch $@
1293
1294 distclean-hdr:
1295         -rm -f config.h stamp-h1
1296 data/buxton.service: $(top_builddir)/config.status $(top_srcdir)/data/buxton.service.in
1297         cd $(top_builddir) && $(SHELL) ./config.status $@
1298 data/buxton.socket: $(top_builddir)/config.status $(top_srcdir)/data/buxton.socket.in
1299         cd $(top_builddir) && $(SHELL) ./config.status $@
1300 data/libbuxton.pc: $(top_builddir)/config.status $(top_srcdir)/data/libbuxton.pc.in
1301         cd $(top_builddir) && $(SHELL) ./config.status $@
1302 test/test-pass.ini: $(top_builddir)/config.status $(top_srcdir)/test/test-pass.ini.in
1303         cd $(top_builddir) && $(SHELL) ./config.status $@
1304 test/test-fail.ini: $(top_builddir)/config.status $(top_srcdir)/test/test-fail.ini.in
1305         cd $(top_builddir) && $(SHELL) ./config.status $@
1306 test/test.conf: $(top_builddir)/config.status $(top_srcdir)/test/test.conf.in
1307         cd $(top_builddir) && $(SHELL) ./config.status $@
1308
1309 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1310         @$(NORMAL_INSTALL)
1311         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1312         list2=; for p in $$list; do \
1313           if test -f $$p; then \
1314             list2="$$list2 $$p"; \
1315           else :; fi; \
1316         done; \
1317         test -z "$$list2" || { \
1318           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1319           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1320           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1321           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1322         }
1323
1324 uninstall-libLTLIBRARIES:
1325         @$(NORMAL_UNINSTALL)
1326         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1327         for p in $$list; do \
1328           $(am__strip_dir) \
1329           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1330           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1331         done
1332
1333 clean-libLTLIBRARIES:
1334         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1335         @list='$(lib_LTLIBRARIES)'; \
1336         locs=`for p in $$list; do echo $$p; done | \
1337               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1338               sort -u`; \
1339         test -z "$$locs" || { \
1340           echo rm -f $${locs}; \
1341           rm -f $${locs}; \
1342         }
1343
1344 clean-noinstLTLIBRARIES:
1345         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1346         @list='$(noinst_LTLIBRARIES)'; \
1347         locs=`for p in $$list; do echo $$p; done | \
1348               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1349               sort -u`; \
1350         test -z "$$locs" || { \
1351           echo rm -f $${locs}; \
1352           rm -f $${locs}; \
1353         }
1354
1355 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
1356         @$(NORMAL_INSTALL)
1357         @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
1358         list2=; for p in $$list; do \
1359           if test -f $$p; then \
1360             list2="$$list2 $$p"; \
1361           else :; fi; \
1362         done; \
1363         test -z "$$list2" || { \
1364           echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
1365           $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
1366           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
1367           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
1368         }
1369
1370 uninstall-pkglibLTLIBRARIES:
1371         @$(NORMAL_UNINSTALL)
1372         @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
1373         for p in $$list; do \
1374           $(am__strip_dir) \
1375           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
1376           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
1377         done
1378
1379 clean-pkglibLTLIBRARIES:
1380         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
1381         @list='$(pkglib_LTLIBRARIES)'; \
1382         locs=`for p in $$list; do echo $$p; done | \
1383               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1384               sort -u`; \
1385         test -z "$$locs" || { \
1386           echo rm -f $${locs}; \
1387           rm -f $${locs}; \
1388         }
1389 src/db/$(am__dirstamp):
1390         @$(MKDIR_P) src/db
1391         @: > src/db/$(am__dirstamp)
1392 src/db/$(DEPDIR)/$(am__dirstamp):
1393         @$(MKDIR_P) src/db/$(DEPDIR)
1394         @: > src/db/$(DEPDIR)/$(am__dirstamp)
1395 src/db/gdbm.lo: src/db/$(am__dirstamp) \
1396         src/db/$(DEPDIR)/$(am__dirstamp)
1397
1398 gdbm.la: $(gdbm_la_OBJECTS) $(gdbm_la_DEPENDENCIES) $(EXTRA_gdbm_la_DEPENDENCIES) 
1399         $(AM_V_CCLD)$(gdbm_la_LINK) -rpath $(pkglibdir) $(gdbm_la_OBJECTS) $(gdbm_la_LIBADD) $(LIBS)
1400 src/security/$(am__dirstamp):
1401         @$(MKDIR_P) src/security
1402         @: > src/security/$(am__dirstamp)
1403 src/security/$(DEPDIR)/$(am__dirstamp):
1404         @$(MKDIR_P) src/security/$(DEPDIR)
1405         @: > src/security/$(DEPDIR)/$(am__dirstamp)
1406 src/security/smack.lo: src/security/$(am__dirstamp) \
1407         src/security/$(DEPDIR)/$(am__dirstamp)
1408 src/shared/$(am__dirstamp):
1409         @$(MKDIR_P) src/shared
1410         @: > src/shared/$(am__dirstamp)
1411 src/shared/$(DEPDIR)/$(am__dirstamp):
1412         @$(MKDIR_P) src/shared/$(DEPDIR)
1413         @: > src/shared/$(DEPDIR)/$(am__dirstamp)
1414 src/shared/backend.lo: src/shared/$(am__dirstamp) \
1415         src/shared/$(DEPDIR)/$(am__dirstamp)
1416 src/shared/buxtonarray.lo: src/shared/$(am__dirstamp) \
1417         src/shared/$(DEPDIR)/$(am__dirstamp)
1418 src/shared/buxtonlist.lo: src/shared/$(am__dirstamp) \
1419         src/shared/$(DEPDIR)/$(am__dirstamp)
1420 src/shared/configurator.lo: src/shared/$(am__dirstamp) \
1421         src/shared/$(DEPDIR)/$(am__dirstamp)
1422 src/shared/direct.lo: src/shared/$(am__dirstamp) \
1423         src/shared/$(DEPDIR)/$(am__dirstamp)
1424 src/shared/hashmap.lo: src/shared/$(am__dirstamp) \
1425         src/shared/$(DEPDIR)/$(am__dirstamp)
1426 src/shared/log.lo: src/shared/$(am__dirstamp) \
1427         src/shared/$(DEPDIR)/$(am__dirstamp)
1428 src/shared/protocol.lo: src/shared/$(am__dirstamp) \
1429         src/shared/$(DEPDIR)/$(am__dirstamp)
1430 src/shared/serialize.lo: src/shared/$(am__dirstamp) \
1431         src/shared/$(DEPDIR)/$(am__dirstamp)
1432 src/shared/util.lo: src/shared/$(am__dirstamp) \
1433         src/shared/$(DEPDIR)/$(am__dirstamp)
1434 src/shared/dictionary.lo: src/shared/$(am__dirstamp) \
1435         src/shared/$(DEPDIR)/$(am__dirstamp)
1436 src/shared/iniparser.lo: src/shared/$(am__dirstamp) \
1437         src/shared/$(DEPDIR)/$(am__dirstamp)
1438
1439 libbuxton-shared.la: $(libbuxton_shared_la_OBJECTS) $(libbuxton_shared_la_DEPENDENCIES) $(EXTRA_libbuxton_shared_la_DEPENDENCIES) 
1440         $(AM_V_CCLD)$(libbuxton_shared_la_LINK)  $(libbuxton_shared_la_OBJECTS) $(libbuxton_shared_la_LIBADD) $(LIBS)
1441 src/libbuxton/$(am__dirstamp):
1442         @$(MKDIR_P) src/libbuxton
1443         @: > src/libbuxton/$(am__dirstamp)
1444 src/libbuxton/$(DEPDIR)/$(am__dirstamp):
1445         @$(MKDIR_P) src/libbuxton/$(DEPDIR)
1446         @: > src/libbuxton/$(DEPDIR)/$(am__dirstamp)
1447 src/libbuxton/libbuxton_la-lbuxton.lo: src/libbuxton/$(am__dirstamp) \
1448         src/libbuxton/$(DEPDIR)/$(am__dirstamp)
1449
1450 libbuxton.la: $(libbuxton_la_OBJECTS) $(libbuxton_la_DEPENDENCIES) $(EXTRA_libbuxton_la_DEPENDENCIES) 
1451         $(AM_V_CCLD)$(libbuxton_la_LINK) -rpath $(libdir) $(libbuxton_la_OBJECTS) $(libbuxton_la_LIBADD) $(LIBS)
1452 src/db/memory.lo: src/db/$(am__dirstamp) \
1453         src/db/$(DEPDIR)/$(am__dirstamp)
1454
1455 memory.la: $(memory_la_OBJECTS) $(memory_la_DEPENDENCIES) $(EXTRA_memory_la_DEPENDENCIES) 
1456         $(AM_V_CCLD)$(memory_la_LINK) -rpath $(pkglibdir) $(memory_la_OBJECTS) $(memory_la_LIBADD) $(LIBS)
1457 install-binPROGRAMS: $(bin_PROGRAMS)
1458         @$(NORMAL_INSTALL)
1459         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1460         if test -n "$$list"; then \
1461           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1462           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1463         fi; \
1464         for p in $$list; do echo "$$p $$p"; done | \
1465         sed 's/$(EXEEXT)$$//' | \
1466         while read p p1; do if test -f $$p \
1467          || test -f $$p1 \
1468           ; then echo "$$p"; echo "$$p"; else :; fi; \
1469         done | \
1470         sed -e 'p;s,.*/,,;n;h' \
1471             -e 's|.*|.|' \
1472             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1473         sed 'N;N;N;s,\n, ,g' | \
1474         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1475           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1476             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1477             else { print "f", $$3 "/" $$4, $$1; } } \
1478           END { for (d in files) print "f", d, files[d] }' | \
1479         while read type dir files; do \
1480             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1481             test -z "$$files" || { \
1482             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1483             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1484             } \
1485         ; done
1486
1487 uninstall-binPROGRAMS:
1488         @$(NORMAL_UNINSTALL)
1489         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1490         files=`for p in $$list; do echo "$$p"; done | \
1491           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1492               -e 's/$$/$(EXEEXT)/' \
1493         `; \
1494         test -n "$$list" || exit 0; \
1495         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1496         cd "$(DESTDIR)$(bindir)" && rm -f $$files
1497
1498 clean-binPROGRAMS:
1499         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1500         echo " rm -f" $$list; \
1501         rm -f $$list || exit $$?; \
1502         test -n "$(EXEEXT)" || exit 0; \
1503         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1504         echo " rm -f" $$list; \
1505         rm -f $$list
1506
1507 clean-checkPROGRAMS:
1508         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1509         echo " rm -f" $$list; \
1510         rm -f $$list || exit $$?; \
1511         test -n "$(EXEEXT)" || exit 0; \
1512         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1513         echo " rm -f" $$list; \
1514         rm -f $$list
1515 install-sbinPROGRAMS: $(sbin_PROGRAMS)
1516         @$(NORMAL_INSTALL)
1517         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1518         if test -n "$$list"; then \
1519           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
1520           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
1521         fi; \
1522         for p in $$list; do echo "$$p $$p"; done | \
1523         sed 's/$(EXEEXT)$$//' | \
1524         while read p p1; do if test -f $$p \
1525          || test -f $$p1 \
1526           ; then echo "$$p"; echo "$$p"; else :; fi; \
1527         done | \
1528         sed -e 'p;s,.*/,,;n;h' \
1529             -e 's|.*|.|' \
1530             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1531         sed 'N;N;N;s,\n, ,g' | \
1532         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1533           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1534             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1535             else { print "f", $$3 "/" $$4, $$1; } } \
1536           END { for (d in files) print "f", d, files[d] }' | \
1537         while read type dir files; do \
1538             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1539             test -z "$$files" || { \
1540             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
1541             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
1542             } \
1543         ; done
1544
1545 uninstall-sbinPROGRAMS:
1546         @$(NORMAL_UNINSTALL)
1547         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1548         files=`for p in $$list; do echo "$$p"; done | \
1549           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1550               -e 's/$$/$(EXEEXT)/' \
1551         `; \
1552         test -n "$$list" || exit 0; \
1553         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
1554         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1555
1556 clean-sbinPROGRAMS:
1557         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
1558         echo " rm -f" $$list; \
1559         rm -f $$list || exit $$?; \
1560         test -n "$(EXEEXT)" || exit 0; \
1561         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1562         echo " rm -f" $$list; \
1563         rm -f $$list
1564 src/cli/$(am__dirstamp):
1565         @$(MKDIR_P) src/cli
1566         @: > src/cli/$(am__dirstamp)
1567 src/cli/$(DEPDIR)/$(am__dirstamp):
1568         @$(MKDIR_P) src/cli/$(DEPDIR)
1569         @: > src/cli/$(DEPDIR)/$(am__dirstamp)
1570 src/cli/buxtonctl-main.$(OBJEXT): src/cli/$(am__dirstamp) \
1571         src/cli/$(DEPDIR)/$(am__dirstamp)
1572 src/cli/buxtonctl-client.$(OBJEXT): src/cli/$(am__dirstamp) \
1573         src/cli/$(DEPDIR)/$(am__dirstamp)
1574
1575 buxtonctl$(EXEEXT): $(buxtonctl_OBJECTS) $(buxtonctl_DEPENDENCIES) $(EXTRA_buxtonctl_DEPENDENCIES) 
1576         @rm -f buxtonctl$(EXEEXT)
1577         $(AM_V_CCLD)$(buxtonctl_LINK) $(buxtonctl_OBJECTS) $(buxtonctl_LDADD) $(LIBS)
1578 src/core/$(am__dirstamp):
1579         @$(MKDIR_P) src/core
1580         @: > src/core/$(am__dirstamp)
1581 src/core/$(DEPDIR)/$(am__dirstamp):
1582         @$(MKDIR_P) src/core/$(DEPDIR)
1583         @: > src/core/$(DEPDIR)/$(am__dirstamp)
1584 src/core/buxtond-daemon.$(OBJEXT): src/core/$(am__dirstamp) \
1585         src/core/$(DEPDIR)/$(am__dirstamp)
1586 src/core/buxtond-main.$(OBJEXT): src/core/$(am__dirstamp) \
1587         src/core/$(DEPDIR)/$(am__dirstamp)
1588
1589 buxtond$(EXEEXT): $(buxtond_OBJECTS) $(buxtond_DEPENDENCIES) $(EXTRA_buxtond_DEPENDENCIES) 
1590         @rm -f buxtond$(EXEEXT)
1591         $(AM_V_CCLD)$(buxtond_LINK) $(buxtond_OBJECTS) $(buxtond_LDADD) $(LIBS)
1592 demo/$(am__dirstamp):
1593         @$(MKDIR_P) demo
1594         @: > demo/$(am__dirstamp)
1595 demo/$(DEPDIR)/$(am__dirstamp):
1596         @$(MKDIR_P) demo/$(DEPDIR)
1597         @: > demo/$(DEPDIR)/$(am__dirstamp)
1598 demo/bxt_gtk_client-gtk_client.$(OBJEXT): demo/$(am__dirstamp) \
1599         demo/$(DEPDIR)/$(am__dirstamp)
1600
1601 bxt_gtk_client$(EXEEXT): $(bxt_gtk_client_OBJECTS) $(bxt_gtk_client_DEPENDENCIES) $(EXTRA_bxt_gtk_client_DEPENDENCIES) 
1602         @rm -f bxt_gtk_client$(EXEEXT)
1603         $(AM_V_CCLD)$(bxt_gtk_client_LINK) $(bxt_gtk_client_OBJECTS) $(bxt_gtk_client_LDADD) $(LIBS)
1604 demo/bxt_hello_create_group-hellocreategroup.$(OBJEXT):  \
1605         demo/$(am__dirstamp) demo/$(DEPDIR)/$(am__dirstamp)
1606
1607 bxt_hello_create_group$(EXEEXT): $(bxt_hello_create_group_OBJECTS) $(bxt_hello_create_group_DEPENDENCIES) $(EXTRA_bxt_hello_create_group_DEPENDENCIES) 
1608         @rm -f bxt_hello_create_group$(EXEEXT)
1609         $(AM_V_CCLD)$(bxt_hello_create_group_LINK) $(bxt_hello_create_group_OBJECTS) $(bxt_hello_create_group_LDADD) $(LIBS)
1610 demo/bxt_hello_get-helloget.$(OBJEXT): demo/$(am__dirstamp) \
1611         demo/$(DEPDIR)/$(am__dirstamp)
1612
1613 bxt_hello_get$(EXEEXT): $(bxt_hello_get_OBJECTS) $(bxt_hello_get_DEPENDENCIES) $(EXTRA_bxt_hello_get_DEPENDENCIES) 
1614         @rm -f bxt_hello_get$(EXEEXT)
1615         $(AM_V_CCLD)$(bxt_hello_get_LINK) $(bxt_hello_get_OBJECTS) $(bxt_hello_get_LDADD) $(LIBS)
1616 demo/bxt_hello_notify-hellonotify.$(OBJEXT): demo/$(am__dirstamp) \
1617         demo/$(DEPDIR)/$(am__dirstamp)
1618
1619 bxt_hello_notify$(EXEEXT): $(bxt_hello_notify_OBJECTS) $(bxt_hello_notify_DEPENDENCIES) $(EXTRA_bxt_hello_notify_DEPENDENCIES) 
1620         @rm -f bxt_hello_notify$(EXEEXT)
1621         $(AM_V_CCLD)$(bxt_hello_notify_LINK) $(bxt_hello_notify_OBJECTS) $(bxt_hello_notify_LDADD) $(LIBS)
1622 demo/bxt_hello_notify_multi-notifytest.$(OBJEXT):  \
1623         demo/$(am__dirstamp) demo/$(DEPDIR)/$(am__dirstamp)
1624
1625 bxt_hello_notify_multi$(EXEEXT): $(bxt_hello_notify_multi_OBJECTS) $(bxt_hello_notify_multi_DEPENDENCIES) $(EXTRA_bxt_hello_notify_multi_DEPENDENCIES) 
1626         @rm -f bxt_hello_notify_multi$(EXEEXT)
1627         $(AM_V_CCLD)$(bxt_hello_notify_multi_LINK) $(bxt_hello_notify_multi_OBJECTS) $(bxt_hello_notify_multi_LDADD) $(LIBS)
1628 demo/bxt_hello_remove_group-helloremovegroup.$(OBJEXT):  \
1629         demo/$(am__dirstamp) demo/$(DEPDIR)/$(am__dirstamp)
1630
1631 bxt_hello_remove_group$(EXEEXT): $(bxt_hello_remove_group_OBJECTS) $(bxt_hello_remove_group_DEPENDENCIES) $(EXTRA_bxt_hello_remove_group_DEPENDENCIES) 
1632         @rm -f bxt_hello_remove_group$(EXEEXT)
1633         $(AM_V_CCLD)$(bxt_hello_remove_group_LINK) $(bxt_hello_remove_group_OBJECTS) $(bxt_hello_remove_group_LDADD) $(LIBS)
1634 demo/bxt_hello_set-helloset.$(OBJEXT): demo/$(am__dirstamp) \
1635         demo/$(DEPDIR)/$(am__dirstamp)
1636
1637 bxt_hello_set$(EXEEXT): $(bxt_hello_set_OBJECTS) $(bxt_hello_set_DEPENDENCIES) $(EXTRA_bxt_hello_set_DEPENDENCIES) 
1638         @rm -f bxt_hello_set$(EXEEXT)
1639         $(AM_V_CCLD)$(bxt_hello_set_LINK) $(bxt_hello_set_OBJECTS) $(bxt_hello_set_LDADD) $(LIBS)
1640 demo/bxt_hello_set_label-hellosetlabel.$(OBJEXT):  \
1641         demo/$(am__dirstamp) demo/$(DEPDIR)/$(am__dirstamp)
1642
1643 bxt_hello_set_label$(EXEEXT): $(bxt_hello_set_label_OBJECTS) $(bxt_hello_set_label_DEPENDENCIES) $(EXTRA_bxt_hello_set_label_DEPENDENCIES) 
1644         @rm -f bxt_hello_set_label$(EXEEXT)
1645         $(AM_V_CCLD)$(bxt_hello_set_label_LINK) $(bxt_hello_set_label_OBJECTS) $(bxt_hello_set_label_LDADD) $(LIBS)
1646 demo/bxt_hello_unset-hellounset.$(OBJEXT): demo/$(am__dirstamp) \
1647         demo/$(DEPDIR)/$(am__dirstamp)
1648
1649 bxt_hello_unset$(EXEEXT): $(bxt_hello_unset_OBJECTS) $(bxt_hello_unset_DEPENDENCIES) $(EXTRA_bxt_hello_unset_DEPENDENCIES) 
1650         @rm -f bxt_hello_unset$(EXEEXT)
1651         $(AM_V_CCLD)$(bxt_hello_unset_LINK) $(bxt_hello_unset_OBJECTS) $(bxt_hello_unset_LDADD) $(LIBS)
1652 demo/timing.$(OBJEXT): demo/$(am__dirstamp) \
1653         demo/$(DEPDIR)/$(am__dirstamp)
1654
1655 bxt_timing$(EXEEXT): $(bxt_timing_OBJECTS) $(bxt_timing_DEPENDENCIES) $(EXTRA_bxt_timing_DEPENDENCIES) 
1656         @rm -f bxt_timing$(EXEEXT)
1657         $(AM_V_CCLD)$(LINK) $(bxt_timing_OBJECTS) $(bxt_timing_LDADD) $(LIBS)
1658 test/$(am__dirstamp):
1659         @$(MKDIR_P) test
1660         @: > test/$(am__dirstamp)
1661 test/$(DEPDIR)/$(am__dirstamp):
1662         @$(MKDIR_P) test/$(DEPDIR)
1663         @: > test/$(DEPDIR)/$(am__dirstamp)
1664 test/check_buxton-check_utils.$(OBJEXT): test/$(am__dirstamp) \
1665         test/$(DEPDIR)/$(am__dirstamp)
1666 test/check_buxton-check_buxton.$(OBJEXT): test/$(am__dirstamp) \
1667         test/$(DEPDIR)/$(am__dirstamp)
1668
1669 check_buxton$(EXEEXT): $(check_buxton_OBJECTS) $(check_buxton_DEPENDENCIES) $(EXTRA_check_buxton_DEPENDENCIES) 
1670         @rm -f check_buxton$(EXEEXT)
1671         $(AM_V_CCLD)$(check_buxton_LINK) $(check_buxton_OBJECTS) $(check_buxton_LDADD) $(LIBS)
1672 test/check_buxtond-check_utils.$(OBJEXT): test/$(am__dirstamp) \
1673         test/$(DEPDIR)/$(am__dirstamp)
1674 src/core/check_buxtond-daemon.$(OBJEXT): src/core/$(am__dirstamp) \
1675         src/core/$(DEPDIR)/$(am__dirstamp)
1676 src/core/check_buxtond-main.$(OBJEXT): src/core/$(am__dirstamp) \
1677         src/core/$(DEPDIR)/$(am__dirstamp)
1678
1679 check_buxtond$(EXEEXT): $(check_buxtond_OBJECTS) $(check_buxtond_DEPENDENCIES) $(EXTRA_check_buxtond_DEPENDENCIES) 
1680         @rm -f check_buxtond$(EXEEXT)
1681         $(AM_V_CCLD)$(check_buxtond_LINK) $(check_buxtond_OBJECTS) $(check_buxtond_LDADD) $(LIBS)
1682 src/shared/check_configurator-configurator.$(OBJEXT):  \
1683         src/shared/$(am__dirstamp) \
1684         src/shared/$(DEPDIR)/$(am__dirstamp)
1685 test/check_configurator-check_configurator.$(OBJEXT):  \
1686         test/$(am__dirstamp) test/$(DEPDIR)/$(am__dirstamp)
1687
1688 check_configurator$(EXEEXT): $(check_configurator_OBJECTS) $(check_configurator_DEPENDENCIES) $(EXTRA_check_configurator_DEPENDENCIES) 
1689         @rm -f check_configurator$(EXEEXT)
1690         $(AM_V_CCLD)$(check_configurator_LINK) $(check_configurator_OBJECTS) $(check_configurator_LDADD) $(LIBS)
1691 test/check_daemon-check_utils.$(OBJEXT): test/$(am__dirstamp) \
1692         test/$(DEPDIR)/$(am__dirstamp)
1693 src/core/check_daemon-daemon.$(OBJEXT): src/core/$(am__dirstamp) \
1694         src/core/$(DEPDIR)/$(am__dirstamp)
1695 test/check_daemon-check_daemon.$(OBJEXT): test/$(am__dirstamp) \
1696         test/$(DEPDIR)/$(am__dirstamp)
1697
1698 check_daemon$(EXEEXT): $(check_daemon_OBJECTS) $(check_daemon_DEPENDENCIES) $(EXTRA_check_daemon_DEPENDENCIES) 
1699         @rm -f check_daemon$(EXEEXT)
1700         $(AM_V_CCLD)$(check_daemon_LINK) $(check_daemon_OBJECTS) $(check_daemon_LDADD) $(LIBS)
1701 test/check_shared_lib-check_utils.$(OBJEXT): test/$(am__dirstamp) \
1702         test/$(DEPDIR)/$(am__dirstamp)
1703 test/check_shared_lib-check_shared_lib.$(OBJEXT):  \
1704         test/$(am__dirstamp) test/$(DEPDIR)/$(am__dirstamp)
1705
1706 check_shared_lib$(EXEEXT): $(check_shared_lib_OBJECTS) $(check_shared_lib_DEPENDENCIES) $(EXTRA_check_shared_lib_DEPENDENCIES) 
1707         @rm -f check_shared_lib$(EXEEXT)
1708         $(AM_V_CCLD)$(check_shared_lib_LINK) $(check_shared_lib_OBJECTS) $(check_shared_lib_LDADD) $(LIBS)
1709 test/check_smack-check_utils.$(OBJEXT): test/$(am__dirstamp) \
1710         test/$(DEPDIR)/$(am__dirstamp)
1711 test/check_smack-check_smack.$(OBJEXT): test/$(am__dirstamp) \
1712         test/$(DEPDIR)/$(am__dirstamp)
1713
1714 check_smack$(EXEEXT): $(check_smack_OBJECTS) $(check_smack_DEPENDENCIES) $(EXTRA_check_smack_DEPENDENCIES) 
1715         @rm -f check_smack$(EXEEXT)
1716         $(AM_V_CCLD)$(check_smack_LINK) $(check_smack_OBJECTS) $(check_smack_LDADD) $(LIBS)
1717
1718 mostlyclean-compile:
1719         -rm -f *.$(OBJEXT)
1720         -rm -f demo/*.$(OBJEXT)
1721         -rm -f src/cli/*.$(OBJEXT)
1722         -rm -f src/core/*.$(OBJEXT)
1723         -rm -f src/db/*.$(OBJEXT)
1724         -rm -f src/db/*.lo
1725         -rm -f src/libbuxton/*.$(OBJEXT)
1726         -rm -f src/libbuxton/*.lo
1727         -rm -f src/security/*.$(OBJEXT)
1728         -rm -f src/security/*.lo
1729         -rm -f src/shared/*.$(OBJEXT)
1730         -rm -f src/shared/*.lo
1731         -rm -f test/*.$(OBJEXT)
1732
1733 distclean-compile:
1734         -rm -f *.tab.c
1735
1736 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Po@am__quote@
1737 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Po@am__quote@
1738 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_get-helloget.Po@am__quote@
1739 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Po@am__quote@
1740 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Po@am__quote@
1741 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Po@am__quote@
1742 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_set-helloset.Po@am__quote@
1743 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Po@am__quote@
1744 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/bxt_hello_unset-hellounset.Po@am__quote@
1745 @AMDEP_TRUE@@am__include@ @am__quote@demo/$(DEPDIR)/timing.Po@am__quote@
1746 @AMDEP_TRUE@@am__include@ @am__quote@src/cli/$(DEPDIR)/buxtonctl-client.Po@am__quote@
1747 @AMDEP_TRUE@@am__include@ @am__quote@src/cli/$(DEPDIR)/buxtonctl-main.Po@am__quote@
1748 @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/buxtond-daemon.Po@am__quote@
1749 @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/buxtond-main.Po@am__quote@
1750 @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/check_buxtond-daemon.Po@am__quote@
1751 @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/check_buxtond-main.Po@am__quote@
1752 @AMDEP_TRUE@@am__include@ @am__quote@src/core/$(DEPDIR)/check_daemon-daemon.Po@am__quote@
1753 @AMDEP_TRUE@@am__include@ @am__quote@src/db/$(DEPDIR)/gdbm.Plo@am__quote@
1754 @AMDEP_TRUE@@am__include@ @am__quote@src/db/$(DEPDIR)/memory.Plo@am__quote@
1755 @AMDEP_TRUE@@am__include@ @am__quote@src/libbuxton/$(DEPDIR)/libbuxton_la-lbuxton.Plo@am__quote@
1756 @AMDEP_TRUE@@am__include@ @am__quote@src/security/$(DEPDIR)/smack.Plo@am__quote@
1757 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/backend.Plo@am__quote@
1758 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/buxtonarray.Plo@am__quote@
1759 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/buxtonlist.Plo@am__quote@
1760 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/check_configurator-configurator.Po@am__quote@
1761 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/configurator.Plo@am__quote@
1762 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/dictionary.Plo@am__quote@
1763 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/direct.Plo@am__quote@
1764 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/hashmap.Plo@am__quote@
1765 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/iniparser.Plo@am__quote@
1766 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/log.Plo@am__quote@
1767 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/protocol.Plo@am__quote@
1768 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/serialize.Plo@am__quote@
1769 @AMDEP_TRUE@@am__include@ @am__quote@src/shared/$(DEPDIR)/util.Plo@am__quote@
1770 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_buxton-check_buxton.Po@am__quote@
1771 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_buxton-check_utils.Po@am__quote@
1772 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_buxtond-check_utils.Po@am__quote@
1773 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_configurator-check_configurator.Po@am__quote@
1774 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_daemon-check_daemon.Po@am__quote@
1775 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_daemon-check_utils.Po@am__quote@
1776 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_shared_lib-check_shared_lib.Po@am__quote@
1777 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_shared_lib-check_utils.Po@am__quote@
1778 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_smack-check_smack.Po@am__quote@
1779 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/check_smack-check_utils.Po@am__quote@
1780
1781 .c.o:
1782 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1783 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1784 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1785 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1787 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1788
1789 .c.obj:
1790 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1791 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1792 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1793 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1794 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1795 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1796
1797 .c.lo:
1798 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1799 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1800 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
1801 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1802 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1803 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1804
1805 src/libbuxton/libbuxton_la-lbuxton.lo: src/libbuxton/lbuxton.c
1806 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbuxton_la_CFLAGS) $(CFLAGS) -MT src/libbuxton/libbuxton_la-lbuxton.lo -MD -MP -MF src/libbuxton/$(DEPDIR)/libbuxton_la-lbuxton.Tpo -c -o src/libbuxton/libbuxton_la-lbuxton.lo `test -f 'src/libbuxton/lbuxton.c' || echo '$(srcdir)/'`src/libbuxton/lbuxton.c
1807 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/libbuxton/$(DEPDIR)/libbuxton_la-lbuxton.Tpo src/libbuxton/$(DEPDIR)/libbuxton_la-lbuxton.Plo
1808 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/libbuxton/lbuxton.c' object='src/libbuxton/libbuxton_la-lbuxton.lo' libtool=yes @AMDEPBACKSLASH@
1809 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1810 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbuxton_la_CFLAGS) $(CFLAGS) -c -o src/libbuxton/libbuxton_la-lbuxton.lo `test -f 'src/libbuxton/lbuxton.c' || echo '$(srcdir)/'`src/libbuxton/lbuxton.c
1811
1812 src/cli/buxtonctl-main.o: src/cli/main.c
1813 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -MT src/cli/buxtonctl-main.o -MD -MP -MF src/cli/$(DEPDIR)/buxtonctl-main.Tpo -c -o src/cli/buxtonctl-main.o `test -f 'src/cli/main.c' || echo '$(srcdir)/'`src/cli/main.c
1814 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/cli/$(DEPDIR)/buxtonctl-main.Tpo src/cli/$(DEPDIR)/buxtonctl-main.Po
1815 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/cli/main.c' object='src/cli/buxtonctl-main.o' libtool=no @AMDEPBACKSLASH@
1816 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1817 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -c -o src/cli/buxtonctl-main.o `test -f 'src/cli/main.c' || echo '$(srcdir)/'`src/cli/main.c
1818
1819 src/cli/buxtonctl-main.obj: src/cli/main.c
1820 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -MT src/cli/buxtonctl-main.obj -MD -MP -MF src/cli/$(DEPDIR)/buxtonctl-main.Tpo -c -o src/cli/buxtonctl-main.obj `if test -f 'src/cli/main.c'; then $(CYGPATH_W) 'src/cli/main.c'; else $(CYGPATH_W) '$(srcdir)/src/cli/main.c'; fi`
1821 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/cli/$(DEPDIR)/buxtonctl-main.Tpo src/cli/$(DEPDIR)/buxtonctl-main.Po
1822 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/cli/main.c' object='src/cli/buxtonctl-main.obj' libtool=no @AMDEPBACKSLASH@
1823 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1824 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -c -o src/cli/buxtonctl-main.obj `if test -f 'src/cli/main.c'; then $(CYGPATH_W) 'src/cli/main.c'; else $(CYGPATH_W) '$(srcdir)/src/cli/main.c'; fi`
1825
1826 src/cli/buxtonctl-client.o: src/cli/client.c
1827 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -MT src/cli/buxtonctl-client.o -MD -MP -MF src/cli/$(DEPDIR)/buxtonctl-client.Tpo -c -o src/cli/buxtonctl-client.o `test -f 'src/cli/client.c' || echo '$(srcdir)/'`src/cli/client.c
1828 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/cli/$(DEPDIR)/buxtonctl-client.Tpo src/cli/$(DEPDIR)/buxtonctl-client.Po
1829 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/cli/client.c' object='src/cli/buxtonctl-client.o' libtool=no @AMDEPBACKSLASH@
1830 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1831 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -c -o src/cli/buxtonctl-client.o `test -f 'src/cli/client.c' || echo '$(srcdir)/'`src/cli/client.c
1832
1833 src/cli/buxtonctl-client.obj: src/cli/client.c
1834 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -MT src/cli/buxtonctl-client.obj -MD -MP -MF src/cli/$(DEPDIR)/buxtonctl-client.Tpo -c -o src/cli/buxtonctl-client.obj `if test -f 'src/cli/client.c'; then $(CYGPATH_W) 'src/cli/client.c'; else $(CYGPATH_W) '$(srcdir)/src/cli/client.c'; fi`
1835 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/cli/$(DEPDIR)/buxtonctl-client.Tpo src/cli/$(DEPDIR)/buxtonctl-client.Po
1836 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/cli/client.c' object='src/cli/buxtonctl-client.obj' libtool=no @AMDEPBACKSLASH@
1837 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1838 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtonctl_CFLAGS) $(CFLAGS) -c -o src/cli/buxtonctl-client.obj `if test -f 'src/cli/client.c'; then $(CYGPATH_W) 'src/cli/client.c'; else $(CYGPATH_W) '$(srcdir)/src/cli/client.c'; fi`
1839
1840 src/core/buxtond-daemon.o: src/core/daemon.c
1841 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -MT src/core/buxtond-daemon.o -MD -MP -MF src/core/$(DEPDIR)/buxtond-daemon.Tpo -c -o src/core/buxtond-daemon.o `test -f 'src/core/daemon.c' || echo '$(srcdir)/'`src/core/daemon.c
1842 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/buxtond-daemon.Tpo src/core/$(DEPDIR)/buxtond-daemon.Po
1843 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/daemon.c' object='src/core/buxtond-daemon.o' libtool=no @AMDEPBACKSLASH@
1844 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1845 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -c -o src/core/buxtond-daemon.o `test -f 'src/core/daemon.c' || echo '$(srcdir)/'`src/core/daemon.c
1846
1847 src/core/buxtond-daemon.obj: src/core/daemon.c
1848 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -MT src/core/buxtond-daemon.obj -MD -MP -MF src/core/$(DEPDIR)/buxtond-daemon.Tpo -c -o src/core/buxtond-daemon.obj `if test -f 'src/core/daemon.c'; then $(CYGPATH_W) 'src/core/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/core/daemon.c'; fi`
1849 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/buxtond-daemon.Tpo src/core/$(DEPDIR)/buxtond-daemon.Po
1850 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/daemon.c' object='src/core/buxtond-daemon.obj' libtool=no @AMDEPBACKSLASH@
1851 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1852 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -c -o src/core/buxtond-daemon.obj `if test -f 'src/core/daemon.c'; then $(CYGPATH_W) 'src/core/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/core/daemon.c'; fi`
1853
1854 src/core/buxtond-main.o: src/core/main.c
1855 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -MT src/core/buxtond-main.o -MD -MP -MF src/core/$(DEPDIR)/buxtond-main.Tpo -c -o src/core/buxtond-main.o `test -f 'src/core/main.c' || echo '$(srcdir)/'`src/core/main.c
1856 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/buxtond-main.Tpo src/core/$(DEPDIR)/buxtond-main.Po
1857 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/main.c' object='src/core/buxtond-main.o' libtool=no @AMDEPBACKSLASH@
1858 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1859 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -c -o src/core/buxtond-main.o `test -f 'src/core/main.c' || echo '$(srcdir)/'`src/core/main.c
1860
1861 src/core/buxtond-main.obj: src/core/main.c
1862 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -MT src/core/buxtond-main.obj -MD -MP -MF src/core/$(DEPDIR)/buxtond-main.Tpo -c -o src/core/buxtond-main.obj `if test -f 'src/core/main.c'; then $(CYGPATH_W) 'src/core/main.c'; else $(CYGPATH_W) '$(srcdir)/src/core/main.c'; fi`
1863 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/buxtond-main.Tpo src/core/$(DEPDIR)/buxtond-main.Po
1864 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/main.c' object='src/core/buxtond-main.obj' libtool=no @AMDEPBACKSLASH@
1865 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1866 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buxtond_CFLAGS) $(CFLAGS) -c -o src/core/buxtond-main.obj `if test -f 'src/core/main.c'; then $(CYGPATH_W) 'src/core/main.c'; else $(CYGPATH_W) '$(srcdir)/src/core/main.c'; fi`
1867
1868 demo/bxt_gtk_client-gtk_client.o: demo/gtk_client.c
1869 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_gtk_client_CFLAGS) $(CFLAGS) -MT demo/bxt_gtk_client-gtk_client.o -MD -MP -MF demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Tpo -c -o demo/bxt_gtk_client-gtk_client.o `test -f 'demo/gtk_client.c' || echo '$(srcdir)/'`demo/gtk_client.c
1870 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Tpo demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Po
1871 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/gtk_client.c' object='demo/bxt_gtk_client-gtk_client.o' libtool=no @AMDEPBACKSLASH@
1872 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1873 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_gtk_client_CFLAGS) $(CFLAGS) -c -o demo/bxt_gtk_client-gtk_client.o `test -f 'demo/gtk_client.c' || echo '$(srcdir)/'`demo/gtk_client.c
1874
1875 demo/bxt_gtk_client-gtk_client.obj: demo/gtk_client.c
1876 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_gtk_client_CFLAGS) $(CFLAGS) -MT demo/bxt_gtk_client-gtk_client.obj -MD -MP -MF demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Tpo -c -o demo/bxt_gtk_client-gtk_client.obj `if test -f 'demo/gtk_client.c'; then $(CYGPATH_W) 'demo/gtk_client.c'; else $(CYGPATH_W) '$(srcdir)/demo/gtk_client.c'; fi`
1877 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Tpo demo/$(DEPDIR)/bxt_gtk_client-gtk_client.Po
1878 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/gtk_client.c' object='demo/bxt_gtk_client-gtk_client.obj' libtool=no @AMDEPBACKSLASH@
1879 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1880 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_gtk_client_CFLAGS) $(CFLAGS) -c -o demo/bxt_gtk_client-gtk_client.obj `if test -f 'demo/gtk_client.c'; then $(CYGPATH_W) 'demo/gtk_client.c'; else $(CYGPATH_W) '$(srcdir)/demo/gtk_client.c'; fi`
1881
1882 demo/bxt_hello_create_group-hellocreategroup.o: demo/hellocreategroup.c
1883 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_create_group_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_create_group-hellocreategroup.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Tpo -c -o demo/bxt_hello_create_group-hellocreategroup.o `test -f 'demo/hellocreategroup.c' || echo '$(srcdir)/'`demo/hellocreategroup.c
1884 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Tpo demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Po
1885 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellocreategroup.c' object='demo/bxt_hello_create_group-hellocreategroup.o' libtool=no @AMDEPBACKSLASH@
1886 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1887 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_create_group_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_create_group-hellocreategroup.o `test -f 'demo/hellocreategroup.c' || echo '$(srcdir)/'`demo/hellocreategroup.c
1888
1889 demo/bxt_hello_create_group-hellocreategroup.obj: demo/hellocreategroup.c
1890 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_create_group_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_create_group-hellocreategroup.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Tpo -c -o demo/bxt_hello_create_group-hellocreategroup.obj `if test -f 'demo/hellocreategroup.c'; then $(CYGPATH_W) 'demo/hellocreategroup.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellocreategroup.c'; fi`
1891 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Tpo demo/$(DEPDIR)/bxt_hello_create_group-hellocreategroup.Po
1892 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellocreategroup.c' object='demo/bxt_hello_create_group-hellocreategroup.obj' libtool=no @AMDEPBACKSLASH@
1893 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1894 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_create_group_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_create_group-hellocreategroup.obj `if test -f 'demo/hellocreategroup.c'; then $(CYGPATH_W) 'demo/hellocreategroup.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellocreategroup.c'; fi`
1895
1896 demo/bxt_hello_get-helloget.o: demo/helloget.c
1897 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_get_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_get-helloget.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_get-helloget.Tpo -c -o demo/bxt_hello_get-helloget.o `test -f 'demo/helloget.c' || echo '$(srcdir)/'`demo/helloget.c
1898 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_get-helloget.Tpo demo/$(DEPDIR)/bxt_hello_get-helloget.Po
1899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/helloget.c' object='demo/bxt_hello_get-helloget.o' libtool=no @AMDEPBACKSLASH@
1900 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1901 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_get_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_get-helloget.o `test -f 'demo/helloget.c' || echo '$(srcdir)/'`demo/helloget.c
1902
1903 demo/bxt_hello_get-helloget.obj: demo/helloget.c
1904 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_get_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_get-helloget.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_get-helloget.Tpo -c -o demo/bxt_hello_get-helloget.obj `if test -f 'demo/helloget.c'; then $(CYGPATH_W) 'demo/helloget.c'; else $(CYGPATH_W) '$(srcdir)/demo/helloget.c'; fi`
1905 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_get-helloget.Tpo demo/$(DEPDIR)/bxt_hello_get-helloget.Po
1906 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/helloget.c' object='demo/bxt_hello_get-helloget.obj' libtool=no @AMDEPBACKSLASH@
1907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1908 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_get_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_get-helloget.obj `if test -f 'demo/helloget.c'; then $(CYGPATH_W) 'demo/helloget.c'; else $(CYGPATH_W) '$(srcdir)/demo/helloget.c'; fi`
1909
1910 demo/bxt_hello_notify-hellonotify.o: demo/hellonotify.c
1911 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_notify-hellonotify.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Tpo -c -o demo/bxt_hello_notify-hellonotify.o `test -f 'demo/hellonotify.c' || echo '$(srcdir)/'`demo/hellonotify.c
1912 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Tpo demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Po
1913 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellonotify.c' object='demo/bxt_hello_notify-hellonotify.o' libtool=no @AMDEPBACKSLASH@
1914 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1915 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_notify-hellonotify.o `test -f 'demo/hellonotify.c' || echo '$(srcdir)/'`demo/hellonotify.c
1916
1917 demo/bxt_hello_notify-hellonotify.obj: demo/hellonotify.c
1918 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_notify-hellonotify.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Tpo -c -o demo/bxt_hello_notify-hellonotify.obj `if test -f 'demo/hellonotify.c'; then $(CYGPATH_W) 'demo/hellonotify.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellonotify.c'; fi`
1919 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Tpo demo/$(DEPDIR)/bxt_hello_notify-hellonotify.Po
1920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellonotify.c' object='demo/bxt_hello_notify-hellonotify.obj' libtool=no @AMDEPBACKSLASH@
1921 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1922 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_notify-hellonotify.obj `if test -f 'demo/hellonotify.c'; then $(CYGPATH_W) 'demo/hellonotify.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellonotify.c'; fi`
1923
1924 demo/bxt_hello_notify_multi-notifytest.o: demo/notifytest.c
1925 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_multi_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_notify_multi-notifytest.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Tpo -c -o demo/bxt_hello_notify_multi-notifytest.o `test -f 'demo/notifytest.c' || echo '$(srcdir)/'`demo/notifytest.c
1926 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Tpo demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Po
1927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/notifytest.c' object='demo/bxt_hello_notify_multi-notifytest.o' libtool=no @AMDEPBACKSLASH@
1928 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1929 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_multi_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_notify_multi-notifytest.o `test -f 'demo/notifytest.c' || echo '$(srcdir)/'`demo/notifytest.c
1930
1931 demo/bxt_hello_notify_multi-notifytest.obj: demo/notifytest.c
1932 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_multi_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_notify_multi-notifytest.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Tpo -c -o demo/bxt_hello_notify_multi-notifytest.obj `if test -f 'demo/notifytest.c'; then $(CYGPATH_W) 'demo/notifytest.c'; else $(CYGPATH_W) '$(srcdir)/demo/notifytest.c'; fi`
1933 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Tpo demo/$(DEPDIR)/bxt_hello_notify_multi-notifytest.Po
1934 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/notifytest.c' object='demo/bxt_hello_notify_multi-notifytest.obj' libtool=no @AMDEPBACKSLASH@
1935 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1936 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_notify_multi_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_notify_multi-notifytest.obj `if test -f 'demo/notifytest.c'; then $(CYGPATH_W) 'demo/notifytest.c'; else $(CYGPATH_W) '$(srcdir)/demo/notifytest.c'; fi`
1937
1938 demo/bxt_hello_remove_group-helloremovegroup.o: demo/helloremovegroup.c
1939 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_remove_group_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_remove_group-helloremovegroup.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Tpo -c -o demo/bxt_hello_remove_group-helloremovegroup.o `test -f 'demo/helloremovegroup.c' || echo '$(srcdir)/'`demo/helloremovegroup.c
1940 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Tpo demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Po
1941 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/helloremovegroup.c' object='demo/bxt_hello_remove_group-helloremovegroup.o' libtool=no @AMDEPBACKSLASH@
1942 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1943 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_remove_group_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_remove_group-helloremovegroup.o `test -f 'demo/helloremovegroup.c' || echo '$(srcdir)/'`demo/helloremovegroup.c
1944
1945 demo/bxt_hello_remove_group-helloremovegroup.obj: demo/helloremovegroup.c
1946 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_remove_group_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_remove_group-helloremovegroup.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Tpo -c -o demo/bxt_hello_remove_group-helloremovegroup.obj `if test -f 'demo/helloremovegroup.c'; then $(CYGPATH_W) 'demo/helloremovegroup.c'; else $(CYGPATH_W) '$(srcdir)/demo/helloremovegroup.c'; fi`
1947 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Tpo demo/$(DEPDIR)/bxt_hello_remove_group-helloremovegroup.Po
1948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/helloremovegroup.c' object='demo/bxt_hello_remove_group-helloremovegroup.obj' libtool=no @AMDEPBACKSLASH@
1949 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1950 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_remove_group_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_remove_group-helloremovegroup.obj `if test -f 'demo/helloremovegroup.c'; then $(CYGPATH_W) 'demo/helloremovegroup.c'; else $(CYGPATH_W) '$(srcdir)/demo/helloremovegroup.c'; fi`
1951
1952 demo/bxt_hello_set-helloset.o: demo/helloset.c
1953 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_set-helloset.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_set-helloset.Tpo -c -o demo/bxt_hello_set-helloset.o `test -f 'demo/helloset.c' || echo '$(srcdir)/'`demo/helloset.c
1954 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_set-helloset.Tpo demo/$(DEPDIR)/bxt_hello_set-helloset.Po
1955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/helloset.c' object='demo/bxt_hello_set-helloset.o' libtool=no @AMDEPBACKSLASH@
1956 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1957 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_set-helloset.o `test -f 'demo/helloset.c' || echo '$(srcdir)/'`demo/helloset.c
1958
1959 demo/bxt_hello_set-helloset.obj: demo/helloset.c
1960 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_set-helloset.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_set-helloset.Tpo -c -o demo/bxt_hello_set-helloset.obj `if test -f 'demo/helloset.c'; then $(CYGPATH_W) 'demo/helloset.c'; else $(CYGPATH_W) '$(srcdir)/demo/helloset.c'; fi`
1961 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_set-helloset.Tpo demo/$(DEPDIR)/bxt_hello_set-helloset.Po
1962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/helloset.c' object='demo/bxt_hello_set-helloset.obj' libtool=no @AMDEPBACKSLASH@
1963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1964 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_set-helloset.obj `if test -f 'demo/helloset.c'; then $(CYGPATH_W) 'demo/helloset.c'; else $(CYGPATH_W) '$(srcdir)/demo/helloset.c'; fi`
1965
1966 demo/bxt_hello_set_label-hellosetlabel.o: demo/hellosetlabel.c
1967 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_label_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_set_label-hellosetlabel.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Tpo -c -o demo/bxt_hello_set_label-hellosetlabel.o `test -f 'demo/hellosetlabel.c' || echo '$(srcdir)/'`demo/hellosetlabel.c
1968 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Tpo demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Po
1969 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellosetlabel.c' object='demo/bxt_hello_set_label-hellosetlabel.o' libtool=no @AMDEPBACKSLASH@
1970 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1971 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_label_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_set_label-hellosetlabel.o `test -f 'demo/hellosetlabel.c' || echo '$(srcdir)/'`demo/hellosetlabel.c
1972
1973 demo/bxt_hello_set_label-hellosetlabel.obj: demo/hellosetlabel.c
1974 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_label_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_set_label-hellosetlabel.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Tpo -c -o demo/bxt_hello_set_label-hellosetlabel.obj `if test -f 'demo/hellosetlabel.c'; then $(CYGPATH_W) 'demo/hellosetlabel.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellosetlabel.c'; fi`
1975 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Tpo demo/$(DEPDIR)/bxt_hello_set_label-hellosetlabel.Po
1976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellosetlabel.c' object='demo/bxt_hello_set_label-hellosetlabel.obj' libtool=no @AMDEPBACKSLASH@
1977 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1978 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_set_label_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_set_label-hellosetlabel.obj `if test -f 'demo/hellosetlabel.c'; then $(CYGPATH_W) 'demo/hellosetlabel.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellosetlabel.c'; fi`
1979
1980 demo/bxt_hello_unset-hellounset.o: demo/hellounset.c
1981 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_unset_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_unset-hellounset.o -MD -MP -MF demo/$(DEPDIR)/bxt_hello_unset-hellounset.Tpo -c -o demo/bxt_hello_unset-hellounset.o `test -f 'demo/hellounset.c' || echo '$(srcdir)/'`demo/hellounset.c
1982 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_unset-hellounset.Tpo demo/$(DEPDIR)/bxt_hello_unset-hellounset.Po
1983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellounset.c' object='demo/bxt_hello_unset-hellounset.o' libtool=no @AMDEPBACKSLASH@
1984 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1985 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_unset_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_unset-hellounset.o `test -f 'demo/hellounset.c' || echo '$(srcdir)/'`demo/hellounset.c
1986
1987 demo/bxt_hello_unset-hellounset.obj: demo/hellounset.c
1988 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_unset_CFLAGS) $(CFLAGS) -MT demo/bxt_hello_unset-hellounset.obj -MD -MP -MF demo/$(DEPDIR)/bxt_hello_unset-hellounset.Tpo -c -o demo/bxt_hello_unset-hellounset.obj `if test -f 'demo/hellounset.c'; then $(CYGPATH_W) 'demo/hellounset.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellounset.c'; fi`
1989 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) demo/$(DEPDIR)/bxt_hello_unset-hellounset.Tpo demo/$(DEPDIR)/bxt_hello_unset-hellounset.Po
1990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='demo/hellounset.c' object='demo/bxt_hello_unset-hellounset.obj' libtool=no @AMDEPBACKSLASH@
1991 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1992 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bxt_hello_unset_CFLAGS) $(CFLAGS) -c -o demo/bxt_hello_unset-hellounset.obj `if test -f 'demo/hellounset.c'; then $(CYGPATH_W) 'demo/hellounset.c'; else $(CYGPATH_W) '$(srcdir)/demo/hellounset.c'; fi`
1993
1994 test/check_buxton-check_utils.o: test/check_utils.c
1995 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -MT test/check_buxton-check_utils.o -MD -MP -MF test/$(DEPDIR)/check_buxton-check_utils.Tpo -c -o test/check_buxton-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
1996 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_buxton-check_utils.Tpo test/$(DEPDIR)/check_buxton-check_utils.Po
1997 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_buxton-check_utils.o' libtool=no @AMDEPBACKSLASH@
1998 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1999 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -c -o test/check_buxton-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2000
2001 test/check_buxton-check_utils.obj: test/check_utils.c
2002 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -MT test/check_buxton-check_utils.obj -MD -MP -MF test/$(DEPDIR)/check_buxton-check_utils.Tpo -c -o test/check_buxton-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2003 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_buxton-check_utils.Tpo test/$(DEPDIR)/check_buxton-check_utils.Po
2004 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_buxton-check_utils.obj' libtool=no @AMDEPBACKSLASH@
2005 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2006 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -c -o test/check_buxton-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2007
2008 test/check_buxton-check_buxton.o: test/check_buxton.c
2009 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -MT test/check_buxton-check_buxton.o -MD -MP -MF test/$(DEPDIR)/check_buxton-check_buxton.Tpo -c -o test/check_buxton-check_buxton.o `test -f 'test/check_buxton.c' || echo '$(srcdir)/'`test/check_buxton.c
2010 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_buxton-check_buxton.Tpo test/$(DEPDIR)/check_buxton-check_buxton.Po
2011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_buxton.c' object='test/check_buxton-check_buxton.o' libtool=no @AMDEPBACKSLASH@
2012 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2013 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -c -o test/check_buxton-check_buxton.o `test -f 'test/check_buxton.c' || echo '$(srcdir)/'`test/check_buxton.c
2014
2015 test/check_buxton-check_buxton.obj: test/check_buxton.c
2016 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -MT test/check_buxton-check_buxton.obj -MD -MP -MF test/$(DEPDIR)/check_buxton-check_buxton.Tpo -c -o test/check_buxton-check_buxton.obj `if test -f 'test/check_buxton.c'; then $(CYGPATH_W) 'test/check_buxton.c'; else $(CYGPATH_W) '$(srcdir)/test/check_buxton.c'; fi`
2017 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_buxton-check_buxton.Tpo test/$(DEPDIR)/check_buxton-check_buxton.Po
2018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_buxton.c' object='test/check_buxton-check_buxton.obj' libtool=no @AMDEPBACKSLASH@
2019 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2020 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxton_CFLAGS) $(CFLAGS) -c -o test/check_buxton-check_buxton.obj `if test -f 'test/check_buxton.c'; then $(CYGPATH_W) 'test/check_buxton.c'; else $(CYGPATH_W) '$(srcdir)/test/check_buxton.c'; fi`
2021
2022 test/check_buxtond-check_utils.o: test/check_utils.c
2023 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -MT test/check_buxtond-check_utils.o -MD -MP -MF test/$(DEPDIR)/check_buxtond-check_utils.Tpo -c -o test/check_buxtond-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2024 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_buxtond-check_utils.Tpo test/$(DEPDIR)/check_buxtond-check_utils.Po
2025 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_buxtond-check_utils.o' libtool=no @AMDEPBACKSLASH@
2026 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2027 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -c -o test/check_buxtond-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2028
2029 test/check_buxtond-check_utils.obj: test/check_utils.c
2030 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -MT test/check_buxtond-check_utils.obj -MD -MP -MF test/$(DEPDIR)/check_buxtond-check_utils.Tpo -c -o test/check_buxtond-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2031 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_buxtond-check_utils.Tpo test/$(DEPDIR)/check_buxtond-check_utils.Po
2032 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_buxtond-check_utils.obj' libtool=no @AMDEPBACKSLASH@
2033 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2034 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -c -o test/check_buxtond-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2035
2036 src/core/check_buxtond-daemon.o: src/core/daemon.c
2037 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -MT src/core/check_buxtond-daemon.o -MD -MP -MF src/core/$(DEPDIR)/check_buxtond-daemon.Tpo -c -o src/core/check_buxtond-daemon.o `test -f 'src/core/daemon.c' || echo '$(srcdir)/'`src/core/daemon.c
2038 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/check_buxtond-daemon.Tpo src/core/$(DEPDIR)/check_buxtond-daemon.Po
2039 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/daemon.c' object='src/core/check_buxtond-daemon.o' libtool=no @AMDEPBACKSLASH@
2040 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2041 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -c -o src/core/check_buxtond-daemon.o `test -f 'src/core/daemon.c' || echo '$(srcdir)/'`src/core/daemon.c
2042
2043 src/core/check_buxtond-daemon.obj: src/core/daemon.c
2044 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -MT src/core/check_buxtond-daemon.obj -MD -MP -MF src/core/$(DEPDIR)/check_buxtond-daemon.Tpo -c -o src/core/check_buxtond-daemon.obj `if test -f 'src/core/daemon.c'; then $(CYGPATH_W) 'src/core/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/core/daemon.c'; fi`
2045 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/check_buxtond-daemon.Tpo src/core/$(DEPDIR)/check_buxtond-daemon.Po
2046 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/daemon.c' object='src/core/check_buxtond-daemon.obj' libtool=no @AMDEPBACKSLASH@
2047 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2048 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -c -o src/core/check_buxtond-daemon.obj `if test -f 'src/core/daemon.c'; then $(CYGPATH_W) 'src/core/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/core/daemon.c'; fi`
2049
2050 src/core/check_buxtond-main.o: src/core/main.c
2051 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -MT src/core/check_buxtond-main.o -MD -MP -MF src/core/$(DEPDIR)/check_buxtond-main.Tpo -c -o src/core/check_buxtond-main.o `test -f 'src/core/main.c' || echo '$(srcdir)/'`src/core/main.c
2052 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/check_buxtond-main.Tpo src/core/$(DEPDIR)/check_buxtond-main.Po
2053 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/main.c' object='src/core/check_buxtond-main.o' libtool=no @AMDEPBACKSLASH@
2054 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2055 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -c -o src/core/check_buxtond-main.o `test -f 'src/core/main.c' || echo '$(srcdir)/'`src/core/main.c
2056
2057 src/core/check_buxtond-main.obj: src/core/main.c
2058 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -MT src/core/check_buxtond-main.obj -MD -MP -MF src/core/$(DEPDIR)/check_buxtond-main.Tpo -c -o src/core/check_buxtond-main.obj `if test -f 'src/core/main.c'; then $(CYGPATH_W) 'src/core/main.c'; else $(CYGPATH_W) '$(srcdir)/src/core/main.c'; fi`
2059 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/check_buxtond-main.Tpo src/core/$(DEPDIR)/check_buxtond-main.Po
2060 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/main.c' object='src/core/check_buxtond-main.obj' libtool=no @AMDEPBACKSLASH@
2061 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2062 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_buxtond_CFLAGS) $(CFLAGS) -c -o src/core/check_buxtond-main.obj `if test -f 'src/core/main.c'; then $(CYGPATH_W) 'src/core/main.c'; else $(CYGPATH_W) '$(srcdir)/src/core/main.c'; fi`
2063
2064 src/shared/check_configurator-configurator.o: src/shared/configurator.c
2065 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -MT src/shared/check_configurator-configurator.o -MD -MP -MF src/shared/$(DEPDIR)/check_configurator-configurator.Tpo -c -o src/shared/check_configurator-configurator.o `test -f 'src/shared/configurator.c' || echo '$(srcdir)/'`src/shared/configurator.c
2066 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/shared/$(DEPDIR)/check_configurator-configurator.Tpo src/shared/$(DEPDIR)/check_configurator-configurator.Po
2067 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/shared/configurator.c' object='src/shared/check_configurator-configurator.o' libtool=no @AMDEPBACKSLASH@
2068 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2069 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -c -o src/shared/check_configurator-configurator.o `test -f 'src/shared/configurator.c' || echo '$(srcdir)/'`src/shared/configurator.c
2070
2071 src/shared/check_configurator-configurator.obj: src/shared/configurator.c
2072 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -MT src/shared/check_configurator-configurator.obj -MD -MP -MF src/shared/$(DEPDIR)/check_configurator-configurator.Tpo -c -o src/shared/check_configurator-configurator.obj `if test -f 'src/shared/configurator.c'; then $(CYGPATH_W) 'src/shared/configurator.c'; else $(CYGPATH_W) '$(srcdir)/src/shared/configurator.c'; fi`
2073 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/shared/$(DEPDIR)/check_configurator-configurator.Tpo src/shared/$(DEPDIR)/check_configurator-configurator.Po
2074 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/shared/configurator.c' object='src/shared/check_configurator-configurator.obj' libtool=no @AMDEPBACKSLASH@
2075 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2076 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -c -o src/shared/check_configurator-configurator.obj `if test -f 'src/shared/configurator.c'; then $(CYGPATH_W) 'src/shared/configurator.c'; else $(CYGPATH_W) '$(srcdir)/src/shared/configurator.c'; fi`
2077
2078 test/check_configurator-check_configurator.o: test/check_configurator.c
2079 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -MT test/check_configurator-check_configurator.o -MD -MP -MF test/$(DEPDIR)/check_configurator-check_configurator.Tpo -c -o test/check_configurator-check_configurator.o `test -f 'test/check_configurator.c' || echo '$(srcdir)/'`test/check_configurator.c
2080 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_configurator-check_configurator.Tpo test/$(DEPDIR)/check_configurator-check_configurator.Po
2081 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_configurator.c' object='test/check_configurator-check_configurator.o' libtool=no @AMDEPBACKSLASH@
2082 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2083 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -c -o test/check_configurator-check_configurator.o `test -f 'test/check_configurator.c' || echo '$(srcdir)/'`test/check_configurator.c
2084
2085 test/check_configurator-check_configurator.obj: test/check_configurator.c
2086 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -MT test/check_configurator-check_configurator.obj -MD -MP -MF test/$(DEPDIR)/check_configurator-check_configurator.Tpo -c -o test/check_configurator-check_configurator.obj `if test -f 'test/check_configurator.c'; then $(CYGPATH_W) 'test/check_configurator.c'; else $(CYGPATH_W) '$(srcdir)/test/check_configurator.c'; fi`
2087 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_configurator-check_configurator.Tpo test/$(DEPDIR)/check_configurator-check_configurator.Po
2088 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_configurator.c' object='test/check_configurator-check_configurator.obj' libtool=no @AMDEPBACKSLASH@
2089 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2090 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_configurator_CFLAGS) $(CFLAGS) -c -o test/check_configurator-check_configurator.obj `if test -f 'test/check_configurator.c'; then $(CYGPATH_W) 'test/check_configurator.c'; else $(CYGPATH_W) '$(srcdir)/test/check_configurator.c'; fi`
2091
2092 test/check_daemon-check_utils.o: test/check_utils.c
2093 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -MT test/check_daemon-check_utils.o -MD -MP -MF test/$(DEPDIR)/check_daemon-check_utils.Tpo -c -o test/check_daemon-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2094 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_daemon-check_utils.Tpo test/$(DEPDIR)/check_daemon-check_utils.Po
2095 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_daemon-check_utils.o' libtool=no @AMDEPBACKSLASH@
2096 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2097 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -c -o test/check_daemon-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2098
2099 test/check_daemon-check_utils.obj: test/check_utils.c
2100 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -MT test/check_daemon-check_utils.obj -MD -MP -MF test/$(DEPDIR)/check_daemon-check_utils.Tpo -c -o test/check_daemon-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2101 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_daemon-check_utils.Tpo test/$(DEPDIR)/check_daemon-check_utils.Po
2102 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_daemon-check_utils.obj' libtool=no @AMDEPBACKSLASH@
2103 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2104 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -c -o test/check_daemon-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2105
2106 src/core/check_daemon-daemon.o: src/core/daemon.c
2107 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -MT src/core/check_daemon-daemon.o -MD -MP -MF src/core/$(DEPDIR)/check_daemon-daemon.Tpo -c -o src/core/check_daemon-daemon.o `test -f 'src/core/daemon.c' || echo '$(srcdir)/'`src/core/daemon.c
2108 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/check_daemon-daemon.Tpo src/core/$(DEPDIR)/check_daemon-daemon.Po
2109 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/daemon.c' object='src/core/check_daemon-daemon.o' libtool=no @AMDEPBACKSLASH@
2110 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2111 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -c -o src/core/check_daemon-daemon.o `test -f 'src/core/daemon.c' || echo '$(srcdir)/'`src/core/daemon.c
2112
2113 src/core/check_daemon-daemon.obj: src/core/daemon.c
2114 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -MT src/core/check_daemon-daemon.obj -MD -MP -MF src/core/$(DEPDIR)/check_daemon-daemon.Tpo -c -o src/core/check_daemon-daemon.obj `if test -f 'src/core/daemon.c'; then $(CYGPATH_W) 'src/core/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/core/daemon.c'; fi`
2115 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/core/$(DEPDIR)/check_daemon-daemon.Tpo src/core/$(DEPDIR)/check_daemon-daemon.Po
2116 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/core/daemon.c' object='src/core/check_daemon-daemon.obj' libtool=no @AMDEPBACKSLASH@
2117 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2118 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -c -o src/core/check_daemon-daemon.obj `if test -f 'src/core/daemon.c'; then $(CYGPATH_W) 'src/core/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/core/daemon.c'; fi`
2119
2120 test/check_daemon-check_daemon.o: test/check_daemon.c
2121 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -MT test/check_daemon-check_daemon.o -MD -MP -MF test/$(DEPDIR)/check_daemon-check_daemon.Tpo -c -o test/check_daemon-check_daemon.o `test -f 'test/check_daemon.c' || echo '$(srcdir)/'`test/check_daemon.c
2122 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_daemon-check_daemon.Tpo test/$(DEPDIR)/check_daemon-check_daemon.Po
2123 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_daemon.c' object='test/check_daemon-check_daemon.o' libtool=no @AMDEPBACKSLASH@
2124 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2125 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -c -o test/check_daemon-check_daemon.o `test -f 'test/check_daemon.c' || echo '$(srcdir)/'`test/check_daemon.c
2126
2127 test/check_daemon-check_daemon.obj: test/check_daemon.c
2128 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -MT test/check_daemon-check_daemon.obj -MD -MP -MF test/$(DEPDIR)/check_daemon-check_daemon.Tpo -c -o test/check_daemon-check_daemon.obj `if test -f 'test/check_daemon.c'; then $(CYGPATH_W) 'test/check_daemon.c'; else $(CYGPATH_W) '$(srcdir)/test/check_daemon.c'; fi`
2129 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_daemon-check_daemon.Tpo test/$(DEPDIR)/check_daemon-check_daemon.Po
2130 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_daemon.c' object='test/check_daemon-check_daemon.obj' libtool=no @AMDEPBACKSLASH@
2131 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2132 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_daemon_CFLAGS) $(CFLAGS) -c -o test/check_daemon-check_daemon.obj `if test -f 'test/check_daemon.c'; then $(CYGPATH_W) 'test/check_daemon.c'; else $(CYGPATH_W) '$(srcdir)/test/check_daemon.c'; fi`
2133
2134 test/check_shared_lib-check_utils.o: test/check_utils.c
2135 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -MT test/check_shared_lib-check_utils.o -MD -MP -MF test/$(DEPDIR)/check_shared_lib-check_utils.Tpo -c -o test/check_shared_lib-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2136 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_shared_lib-check_utils.Tpo test/$(DEPDIR)/check_shared_lib-check_utils.Po
2137 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_shared_lib-check_utils.o' libtool=no @AMDEPBACKSLASH@
2138 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2139 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -c -o test/check_shared_lib-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2140
2141 test/check_shared_lib-check_utils.obj: test/check_utils.c
2142 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -MT test/check_shared_lib-check_utils.obj -MD -MP -MF test/$(DEPDIR)/check_shared_lib-check_utils.Tpo -c -o test/check_shared_lib-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2143 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_shared_lib-check_utils.Tpo test/$(DEPDIR)/check_shared_lib-check_utils.Po
2144 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_shared_lib-check_utils.obj' libtool=no @AMDEPBACKSLASH@
2145 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2146 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -c -o test/check_shared_lib-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2147
2148 test/check_shared_lib-check_shared_lib.o: test/check_shared_lib.c
2149 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -MT test/check_shared_lib-check_shared_lib.o -MD -MP -MF test/$(DEPDIR)/check_shared_lib-check_shared_lib.Tpo -c -o test/check_shared_lib-check_shared_lib.o `test -f 'test/check_shared_lib.c' || echo '$(srcdir)/'`test/check_shared_lib.c
2150 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_shared_lib-check_shared_lib.Tpo test/$(DEPDIR)/check_shared_lib-check_shared_lib.Po
2151 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_shared_lib.c' object='test/check_shared_lib-check_shared_lib.o' libtool=no @AMDEPBACKSLASH@
2152 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2153 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -c -o test/check_shared_lib-check_shared_lib.o `test -f 'test/check_shared_lib.c' || echo '$(srcdir)/'`test/check_shared_lib.c
2154
2155 test/check_shared_lib-check_shared_lib.obj: test/check_shared_lib.c
2156 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -MT test/check_shared_lib-check_shared_lib.obj -MD -MP -MF test/$(DEPDIR)/check_shared_lib-check_shared_lib.Tpo -c -o test/check_shared_lib-check_shared_lib.obj `if test -f 'test/check_shared_lib.c'; then $(CYGPATH_W) 'test/check_shared_lib.c'; else $(CYGPATH_W) '$(srcdir)/test/check_shared_lib.c'; fi`
2157 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_shared_lib-check_shared_lib.Tpo test/$(DEPDIR)/check_shared_lib-check_shared_lib.Po
2158 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_shared_lib.c' object='test/check_shared_lib-check_shared_lib.obj' libtool=no @AMDEPBACKSLASH@
2159 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2160 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_shared_lib_CFLAGS) $(CFLAGS) -c -o test/check_shared_lib-check_shared_lib.obj `if test -f 'test/check_shared_lib.c'; then $(CYGPATH_W) 'test/check_shared_lib.c'; else $(CYGPATH_W) '$(srcdir)/test/check_shared_lib.c'; fi`
2161
2162 test/check_smack-check_utils.o: test/check_utils.c
2163 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -MT test/check_smack-check_utils.o -MD -MP -MF test/$(DEPDIR)/check_smack-check_utils.Tpo -c -o test/check_smack-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2164 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_smack-check_utils.Tpo test/$(DEPDIR)/check_smack-check_utils.Po
2165 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_smack-check_utils.o' libtool=no @AMDEPBACKSLASH@
2166 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2167 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -c -o test/check_smack-check_utils.o `test -f 'test/check_utils.c' || echo '$(srcdir)/'`test/check_utils.c
2168
2169 test/check_smack-check_utils.obj: test/check_utils.c
2170 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -MT test/check_smack-check_utils.obj -MD -MP -MF test/$(DEPDIR)/check_smack-check_utils.Tpo -c -o test/check_smack-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2171 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_smack-check_utils.Tpo test/$(DEPDIR)/check_smack-check_utils.Po
2172 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_utils.c' object='test/check_smack-check_utils.obj' libtool=no @AMDEPBACKSLASH@
2173 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2174 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -c -o test/check_smack-check_utils.obj `if test -f 'test/check_utils.c'; then $(CYGPATH_W) 'test/check_utils.c'; else $(CYGPATH_W) '$(srcdir)/test/check_utils.c'; fi`
2175
2176 test/check_smack-check_smack.o: test/check_smack.c
2177 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -MT test/check_smack-check_smack.o -MD -MP -MF test/$(DEPDIR)/check_smack-check_smack.Tpo -c -o test/check_smack-check_smack.o `test -f 'test/check_smack.c' || echo '$(srcdir)/'`test/check_smack.c
2178 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_smack-check_smack.Tpo test/$(DEPDIR)/check_smack-check_smack.Po
2179 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_smack.c' object='test/check_smack-check_smack.o' libtool=no @AMDEPBACKSLASH@
2180 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2181 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -c -o test/check_smack-check_smack.o `test -f 'test/check_smack.c' || echo '$(srcdir)/'`test/check_smack.c
2182
2183 test/check_smack-check_smack.obj: test/check_smack.c
2184 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -MT test/check_smack-check_smack.obj -MD -MP -MF test/$(DEPDIR)/check_smack-check_smack.Tpo -c -o test/check_smack-check_smack.obj `if test -f 'test/check_smack.c'; then $(CYGPATH_W) 'test/check_smack.c'; else $(CYGPATH_W) '$(srcdir)/test/check_smack.c'; fi`
2185 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/check_smack-check_smack.Tpo test/$(DEPDIR)/check_smack-check_smack.Po
2186 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/check_smack.c' object='test/check_smack-check_smack.obj' libtool=no @AMDEPBACKSLASH@
2187 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2188 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_smack_CFLAGS) $(CFLAGS) -c -o test/check_smack-check_smack.obj `if test -f 'test/check_smack.c'; then $(CYGPATH_W) 'test/check_smack.c'; else $(CYGPATH_W) '$(srcdir)/test/check_smack.c'; fi`
2189
2190 mostlyclean-libtool:
2191         -rm -f *.lo
2192
2193 clean-libtool:
2194         -rm -rf .libs _libs
2195         -rm -rf src/db/.libs src/db/_libs
2196         -rm -rf src/libbuxton/.libs src/libbuxton/_libs
2197         -rm -rf src/security/.libs src/security/_libs
2198         -rm -rf src/shared/.libs src/shared/_libs
2199
2200 distclean-libtool:
2201         -rm -f libtool config.lt
2202 install-man1: $(dist_man_MANS)
2203         @$(NORMAL_INSTALL)
2204         @list1=''; \
2205         list2='$(dist_man_MANS)'; \
2206         test -n "$(man1dir)" \
2207           && test -n "`echo $$list1$$list2`" \
2208           || exit 0; \
2209         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
2210         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
2211         { for i in $$list1; do echo "$$i"; done;  \
2212         if test -n "$$list2"; then \
2213           for i in $$list2; do echo "$$i"; done \
2214             | sed -n '/\.1[a-z]*$$/p'; \
2215         fi; \
2216         } | while read p; do \
2217           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2218           echo "$$d$$p"; echo "$$p"; \
2219         done | \
2220         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
2221               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2222         sed 'N;N;s,\n, ,g' | { \
2223         list=; while read file base inst; do \
2224           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2225             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
2226             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
2227           fi; \
2228         done; \
2229         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2230         while read files; do \
2231           test -z "$$files" || { \
2232             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
2233             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
2234         done; }
2235
2236 uninstall-man1:
2237         @$(NORMAL_UNINSTALL)
2238         @list=''; test -n "$(man1dir)" || exit 0; \
2239         files=`{ for i in $$list; do echo "$$i"; done; \
2240         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2241           sed -n '/\.1[a-z]*$$/p'; \
2242         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
2243               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2244         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
2245 install-man3: $(dist_man_MANS)
2246         @$(NORMAL_INSTALL)
2247         @list1=''; \
2248         list2='$(dist_man_MANS)'; \
2249         test -n "$(man3dir)" \
2250           && test -n "`echo $$list1$$list2`" \
2251           || exit 0; \
2252         echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
2253         $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
2254         { for i in $$list1; do echo "$$i"; done;  \
2255         if test -n "$$list2"; then \
2256           for i in $$list2; do echo "$$i"; done \
2257             | sed -n '/\.3[a-z]*$$/p'; \
2258         fi; \
2259         } | while read p; do \
2260           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2261           echo "$$d$$p"; echo "$$p"; \
2262         done | \
2263         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
2264               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2265         sed 'N;N;s,\n, ,g' | { \
2266         list=; while read file base inst; do \
2267           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2268             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
2269             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
2270           fi; \
2271         done; \
2272         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2273         while read files; do \
2274           test -z "$$files" || { \
2275             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
2276             $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
2277         done; }
2278
2279 uninstall-man3:
2280         @$(NORMAL_UNINSTALL)
2281         @list=''; test -n "$(man3dir)" || exit 0; \
2282         files=`{ for i in $$list; do echo "$$i"; done; \
2283         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2284           sed -n '/\.3[a-z]*$$/p'; \
2285         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
2286               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2287         dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
2288 install-man5: $(dist_man_MANS)
2289         @$(NORMAL_INSTALL)
2290         @list1=''; \
2291         list2='$(dist_man_MANS)'; \
2292         test -n "$(man5dir)" \
2293           && test -n "`echo $$list1$$list2`" \
2294           || exit 0; \
2295         echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
2296         $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
2297         { for i in $$list1; do echo "$$i"; done;  \
2298         if test -n "$$list2"; then \
2299           for i in $$list2; do echo "$$i"; done \
2300             | sed -n '/\.5[a-z]*$$/p'; \
2301         fi; \
2302         } | while read p; do \
2303           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2304           echo "$$d$$p"; echo "$$p"; \
2305         done | \
2306         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
2307               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2308         sed 'N;N;s,\n, ,g' | { \
2309         list=; while read file base inst; do \
2310           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2311             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
2312             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
2313           fi; \
2314         done; \
2315         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2316         while read files; do \
2317           test -z "$$files" || { \
2318             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
2319             $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
2320         done; }
2321
2322 uninstall-man5:
2323         @$(NORMAL_UNINSTALL)
2324         @list=''; test -n "$(man5dir)" || exit 0; \
2325         files=`{ for i in $$list; do echo "$$i"; done; \
2326         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2327           sed -n '/\.5[a-z]*$$/p'; \
2328         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
2329               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2330         dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
2331 install-man7: $(dist_man_MANS)
2332         @$(NORMAL_INSTALL)
2333         @list1=''; \
2334         list2='$(dist_man_MANS)'; \
2335         test -n "$(man7dir)" \
2336           && test -n "`echo $$list1$$list2`" \
2337           || exit 0; \
2338         echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
2339         $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
2340         { for i in $$list1; do echo "$$i"; done;  \
2341         if test -n "$$list2"; then \
2342           for i in $$list2; do echo "$$i"; done \
2343             | sed -n '/\.7[a-z]*$$/p'; \
2344         fi; \
2345         } | while read p; do \
2346           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2347           echo "$$d$$p"; echo "$$p"; \
2348         done | \
2349         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
2350               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2351         sed 'N;N;s,\n, ,g' | { \
2352         list=; while read file base inst; do \
2353           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2354             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
2355             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
2356           fi; \
2357         done; \
2358         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2359         while read files; do \
2360           test -z "$$files" || { \
2361             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
2362             $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
2363         done; }
2364
2365 uninstall-man7:
2366         @$(NORMAL_UNINSTALL)
2367         @list=''; test -n "$(man7dir)" || exit 0; \
2368         files=`{ for i in $$list; do echo "$$i"; done; \
2369         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2370           sed -n '/\.7[a-z]*$$/p'; \
2371         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
2372               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2373         dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
2374 install-man8: $(dist_man_MANS)
2375         @$(NORMAL_INSTALL)
2376         @list1=''; \
2377         list2='$(dist_man_MANS)'; \
2378         test -n "$(man8dir)" \
2379           && test -n "`echo $$list1$$list2`" \
2380           || exit 0; \
2381         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
2382         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
2383         { for i in $$list1; do echo "$$i"; done;  \
2384         if test -n "$$list2"; then \
2385           for i in $$list2; do echo "$$i"; done \
2386             | sed -n '/\.8[a-z]*$$/p'; \
2387         fi; \
2388         } | while read p; do \
2389           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2390           echo "$$d$$p"; echo "$$p"; \
2391         done | \
2392         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
2393               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2394         sed 'N;N;s,\n, ,g' | { \
2395         list=; while read file base inst; do \
2396           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2397             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
2398             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
2399           fi; \
2400         done; \
2401         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2402         while read files; do \
2403           test -z "$$files" || { \
2404             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
2405             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
2406         done; }
2407
2408 uninstall-man8:
2409         @$(NORMAL_UNINSTALL)
2410         @list=''; test -n "$(man8dir)" || exit 0; \
2411         files=`{ for i in $$list; do echo "$$i"; done; \
2412         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2413           sed -n '/\.8[a-z]*$$/p'; \
2414         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
2415               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2416         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
2417 install-dist_sysconfDATA: $(dist_sysconf_DATA)
2418         @$(NORMAL_INSTALL)
2419         @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
2420         if test -n "$$list"; then \
2421           echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
2422           $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
2423         fi; \
2424         for p in $$list; do \
2425           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2426           echo "$$d$$p"; \
2427         done | $(am__base_list) | \
2428         while read files; do \
2429           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
2430           $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
2431         done
2432
2433 uninstall-dist_sysconfDATA:
2434         @$(NORMAL_UNINSTALL)
2435         @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
2436         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2437         dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
2438 install-pkgconfiglibDATA: $(pkgconfiglib_DATA)
2439         @$(NORMAL_INSTALL)
2440         @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \
2441         if test -n "$$list"; then \
2442           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfiglibdir)'"; \
2443           $(MKDIR_P) "$(DESTDIR)$(pkgconfiglibdir)" || exit 1; \
2444         fi; \
2445         for p in $$list; do \
2446           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2447           echo "$$d$$p"; \
2448         done | $(am__base_list) | \
2449         while read files; do \
2450           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfiglibdir)'"; \
2451           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfiglibdir)" || exit $$?; \
2452         done
2453
2454 uninstall-pkgconfiglibDATA:
2455         @$(NORMAL_UNINSTALL)
2456         @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \
2457         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2458         dir='$(DESTDIR)$(pkgconfiglibdir)'; $(am__uninstall_files_from_dir)
2459 install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
2460         @$(NORMAL_INSTALL)
2461         @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
2462         if test -n "$$list"; then \
2463           echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
2464           $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
2465         fi; \
2466         for p in $$list; do \
2467           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2468           echo "$$d$$p"; \
2469         done | $(am__base_list) | \
2470         while read files; do \
2471           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
2472           $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
2473         done
2474
2475 uninstall-systemdsystemunitDATA:
2476         @$(NORMAL_UNINSTALL)
2477         @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
2478         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2479         dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
2480 install-includeHEADERS: $(include_HEADERS)
2481         @$(NORMAL_INSTALL)
2482         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2483         if test -n "$$list"; then \
2484           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
2485           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
2486         fi; \
2487         for p in $$list; do \
2488           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2489           echo "$$d$$p"; \
2490         done | $(am__base_list) | \
2491         while read files; do \
2492           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
2493           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
2494         done
2495
2496 uninstall-includeHEADERS:
2497         @$(NORMAL_UNINSTALL)
2498         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2499         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2500         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
2501
2502 # This directory's subdirectories are mostly independent; you can cd
2503 # into them and run 'make' without going through this Makefile.
2504 # To change the values of 'make' variables: instead of editing Makefiles,
2505 # (1) if the variable is set in 'config.status', edit 'config.status'
2506 #     (which will cause the Makefiles to be regenerated when you run 'make');
2507 # (2) otherwise, pass the desired values on the 'make' command line.
2508 $(am__recursive_targets):
2509         @fail=; \
2510         if $(am__make_keepgoing); then \
2511           failcom='fail=yes'; \
2512         else \
2513           failcom='exit 1'; \
2514         fi; \
2515         dot_seen=no; \
2516         target=`echo $@ | sed s/-recursive//`; \
2517         case "$@" in \
2518           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2519           *) list='$(SUBDIRS)' ;; \
2520         esac; \
2521         for subdir in $$list; do \
2522           echo "Making $$target in $$subdir"; \
2523           if test "$$subdir" = "."; then \
2524             dot_seen=yes; \
2525             local_target="$$target-am"; \
2526           else \
2527             local_target="$$target"; \
2528           fi; \
2529           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2530           || eval $$failcom; \
2531         done; \
2532         if test "$$dot_seen" = "no"; then \
2533           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2534         fi; test -z "$$fail"
2535
2536 ID: $(am__tagged_files)
2537         $(am__define_uniq_tagged_files); mkid -fID $$unique
2538 tags: tags-recursive
2539 TAGS: tags
2540
2541 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2542         set x; \
2543         here=`pwd`; \
2544         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2545           include_option=--etags-include; \
2546           empty_fix=.; \
2547         else \
2548           include_option=--include; \
2549           empty_fix=; \
2550         fi; \
2551         list='$(SUBDIRS)'; for subdir in $$list; do \
2552           if test "$$subdir" = .; then :; else \
2553             test ! -f $$subdir/TAGS || \
2554               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2555           fi; \
2556         done; \
2557         $(am__define_uniq_tagged_files); \
2558         shift; \
2559         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2560           test -n "$$unique" || unique=$$empty_fix; \
2561           if test $$# -gt 0; then \
2562             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2563               "$$@" $$unique; \
2564           else \
2565             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2566               $$unique; \
2567           fi; \
2568         fi
2569 ctags: ctags-recursive
2570
2571 CTAGS: ctags
2572 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2573         $(am__define_uniq_tagged_files); \
2574         test -z "$(CTAGS_ARGS)$$unique" \
2575           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2576              $$unique
2577
2578 GTAGS:
2579         here=`$(am__cd) $(top_builddir) && pwd` \
2580           && $(am__cd) $(top_srcdir) \
2581           && gtags -i $(GTAGS_ARGS) "$$here"
2582 cscope: cscope.files
2583         test ! -s cscope.files \
2584           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2585 clean-cscope:
2586         -rm -f cscope.files
2587 cscope.files: clean-cscope cscopelist
2588 cscopelist: cscopelist-recursive
2589
2590 cscopelist-am: $(am__tagged_files)
2591         list='$(am__tagged_files)'; \
2592         case "$(srcdir)" in \
2593           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2594           *) sdir=$(subdir)/$(srcdir) ;; \
2595         esac; \
2596         for i in $$list; do \
2597           if test -f "$$i"; then \
2598             echo "$(subdir)/$$i"; \
2599           else \
2600             echo "$$sdir/$$i"; \
2601           fi; \
2602         done >> $(top_builddir)/cscope.files
2603
2604 distclean-tags:
2605         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2606         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2607
2608 # Recover from deleted '.trs' file; this should ensure that
2609 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
2610 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
2611 # to avoid problems with "make -n".
2612 .log.trs:
2613         rm -f $< $@
2614         $(MAKE) $(AM_MAKEFLAGS) $<
2615
2616 # Leading 'am--fnord' is there to ensure the list of targets does not
2617 # expand to empty, as could happen e.g. with make check TESTS=''.
2618 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
2619 am--force-recheck:
2620         @:
2621
2622 $(TEST_SUITE_LOG): $(TEST_LOGS)
2623         @$(am__set_TESTS_bases); \
2624         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2625         redo_bases=`for i in $$bases; do \
2626                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2627                     done`; \
2628         if test -n "$$redo_bases"; then \
2629           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
2630           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
2631           if $(am__make_dryrun); then :; else \
2632             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
2633           fi; \
2634         fi; \
2635         if test -n "$$am__remaking_logs"; then \
2636           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
2637                "recursion detected" >&2; \
2638         else \
2639           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2640         fi; \
2641         if $(am__make_dryrun); then :; else \
2642           st=0;  \
2643           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2644           for i in $$redo_bases; do \
2645             test -f $$i.trs && test -r $$i.trs \
2646               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2647             test -f $$i.log && test -r $$i.log \
2648               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2649           done; \
2650           test $$st -eq 0 || exit 1; \
2651         fi
2652         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2653         ws='[   ]'; \
2654         results=`for b in $$bases; do echo $$b.trs; done`; \
2655         test -n "$$results" || results=/dev/null; \
2656         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
2657         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
2658         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
2659         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
2660         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2661         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2662         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2663         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2664           success=true; \
2665         else \
2666           success=false; \
2667         fi; \
2668         br='==================='; br=$$br$$br$$br$$br; \
2669         result_count () \
2670         { \
2671             if test x"$$1" = x"--maybe-color"; then \
2672               maybe_colorize=yes; \
2673             elif test x"$$1" = x"--no-color"; then \
2674               maybe_colorize=no; \
2675             else \
2676               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2677             fi; \
2678             shift; \
2679             desc=$$1 count=$$2; \
2680             if test $$maybe_colorize = yes && test $$count -gt 0; then \
2681               color_start=$$3 color_end=$$std; \
2682             else \
2683               color_start= color_end=; \
2684             fi; \
2685             echo "$${color_start}# $$desc $$count$${color_end}"; \
2686         }; \
2687         create_testsuite_report () \
2688         { \
2689           result_count $$1 "TOTAL:" $$all   "$$brg"; \
2690           result_count $$1 "PASS: " $$pass  "$$grn"; \
2691           result_count $$1 "SKIP: " $$skip  "$$blu"; \
2692           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2693           result_count $$1 "FAIL: " $$fail  "$$red"; \
2694           result_count $$1 "XPASS:" $$xpass "$$red"; \
2695           result_count $$1 "ERROR:" $$error "$$mgn"; \
2696         }; \
2697         {                                                               \
2698           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
2699             $(am__rst_title);                                           \
2700           create_testsuite_report --no-color;                           \
2701           echo;                                                         \
2702           echo ".. contents:: :depth: 2";                               \
2703           echo;                                                         \
2704           for b in $$bases; do echo $$b; done                           \
2705             | $(am__create_global_log);                                 \
2706         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
2707         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
2708         if $$success; then                                              \
2709           col="$$grn";                                                  \
2710          else                                                           \
2711           col="$$red";                                                  \
2712           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
2713         fi;                                                             \
2714         echo "$${col}$$br$${std}";                                      \
2715         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
2716         echo "$${col}$$br$${std}";                                      \
2717         create_testsuite_report --maybe-color;                          \
2718         echo "$$col$$br$$std";                                          \
2719         if $$success; then :; else                                      \
2720           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
2721           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
2722             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2723           fi;                                                           \
2724           echo "$$col$$br$$std";                                        \
2725         fi;                                                             \
2726         $$success || exit 1
2727
2728 check-TESTS:
2729         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
2730         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2731         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2732         @set +e; $(am__set_TESTS_bases); \
2733         log_list=`for i in $$bases; do echo $$i.log; done`; \
2734         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2735         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2736         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2737         exit $$?;
2738 recheck: all $(check_PROGRAMS) $(check_DATA)
2739         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2740         @set +e; $(am__set_TESTS_bases); \
2741         bases=`for i in $$bases; do echo $$i; done \
2742                  | $(am__list_recheck_tests)` || exit 1; \
2743         log_list=`for i in $$bases; do echo $$i.log; done`; \
2744         log_list=`echo $$log_list`; \
2745         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2746                 am__force_recheck=am--force-recheck \
2747                 TEST_LOGS="$$log_list"; \
2748         exit $$?
2749 check_db_clean.log: check_db_clean
2750         @p='check_db_clean'; \
2751         b='check_db_clean'; \
2752         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2753         --log-file $$b.log --trs-file $$b.trs \
2754         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2755         "$$tst" $(AM_TESTS_FD_REDIRECT)
2756 check_buxton.log: check_buxton$(EXEEXT)
2757         @p='check_buxton$(EXEEXT)'; \
2758         b='check_buxton'; \
2759         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2760         --log-file $$b.log --trs-file $$b.trs \
2761         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2762         "$$tst" $(AM_TESTS_FD_REDIRECT)
2763 check_shared_lib.log: check_shared_lib$(EXEEXT)
2764         @p='check_shared_lib$(EXEEXT)'; \
2765         b='check_shared_lib'; \
2766         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2767         --log-file $$b.log --trs-file $$b.trs \
2768         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2769         "$$tst" $(AM_TESTS_FD_REDIRECT)
2770 check_daemon.log: check_daemon$(EXEEXT)
2771         @p='check_daemon$(EXEEXT)'; \
2772         b='check_daemon'; \
2773         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2774         --log-file $$b.log --trs-file $$b.trs \
2775         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2776         "$$tst" $(AM_TESTS_FD_REDIRECT)
2777 check_smack.log: check_smack$(EXEEXT)
2778         @p='check_smack$(EXEEXT)'; \
2779         b='check_smack'; \
2780         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2781         --log-file $$b.log --trs-file $$b.trs \
2782         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2783         "$$tst" $(AM_TESTS_FD_REDIRECT)
2784 check_configurator.log: check_configurator$(EXEEXT)
2785         @p='check_configurator$(EXEEXT)'; \
2786         b='check_configurator'; \
2787         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2788         --log-file $$b.log --trs-file $$b.trs \
2789         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2790         "$$tst" $(AM_TESTS_FD_REDIRECT)
2791 .test.log:
2792         @p='$<'; \
2793         $(am__set_b); \
2794         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2795         --log-file $$b.log --trs-file $$b.trs \
2796         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2797         "$$tst" $(AM_TESTS_FD_REDIRECT)
2798 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2799 @am__EXEEXT_TRUE@       @p='$<'; \
2800 @am__EXEEXT_TRUE@       $(am__set_b); \
2801 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2802 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
2803 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2804 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
2805
2806 distdir: $(DISTFILES)
2807         $(am__remove_distdir)
2808         test -d "$(distdir)" || mkdir "$(distdir)"
2809         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2810         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2811         list='$(DISTFILES)'; \
2812           dist_files=`for file in $$list; do echo $$file; done | \
2813           sed -e "s|^$$srcdirstrip/||;t" \
2814               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2815         case $$dist_files in \
2816           */*) $(MKDIR_P) `echo "$$dist_files" | \
2817                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2818                            sort -u` ;; \
2819         esac; \
2820         for file in $$dist_files; do \
2821           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2822           if test -d $$d/$$file; then \
2823             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2824             if test -d "$(distdir)/$$file"; then \
2825               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2826             fi; \
2827             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2828               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2829               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2830             fi; \
2831             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2832           else \
2833             test -f "$(distdir)/$$file" \
2834             || cp -p $$d/$$file "$(distdir)/$$file" \
2835             || exit 1; \
2836           fi; \
2837         done
2838         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2839           if test "$$subdir" = .; then :; else \
2840             $(am__make_dryrun) \
2841               || test -d "$(distdir)/$$subdir" \
2842               || $(MKDIR_P) "$(distdir)/$$subdir" \
2843               || exit 1; \
2844             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2845             $(am__relativize); \
2846             new_distdir=$$reldir; \
2847             dir1=$$subdir; dir2="$(top_distdir)"; \
2848             $(am__relativize); \
2849             new_top_distdir=$$reldir; \
2850             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2851             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2852             ($(am__cd) $$subdir && \
2853               $(MAKE) $(AM_MAKEFLAGS) \
2854                 top_distdir="$$new_top_distdir" \
2855                 distdir="$$new_distdir" \
2856                 am__remove_distdir=: \
2857                 am__skip_length_check=: \
2858                 am__skip_mode_fix=: \
2859                 distdir) \
2860               || exit 1; \
2861           fi; \
2862         done
2863         -test -n "$(am__skip_mode_fix)" \
2864         || find "$(distdir)" -type d ! -perm -755 \
2865                 -exec chmod u+rwx,go+rx {} \; -o \
2866           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2867           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2868           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2869         || chmod -R a+r "$(distdir)"
2870 dist-gzip: distdir
2871         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2872         $(am__post_remove_distdir)
2873
2874 dist-bzip2: distdir
2875         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2876         $(am__post_remove_distdir)
2877
2878 dist-lzip: distdir
2879         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2880         $(am__post_remove_distdir)
2881 dist-xz: distdir
2882         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2883         $(am__post_remove_distdir)
2884
2885 dist-tarZ: distdir
2886         @echo WARNING: "Support for shar distribution archives is" \
2887                        "deprecated." >&2
2888         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2889         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2890         $(am__post_remove_distdir)
2891
2892 dist-shar: distdir
2893         @echo WARNING: "Support for distribution archives compressed with" \
2894                        "legacy program 'compress' is deprecated." >&2
2895         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2896         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2897         $(am__post_remove_distdir)
2898
2899 dist-zip: distdir
2900         -rm -f $(distdir).zip
2901         zip -rq $(distdir).zip $(distdir)
2902         $(am__post_remove_distdir)
2903
2904 dist dist-all:
2905         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2906         $(am__post_remove_distdir)
2907
2908 # This target untars the dist file and tries a VPATH configuration.  Then
2909 # it guarantees that the distribution is self-contained by making another
2910 # tarfile.
2911 distcheck: dist
2912         case '$(DIST_ARCHIVES)' in \
2913         *.tar.gz*) \
2914           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2915         *.tar.bz2*) \
2916           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2917         *.tar.lz*) \
2918           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2919         *.tar.xz*) \
2920           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2921         *.tar.Z*) \
2922           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2923         *.shar.gz*) \
2924           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2925         *.zip*) \
2926           unzip $(distdir).zip ;;\
2927         esac
2928         chmod -R a-w $(distdir)
2929         chmod u+w $(distdir)
2930         mkdir $(distdir)/_build $(distdir)/_inst
2931         chmod a-w $(distdir)
2932         test -d $(distdir)/_build || exit 0; \
2933         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2934           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2935           && am__cwd=`pwd` \
2936           && $(am__cd) $(distdir)/_build \
2937           && ../configure \
2938             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2939             $(DISTCHECK_CONFIGURE_FLAGS) \
2940             --srcdir=.. --prefix="$$dc_install_base" \
2941           && $(MAKE) $(AM_MAKEFLAGS) \
2942           && $(MAKE) $(AM_MAKEFLAGS) dvi \
2943           && $(MAKE) $(AM_MAKEFLAGS) check \
2944           && $(MAKE) $(AM_MAKEFLAGS) install \
2945           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2946           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2947           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2948                 distuninstallcheck \
2949           && chmod -R a-w "$$dc_install_base" \
2950           && ({ \
2951                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2952                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2953                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2954                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2955                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2956               } || { rm -rf "$$dc_destdir"; exit 1; }) \
2957           && rm -rf "$$dc_destdir" \
2958           && $(MAKE) $(AM_MAKEFLAGS) dist \
2959           && rm -rf $(DIST_ARCHIVES) \
2960           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2961           && cd "$$am__cwd" \
2962           || exit 1
2963         $(am__post_remove_distdir)
2964         @(echo "$(distdir) archives ready for distribution: "; \
2965           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2966           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2967 distuninstallcheck:
2968         @test -n '$(distuninstallcheck_dir)' || { \
2969           echo 'ERROR: trying to run $@ with an empty' \
2970                '$$(distuninstallcheck_dir)' >&2; \
2971           exit 1; \
2972         }; \
2973         $(am__cd) '$(distuninstallcheck_dir)' || { \
2974           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2975           exit 1; \
2976         }; \
2977         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2978            || { echo "ERROR: files left after uninstall:" ; \
2979                 if test -n "$(DESTDIR)"; then \
2980                   echo "  (check DESTDIR support)"; \
2981                 fi ; \
2982                 $(distuninstallcheck_listfiles) ; \
2983                 exit 1; } >&2
2984 distcleancheck: distclean
2985         @if test '$(srcdir)' = . ; then \
2986           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2987           exit 1 ; \
2988         fi
2989         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2990           || { echo "ERROR: files left in build directory after distclean:" ; \
2991                $(distcleancheck_listfiles) ; \
2992                exit 1; } >&2
2993 check-am: all-am
2994         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_DATA)
2995         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2996 check: check-recursive
2997 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
2998                 config.h
2999 install-binPROGRAMS: install-libLTLIBRARIES
3000
3001 installdirs: installdirs-recursive
3002 installdirs-am:
3003         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(pkgconfiglibdir)" "$(DESTDIR)$(systemdsystemunitdir)" "$(DESTDIR)$(includedir)"; do \
3004           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3005         done
3006 install: install-recursive
3007 install-exec: install-exec-recursive
3008 install-data: install-data-recursive
3009 uninstall: uninstall-recursive
3010
3011 install-am: all-am
3012         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3013
3014 installcheck: installcheck-recursive
3015 install-strip:
3016         if test -z '$(STRIP)'; then \
3017           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3018             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3019               install; \
3020         else \
3021           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3022             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3023             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3024         fi
3025 mostlyclean-generic:
3026         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
3027         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
3028         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
3029
3030 clean-generic:
3031
3032 distclean-generic:
3033         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3034         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3035         -rm -f demo/$(DEPDIR)/$(am__dirstamp)
3036         -rm -f demo/$(am__dirstamp)
3037         -rm -f src/cli/$(DEPDIR)/$(am__dirstamp)
3038         -rm -f src/cli/$(am__dirstamp)
3039         -rm -f src/core/$(DEPDIR)/$(am__dirstamp)
3040         -rm -f src/core/$(am__dirstamp)
3041         -rm -f src/db/$(DEPDIR)/$(am__dirstamp)
3042         -rm -f src/db/$(am__dirstamp)
3043         -rm -f src/libbuxton/$(DEPDIR)/$(am__dirstamp)
3044         -rm -f src/libbuxton/$(am__dirstamp)
3045         -rm -f src/security/$(DEPDIR)/$(am__dirstamp)
3046         -rm -f src/security/$(am__dirstamp)
3047         -rm -f src/shared/$(DEPDIR)/$(am__dirstamp)
3048         -rm -f src/shared/$(am__dirstamp)
3049         -rm -f test/$(DEPDIR)/$(am__dirstamp)
3050         -rm -f test/$(am__dirstamp)
3051
3052 maintainer-clean-generic:
3053         @echo "This command is intended for maintainers to use"
3054         @echo "it deletes files that may require special tools to rebuild."
3055 clean: clean-recursive
3056
3057 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
3058         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3059         clean-pkglibLTLIBRARIES clean-sbinPROGRAMS mostlyclean-am
3060
3061 distclean: distclean-recursive
3062         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3063         -rm -rf demo/$(DEPDIR) src/cli/$(DEPDIR) src/core/$(DEPDIR) src/db/$(DEPDIR) src/libbuxton/$(DEPDIR) src/security/$(DEPDIR) src/shared/$(DEPDIR) test/$(DEPDIR)
3064         -rm -f Makefile
3065 distclean-am: clean-am distclean-compile distclean-generic \
3066         distclean-hdr distclean-libtool distclean-local distclean-tags
3067
3068 dvi: dvi-recursive
3069
3070 dvi-am:
3071
3072 html: html-recursive
3073
3074 html-am:
3075
3076 info: info-recursive
3077
3078 info-am:
3079
3080 install-data-am: install-data-local install-includeHEADERS install-man \
3081         install-pkgconfiglibDATA install-systemdsystemunitDATA
3082         @$(NORMAL_INSTALL)
3083         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
3084 install-dvi: install-dvi-recursive
3085
3086 install-dvi-am:
3087
3088 install-exec-am: install-binPROGRAMS install-dist_sysconfDATA \
3089         install-libLTLIBRARIES install-pkglibLTLIBRARIES \
3090         install-sbinPROGRAMS
3091
3092 install-html: install-html-recursive
3093
3094 install-html-am:
3095
3096 install-info: install-info-recursive
3097
3098 install-info-am:
3099
3100 install-man: install-man1 install-man3 install-man5 install-man7 \
3101         install-man8
3102
3103 install-pdf: install-pdf-recursive
3104
3105 install-pdf-am:
3106
3107 install-ps: install-ps-recursive
3108
3109 install-ps-am:
3110
3111 installcheck-am:
3112
3113 maintainer-clean: maintainer-clean-recursive
3114         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3115         -rm -rf $(top_srcdir)/autom4te.cache
3116         -rm -rf demo/$(DEPDIR) src/cli/$(DEPDIR) src/core/$(DEPDIR) src/db/$(DEPDIR) src/libbuxton/$(DEPDIR) src/security/$(DEPDIR) src/shared/$(DEPDIR) test/$(DEPDIR)
3117         -rm -f Makefile
3118 maintainer-clean-am: distclean-am maintainer-clean-generic
3119
3120 mostlyclean: mostlyclean-recursive
3121
3122 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3123         mostlyclean-libtool
3124
3125 pdf: pdf-recursive
3126
3127 pdf-am:
3128
3129 ps: ps-recursive
3130
3131 ps-am:
3132
3133 uninstall-am: uninstall-binPROGRAMS uninstall-dist_sysconfDATA \
3134         uninstall-includeHEADERS uninstall-libLTLIBRARIES \
3135         uninstall-man uninstall-pkgconfiglibDATA \
3136         uninstall-pkglibLTLIBRARIES uninstall-sbinPROGRAMS \
3137         uninstall-systemdsystemunitDATA
3138         @$(NORMAL_INSTALL)
3139         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
3140 uninstall-man: uninstall-man1 uninstall-man3 uninstall-man5 \
3141         uninstall-man7 uninstall-man8
3142
3143 .MAKE: $(am__recursive_targets) all check-am install-am \
3144         install-data-am install-strip uninstall-am
3145
3146 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
3147         am--refresh check check-TESTS check-am clean clean-binPROGRAMS \
3148         clean-checkPROGRAMS clean-cscope clean-generic \
3149         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3150         clean-pkglibLTLIBRARIES clean-sbinPROGRAMS cscope \
3151         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
3152         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
3153         distcheck distclean distclean-compile distclean-generic \
3154         distclean-hdr distclean-libtool distclean-local distclean-tags \
3155         distcleancheck distdir distuninstallcheck dvi dvi-am html \
3156         html-am info info-am install install-am install-binPROGRAMS \
3157         install-data install-data-am install-data-hook \
3158         install-data-local install-dist_sysconfDATA install-dvi \
3159         install-dvi-am install-exec install-exec-am install-html \
3160         install-html-am install-includeHEADERS install-info \
3161         install-info-am install-libLTLIBRARIES install-man \
3162         install-man1 install-man3 install-man5 install-man7 \
3163         install-man8 install-pdf install-pdf-am \
3164         install-pkgconfiglibDATA install-pkglibLTLIBRARIES install-ps \
3165         install-ps-am install-sbinPROGRAMS install-strip \
3166         install-systemdsystemunitDATA installcheck installcheck-am \
3167         installdirs installdirs-am maintainer-clean \
3168         maintainer-clean-generic mostlyclean mostlyclean-compile \
3169         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3170         recheck tags tags-am uninstall uninstall-am \
3171         uninstall-binPROGRAMS uninstall-dist_sysconfDATA \
3172         uninstall-hook uninstall-includeHEADERS \
3173         uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
3174         uninstall-man3 uninstall-man5 uninstall-man7 uninstall-man8 \
3175         uninstall-pkgconfiglibDATA uninstall-pkglibLTLIBRARIES \
3176         uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA
3177
3178
3179 systemdsystemunit-install-hook:
3180         mkdir -p $(DESTDIR)$(systemdsystemunitdir)/sockets.target.wants
3181         ln -sf ../buxton.socket $(DESTDIR)$(systemdsystemunitdir)/sockets.target.wants/buxton.socket
3182
3183 install-data-local:
3184         $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/buxton
3185
3186 install-data-hook: systemdsystemunit-install-hook
3187
3188 systemdsystemunit-uninstall-hook:
3189         rm -f $(DESTDIR)$(systemdsystemunitdir)/sockets.target.wants/buxton.socket
3190
3191 uninstall-hook: systemdsystemunit-uninstall-hook
3192
3193 distclean-local:
3194         rm -f log-check-stderr-file
3195         rm -f test/databases/*.db
3196
3197 @COVERAGE_TRUE@coverage:
3198 @COVERAGE_TRUE@ mkdir -p coverage
3199 @COVERAGE_TRUE@ lcov --compat-libtool --directory . --capture --output-file coverage/report
3200 @COVERAGE_TRUE@ genhtml -o coverage/ coverage/report
3201
3202 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3203 # Otherwise a system limit (for SysV at least) may be exceeded.
3204 .NOEXPORT: