Rebuild for wheezy-backports.
[moonshot-ui.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
21 VPATH = @srcdir@
22 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23 am__make_running_with_option = \
24   case $${target_option-} in \
25       ?) ;; \
26       *) echo "am__make_running_with_option: internal error: invalid" \
27               "target option '$${target_option-}' specified" >&2; \
28          exit 1;; \
29   esac; \
30   has_opt=no; \
31   sane_makeflags=$$MAKEFLAGS; \
32   if $(am__is_gnu_make); then \
33     sane_makeflags=$$MFLAGS; \
34   else \
35     case $$MAKEFLAGS in \
36       *\\[\ \   ]*) \
37         bs=\\; \
38         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
40     esac; \
41   fi; \
42   skip_next=no; \
43   strip_trailopt () \
44   { \
45     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
46   }; \
47   for flg in $$sane_makeflags; do \
48     test $$skip_next = yes && { skip_next=no; continue; }; \
49     case $$flg in \
50       *=*|--*) continue;; \
51         -*I) strip_trailopt 'I'; skip_next=yes;; \
52       -*I?*) strip_trailopt 'I';; \
53         -*O) strip_trailopt 'O'; skip_next=yes;; \
54       -*O?*) strip_trailopt 'O';; \
55         -*l) strip_trailopt 'l'; skip_next=yes;; \
56       -*l?*) strip_trailopt 'l';; \
57       -[dEDm]) skip_next=yes;; \
58       -[JT]) skip_next=yes;; \
59     esac; \
60     case $$flg in \
61       *$$target_option*) has_opt=yes; break;; \
62     esac; \
63   done; \
64   test $$has_opt = yes
65 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67 pkgdatadir = $(datadir)/@PACKAGE@
68 pkgincludedir = $(includedir)/@PACKAGE@
69 pkglibdir = $(libdir)/@PACKAGE@
70 pkglibexecdir = $(libexecdir)/@PACKAGE@
71 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72 install_sh_DATA = $(install_sh) -c -m 644
73 install_sh_PROGRAM = $(install_sh) -c
74 install_sh_SCRIPT = $(install_sh) -c
75 INSTALL_HEADER = $(INSTALL_DATA)
76 transform = $(program_transform_name)
77 NORMAL_INSTALL = :
78 PRE_INSTALL = :
79 POST_INSTALL = :
80 NORMAL_UNINSTALL = :
81 PRE_UNINSTALL = :
82 POST_UNINSTALL = :
83 build_triplet = @build@
84 host_triplet = @host@
85 bin_PROGRAMS = src/moonshot$(EXEEXT) src/moonshot-webp$(EXEEXT)
86 @OS_WIN32_TRUE@am__append_1 = -DOS_WIN32
87 @OS_WIN32_TRUE@am__append_2 = --define=OS_WIN32
88 @OS_MACOS_TRUE@am__append_3 = -DOS_MACOS $(MAC_CFLAGS)
89 @OS_MACOS_TRUE@am__append_4 = --define=OS_MACOS --pkg gtk-mac-integration
90 @OS_MACOS_TRUE@am__append_5 = $(MAC_LIBS)
91 @OS_MACOS_TRUE@am__append_6 = $(MAC_LIBS)
92 @OS_LINUX_TRUE@am__append_7 = -I/usr/include/gnome-keyring-1
93 @OS_LINUX_TRUE@am__append_8 = --pkg moonshot-gnome-keyring --define=GNOME_KEYRING
94 @OS_LINUX_TRUE@am__append_9 = -lgnome-keyring
95 @OS_LINUX_TRUE@am__append_10 = -lgnome-keyring
96 @IPC_MSRPC_TRUE@am__append_11 = -Isrc
97 @IPC_MSRPC_TRUE@am__append_12 = \
98 @IPC_MSRPC_TRUE@        --pkg moonshot-msrpc --pkg msrpc-1.0 \
99 @IPC_MSRPC_TRUE@        --define=IPC_MSRPC
100
101 @IPC_MSRPC_TRUE@am__append_13 = \
102 @IPC_MSRPC_TRUE@        libmoonshot/libmoonshot-msrpc.c
103
104 @IPC_DBUS_TRUE@am__append_14 = libmoonshot/libmoonshot-dbus.c
105 @IPC_DBUS_GLIB_TRUE@@IPC_DBUS_TRUE@am__append_15 = \
106 @IPC_DBUS_GLIB_TRUE@@IPC_DBUS_TRUE@     --pkg dbus-glib-1 \
107 @IPC_DBUS_GLIB_TRUE@@IPC_DBUS_TRUE@     --define=IPC_DBUS_GLIB \
108 @IPC_DBUS_GLIB_TRUE@@IPC_DBUS_TRUE@     --define=IPC_DBUS
109
110 @IPC_DBUS_GLIB_TRUE@@IPC_DBUS_TRUE@am__append_16 = -DIPC_DBUS_GLIB
111 @IPC_DBUS_GLIB_FALSE@@IPC_DBUS_TRUE@am__append_17 = \
112 @IPC_DBUS_GLIB_FALSE@@IPC_DBUS_TRUE@    --pkg gio-2.0 \
113 @IPC_DBUS_GLIB_FALSE@@IPC_DBUS_TRUE@    --define=IPC_GDBUS \
114 @IPC_DBUS_GLIB_FALSE@@IPC_DBUS_TRUE@    --define=IPC_DBUS
115
116 noinst_PROGRAMS = examples/client$(EXEEXT) \
117         examples/service-selection$(EXEEXT) tests/basic$(EXEEXT)
118 subdir = .
119 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
120         $(top_srcdir)/configure $(am__configure_deps) \
121         $(srcdir)/config.h.in $(srcdir)/moonshot.desktop.in \
122         $(srcdir)/moonshot-webp.desktop.in \
123         $(srcdir)/moonshot-ui.spec.in \
124         src/moonshot-identity-manager-app.c \
125         src/moonshot-identity-management-view.c \
126         src/moonshot-local-flat-file-store.c \
127         src/moonshot-keyring-store.c src/moonshot-idcard-store.c \
128         src/moonshot-id.c src/moonshot-add-dialog.c \
129         src/moonshot-idcard-widget.c src/moonshot-custom-vbox.c \
130         src/moonshot-identities-manager.c \
131         src/moonshot-identity-request.c src/moonshot-server.c \
132         src/moonshot-password-dialog.c \
133         src/moonshot-provisioning-common.c src/moonshot-utils.c \
134         src/moonshot-webp-parser.c $(top_srcdir)/build-aux/depcomp \
135         $(srcdir)/config.vapi $(srcdir)/src_moonshot_vala.stamp \
136         $(srcdir)/src_moonshot_webp_vala.stamp \
137         $(dist_moonshotsysconf_DATA) $(dist_pkgdata_DATA) \
138         $(include_HEADERS) $(noinst_HEADERS) ABOUT-NLS INSTALL \
139         build-aux/compile build-aux/config.guess \
140         build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
141         build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
142         $(top_srcdir)/build-aux/compile \
143         $(top_srcdir)/build-aux/config.guess \
144         $(top_srcdir)/build-aux/config.rpath \
145         $(top_srcdir)/build-aux/config.sub \
146         $(top_srcdir)/build-aux/install-sh \
147         $(top_srcdir)/build-aux/ltmain.sh \
148         $(top_srcdir)/build-aux/missing
149 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
150 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
151         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
152         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
153         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
154         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
155         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
156         $(top_srcdir)/m4/msrpc-mingw-1.0.m4 $(top_srcdir)/m4/nls.m4 \
157         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
158         $(top_srcdir)/configure.ac
159 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
160         $(ACLOCAL_M4)
161 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
162  configure.lineno config.status.lineno
163 mkinstalldirs = $(install_sh) -d
164 CONFIG_HEADER = config.h
165 CONFIG_CLEAN_FILES = moonshot.desktop moonshot-webp.desktop \
166         moonshot-ui.spec
167 CONFIG_CLEAN_VPATH_FILES =
168 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169 am__vpath_adj = case $$p in \
170     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171     *) f=$$p;; \
172   esac;
173 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174 am__install_max = 40
175 am__nobase_strip_setup = \
176   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177 am__nobase_strip = \
178   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179 am__nobase_list = $(am__nobase_strip_setup); \
180   for p in $$list; do echo "$$p $$p"; done | \
181   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183     if (++n[$$2] == $(am__install_max)) \
184       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185     END { for (dir in files) print dir, files[dir] }'
186 am__base_list = \
187   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189 am__uninstall_files_from_dir = { \
190   test -z "$$files" \
191     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193          $(am__cd) "$$dir" && rm -f $$files; }; \
194   }
195 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
196         "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(dbusservicedir)" \
197         "$(DESTDIR)$(moonshotsysconfdir)" "$(DESTDIR)$(pkgdatadir)" \
198         "$(DESTDIR)$(dotdesktopdir)" "$(DESTDIR)$(mimedir)" \
199         "$(DESTDIR)$(includedir)"
200 LTLIBRARIES = $(lib_LTLIBRARIES)
201 am__DEPENDENCIES_1 =
202 libmoonshot_libmoonshot_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
203 am__libmoonshot_libmoonshot_la_SOURCES_DIST =  \
204         libmoonshot/libmoonshot-common.c \
205         libmoonshot/libmoonshot-msrpc.c libmoonshot/libmoonshot-dbus.c
206 am__dirstamp = $(am__leading_dot)dirstamp
207 @IPC_MSRPC_TRUE@am__objects_1 = libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo
208 @IPC_DBUS_TRUE@am__objects_2 = libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo
209 am_libmoonshot_libmoonshot_la_OBJECTS =  \
210         libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo \
211         $(am__objects_1) $(am__objects_2)
212 @IPC_MSRPC_TRUE@nodist_libmoonshot_libmoonshot_la_OBJECTS = libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo
213 libmoonshot_libmoonshot_la_OBJECTS =  \
214         $(am_libmoonshot_libmoonshot_la_OBJECTS) \
215         $(nodist_libmoonshot_libmoonshot_la_OBJECTS)
216 AM_V_lt = $(am__v_lt_@AM_V@)
217 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
218 am__v_lt_0 = --silent
219 am__v_lt_1 = 
220 libmoonshot_libmoonshot_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
221         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
222         $(AM_CFLAGS) $(CFLAGS) $(libmoonshot_libmoonshot_la_LDFLAGS) \
223         $(LDFLAGS) -o $@
224 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
225 am_examples_client_OBJECTS =  \
226         examples/examples_client-client.$(OBJEXT)
227 examples_client_OBJECTS = $(am_examples_client_OBJECTS)
228 examples_client_DEPENDENCIES =  \
229         ${top_builddir}/libmoonshot/libmoonshot.la
230 am_examples_service_selection_OBJECTS = examples/examples_service_selection-service-selection.$(OBJEXT)
231 examples_service_selection_OBJECTS =  \
232         $(am_examples_service_selection_OBJECTS)
233 @OS_MACOS_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
234 am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2)
235 examples_service_selection_DEPENDENCIES =  \
236         ${top_builddir}/libmoonshot/libmoonshot.la \
237         $(am__DEPENDENCIES_3)
238 am_src_moonshot_OBJECTS =  \
239         src/src_moonshot-moonshot-identity-manager-app.$(OBJEXT) \
240         src/src_moonshot-moonshot-identity-management-view.$(OBJEXT) \
241         src/src_moonshot-moonshot-local-flat-file-store.$(OBJEXT) \
242         src/src_moonshot-moonshot-keyring-store.$(OBJEXT) \
243         src/src_moonshot-moonshot-idcard-store.$(OBJEXT) \
244         src/src_moonshot-moonshot-id.$(OBJEXT) \
245         src/src_moonshot-moonshot-add-dialog.$(OBJEXT) \
246         src/src_moonshot-moonshot-idcard-widget.$(OBJEXT) \
247         src/src_moonshot-moonshot-custom-vbox.$(OBJEXT) \
248         src/src_moonshot-moonshot-identities-manager.$(OBJEXT) \
249         src/src_moonshot-moonshot-identity-request.$(OBJEXT) \
250         src/src_moonshot-moonshot-server.$(OBJEXT) \
251         src/src_moonshot-moonshot-password-dialog.$(OBJEXT) \
252         src/src_moonshot-moonshot-provisioning-common.$(OBJEXT) \
253         src/src_moonshot-moonshot-utils.$(OBJEXT) \
254         src/src_moonshot-moonshot-futils.$(OBJEXT)
255 @IPC_MSRPC_TRUE@nodist_src_moonshot_OBJECTS = libmoonshot/src_moonshot-moonshot-msrpc_s.$(OBJEXT)
256 src_moonshot_OBJECTS = $(am_src_moonshot_OBJECTS) \
257         $(nodist_src_moonshot_OBJECTS)
258 src_moonshot_DEPENDENCIES = $(am__DEPENDENCIES_3) \
259         $(am__DEPENDENCIES_2)
260 src_moonshot_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
261         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(src_moonshot_CFLAGS) \
262         $(CFLAGS) $(src_moonshot_LDFLAGS) $(LDFLAGS) -o $@
263 am_src_moonshot_webp_OBJECTS =  \
264         src/src_moonshot_webp-moonshot-webp-parser.$(OBJEXT) \
265         src/src_moonshot_webp-moonshot-provisioning-common.$(OBJEXT) \
266         src/src_moonshot_webp-moonshot-id.$(OBJEXT)
267 src_moonshot_webp_OBJECTS = $(am_src_moonshot_webp_OBJECTS)
268 src_moonshot_webp_DEPENDENCIES = $(am__DEPENDENCIES_3) \
269         ${top_builddir}/libmoonshot/libmoonshot.la
270 src_moonshot_webp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
271         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
272         $(src_moonshot_webp_CFLAGS) $(CFLAGS) \
273         $(src_moonshot_webp_LDFLAGS) $(LDFLAGS) -o $@
274 am_tests_basic_OBJECTS = tests/tests_basic-basic.$(OBJEXT)
275 tests_basic_OBJECTS = $(am_tests_basic_OBJECTS)
276 tests_basic_DEPENDENCIES = ${top_builddir}/libmoonshot/libmoonshot.la \
277         $(am__DEPENDENCIES_3)
278 SCRIPTS = $(pkglibexec_SCRIPTS)
279 AM_V_P = $(am__v_P_@AM_V@)
280 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
281 am__v_P_0 = false
282 am__v_P_1 = :
283 AM_V_GEN = $(am__v_GEN_@AM_V@)
284 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
285 am__v_GEN_0 = @echo "  GEN     " $@;
286 am__v_GEN_1 = 
287 AM_V_at = $(am__v_at_@AM_V@)
288 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
289 am__v_at_0 = @
290 am__v_at_1 = 
291 DEFAULT_INCLUDES = -I.@am__isrc@
292 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
293 am__depfiles_maybe = depfiles
294 am__mv = mv -f
295 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
296         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
297 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
298         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
299         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
300         $(AM_CFLAGS) $(CFLAGS)
301 AM_V_CC = $(am__v_CC_@AM_V@)
302 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
303 am__v_CC_0 = @echo "  CC      " $@;
304 am__v_CC_1 = 
305 CCLD = $(CC)
306 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
307         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
308         $(AM_LDFLAGS) $(LDFLAGS) -o $@
309 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
310 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
311 am__v_CCLD_0 = @echo "  CCLD    " $@;
312 am__v_CCLD_1 = 
313 VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS)
314 LTVALACOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
315         $(LIBTOOLFLAGS) --mode=compile $(VALAC) $(AM_VALAFLAGS) \
316         $(VALAFLAGS)
317 AM_V_VALAC = $(am__v_VALAC_@AM_V@)
318 am__v_VALAC_ = $(am__v_VALAC_@AM_DEFAULT_V@)
319 am__v_VALAC_0 = @echo "  VALAC   " $@;
320 am__v_VALAC_1 = 
321 SOURCES = $(libmoonshot_libmoonshot_la_SOURCES) \
322         $(nodist_libmoonshot_libmoonshot_la_SOURCES) \
323         $(examples_client_SOURCES) \
324         $(examples_service_selection_SOURCES) $(src_moonshot_SOURCES) \
325         $(nodist_src_moonshot_SOURCES) $(src_moonshot_webp_SOURCES) \
326         $(tests_basic_SOURCES)
327 DIST_SOURCES = $(am__libmoonshot_libmoonshot_la_SOURCES_DIST) \
328         $(examples_client_SOURCES) \
329         $(examples_service_selection_SOURCES) $(src_moonshot_SOURCES) \
330         $(src_moonshot_webp_SOURCES) $(tests_basic_SOURCES)
331 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
332         ctags-recursive dvi-recursive html-recursive info-recursive \
333         install-data-recursive install-dvi-recursive \
334         install-exec-recursive install-html-recursive \
335         install-info-recursive install-pdf-recursive \
336         install-ps-recursive install-recursive installcheck-recursive \
337         installdirs-recursive pdf-recursive ps-recursive \
338         tags-recursive uninstall-recursive
339 am__can_run_installinfo = \
340   case $$AM_UPDATE_INFO_DIR in \
341     n|no|NO) false;; \
342     *) (install-info --version) >/dev/null 2>&1;; \
343   esac
344 DATA = $(dbusservice_DATA) $(dist_moonshotsysconf_DATA) \
345         $(dist_pkgdata_DATA) $(dotdesktop_DATA) $(mime_DATA) \
346         $(noinst_DATA)
347 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
348 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
349   distclean-recursive maintainer-clean-recursive
350 am__recursive_targets = \
351   $(RECURSIVE_TARGETS) \
352   $(RECURSIVE_CLEAN_TARGETS) \
353   $(am__extra_recursive_targets)
354 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
355         cscope distdir dist dist-all distcheck
356 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
357         $(LISP)config.h.in
358 # Read a list of newline-separated strings from the standard input,
359 # and print each of them once, without duplicates.  Input order is
360 # *not* preserved.
361 am__uniquify_input = $(AWK) '\
362   BEGIN { nonempty = 0; } \
363   { items[$$0] = 1; nonempty = 1; } \
364   END { if (nonempty) { for (i in items) print i; }; } \
365 '
366 # Make sure the list of sources is unique.  This is necessary because,
367 # e.g., the same source file might be shared among _SOURCES variables
368 # for different programs/libraries.
369 am__define_uniq_tagged_files = \
370   list='$(am__tagged_files)'; \
371   unique=`for i in $$list; do \
372     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373   done | $(am__uniquify_input)`
374 ETAGS = etags
375 CTAGS = ctags
376 CSCOPE = cscope
377 DIST_SUBDIRS = $(SUBDIRS)
378 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
379 distdir = $(PACKAGE)-$(VERSION)
380 top_distdir = $(distdir)
381 am__remove_distdir = \
382   if test -d "$(distdir)"; then \
383     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
384       && rm -rf "$(distdir)" \
385       || { sleep 5 && rm -rf "$(distdir)"; }; \
386   else :; fi
387 am__post_remove_distdir = $(am__remove_distdir)
388 am__relativize = \
389   dir0=`pwd`; \
390   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
391   sed_rest='s,^[^/]*/*,,'; \
392   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
393   sed_butlast='s,/*[^/]*$$,,'; \
394   while test -n "$$dir1"; do \
395     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
396     if test "$$first" != "."; then \
397       if test "$$first" = ".."; then \
398         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
399         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
400       else \
401         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
402         if test "$$first2" = "$$first"; then \
403           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
404         else \
405           dir2="../$$dir2"; \
406         fi; \
407         dir0="$$dir0"/"$$first"; \
408       fi; \
409     fi; \
410     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
411   done; \
412   reldir="$$dir2"
413 GZIP_ENV = --best
414 DIST_ARCHIVES = $(distdir).tar.xz
415 DIST_TARGETS = dist-xz
416 distuninstallcheck_listfiles = find . -type f -print
417 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
418   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
419 distcleancheck_listfiles = find . -type f -print
420 ACLOCAL = @ACLOCAL@
421 AMTAR = @AMTAR@
422 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
423 AR = @AR@
424 AS = @AS@
425 AUTOCONF = @AUTOCONF@
426 AUTOHEADER = @AUTOHEADER@
427 AUTOMAKE = @AUTOMAKE@
428 AWK = @AWK@
429 CC = @CC@
430 CCDEPMODE = @CCDEPMODE@
431 CFLAGS = @CFLAGS@
432 CPP = @CPP@
433 CPPFLAGS = @CPPFLAGS@
434 CYGPATH_W = @CYGPATH_W@
435 DEFS = @DEFS@
436 DEPDIR = @DEPDIR@
437 DLLTOOL = @DLLTOOL@
438 DSYMUTIL = @DSYMUTIL@
439 DUMPBIN = @DUMPBIN@
440 ECHO_C = @ECHO_C@
441 ECHO_N = @ECHO_N@
442 ECHO_T = @ECHO_T@
443 EGREP = @EGREP@
444 EXEEXT = @EXEEXT@
445 FGREP = @FGREP@
446 GDBUS_CFLAGS = @GDBUS_CFLAGS@
447 GDBUS_LIBS = @GDBUS_LIBS@
448 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
449 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
450 GMSGFMT = @GMSGFMT@
451 GMSGFMT_015 = @GMSGFMT_015@
452 GREP = @GREP@
453 GTK_CFLAGS = @GTK_CFLAGS@
454 GTK_LIBS = @GTK_LIBS@
455 IMAGEMAGICK_CONVERT = @IMAGEMAGICK_CONVERT@
456 INSTALL = @INSTALL@
457 INSTALL_DATA = @INSTALL_DATA@
458 INSTALL_PROGRAM = @INSTALL_PROGRAM@
459 INSTALL_SCRIPT = @INSTALL_SCRIPT@
460 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
461 INTLLIBS = @INTLLIBS@
462 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
463 LD = @LD@
464 LDFLAGS = @LDFLAGS@
465 LIBICONV = @LIBICONV@
466 LIBINTL = @LIBINTL@
467 LIBOBJS = @LIBOBJS@
468 LIBS = @LIBS@
469 LIBTOOL = @LIBTOOL@
470 LIPO = @LIPO@
471 LN_S = @LN_S@
472 LTLIBICONV = @LTLIBICONV@
473 LTLIBINTL = @LTLIBINTL@
474 LTLIBOBJS = @LTLIBOBJS@
475 MAC_CFLAGS = @MAC_CFLAGS@
476 MAC_LIBS = @MAC_LIBS@
477 MAINT = @MAINT@
478 MAKEINFO = @MAKEINFO@
479 MANIFEST_TOOL = @MANIFEST_TOOL@
480 MIDL = @MIDL@
481 MIDL_WRAPPER = @MIDL_WRAPPER@
482 MKDIR_P = @MKDIR_P@
483 MOONSHOT_APP = @MOONSHOT_APP@
484 MOONSHOT_WEBP = @MOONSHOT_WEBP@
485 MSGFMT = @MSGFMT@
486 MSGFMT_015 = @MSGFMT_015@
487 MSGMERGE = @MSGMERGE@
488 MSRPC_CFLAGS = @MSRPC_CFLAGS@
489 MSRPC_LIBS = @MSRPC_LIBS@
490 MSVC_LIB = @MSVC_LIB@
491 NM = @NM@
492 NMEDIT = @NMEDIT@
493 OBJDUMP = @OBJDUMP@
494 OBJEXT = @OBJEXT@
495 OTOOL = @OTOOL@
496 OTOOL64 = @OTOOL64@
497 PACKAGE = @PACKAGE@
498 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
499 PACKAGE_NAME = @PACKAGE_NAME@
500 PACKAGE_STRING = @PACKAGE_STRING@
501 PACKAGE_TARNAME = @PACKAGE_TARNAME@
502 PACKAGE_URL = @PACKAGE_URL@
503 PACKAGE_VERSION = @PACKAGE_VERSION@
504 PATH_SEPARATOR = @PATH_SEPARATOR@
505 PKG_CONFIG = @PKG_CONFIG@
506 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
507 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
508 POSUB = @POSUB@
509 RANLIB = @RANLIB@
510 SED = @SED@
511 SET_MAKE = @SET_MAKE@
512 SHELL = @SHELL@
513 STRIP = @STRIP@
514 UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
515 UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
516 USE_NLS = @USE_NLS@
517 VALAC = @VALAC@
518 VERSION = @VERSION@
519 WIX_CANDLE = @WIX_CANDLE@
520 WIX_LIGHT = @WIX_LIGHT@
521 XGETTEXT = @XGETTEXT@
522 XGETTEXT_015 = @XGETTEXT_015@
523 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
524 abs_builddir = @abs_builddir@
525 abs_srcdir = @abs_srcdir@
526 abs_top_builddir = @abs_top_builddir@
527 abs_top_srcdir = @abs_top_srcdir@
528 ac_ct_AR = @ac_ct_AR@
529 ac_ct_CC = @ac_ct_CC@
530 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
531 am__include = @am__include@
532 am__leading_dot = @am__leading_dot@
533 am__quote = @am__quote@
534 am__tar = @am__tar@
535 am__untar = @am__untar@
536 bindir = @bindir@
537 build = @build@
538 build_alias = @build_alias@
539 build_cpu = @build_cpu@
540 build_os = @build_os@
541 build_vendor = @build_vendor@
542 builddir = @builddir@
543 datadir = @datadir@
544 datarootdir = @datarootdir@
545 docdir = @docdir@
546 dvidir = @dvidir@
547 exec_prefix = @exec_prefix@
548 host = @host@
549 host_alias = @host_alias@
550 host_cpu = @host_cpu@
551 host_os = @host_os@
552 host_vendor = @host_vendor@
553 htmldir = @htmldir@
554 includedir = @includedir@
555 infodir = @infodir@
556 install_sh = @install_sh@
557 libdir = @libdir@
558 libexecdir = @libexecdir@
559 libmoonshot_CFLAGS = @libmoonshot_CFLAGS@
560 libmoonshot_LIBS = @libmoonshot_LIBS@
561 localedir = @localedir@
562 localstatedir = @localstatedir@
563 mandir = @mandir@
564 mkdir_p = @mkdir_p@
565 moonshot_CFLAGS = @moonshot_CFLAGS@
566 moonshot_LIBS = @moonshot_LIBS@ $(am__append_5)
567 oldincludedir = @oldincludedir@
568 pdfdir = @pdfdir@
569 prefix = @prefix@
570 program_transform_name = @program_transform_name@
571 psdir = @psdir@
572 sbindir = @sbindir@
573 sharedstatedir = @sharedstatedir@
574 srcdir = @srcdir@
575 sysconfdir = @sysconfdir@
576 target_alias = @target_alias@
577 top_build_prefix = @top_build_prefix@
578 top_builddir = @top_builddir@
579 top_srcdir = @top_srcdir@
580 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
581 SUBDIRS = po
582 moonshotsysconfdir = ${sysconfdir}/moonshot
583 lib_LTLIBRARIES = libmoonshot/libmoonshot.la
584 pkglibexec_SCRIPTS = moonshot-dbus-launch
585 dist_pkgdata_DATA = webprovisioning/default-identity.msht
586 dist_moonshotsysconf_DATA = flatstore-users
587 AM_CFLAGS = -g -O0 -Wall
588 AM_CPPFLAGS = -include config.h -DLOCALEDIR=\""$(localedir)"\" \
589         -DMOONSHOT_LAUNCH_SCRIPT='"$(pkglibexecdir)/moonshot-dbus-launch"' \
590         -DMOONSHOT_FLATSTORE_USERS='"$(moonshotsysconfdir)/flatstore-users"' \
591         -I$(top_srcdir)/libmoonshot -I$(top_builddir)/libmoonshot \
592         $(am__append_1) $(am__append_3) $(am__append_7) \
593         $(am__append_11) $(am__append_16)
594 AM_VALAFLAGS = -g config.vapi --vapidir=$(top_srcdir)/vapi --pkg \
595         gio-2.0 $(am__append_2) $(am__append_4) $(am__append_8) \
596         $(am__append_12) $(am__append_15) $(am__append_17)
597 libmoonshot_libmoonshot_la_CPPFLAGS = \
598         $(libmoonshot_CFLAGS) \
599         $(AM_CPPFLAGS) 
600
601 libmoonshot_libmoonshot_la_SOURCES = libmoonshot/libmoonshot-common.c \
602         $(am__append_13) $(am__append_14)
603 libmoonshot_libmoonshot_la_LIBADD = $(libmoonshot_LIBS)
604 libmoonshot_libmoonshot_la_LDFLAGS = -no-undefined -version-info 1:0:0
605 include_HEADERS = libmoonshot/libmoonshot.h
606 noinst_HEADERS = libmoonshot/libmoonshot-common.h
607 src_moonshot_SOURCES = \
608         src/moonshot-identity-manager-app.vala \
609         src/moonshot-identity-management-view.vala \
610         src/moonshot-local-flat-file-store.vala \
611         src/moonshot-keyring-store.vala \
612         src/moonshot-idcard-store.vala \
613         src/moonshot-id.vala \
614         src/moonshot-add-dialog.vala \
615         src/moonshot-idcard-widget.vala \
616         src/moonshot-custom-vbox.vala \
617         src/moonshot-identities-manager.vala \
618         src/moonshot-identity-request.vala \
619         src/moonshot-server.vala \
620         src/moonshot-password-dialog.vala \
621         src/moonshot-provisioning-common.vala \
622         src/moonshot-utils.vala \
623         src/moonshot-futils.c
624
625 src_moonshot_webp_SOURCES = \
626         src/moonshot-webp-parser.vala \
627         src/moonshot-provisioning-common.vala \
628         src/moonshot-id.vala
629
630 src_moonshot_VALAFLAGS = --pkg gdk-2.0 --pkg gtk+-2.0 --pkg gee-1.0 $(AM_VALAFLAGS)
631 src_moonshot_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)  
632 src_moonshot_LDADD = $(moonshot_LIBS) $(am__append_6)
633 src_moonshot_LDFLAGS = -g -O0 $(am__append_9)
634 src_moonshot_webp_VALAFLAGS = --vapidir=$(top_srcdir)/libmoonshot  --pkg gtk+-2.0 --pkg gdk-2.0 --pkg libmoonshot $(AM_VALAFLAGS)
635 src_moonshot_webp_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
636 src_moonshot_webp_LDADD = $(moonshot_LIBS) ${top_builddir}/libmoonshot/libmoonshot.la
637 src_moonshot_webp_LDFLAGS = $(am__append_10)
638 @OS_WIN32_TRUE@src_moonshot_CFLAGS = -mwindows
639 @OS_WIN32_TRUE@src_moonshot_webp_CFLAGS = -mconsole
640 @OS_WIN32_TRUE@noinst_DATA = libmoonshot/libmoonshot.lib
641 @OS_LINUX_TRUE@mimedir = $(datadir)/mime/packages
642 @OS_LINUX_TRUE@mime_DATA = webprovisioning/moonshot.xml
643 @OS_LINUX_TRUE@dotdesktopdir = $(datadir)/applications
644 @OS_LINUX_TRUE@dotdesktop_DATA = moonshot.desktop moonshot-webp.desktop
645 @IPC_MSRPC_TRUE@BUILT_SOURCES = libmoonshot/moonshot-msrpc.h \
646 @IPC_MSRPC_TRUE@                libmoonshot/moonshot-msrpc_s.c \
647 @IPC_MSRPC_TRUE@                libmoonshot/moonshot-msrpc_c.c
648
649 @IPC_MSRPC_TRUE@DISTCLEANFILES = ${BUILT_SOURCES}
650 @IPC_MSRPC_TRUE@nodist_src_moonshot_SOURCES = \
651 @IPC_MSRPC_TRUE@        libmoonshot/moonshot-msrpc_s.c
652
653 @IPC_MSRPC_TRUE@nodist_libmoonshot_libmoonshot_la_SOURCES = \
654 @IPC_MSRPC_TRUE@        libmoonshot/moonshot-msrpc_c.c
655
656
657 # DBus service file
658 @IPC_DBUS_TRUE@dbusservicedir = $(datadir)/dbus-1/services
659 @IPC_DBUS_TRUE@@OS_MACOS_FALSE@dbusservice_in_files = org.janet.Moonshot.service.in
660 @IPC_DBUS_TRUE@@OS_MACOS_TRUE@dbusservice_in_files = org.janet.Moonshot.service.mac
661 @IPC_DBUS_TRUE@@OS_MACOS_FALSE@dbusservice_DATA = $(dbusservice_in_files:.service.in=.service)
662 @IPC_DBUS_TRUE@@OS_MACOS_TRUE@dbusservice_DATA = $(dbusservice_in_files:.service.mac=.service)
663 @IPC_DBUS_TRUE@CLEANFILES = $(dbusservice_DATA)
664 EXTRA_DIST = webprovisioning/moonshot.xml $(dbusservice_in_files) \
665         webprovisioning/complex-test.msht webprovisioning/sample.msht \
666         README.webprovisioning README.windows \
667         moonshot-dbus-launch \
668         moonshot-ui.spec \
669         vapi/moonshot-gnome-keyring.vapi
670
671 examples_service_selection_SOURCES = examples/service-selection.c
672 examples_service_selection_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
673 examples_service_selection_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la $(moonshot_LIBS)
674 examples_client_SOURCES = examples/client.c
675 examples_client_CPPFLAGS = $(libmoonshot_CFLAGS) $(AM_CPPFLAGS)
676 examples_client_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la
677 tests_basic_SOURCES = tests/basic.c
678 tests_basic_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
679 tests_basic_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la $(moonshot_LIBS)
680 @OS_MACOS_TRUE@installerdir = $(HOME)/moonshot/mac-client-installer
681 all: $(BUILT_SOURCES) config.h
682         $(MAKE) $(AM_MAKEFLAGS) all-recursive
683
684 .SUFFIXES:
685 .SUFFIXES: .c .lo .o .obj
686 am--refresh: Makefile
687         @:
688 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
689         @for dep in $?; do \
690           case '$(am__configure_deps)' in \
691             *$$dep*) \
692               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
693               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
694                 && exit 0; \
695               exit 1;; \
696           esac; \
697         done; \
698         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
699         $(am__cd) $(top_srcdir) && \
700           $(AUTOMAKE) --foreign Makefile
701 .PRECIOUS: Makefile
702 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
703         @case '$?' in \
704           *config.status*) \
705             echo ' $(SHELL) ./config.status'; \
706             $(SHELL) ./config.status;; \
707           *) \
708             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
709             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
710         esac;
711
712 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
713         $(SHELL) ./config.status --recheck
714
715 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
716         $(am__cd) $(srcdir) && $(AUTOCONF)
717 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
718         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
719 $(am__aclocal_m4_deps):
720
721 config.h: stamp-h1
722         @test -f $@ || rm -f stamp-h1
723         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
724
725 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
726         @rm -f stamp-h1
727         cd $(top_builddir) && $(SHELL) ./config.status config.h
728 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
729         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
730         rm -f stamp-h1
731         touch $@
732
733 distclean-hdr:
734         -rm -f config.h stamp-h1
735 moonshot.desktop: $(top_builddir)/config.status $(srcdir)/moonshot.desktop.in
736         cd $(top_builddir) && $(SHELL) ./config.status $@
737 moonshot-webp.desktop: $(top_builddir)/config.status $(srcdir)/moonshot-webp.desktop.in
738         cd $(top_builddir) && $(SHELL) ./config.status $@
739 moonshot-ui.spec: $(top_builddir)/config.status $(srcdir)/moonshot-ui.spec.in
740         cd $(top_builddir) && $(SHELL) ./config.status $@
741
742 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
743         @$(NORMAL_INSTALL)
744         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
745         list2=; for p in $$list; do \
746           if test -f $$p; then \
747             list2="$$list2 $$p"; \
748           else :; fi; \
749         done; \
750         test -z "$$list2" || { \
751           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
752           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
753           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
754           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
755         }
756
757 uninstall-libLTLIBRARIES:
758         @$(NORMAL_UNINSTALL)
759         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
760         for p in $$list; do \
761           $(am__strip_dir) \
762           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
763           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
764         done
765
766 clean-libLTLIBRARIES:
767         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
768         @list='$(lib_LTLIBRARIES)'; \
769         locs=`for p in $$list; do echo $$p; done | \
770               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
771               sort -u`; \
772         test -z "$$locs" || { \
773           echo rm -f $${locs}; \
774           rm -f $${locs}; \
775         }
776 libmoonshot/$(am__dirstamp):
777         @$(MKDIR_P) libmoonshot
778         @: > libmoonshot/$(am__dirstamp)
779 libmoonshot/$(DEPDIR)/$(am__dirstamp):
780         @$(MKDIR_P) libmoonshot/$(DEPDIR)
781         @: > libmoonshot/$(DEPDIR)/$(am__dirstamp)
782 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo:  \
783         libmoonshot/$(am__dirstamp) \
784         libmoonshot/$(DEPDIR)/$(am__dirstamp)
785 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo:  \
786         libmoonshot/$(am__dirstamp) \
787         libmoonshot/$(DEPDIR)/$(am__dirstamp)
788 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo:  \
789         libmoonshot/$(am__dirstamp) \
790         libmoonshot/$(DEPDIR)/$(am__dirstamp)
791 libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo:  \
792         libmoonshot/$(am__dirstamp) \
793         libmoonshot/$(DEPDIR)/$(am__dirstamp)
794
795 libmoonshot/libmoonshot.la: $(libmoonshot_libmoonshot_la_OBJECTS) $(libmoonshot_libmoonshot_la_DEPENDENCIES) $(EXTRA_libmoonshot_libmoonshot_la_DEPENDENCIES) libmoonshot/$(am__dirstamp)
796         $(AM_V_CCLD)$(libmoonshot_libmoonshot_la_LINK) -rpath $(libdir) $(libmoonshot_libmoonshot_la_OBJECTS) $(libmoonshot_libmoonshot_la_LIBADD) $(LIBS)
797 install-binPROGRAMS: $(bin_PROGRAMS)
798         @$(NORMAL_INSTALL)
799         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
800         if test -n "$$list"; then \
801           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
802           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
803         fi; \
804         for p in $$list; do echo "$$p $$p"; done | \
805         sed 's/$(EXEEXT)$$//' | \
806         while read p p1; do if test -f $$p \
807          || test -f $$p1 \
808           ; then echo "$$p"; echo "$$p"; else :; fi; \
809         done | \
810         sed -e 'p;s,.*/,,;n;h' \
811             -e 's|.*|.|' \
812             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
813         sed 'N;N;N;s,\n, ,g' | \
814         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
815           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
816             if ($$2 == $$4) files[d] = files[d] " " $$1; \
817             else { print "f", $$3 "/" $$4, $$1; } } \
818           END { for (d in files) print "f", d, files[d] }' | \
819         while read type dir files; do \
820             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
821             test -z "$$files" || { \
822             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
823             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
824             } \
825         ; done
826
827 uninstall-binPROGRAMS:
828         @$(NORMAL_UNINSTALL)
829         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
830         files=`for p in $$list; do echo "$$p"; done | \
831           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
832               -e 's/$$/$(EXEEXT)/' \
833         `; \
834         test -n "$$list" || exit 0; \
835         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
836         cd "$(DESTDIR)$(bindir)" && rm -f $$files
837
838 clean-binPROGRAMS:
839         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
840         echo " rm -f" $$list; \
841         rm -f $$list || exit $$?; \
842         test -n "$(EXEEXT)" || exit 0; \
843         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
844         echo " rm -f" $$list; \
845         rm -f $$list
846
847 clean-noinstPROGRAMS:
848         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
849         echo " rm -f" $$list; \
850         rm -f $$list || exit $$?; \
851         test -n "$(EXEEXT)" || exit 0; \
852         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
853         echo " rm -f" $$list; \
854         rm -f $$list
855 examples/$(am__dirstamp):
856         @$(MKDIR_P) examples
857         @: > examples/$(am__dirstamp)
858 examples/$(DEPDIR)/$(am__dirstamp):
859         @$(MKDIR_P) examples/$(DEPDIR)
860         @: > examples/$(DEPDIR)/$(am__dirstamp)
861 examples/examples_client-client.$(OBJEXT): examples/$(am__dirstamp) \
862         examples/$(DEPDIR)/$(am__dirstamp)
863
864 examples/client$(EXEEXT): $(examples_client_OBJECTS) $(examples_client_DEPENDENCIES) $(EXTRA_examples_client_DEPENDENCIES) examples/$(am__dirstamp)
865         @rm -f examples/client$(EXEEXT)
866         $(AM_V_CCLD)$(LINK) $(examples_client_OBJECTS) $(examples_client_LDADD) $(LIBS)
867 examples/examples_service_selection-service-selection.$(OBJEXT):  \
868         examples/$(am__dirstamp) examples/$(DEPDIR)/$(am__dirstamp)
869
870 examples/service-selection$(EXEEXT): $(examples_service_selection_OBJECTS) $(examples_service_selection_DEPENDENCIES) $(EXTRA_examples_service_selection_DEPENDENCIES) examples/$(am__dirstamp)
871         @rm -f examples/service-selection$(EXEEXT)
872         $(AM_V_CCLD)$(LINK) $(examples_service_selection_OBJECTS) $(examples_service_selection_LDADD) $(LIBS)
873 src/$(am__dirstamp):
874         @$(MKDIR_P) src
875         @: > src/$(am__dirstamp)
876 src/$(DEPDIR)/$(am__dirstamp):
877         @$(MKDIR_P) src/$(DEPDIR)
878         @: > src/$(DEPDIR)/$(am__dirstamp)
879 src/src_moonshot-moonshot-identity-manager-app.$(OBJEXT):  \
880         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
881 src/src_moonshot-moonshot-identity-management-view.$(OBJEXT):  \
882         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
883 src/src_moonshot-moonshot-local-flat-file-store.$(OBJEXT):  \
884         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
885 src/src_moonshot-moonshot-keyring-store.$(OBJEXT):  \
886         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
887 src/src_moonshot-moonshot-idcard-store.$(OBJEXT): src/$(am__dirstamp) \
888         src/$(DEPDIR)/$(am__dirstamp)
889 src/src_moonshot-moonshot-id.$(OBJEXT): src/$(am__dirstamp) \
890         src/$(DEPDIR)/$(am__dirstamp)
891 src/src_moonshot-moonshot-add-dialog.$(OBJEXT): src/$(am__dirstamp) \
892         src/$(DEPDIR)/$(am__dirstamp)
893 src/src_moonshot-moonshot-idcard-widget.$(OBJEXT):  \
894         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
895 src/src_moonshot-moonshot-custom-vbox.$(OBJEXT): src/$(am__dirstamp) \
896         src/$(DEPDIR)/$(am__dirstamp)
897 src/src_moonshot-moonshot-identities-manager.$(OBJEXT):  \
898         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
899 src/src_moonshot-moonshot-identity-request.$(OBJEXT):  \
900         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
901 src/src_moonshot-moonshot-server.$(OBJEXT): src/$(am__dirstamp) \
902         src/$(DEPDIR)/$(am__dirstamp)
903 src/src_moonshot-moonshot-password-dialog.$(OBJEXT):  \
904         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
905 src/src_moonshot-moonshot-provisioning-common.$(OBJEXT):  \
906         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
907 src/src_moonshot-moonshot-utils.$(OBJEXT): src/$(am__dirstamp) \
908         src/$(DEPDIR)/$(am__dirstamp)
909 src/src_moonshot-moonshot-futils.$(OBJEXT): src/$(am__dirstamp) \
910         src/$(DEPDIR)/$(am__dirstamp)
911 libmoonshot/src_moonshot-moonshot-msrpc_s.$(OBJEXT):  \
912         libmoonshot/$(am__dirstamp) \
913         libmoonshot/$(DEPDIR)/$(am__dirstamp)
914
915 src/moonshot$(EXEEXT): $(src_moonshot_OBJECTS) $(src_moonshot_DEPENDENCIES) $(EXTRA_src_moonshot_DEPENDENCIES) src/$(am__dirstamp)
916         @rm -f src/moonshot$(EXEEXT)
917         $(AM_V_CCLD)$(src_moonshot_LINK) $(src_moonshot_OBJECTS) $(src_moonshot_LDADD) $(LIBS)
918 src/src_moonshot_webp-moonshot-webp-parser.$(OBJEXT):  \
919         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
920 src/src_moonshot_webp-moonshot-provisioning-common.$(OBJEXT):  \
921         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
922 src/src_moonshot_webp-moonshot-id.$(OBJEXT): src/$(am__dirstamp) \
923         src/$(DEPDIR)/$(am__dirstamp)
924
925 src/moonshot-webp$(EXEEXT): $(src_moonshot_webp_OBJECTS) $(src_moonshot_webp_DEPENDENCIES) $(EXTRA_src_moonshot_webp_DEPENDENCIES) src/$(am__dirstamp)
926         @rm -f src/moonshot-webp$(EXEEXT)
927         $(AM_V_CCLD)$(src_moonshot_webp_LINK) $(src_moonshot_webp_OBJECTS) $(src_moonshot_webp_LDADD) $(LIBS)
928 tests/$(am__dirstamp):
929         @$(MKDIR_P) tests
930         @: > tests/$(am__dirstamp)
931 tests/$(DEPDIR)/$(am__dirstamp):
932         @$(MKDIR_P) tests/$(DEPDIR)
933         @: > tests/$(DEPDIR)/$(am__dirstamp)
934 tests/tests_basic-basic.$(OBJEXT): tests/$(am__dirstamp) \
935         tests/$(DEPDIR)/$(am__dirstamp)
936
937 tests/basic$(EXEEXT): $(tests_basic_OBJECTS) $(tests_basic_DEPENDENCIES) $(EXTRA_tests_basic_DEPENDENCIES) tests/$(am__dirstamp)
938         @rm -f tests/basic$(EXEEXT)
939         $(AM_V_CCLD)$(LINK) $(tests_basic_OBJECTS) $(tests_basic_LDADD) $(LIBS)
940 install-pkglibexecSCRIPTS: $(pkglibexec_SCRIPTS)
941         @$(NORMAL_INSTALL)
942         @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
943         if test -n "$$list"; then \
944           echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
945           $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
946         fi; \
947         for p in $$list; do \
948           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
949           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
950         done | \
951         sed -e 'p;s,.*/,,;n' \
952             -e 'h;s|.*|.|' \
953             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
954         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
955           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
956             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
957               if (++n[d] == $(am__install_max)) { \
958                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
959             else { print "f", d "/" $$4, $$1 } } \
960           END { for (d in files) print "f", d, files[d] }' | \
961         while read type dir files; do \
962              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
963              test -z "$$files" || { \
964                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
965                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
966              } \
967         ; done
968
969 uninstall-pkglibexecSCRIPTS:
970         @$(NORMAL_UNINSTALL)
971         @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
972         files=`for p in $$list; do echo "$$p"; done | \
973                sed -e 's,.*/,,;$(transform)'`; \
974         dir='$(DESTDIR)$(pkglibexecdir)'; $(am__uninstall_files_from_dir)
975
976 mostlyclean-compile:
977         -rm -f *.$(OBJEXT)
978         -rm -f examples/*.$(OBJEXT)
979         -rm -f libmoonshot/*.$(OBJEXT)
980         -rm -f libmoonshot/*.lo
981         -rm -f src/*.$(OBJEXT)
982         -rm -f tests/*.$(OBJEXT)
983
984 distclean-compile:
985         -rm -f *.tab.c
986
987 @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/examples_client-client.Po@am__quote@
988 @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/examples_service_selection-service-selection.Po@am__quote@
989 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Plo@am__quote@
990 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Plo@am__quote@
991 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Plo@am__quote@
992 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-moonshot-msrpc_c.Plo@am__quote@
993 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Po@am__quote@
994 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Po@am__quote@
995 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Po@am__quote@
996 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-futils.Po@am__quote@
997 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-id.Po@am__quote@
998 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Po@am__quote@
999 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Po@am__quote@
1000 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Po@am__quote@
1001 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Po@am__quote@
1002 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Po@am__quote@
1003 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Po@am__quote@
1004 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Po@am__quote@
1005 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Po@am__quote@
1006 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Po@am__quote@
1007 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Po@am__quote@
1008 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-server.Po@am__quote@
1009 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-utils.Po@am__quote@
1010 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Po@am__quote@
1011 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Po@am__quote@
1012 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Po@am__quote@
1013 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/tests_basic-basic.Po@am__quote@
1014
1015 .c.o:
1016 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1017 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1018 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1020 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1021 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1022
1023 .c.obj:
1024 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1025 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1026 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1027 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1028 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1029 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1030
1031 .c.lo:
1032 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1033 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1034 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
1035 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1036 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1037 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1038
1039 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo: libmoonshot/libmoonshot-common.c
1040 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo -MD -MP -MF libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Tpo -c -o libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo `test -f 'libmoonshot/libmoonshot-common.c' || echo '$(srcdir)/'`libmoonshot/libmoonshot-common.c
1041 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Plo
1042 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/libmoonshot-common.c' object='libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo' libtool=yes @AMDEPBACKSLASH@
1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1044 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo `test -f 'libmoonshot/libmoonshot-common.c' || echo '$(srcdir)/'`libmoonshot/libmoonshot-common.c
1045
1046 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo: libmoonshot/libmoonshot-msrpc.c
1047 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo -MD -MP -MF libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Tpo -c -o libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo `test -f 'libmoonshot/libmoonshot-msrpc.c' || echo '$(srcdir)/'`libmoonshot/libmoonshot-msrpc.c
1048 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Plo
1049 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/libmoonshot-msrpc.c' object='libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo' libtool=yes @AMDEPBACKSLASH@
1050 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1051 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo `test -f 'libmoonshot/libmoonshot-msrpc.c' || echo '$(srcdir)/'`libmoonshot/libmoonshot-msrpc.c
1052
1053 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo: libmoonshot/libmoonshot-dbus.c
1054 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo -MD -MP -MF libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Tpo -c -o libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo `test -f 'libmoonshot/libmoonshot-dbus.c' || echo '$(srcdir)/'`libmoonshot/libmoonshot-dbus.c
1055 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Plo
1056 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/libmoonshot-dbus.c' object='libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo' libtool=yes @AMDEPBACKSLASH@
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1058 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo `test -f 'libmoonshot/libmoonshot-dbus.c' || echo '$(srcdir)/'`libmoonshot/libmoonshot-dbus.c
1059
1060 libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo: libmoonshot/moonshot-msrpc_c.c
1061 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo -MD -MP -MF libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-moonshot-msrpc_c.Tpo -c -o libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo `test -f 'libmoonshot/moonshot-msrpc_c.c' || echo '$(srcdir)/'`libmoonshot/moonshot-msrpc_c.c
1062 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-moonshot-msrpc_c.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-moonshot-msrpc_c.Plo
1063 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/moonshot-msrpc_c.c' object='libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo' libtool=yes @AMDEPBACKSLASH@
1064 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1065 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmoonshot_libmoonshot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo `test -f 'libmoonshot/moonshot-msrpc_c.c' || echo '$(srcdir)/'`libmoonshot/moonshot-msrpc_c.c
1066
1067 examples/examples_client-client.o: examples/client.c
1068 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/examples_client-client.o -MD -MP -MF examples/$(DEPDIR)/examples_client-client.Tpo -c -o examples/examples_client-client.o `test -f 'examples/client.c' || echo '$(srcdir)/'`examples/client.c
1069 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_client-client.Tpo examples/$(DEPDIR)/examples_client-client.Po
1070 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/client.c' object='examples/examples_client-client.o' libtool=no @AMDEPBACKSLASH@
1071 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1072 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/examples_client-client.o `test -f 'examples/client.c' || echo '$(srcdir)/'`examples/client.c
1073
1074 examples/examples_client-client.obj: examples/client.c
1075 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/examples_client-client.obj -MD -MP -MF examples/$(DEPDIR)/examples_client-client.Tpo -c -o examples/examples_client-client.obj `if test -f 'examples/client.c'; then $(CYGPATH_W) 'examples/client.c'; else $(CYGPATH_W) '$(srcdir)/examples/client.c'; fi`
1076 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_client-client.Tpo examples/$(DEPDIR)/examples_client-client.Po
1077 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/client.c' object='examples/examples_client-client.obj' libtool=no @AMDEPBACKSLASH@
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1079 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/examples_client-client.obj `if test -f 'examples/client.c'; then $(CYGPATH_W) 'examples/client.c'; else $(CYGPATH_W) '$(srcdir)/examples/client.c'; fi`
1080
1081 examples/examples_service_selection-service-selection.o: examples/service-selection.c
1082 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_service_selection_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/examples_service_selection-service-selection.o -MD -MP -MF examples/$(DEPDIR)/examples_service_selection-service-selection.Tpo -c -o examples/examples_service_selection-service-selection.o `test -f 'examples/service-selection.c' || echo '$(srcdir)/'`examples/service-selection.c
1083 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_service_selection-service-selection.Tpo examples/$(DEPDIR)/examples_service_selection-service-selection.Po
1084 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/service-selection.c' object='examples/examples_service_selection-service-selection.o' libtool=no @AMDEPBACKSLASH@
1085 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1086 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_service_selection_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/examples_service_selection-service-selection.o `test -f 'examples/service-selection.c' || echo '$(srcdir)/'`examples/service-selection.c
1087
1088 examples/examples_service_selection-service-selection.obj: examples/service-selection.c
1089 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_service_selection_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT examples/examples_service_selection-service-selection.obj -MD -MP -MF examples/$(DEPDIR)/examples_service_selection-service-selection.Tpo -c -o examples/examples_service_selection-service-selection.obj `if test -f 'examples/service-selection.c'; then $(CYGPATH_W) 'examples/service-selection.c'; else $(CYGPATH_W) '$(srcdir)/examples/service-selection.c'; fi`
1090 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_service_selection-service-selection.Tpo examples/$(DEPDIR)/examples_service_selection-service-selection.Po
1091 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/service-selection.c' object='examples/examples_service_selection-service-selection.obj' libtool=no @AMDEPBACKSLASH@
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1093 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(examples_service_selection_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o examples/examples_service_selection-service-selection.obj `if test -f 'examples/service-selection.c'; then $(CYGPATH_W) 'examples/service-selection.c'; else $(CYGPATH_W) '$(srcdir)/examples/service-selection.c'; fi`
1094
1095 src/src_moonshot-moonshot-identity-manager-app.o: src/moonshot-identity-manager-app.c
1096 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identity-manager-app.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Tpo -c -o src/src_moonshot-moonshot-identity-manager-app.o `test -f 'src/moonshot-identity-manager-app.c' || echo '$(srcdir)/'`src/moonshot-identity-manager-app.c
1097 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Po
1098 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identity-manager-app.c' object='src/src_moonshot-moonshot-identity-manager-app.o' libtool=no @AMDEPBACKSLASH@
1099 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1100 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identity-manager-app.o `test -f 'src/moonshot-identity-manager-app.c' || echo '$(srcdir)/'`src/moonshot-identity-manager-app.c
1101
1102 src/src_moonshot-moonshot-identity-manager-app.obj: src/moonshot-identity-manager-app.c
1103 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identity-manager-app.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Tpo -c -o src/src_moonshot-moonshot-identity-manager-app.obj `if test -f 'src/moonshot-identity-manager-app.c'; then $(CYGPATH_W) 'src/moonshot-identity-manager-app.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identity-manager-app.c'; fi`
1104 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Po
1105 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identity-manager-app.c' object='src/src_moonshot-moonshot-identity-manager-app.obj' libtool=no @AMDEPBACKSLASH@
1106 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1107 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identity-manager-app.obj `if test -f 'src/moonshot-identity-manager-app.c'; then $(CYGPATH_W) 'src/moonshot-identity-manager-app.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identity-manager-app.c'; fi`
1108
1109 src/src_moonshot-moonshot-identity-management-view.o: src/moonshot-identity-management-view.c
1110 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identity-management-view.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Tpo -c -o src/src_moonshot-moonshot-identity-management-view.o `test -f 'src/moonshot-identity-management-view.c' || echo '$(srcdir)/'`src/moonshot-identity-management-view.c
1111 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Po
1112 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identity-management-view.c' object='src/src_moonshot-moonshot-identity-management-view.o' libtool=no @AMDEPBACKSLASH@
1113 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1114 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identity-management-view.o `test -f 'src/moonshot-identity-management-view.c' || echo '$(srcdir)/'`src/moonshot-identity-management-view.c
1115
1116 src/src_moonshot-moonshot-identity-management-view.obj: src/moonshot-identity-management-view.c
1117 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identity-management-view.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Tpo -c -o src/src_moonshot-moonshot-identity-management-view.obj `if test -f 'src/moonshot-identity-management-view.c'; then $(CYGPATH_W) 'src/moonshot-identity-management-view.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identity-management-view.c'; fi`
1118 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Po
1119 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identity-management-view.c' object='src/src_moonshot-moonshot-identity-management-view.obj' libtool=no @AMDEPBACKSLASH@
1120 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1121 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identity-management-view.obj `if test -f 'src/moonshot-identity-management-view.c'; then $(CYGPATH_W) 'src/moonshot-identity-management-view.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identity-management-view.c'; fi`
1122
1123 src/src_moonshot-moonshot-local-flat-file-store.o: src/moonshot-local-flat-file-store.c
1124 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-local-flat-file-store.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Tpo -c -o src/src_moonshot-moonshot-local-flat-file-store.o `test -f 'src/moonshot-local-flat-file-store.c' || echo '$(srcdir)/'`src/moonshot-local-flat-file-store.c
1125 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Po
1126 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-local-flat-file-store.c' object='src/src_moonshot-moonshot-local-flat-file-store.o' libtool=no @AMDEPBACKSLASH@
1127 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1128 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-local-flat-file-store.o `test -f 'src/moonshot-local-flat-file-store.c' || echo '$(srcdir)/'`src/moonshot-local-flat-file-store.c
1129
1130 src/src_moonshot-moonshot-local-flat-file-store.obj: src/moonshot-local-flat-file-store.c
1131 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-local-flat-file-store.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Tpo -c -o src/src_moonshot-moonshot-local-flat-file-store.obj `if test -f 'src/moonshot-local-flat-file-store.c'; then $(CYGPATH_W) 'src/moonshot-local-flat-file-store.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-local-flat-file-store.c'; fi`
1132 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Po
1133 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-local-flat-file-store.c' object='src/src_moonshot-moonshot-local-flat-file-store.obj' libtool=no @AMDEPBACKSLASH@
1134 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1135 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-local-flat-file-store.obj `if test -f 'src/moonshot-local-flat-file-store.c'; then $(CYGPATH_W) 'src/moonshot-local-flat-file-store.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-local-flat-file-store.c'; fi`
1136
1137 src/src_moonshot-moonshot-keyring-store.o: src/moonshot-keyring-store.c
1138 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-keyring-store.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Tpo -c -o src/src_moonshot-moonshot-keyring-store.o `test -f 'src/moonshot-keyring-store.c' || echo '$(srcdir)/'`src/moonshot-keyring-store.c
1139 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Po
1140 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-keyring-store.c' object='src/src_moonshot-moonshot-keyring-store.o' libtool=no @AMDEPBACKSLASH@
1141 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1142 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-keyring-store.o `test -f 'src/moonshot-keyring-store.c' || echo '$(srcdir)/'`src/moonshot-keyring-store.c
1143
1144 src/src_moonshot-moonshot-keyring-store.obj: src/moonshot-keyring-store.c
1145 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-keyring-store.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Tpo -c -o src/src_moonshot-moonshot-keyring-store.obj `if test -f 'src/moonshot-keyring-store.c'; then $(CYGPATH_W) 'src/moonshot-keyring-store.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-keyring-store.c'; fi`
1146 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Po
1147 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-keyring-store.c' object='src/src_moonshot-moonshot-keyring-store.obj' libtool=no @AMDEPBACKSLASH@
1148 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1149 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-keyring-store.obj `if test -f 'src/moonshot-keyring-store.c'; then $(CYGPATH_W) 'src/moonshot-keyring-store.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-keyring-store.c'; fi`
1150
1151 src/src_moonshot-moonshot-idcard-store.o: src/moonshot-idcard-store.c
1152 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-idcard-store.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Tpo -c -o src/src_moonshot-moonshot-idcard-store.o `test -f 'src/moonshot-idcard-store.c' || echo '$(srcdir)/'`src/moonshot-idcard-store.c
1153 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Po
1154 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-idcard-store.c' object='src/src_moonshot-moonshot-idcard-store.o' libtool=no @AMDEPBACKSLASH@
1155 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1156 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-idcard-store.o `test -f 'src/moonshot-idcard-store.c' || echo '$(srcdir)/'`src/moonshot-idcard-store.c
1157
1158 src/src_moonshot-moonshot-idcard-store.obj: src/moonshot-idcard-store.c
1159 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-idcard-store.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Tpo -c -o src/src_moonshot-moonshot-idcard-store.obj `if test -f 'src/moonshot-idcard-store.c'; then $(CYGPATH_W) 'src/moonshot-idcard-store.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-idcard-store.c'; fi`
1160 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Po
1161 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-idcard-store.c' object='src/src_moonshot-moonshot-idcard-store.obj' libtool=no @AMDEPBACKSLASH@
1162 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1163 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-idcard-store.obj `if test -f 'src/moonshot-idcard-store.c'; then $(CYGPATH_W) 'src/moonshot-idcard-store.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-idcard-store.c'; fi`
1164
1165 src/src_moonshot-moonshot-id.o: src/moonshot-id.c
1166 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-id.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-id.Tpo -c -o src/src_moonshot-moonshot-id.o `test -f 'src/moonshot-id.c' || echo '$(srcdir)/'`src/moonshot-id.c
1167 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot-moonshot-id.Po
1168 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot-moonshot-id.o' libtool=no @AMDEPBACKSLASH@
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1170 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-id.o `test -f 'src/moonshot-id.c' || echo '$(srcdir)/'`src/moonshot-id.c
1171
1172 src/src_moonshot-moonshot-id.obj: src/moonshot-id.c
1173 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-id.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-id.Tpo -c -o src/src_moonshot-moonshot-id.obj `if test -f 'src/moonshot-id.c'; then $(CYGPATH_W) 'src/moonshot-id.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-id.c'; fi`
1174 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot-moonshot-id.Po
1175 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot-moonshot-id.obj' libtool=no @AMDEPBACKSLASH@
1176 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1177 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-id.obj `if test -f 'src/moonshot-id.c'; then $(CYGPATH_W) 'src/moonshot-id.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-id.c'; fi`
1178
1179 src/src_moonshot-moonshot-add-dialog.o: src/moonshot-add-dialog.c
1180 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-add-dialog.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Tpo -c -o src/src_moonshot-moonshot-add-dialog.o `test -f 'src/moonshot-add-dialog.c' || echo '$(srcdir)/'`src/moonshot-add-dialog.c
1181 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Po
1182 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-add-dialog.c' object='src/src_moonshot-moonshot-add-dialog.o' libtool=no @AMDEPBACKSLASH@
1183 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1184 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-add-dialog.o `test -f 'src/moonshot-add-dialog.c' || echo '$(srcdir)/'`src/moonshot-add-dialog.c
1185
1186 src/src_moonshot-moonshot-add-dialog.obj: src/moonshot-add-dialog.c
1187 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-add-dialog.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Tpo -c -o src/src_moonshot-moonshot-add-dialog.obj `if test -f 'src/moonshot-add-dialog.c'; then $(CYGPATH_W) 'src/moonshot-add-dialog.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-add-dialog.c'; fi`
1188 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Po
1189 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-add-dialog.c' object='src/src_moonshot-moonshot-add-dialog.obj' libtool=no @AMDEPBACKSLASH@
1190 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1191 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-add-dialog.obj `if test -f 'src/moonshot-add-dialog.c'; then $(CYGPATH_W) 'src/moonshot-add-dialog.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-add-dialog.c'; fi`
1192
1193 src/src_moonshot-moonshot-idcard-widget.o: src/moonshot-idcard-widget.c
1194 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-idcard-widget.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Tpo -c -o src/src_moonshot-moonshot-idcard-widget.o `test -f 'src/moonshot-idcard-widget.c' || echo '$(srcdir)/'`src/moonshot-idcard-widget.c
1195 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Po
1196 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-idcard-widget.c' object='src/src_moonshot-moonshot-idcard-widget.o' libtool=no @AMDEPBACKSLASH@
1197 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1198 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-idcard-widget.o `test -f 'src/moonshot-idcard-widget.c' || echo '$(srcdir)/'`src/moonshot-idcard-widget.c
1199
1200 src/src_moonshot-moonshot-idcard-widget.obj: src/moonshot-idcard-widget.c
1201 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-idcard-widget.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Tpo -c -o src/src_moonshot-moonshot-idcard-widget.obj `if test -f 'src/moonshot-idcard-widget.c'; then $(CYGPATH_W) 'src/moonshot-idcard-widget.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-idcard-widget.c'; fi`
1202 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Po
1203 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-idcard-widget.c' object='src/src_moonshot-moonshot-idcard-widget.obj' libtool=no @AMDEPBACKSLASH@
1204 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1205 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-idcard-widget.obj `if test -f 'src/moonshot-idcard-widget.c'; then $(CYGPATH_W) 'src/moonshot-idcard-widget.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-idcard-widget.c'; fi`
1206
1207 src/src_moonshot-moonshot-custom-vbox.o: src/moonshot-custom-vbox.c
1208 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-custom-vbox.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Tpo -c -o src/src_moonshot-moonshot-custom-vbox.o `test -f 'src/moonshot-custom-vbox.c' || echo '$(srcdir)/'`src/moonshot-custom-vbox.c
1209 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Tpo src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Po
1210 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-custom-vbox.c' object='src/src_moonshot-moonshot-custom-vbox.o' libtool=no @AMDEPBACKSLASH@
1211 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1212 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-custom-vbox.o `test -f 'src/moonshot-custom-vbox.c' || echo '$(srcdir)/'`src/moonshot-custom-vbox.c
1213
1214 src/src_moonshot-moonshot-custom-vbox.obj: src/moonshot-custom-vbox.c
1215 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-custom-vbox.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Tpo -c -o src/src_moonshot-moonshot-custom-vbox.obj `if test -f 'src/moonshot-custom-vbox.c'; then $(CYGPATH_W) 'src/moonshot-custom-vbox.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-custom-vbox.c'; fi`
1216 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Tpo src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Po
1217 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-custom-vbox.c' object='src/src_moonshot-moonshot-custom-vbox.obj' libtool=no @AMDEPBACKSLASH@
1218 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1219 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-custom-vbox.obj `if test -f 'src/moonshot-custom-vbox.c'; then $(CYGPATH_W) 'src/moonshot-custom-vbox.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-custom-vbox.c'; fi`
1220
1221 src/src_moonshot-moonshot-identities-manager.o: src/moonshot-identities-manager.c
1222 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identities-manager.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Tpo -c -o src/src_moonshot-moonshot-identities-manager.o `test -f 'src/moonshot-identities-manager.c' || echo '$(srcdir)/'`src/moonshot-identities-manager.c
1223 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Po
1224 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identities-manager.c' object='src/src_moonshot-moonshot-identities-manager.o' libtool=no @AMDEPBACKSLASH@
1225 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1226 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identities-manager.o `test -f 'src/moonshot-identities-manager.c' || echo '$(srcdir)/'`src/moonshot-identities-manager.c
1227
1228 src/src_moonshot-moonshot-identities-manager.obj: src/moonshot-identities-manager.c
1229 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identities-manager.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Tpo -c -o src/src_moonshot-moonshot-identities-manager.obj `if test -f 'src/moonshot-identities-manager.c'; then $(CYGPATH_W) 'src/moonshot-identities-manager.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identities-manager.c'; fi`
1230 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Po
1231 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identities-manager.c' object='src/src_moonshot-moonshot-identities-manager.obj' libtool=no @AMDEPBACKSLASH@
1232 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1233 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identities-manager.obj `if test -f 'src/moonshot-identities-manager.c'; then $(CYGPATH_W) 'src/moonshot-identities-manager.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identities-manager.c'; fi`
1234
1235 src/src_moonshot-moonshot-identity-request.o: src/moonshot-identity-request.c
1236 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identity-request.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Tpo -c -o src/src_moonshot-moonshot-identity-request.o `test -f 'src/moonshot-identity-request.c' || echo '$(srcdir)/'`src/moonshot-identity-request.c
1237 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Po
1238 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identity-request.c' object='src/src_moonshot-moonshot-identity-request.o' libtool=no @AMDEPBACKSLASH@
1239 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1240 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identity-request.o `test -f 'src/moonshot-identity-request.c' || echo '$(srcdir)/'`src/moonshot-identity-request.c
1241
1242 src/src_moonshot-moonshot-identity-request.obj: src/moonshot-identity-request.c
1243 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-identity-request.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Tpo -c -o src/src_moonshot-moonshot-identity-request.obj `if test -f 'src/moonshot-identity-request.c'; then $(CYGPATH_W) 'src/moonshot-identity-request.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identity-request.c'; fi`
1244 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Po
1245 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-identity-request.c' object='src/src_moonshot-moonshot-identity-request.obj' libtool=no @AMDEPBACKSLASH@
1246 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1247 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-identity-request.obj `if test -f 'src/moonshot-identity-request.c'; then $(CYGPATH_W) 'src/moonshot-identity-request.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-identity-request.c'; fi`
1248
1249 src/src_moonshot-moonshot-server.o: src/moonshot-server.c
1250 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-server.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-server.Tpo -c -o src/src_moonshot-moonshot-server.o `test -f 'src/moonshot-server.c' || echo '$(srcdir)/'`src/moonshot-server.c
1251 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-server.Tpo src/$(DEPDIR)/src_moonshot-moonshot-server.Po
1252 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-server.c' object='src/src_moonshot-moonshot-server.o' libtool=no @AMDEPBACKSLASH@
1253 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1254 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-server.o `test -f 'src/moonshot-server.c' || echo '$(srcdir)/'`src/moonshot-server.c
1255
1256 src/src_moonshot-moonshot-server.obj: src/moonshot-server.c
1257 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-server.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-server.Tpo -c -o src/src_moonshot-moonshot-server.obj `if test -f 'src/moonshot-server.c'; then $(CYGPATH_W) 'src/moonshot-server.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-server.c'; fi`
1258 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-server.Tpo src/$(DEPDIR)/src_moonshot-moonshot-server.Po
1259 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-server.c' object='src/src_moonshot-moonshot-server.obj' libtool=no @AMDEPBACKSLASH@
1260 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1261 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-server.obj `if test -f 'src/moonshot-server.c'; then $(CYGPATH_W) 'src/moonshot-server.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-server.c'; fi`
1262
1263 src/src_moonshot-moonshot-password-dialog.o: src/moonshot-password-dialog.c
1264 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-password-dialog.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Tpo -c -o src/src_moonshot-moonshot-password-dialog.o `test -f 'src/moonshot-password-dialog.c' || echo '$(srcdir)/'`src/moonshot-password-dialog.c
1265 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Po
1266 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-password-dialog.c' object='src/src_moonshot-moonshot-password-dialog.o' libtool=no @AMDEPBACKSLASH@
1267 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1268 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-password-dialog.o `test -f 'src/moonshot-password-dialog.c' || echo '$(srcdir)/'`src/moonshot-password-dialog.c
1269
1270 src/src_moonshot-moonshot-password-dialog.obj: src/moonshot-password-dialog.c
1271 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-password-dialog.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Tpo -c -o src/src_moonshot-moonshot-password-dialog.obj `if test -f 'src/moonshot-password-dialog.c'; then $(CYGPATH_W) 'src/moonshot-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-password-dialog.c'; fi`
1272 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Po
1273 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-password-dialog.c' object='src/src_moonshot-moonshot-password-dialog.obj' libtool=no @AMDEPBACKSLASH@
1274 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1275 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-password-dialog.obj `if test -f 'src/moonshot-password-dialog.c'; then $(CYGPATH_W) 'src/moonshot-password-dialog.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-password-dialog.c'; fi`
1276
1277 src/src_moonshot-moonshot-provisioning-common.o: src/moonshot-provisioning-common.c
1278 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-provisioning-common.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Tpo -c -o src/src_moonshot-moonshot-provisioning-common.o `test -f 'src/moonshot-provisioning-common.c' || echo '$(srcdir)/'`src/moonshot-provisioning-common.c
1279 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Tpo src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Po
1280 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-provisioning-common.c' object='src/src_moonshot-moonshot-provisioning-common.o' libtool=no @AMDEPBACKSLASH@
1281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1282 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-provisioning-common.o `test -f 'src/moonshot-provisioning-common.c' || echo '$(srcdir)/'`src/moonshot-provisioning-common.c
1283
1284 src/src_moonshot-moonshot-provisioning-common.obj: src/moonshot-provisioning-common.c
1285 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-provisioning-common.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Tpo -c -o src/src_moonshot-moonshot-provisioning-common.obj `if test -f 'src/moonshot-provisioning-common.c'; then $(CYGPATH_W) 'src/moonshot-provisioning-common.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-provisioning-common.c'; fi`
1286 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Tpo src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Po
1287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-provisioning-common.c' object='src/src_moonshot-moonshot-provisioning-common.obj' libtool=no @AMDEPBACKSLASH@
1288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1289 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-provisioning-common.obj `if test -f 'src/moonshot-provisioning-common.c'; then $(CYGPATH_W) 'src/moonshot-provisioning-common.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-provisioning-common.c'; fi`
1290
1291 src/src_moonshot-moonshot-utils.o: src/moonshot-utils.c
1292 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-utils.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-utils.Tpo -c -o src/src_moonshot-moonshot-utils.o `test -f 'src/moonshot-utils.c' || echo '$(srcdir)/'`src/moonshot-utils.c
1293 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-utils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-utils.Po
1294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-utils.c' object='src/src_moonshot-moonshot-utils.o' libtool=no @AMDEPBACKSLASH@
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1296 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-utils.o `test -f 'src/moonshot-utils.c' || echo '$(srcdir)/'`src/moonshot-utils.c
1297
1298 src/src_moonshot-moonshot-utils.obj: src/moonshot-utils.c
1299 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-utils.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-utils.Tpo -c -o src/src_moonshot-moonshot-utils.obj `if test -f 'src/moonshot-utils.c'; then $(CYGPATH_W) 'src/moonshot-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-utils.c'; fi`
1300 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-utils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-utils.Po
1301 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-utils.c' object='src/src_moonshot-moonshot-utils.obj' libtool=no @AMDEPBACKSLASH@
1302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1303 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-utils.obj `if test -f 'src/moonshot-utils.c'; then $(CYGPATH_W) 'src/moonshot-utils.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-utils.c'; fi`
1304
1305 src/src_moonshot-moonshot-futils.o: src/moonshot-futils.c
1306 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-futils.o -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-futils.Tpo -c -o src/src_moonshot-moonshot-futils.o `test -f 'src/moonshot-futils.c' || echo '$(srcdir)/'`src/moonshot-futils.c
1307 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-futils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-futils.Po
1308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-futils.c' object='src/src_moonshot-moonshot-futils.o' libtool=no @AMDEPBACKSLASH@
1309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1310 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-futils.o `test -f 'src/moonshot-futils.c' || echo '$(srcdir)/'`src/moonshot-futils.c
1311
1312 src/src_moonshot-moonshot-futils.obj: src/moonshot-futils.c
1313 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT src/src_moonshot-moonshot-futils.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot-moonshot-futils.Tpo -c -o src/src_moonshot-moonshot-futils.obj `if test -f 'src/moonshot-futils.c'; then $(CYGPATH_W) 'src/moonshot-futils.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-futils.c'; fi`
1314 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-futils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-futils.Po
1315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-futils.c' object='src/src_moonshot-moonshot-futils.obj' libtool=no @AMDEPBACKSLASH@
1316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1317 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o src/src_moonshot-moonshot-futils.obj `if test -f 'src/moonshot-futils.c'; then $(CYGPATH_W) 'src/moonshot-futils.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-futils.c'; fi`
1318
1319 libmoonshot/src_moonshot-moonshot-msrpc_s.o: libmoonshot/moonshot-msrpc_s.c
1320 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT libmoonshot/src_moonshot-moonshot-msrpc_s.o -MD -MP -MF libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Tpo -c -o libmoonshot/src_moonshot-moonshot-msrpc_s.o `test -f 'libmoonshot/moonshot-msrpc_s.c' || echo '$(srcdir)/'`libmoonshot/moonshot-msrpc_s.c
1321 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Tpo libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Po
1322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/moonshot-msrpc_s.c' object='libmoonshot/src_moonshot-moonshot-msrpc_s.o' libtool=no @AMDEPBACKSLASH@
1323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1324 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o libmoonshot/src_moonshot-moonshot-msrpc_s.o `test -f 'libmoonshot/moonshot-msrpc_s.c' || echo '$(srcdir)/'`libmoonshot/moonshot-msrpc_s.c
1325
1326 libmoonshot/src_moonshot-moonshot-msrpc_s.obj: libmoonshot/moonshot-msrpc_s.c
1327 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -MT libmoonshot/src_moonshot-moonshot-msrpc_s.obj -MD -MP -MF libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Tpo -c -o libmoonshot/src_moonshot-moonshot-msrpc_s.obj `if test -f 'libmoonshot/moonshot-msrpc_s.c'; then $(CYGPATH_W) 'libmoonshot/moonshot-msrpc_s.c'; else $(CYGPATH_W) '$(srcdir)/libmoonshot/moonshot-msrpc_s.c'; fi`
1328 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Tpo libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Po
1329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/moonshot-msrpc_s.c' object='libmoonshot/src_moonshot-moonshot-msrpc_s.obj' libtool=no @AMDEPBACKSLASH@
1330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1331 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_CFLAGS) $(CFLAGS) -c -o libmoonshot/src_moonshot-moonshot-msrpc_s.obj `if test -f 'libmoonshot/moonshot-msrpc_s.c'; then $(CYGPATH_W) 'libmoonshot/moonshot-msrpc_s.c'; else $(CYGPATH_W) '$(srcdir)/libmoonshot/moonshot-msrpc_s.c'; fi`
1332
1333 src/src_moonshot_webp-moonshot-webp-parser.o: src/moonshot-webp-parser.c
1334 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -MT src/src_moonshot_webp-moonshot-webp-parser.o -MD -MP -MF src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Tpo -c -o src/src_moonshot_webp-moonshot-webp-parser.o `test -f 'src/moonshot-webp-parser.c' || echo '$(srcdir)/'`src/moonshot-webp-parser.c
1335 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Po
1336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-webp-parser.c' object='src/src_moonshot_webp-moonshot-webp-parser.o' libtool=no @AMDEPBACKSLASH@
1337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1338 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -c -o src/src_moonshot_webp-moonshot-webp-parser.o `test -f 'src/moonshot-webp-parser.c' || echo '$(srcdir)/'`src/moonshot-webp-parser.c
1339
1340 src/src_moonshot_webp-moonshot-webp-parser.obj: src/moonshot-webp-parser.c
1341 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -MT src/src_moonshot_webp-moonshot-webp-parser.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Tpo -c -o src/src_moonshot_webp-moonshot-webp-parser.obj `if test -f 'src/moonshot-webp-parser.c'; then $(CYGPATH_W) 'src/moonshot-webp-parser.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-webp-parser.c'; fi`
1342 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Po
1343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-webp-parser.c' object='src/src_moonshot_webp-moonshot-webp-parser.obj' libtool=no @AMDEPBACKSLASH@
1344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1345 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -c -o src/src_moonshot_webp-moonshot-webp-parser.obj `if test -f 'src/moonshot-webp-parser.c'; then $(CYGPATH_W) 'src/moonshot-webp-parser.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-webp-parser.c'; fi`
1346
1347 src/src_moonshot_webp-moonshot-provisioning-common.o: src/moonshot-provisioning-common.c
1348 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -MT src/src_moonshot_webp-moonshot-provisioning-common.o -MD -MP -MF src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Tpo -c -o src/src_moonshot_webp-moonshot-provisioning-common.o `test -f 'src/moonshot-provisioning-common.c' || echo '$(srcdir)/'`src/moonshot-provisioning-common.c
1349 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Po
1350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-provisioning-common.c' object='src/src_moonshot_webp-moonshot-provisioning-common.o' libtool=no @AMDEPBACKSLASH@
1351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1352 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -c -o src/src_moonshot_webp-moonshot-provisioning-common.o `test -f 'src/moonshot-provisioning-common.c' || echo '$(srcdir)/'`src/moonshot-provisioning-common.c
1353
1354 src/src_moonshot_webp-moonshot-provisioning-common.obj: src/moonshot-provisioning-common.c
1355 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -MT src/src_moonshot_webp-moonshot-provisioning-common.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Tpo -c -o src/src_moonshot_webp-moonshot-provisioning-common.obj `if test -f 'src/moonshot-provisioning-common.c'; then $(CYGPATH_W) 'src/moonshot-provisioning-common.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-provisioning-common.c'; fi`
1356 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Po
1357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-provisioning-common.c' object='src/src_moonshot_webp-moonshot-provisioning-common.obj' libtool=no @AMDEPBACKSLASH@
1358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1359 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -c -o src/src_moonshot_webp-moonshot-provisioning-common.obj `if test -f 'src/moonshot-provisioning-common.c'; then $(CYGPATH_W) 'src/moonshot-provisioning-common.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-provisioning-common.c'; fi`
1360
1361 src/src_moonshot_webp-moonshot-id.o: src/moonshot-id.c
1362 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -MT src/src_moonshot_webp-moonshot-id.o -MD -MP -MF src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Tpo -c -o src/src_moonshot_webp-moonshot-id.o `test -f 'src/moonshot-id.c' || echo '$(srcdir)/'`src/moonshot-id.c
1363 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Po
1364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot_webp-moonshot-id.o' libtool=no @AMDEPBACKSLASH@
1365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1366 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -c -o src/src_moonshot_webp-moonshot-id.o `test -f 'src/moonshot-id.c' || echo '$(srcdir)/'`src/moonshot-id.c
1367
1368 src/src_moonshot_webp-moonshot-id.obj: src/moonshot-id.c
1369 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -MT src/src_moonshot_webp-moonshot-id.obj -MD -MP -MF src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Tpo -c -o src/src_moonshot_webp-moonshot-id.obj `if test -f 'src/moonshot-id.c'; then $(CYGPATH_W) 'src/moonshot-id.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-id.c'; fi`
1370 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Po
1371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot_webp-moonshot-id.obj' libtool=no @AMDEPBACKSLASH@
1372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1373 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_moonshot_webp_CPPFLAGS) $(CPPFLAGS) $(src_moonshot_webp_CFLAGS) $(CFLAGS) -c -o src/src_moonshot_webp-moonshot-id.obj `if test -f 'src/moonshot-id.c'; then $(CYGPATH_W) 'src/moonshot-id.c'; else $(CYGPATH_W) '$(srcdir)/src/moonshot-id.c'; fi`
1374
1375 tests/tests_basic-basic.o: tests/basic.c
1376 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_basic-basic.o -MD -MP -MF tests/$(DEPDIR)/tests_basic-basic.Tpo -c -o tests/tests_basic-basic.o `test -f 'tests/basic.c' || echo '$(srcdir)/'`tests/basic.c
1377 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_basic-basic.Tpo tests/$(DEPDIR)/tests_basic-basic.Po
1378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/basic.c' object='tests/tests_basic-basic.o' libtool=no @AMDEPBACKSLASH@
1379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1380 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_basic-basic.o `test -f 'tests/basic.c' || echo '$(srcdir)/'`tests/basic.c
1381
1382 tests/tests_basic-basic.obj: tests/basic.c
1383 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_basic-basic.obj -MD -MP -MF tests/$(DEPDIR)/tests_basic-basic.Tpo -c -o tests/tests_basic-basic.obj `if test -f 'tests/basic.c'; then $(CYGPATH_W) 'tests/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/basic.c'; fi`
1384 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_basic-basic.Tpo tests/$(DEPDIR)/tests_basic-basic.Po
1385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/basic.c' object='tests/tests_basic-basic.obj' libtool=no @AMDEPBACKSLASH@
1386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1387 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_basic-basic.obj `if test -f 'tests/basic.c'; then $(CYGPATH_W) 'tests/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/basic.c'; fi`
1388 $(srcdir)/src/moonshot-identity-manager-app.c: $(srcdir)/src_moonshot_vala.stamp
1389         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1390         @if test -f $@; then :; else \
1391           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1392         fi
1393 $(srcdir)/src/moonshot-identity-management-view.c: $(srcdir)/src_moonshot_vala.stamp
1394         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1395         @if test -f $@; then :; else \
1396           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1397         fi
1398 $(srcdir)/src/moonshot-local-flat-file-store.c: $(srcdir)/src_moonshot_vala.stamp
1399         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1400         @if test -f $@; then :; else \
1401           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1402         fi
1403 $(srcdir)/src/moonshot-keyring-store.c: $(srcdir)/src_moonshot_vala.stamp
1404         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1405         @if test -f $@; then :; else \
1406           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1407         fi
1408 $(srcdir)/src/moonshot-idcard-store.c: $(srcdir)/src_moonshot_vala.stamp
1409         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1410         @if test -f $@; then :; else \
1411           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1412         fi
1413 $(srcdir)/src/moonshot-id.c: $(srcdir)/src_moonshot_vala.stamp
1414         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1415         @if test -f $@; then :; else \
1416           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1417         fi
1418 $(srcdir)/src/moonshot-add-dialog.c: $(srcdir)/src_moonshot_vala.stamp
1419         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1420         @if test -f $@; then :; else \
1421           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1422         fi
1423 $(srcdir)/src/moonshot-idcard-widget.c: $(srcdir)/src_moonshot_vala.stamp
1424         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1425         @if test -f $@; then :; else \
1426           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1427         fi
1428 $(srcdir)/src/moonshot-custom-vbox.c: $(srcdir)/src_moonshot_vala.stamp
1429         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1430         @if test -f $@; then :; else \
1431           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1432         fi
1433 $(srcdir)/src/moonshot-identities-manager.c: $(srcdir)/src_moonshot_vala.stamp
1434         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1435         @if test -f $@; then :; else \
1436           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1437         fi
1438 $(srcdir)/src/moonshot-identity-request.c: $(srcdir)/src_moonshot_vala.stamp
1439         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1440         @if test -f $@; then :; else \
1441           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1442         fi
1443 $(srcdir)/src/moonshot-server.c: $(srcdir)/src_moonshot_vala.stamp
1444         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1445         @if test -f $@; then :; else \
1446           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1447         fi
1448 $(srcdir)/src/moonshot-password-dialog.c: $(srcdir)/src_moonshot_vala.stamp
1449         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1450         @if test -f $@; then :; else \
1451           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1452         fi
1453 $(srcdir)/src/moonshot-provisioning-common.c: $(srcdir)/src_moonshot_vala.stamp
1454         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1455         @if test -f $@; then :; else \
1456           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1457         fi
1458 $(srcdir)/src/moonshot-utils.c: $(srcdir)/src_moonshot_vala.stamp
1459         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1460         @if test -f $@; then :; else \
1461           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1462         fi
1463 $(srcdir)/config.vapi: $(srcdir)/src_moonshot_vala.stamp
1464         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1465         @if test -f $@; then :; else \
1466           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1467         fi
1468 $(srcdir)/src_moonshot_vala.stamp: src/moonshot-identity-manager-app.vala src/moonshot-identity-management-view.vala src/moonshot-local-flat-file-store.vala src/moonshot-keyring-store.vala src/moonshot-idcard-store.vala src/moonshot-id.vala src/moonshot-add-dialog.vala src/moonshot-idcard-widget.vala src/moonshot-custom-vbox.vala src/moonshot-identities-manager.vala src/moonshot-identity-request.vala src/moonshot-server.vala src/moonshot-password-dialog.vala src/moonshot-provisioning-common.vala src/moonshot-utils.vala
1469         $(AM_V_at)rm -f $@ && echo stamp > $@-t
1470         $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(src_moonshot_VALAFLAGS) $(VALAFLAGS) -C src/moonshot-identity-manager-app.vala src/moonshot-identity-management-view.vala src/moonshot-local-flat-file-store.vala src/moonshot-keyring-store.vala src/moonshot-idcard-store.vala src/moonshot-id.vala src/moonshot-add-dialog.vala src/moonshot-idcard-widget.vala src/moonshot-custom-vbox.vala src/moonshot-identities-manager.vala src/moonshot-identity-request.vala src/moonshot-server.vala src/moonshot-password-dialog.vala src/moonshot-provisioning-common.vala src/moonshot-utils.vala
1471         $(AM_V_at)mv -f $@-t $@
1472 $(srcdir)/src/moonshot-webp-parser.c: $(srcdir)/src_moonshot_webp_vala.stamp
1473         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1474         @if test -f $@; then :; else \
1475           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1476         fi
1477 $(srcdir)/src/moonshot-provisioning-common.c: $(srcdir)/src_moonshot_webp_vala.stamp
1478         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1479         @if test -f $@; then :; else \
1480           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1481         fi
1482 $(srcdir)/src/moonshot-id.c: $(srcdir)/src_moonshot_webp_vala.stamp
1483         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1484         @if test -f $@; then :; else \
1485           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1486         fi
1487 $(srcdir)/config.vapi: $(srcdir)/src_moonshot_webp_vala.stamp
1488         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1489         @if test -f $@; then :; else \
1490           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1491         fi
1492 $(srcdir)/src_moonshot_webp_vala.stamp: src/moonshot-webp-parser.vala src/moonshot-provisioning-common.vala src/moonshot-id.vala
1493         $(AM_V_at)rm -f $@ && echo stamp > $@-t
1494         $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(src_moonshot_webp_VALAFLAGS) $(VALAFLAGS) -C src/moonshot-webp-parser.vala src/moonshot-provisioning-common.vala src/moonshot-id.vala
1495         $(AM_V_at)mv -f $@-t $@
1496
1497 mostlyclean-libtool:
1498         -rm -f *.lo
1499
1500 clean-libtool:
1501         -rm -rf .libs _libs
1502         -rm -rf examples/.libs examples/_libs
1503         -rm -rf libmoonshot/.libs libmoonshot/_libs
1504         -rm -rf src/.libs src/_libs
1505         -rm -rf tests/.libs tests/_libs
1506
1507 distclean-libtool:
1508         -rm -f libtool config.lt
1509 install-dbusserviceDATA: $(dbusservice_DATA)
1510         @$(NORMAL_INSTALL)
1511         @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
1512         if test -n "$$list"; then \
1513           echo " $(MKDIR_P) '$(DESTDIR)$(dbusservicedir)'"; \
1514           $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" || exit 1; \
1515         fi; \
1516         for p in $$list; do \
1517           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1518           echo "$$d$$p"; \
1519         done | $(am__base_list) | \
1520         while read files; do \
1521           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusservicedir)'"; \
1522           $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusservicedir)" || exit $$?; \
1523         done
1524
1525 uninstall-dbusserviceDATA:
1526         @$(NORMAL_UNINSTALL)
1527         @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
1528         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1529         dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
1530 install-dist_moonshotsysconfDATA: $(dist_moonshotsysconf_DATA)
1531         @$(NORMAL_INSTALL)
1532         @list='$(dist_moonshotsysconf_DATA)'; test -n "$(moonshotsysconfdir)" || list=; \
1533         if test -n "$$list"; then \
1534           echo " $(MKDIR_P) '$(DESTDIR)$(moonshotsysconfdir)'"; \
1535           $(MKDIR_P) "$(DESTDIR)$(moonshotsysconfdir)" || exit 1; \
1536         fi; \
1537         for p in $$list; do \
1538           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1539           echo "$$d$$p"; \
1540         done | $(am__base_list) | \
1541         while read files; do \
1542           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(moonshotsysconfdir)'"; \
1543           $(INSTALL_DATA) $$files "$(DESTDIR)$(moonshotsysconfdir)" || exit $$?; \
1544         done
1545
1546 uninstall-dist_moonshotsysconfDATA:
1547         @$(NORMAL_UNINSTALL)
1548         @list='$(dist_moonshotsysconf_DATA)'; test -n "$(moonshotsysconfdir)" || list=; \
1549         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1550         dir='$(DESTDIR)$(moonshotsysconfdir)'; $(am__uninstall_files_from_dir)
1551 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
1552         @$(NORMAL_INSTALL)
1553         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1554         if test -n "$$list"; then \
1555           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1556           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1557         fi; \
1558         for p in $$list; do \
1559           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1560           echo "$$d$$p"; \
1561         done | $(am__base_list) | \
1562         while read files; do \
1563           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1564           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1565         done
1566
1567 uninstall-dist_pkgdataDATA:
1568         @$(NORMAL_UNINSTALL)
1569         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1570         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1571         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1572 install-dotdesktopDATA: $(dotdesktop_DATA)
1573         @$(NORMAL_INSTALL)
1574         @list='$(dotdesktop_DATA)'; test -n "$(dotdesktopdir)" || list=; \
1575         if test -n "$$list"; then \
1576           echo " $(MKDIR_P) '$(DESTDIR)$(dotdesktopdir)'"; \
1577           $(MKDIR_P) "$(DESTDIR)$(dotdesktopdir)" || exit 1; \
1578         fi; \
1579         for p in $$list; do \
1580           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1581           echo "$$d$$p"; \
1582         done | $(am__base_list) | \
1583         while read files; do \
1584           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dotdesktopdir)'"; \
1585           $(INSTALL_DATA) $$files "$(DESTDIR)$(dotdesktopdir)" || exit $$?; \
1586         done
1587
1588 uninstall-dotdesktopDATA:
1589         @$(NORMAL_UNINSTALL)
1590         @list='$(dotdesktop_DATA)'; test -n "$(dotdesktopdir)" || list=; \
1591         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1592         dir='$(DESTDIR)$(dotdesktopdir)'; $(am__uninstall_files_from_dir)
1593 install-mimeDATA: $(mime_DATA)
1594         @$(NORMAL_INSTALL)
1595         @list='$(mime_DATA)'; test -n "$(mimedir)" || list=; \
1596         if test -n "$$list"; then \
1597           echo " $(MKDIR_P) '$(DESTDIR)$(mimedir)'"; \
1598           $(MKDIR_P) "$(DESTDIR)$(mimedir)" || exit 1; \
1599         fi; \
1600         for p in $$list; do \
1601           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1602           echo "$$d$$p"; \
1603         done | $(am__base_list) | \
1604         while read files; do \
1605           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mimedir)'"; \
1606           $(INSTALL_DATA) $$files "$(DESTDIR)$(mimedir)" || exit $$?; \
1607         done
1608
1609 uninstall-mimeDATA:
1610         @$(NORMAL_UNINSTALL)
1611         @list='$(mime_DATA)'; test -n "$(mimedir)" || list=; \
1612         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1613         dir='$(DESTDIR)$(mimedir)'; $(am__uninstall_files_from_dir)
1614 install-includeHEADERS: $(include_HEADERS)
1615         @$(NORMAL_INSTALL)
1616         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1617         if test -n "$$list"; then \
1618           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
1619           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
1620         fi; \
1621         for p in $$list; do \
1622           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1623           echo "$$d$$p"; \
1624         done | $(am__base_list) | \
1625         while read files; do \
1626           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1627           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1628         done
1629
1630 uninstall-includeHEADERS:
1631         @$(NORMAL_UNINSTALL)
1632         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1633         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1634         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1635
1636 # This directory's subdirectories are mostly independent; you can cd
1637 # into them and run 'make' without going through this Makefile.
1638 # To change the values of 'make' variables: instead of editing Makefiles,
1639 # (1) if the variable is set in 'config.status', edit 'config.status'
1640 #     (which will cause the Makefiles to be regenerated when you run 'make');
1641 # (2) otherwise, pass the desired values on the 'make' command line.
1642 $(am__recursive_targets):
1643         @fail=; \
1644         if $(am__make_keepgoing); then \
1645           failcom='fail=yes'; \
1646         else \
1647           failcom='exit 1'; \
1648         fi; \
1649         dot_seen=no; \
1650         target=`echo $@ | sed s/-recursive//`; \
1651         case "$@" in \
1652           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1653           *) list='$(SUBDIRS)' ;; \
1654         esac; \
1655         for subdir in $$list; do \
1656           echo "Making $$target in $$subdir"; \
1657           if test "$$subdir" = "."; then \
1658             dot_seen=yes; \
1659             local_target="$$target-am"; \
1660           else \
1661             local_target="$$target"; \
1662           fi; \
1663           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1664           || eval $$failcom; \
1665         done; \
1666         if test "$$dot_seen" = "no"; then \
1667           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1668         fi; test -z "$$fail"
1669
1670 ID: $(am__tagged_files)
1671         $(am__define_uniq_tagged_files); mkid -fID $$unique
1672 tags: tags-recursive
1673 TAGS: tags
1674
1675 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1676         set x; \
1677         here=`pwd`; \
1678         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1679           include_option=--etags-include; \
1680           empty_fix=.; \
1681         else \
1682           include_option=--include; \
1683           empty_fix=; \
1684         fi; \
1685         list='$(SUBDIRS)'; for subdir in $$list; do \
1686           if test "$$subdir" = .; then :; else \
1687             test ! -f $$subdir/TAGS || \
1688               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1689           fi; \
1690         done; \
1691         $(am__define_uniq_tagged_files); \
1692         shift; \
1693         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1694           test -n "$$unique" || unique=$$empty_fix; \
1695           if test $$# -gt 0; then \
1696             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1697               "$$@" $$unique; \
1698           else \
1699             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1700               $$unique; \
1701           fi; \
1702         fi
1703 ctags: ctags-recursive
1704
1705 CTAGS: ctags
1706 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1707         $(am__define_uniq_tagged_files); \
1708         test -z "$(CTAGS_ARGS)$$unique" \
1709           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1710              $$unique
1711
1712 GTAGS:
1713         here=`$(am__cd) $(top_builddir) && pwd` \
1714           && $(am__cd) $(top_srcdir) \
1715           && gtags -i $(GTAGS_ARGS) "$$here"
1716 cscope: cscope.files
1717         test ! -s cscope.files \
1718           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1719 clean-cscope:
1720         -rm -f cscope.files
1721 cscope.files: clean-cscope cscopelist
1722 cscopelist: cscopelist-recursive
1723
1724 cscopelist-am: $(am__tagged_files)
1725         list='$(am__tagged_files)'; \
1726         case "$(srcdir)" in \
1727           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1728           *) sdir=$(subdir)/$(srcdir) ;; \
1729         esac; \
1730         for i in $$list; do \
1731           if test -f "$$i"; then \
1732             echo "$(subdir)/$$i"; \
1733           else \
1734             echo "$$sdir/$$i"; \
1735           fi; \
1736         done >> $(top_builddir)/cscope.files
1737
1738 distclean-tags:
1739         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1740         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1741
1742 distdir: $(DISTFILES)
1743         $(am__remove_distdir)
1744         test -d "$(distdir)" || mkdir "$(distdir)"
1745         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1746         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1747         list='$(DISTFILES)'; \
1748           dist_files=`for file in $$list; do echo $$file; done | \
1749           sed -e "s|^$$srcdirstrip/||;t" \
1750               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1751         case $$dist_files in \
1752           */*) $(MKDIR_P) `echo "$$dist_files" | \
1753                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1754                            sort -u` ;; \
1755         esac; \
1756         for file in $$dist_files; do \
1757           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1758           if test -d $$d/$$file; then \
1759             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1760             if test -d "$(distdir)/$$file"; then \
1761               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1762             fi; \
1763             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1764               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1765               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1766             fi; \
1767             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1768           else \
1769             test -f "$(distdir)/$$file" \
1770             || cp -p $$d/$$file "$(distdir)/$$file" \
1771             || exit 1; \
1772           fi; \
1773         done
1774         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1775           if test "$$subdir" = .; then :; else \
1776             $(am__make_dryrun) \
1777               || test -d "$(distdir)/$$subdir" \
1778               || $(MKDIR_P) "$(distdir)/$$subdir" \
1779               || exit 1; \
1780             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1781             $(am__relativize); \
1782             new_distdir=$$reldir; \
1783             dir1=$$subdir; dir2="$(top_distdir)"; \
1784             $(am__relativize); \
1785             new_top_distdir=$$reldir; \
1786             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1787             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1788             ($(am__cd) $$subdir && \
1789               $(MAKE) $(AM_MAKEFLAGS) \
1790                 top_distdir="$$new_top_distdir" \
1791                 distdir="$$new_distdir" \
1792                 am__remove_distdir=: \
1793                 am__skip_length_check=: \
1794                 am__skip_mode_fix=: \
1795                 distdir) \
1796               || exit 1; \
1797           fi; \
1798         done
1799         -test -n "$(am__skip_mode_fix)" \
1800         || find "$(distdir)" -type d ! -perm -755 \
1801                 -exec chmod u+rwx,go+rx {} \; -o \
1802           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1803           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1804           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1805         || chmod -R a+r "$(distdir)"
1806 dist-gzip: distdir
1807         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1808         $(am__post_remove_distdir)
1809
1810 dist-bzip2: distdir
1811         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1812         $(am__post_remove_distdir)
1813
1814 dist-lzip: distdir
1815         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1816         $(am__post_remove_distdir)
1817 dist-xz: distdir
1818         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1819         $(am__post_remove_distdir)
1820
1821 dist-tarZ: distdir
1822         @echo WARNING: "Support for shar distribution archives is" \
1823                        "deprecated." >&2
1824         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1825         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1826         $(am__post_remove_distdir)
1827
1828 dist-shar: distdir
1829         @echo WARNING: "Support for distribution archives compressed with" \
1830                        "legacy program 'compress' is deprecated." >&2
1831         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1832         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1833         $(am__post_remove_distdir)
1834
1835 dist-zip: distdir
1836         -rm -f $(distdir).zip
1837         zip -rq $(distdir).zip $(distdir)
1838         $(am__post_remove_distdir)
1839
1840 dist dist-all:
1841         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1842         $(am__post_remove_distdir)
1843
1844 # This target untars the dist file and tries a VPATH configuration.  Then
1845 # it guarantees that the distribution is self-contained by making another
1846 # tarfile.
1847 distcheck: dist
1848         case '$(DIST_ARCHIVES)' in \
1849         *.tar.gz*) \
1850           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1851         *.tar.bz2*) \
1852           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1853         *.tar.lz*) \
1854           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1855         *.tar.xz*) \
1856           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1857         *.tar.Z*) \
1858           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1859         *.shar.gz*) \
1860           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1861         *.zip*) \
1862           unzip $(distdir).zip ;;\
1863         esac
1864         chmod -R a-w $(distdir)
1865         chmod u+w $(distdir)
1866         mkdir $(distdir)/_build $(distdir)/_inst
1867         chmod a-w $(distdir)
1868         test -d $(distdir)/_build || exit 0; \
1869         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1870           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1871           && am__cwd=`pwd` \
1872           && $(am__cd) $(distdir)/_build \
1873           && ../configure \
1874             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1875             $(DISTCHECK_CONFIGURE_FLAGS) \
1876             --srcdir=.. --prefix="$$dc_install_base" \
1877           && $(MAKE) $(AM_MAKEFLAGS) \
1878           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1879           && $(MAKE) $(AM_MAKEFLAGS) check \
1880           && $(MAKE) $(AM_MAKEFLAGS) install \
1881           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1882           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1883           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1884                 distuninstallcheck \
1885           && chmod -R a-w "$$dc_install_base" \
1886           && ({ \
1887                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1888                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1889                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1890                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1891                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1892               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1893           && rm -rf "$$dc_destdir" \
1894           && $(MAKE) $(AM_MAKEFLAGS) dist \
1895           && rm -rf $(DIST_ARCHIVES) \
1896           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1897           && cd "$$am__cwd" \
1898           || exit 1
1899         $(am__post_remove_distdir)
1900         @(echo "$(distdir) archives ready for distribution: "; \
1901           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1902           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1903 distuninstallcheck:
1904         @test -n '$(distuninstallcheck_dir)' || { \
1905           echo 'ERROR: trying to run $@ with an empty' \
1906                '$$(distuninstallcheck_dir)' >&2; \
1907           exit 1; \
1908         }; \
1909         $(am__cd) '$(distuninstallcheck_dir)' || { \
1910           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1911           exit 1; \
1912         }; \
1913         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1914            || { echo "ERROR: files left after uninstall:" ; \
1915                 if test -n "$(DESTDIR)"; then \
1916                   echo "  (check DESTDIR support)"; \
1917                 fi ; \
1918                 $(distuninstallcheck_listfiles) ; \
1919                 exit 1; } >&2
1920 distcleancheck: distclean
1921         @if test '$(srcdir)' = . ; then \
1922           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1923           exit 1 ; \
1924         fi
1925         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1926           || { echo "ERROR: files left in build directory after distclean:" ; \
1927                $(distcleancheck_listfiles) ; \
1928                exit 1; } >&2
1929 check-am: all-am
1930 check: $(BUILT_SOURCES)
1931         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1932 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1933                 $(HEADERS) config.h
1934 install-binPROGRAMS: install-libLTLIBRARIES
1935
1936 installdirs: installdirs-recursive
1937 installdirs-am:
1938         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(moonshotsysconfdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(dotdesktopdir)" "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(includedir)"; do \
1939           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1940         done
1941 install: $(BUILT_SOURCES)
1942         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1943 install-exec: install-exec-recursive
1944 install-data: install-data-recursive
1945 uninstall: uninstall-recursive
1946
1947 install-am: all-am
1948         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1949
1950 installcheck: installcheck-recursive
1951 install-strip:
1952         if test -z '$(STRIP)'; then \
1953           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1954             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1955               install; \
1956         else \
1957           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1958             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1959             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1960         fi
1961 mostlyclean-generic:
1962
1963 clean-generic:
1964         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1965
1966 distclean-generic:
1967         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1968         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1969         -rm -f examples/$(DEPDIR)/$(am__dirstamp)
1970         -rm -f examples/$(am__dirstamp)
1971         -rm -f libmoonshot/$(DEPDIR)/$(am__dirstamp)
1972         -rm -f libmoonshot/$(am__dirstamp)
1973         -rm -f src/$(DEPDIR)/$(am__dirstamp)
1974         -rm -f src/$(am__dirstamp)
1975         -rm -f tests/$(DEPDIR)/$(am__dirstamp)
1976         -rm -f tests/$(am__dirstamp)
1977         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1978
1979 maintainer-clean-generic:
1980         @echo "This command is intended for maintainers to use"
1981         @echo "it deletes files that may require special tools to rebuild."
1982         -rm -f $(srcdir)/config.vapi
1983         -rm -f $(srcdir)/src/moonshot-add-dialog.c
1984         -rm -f $(srcdir)/src/moonshot-custom-vbox.c
1985         -rm -f $(srcdir)/src/moonshot-id.c
1986         -rm -f $(srcdir)/src/moonshot-idcard-store.c
1987         -rm -f $(srcdir)/src/moonshot-idcard-widget.c
1988         -rm -f $(srcdir)/src/moonshot-identities-manager.c
1989         -rm -f $(srcdir)/src/moonshot-identity-management-view.c
1990         -rm -f $(srcdir)/src/moonshot-identity-manager-app.c
1991         -rm -f $(srcdir)/src/moonshot-identity-request.c
1992         -rm -f $(srcdir)/src/moonshot-keyring-store.c
1993         -rm -f $(srcdir)/src/moonshot-local-flat-file-store.c
1994         -rm -f $(srcdir)/src/moonshot-password-dialog.c
1995         -rm -f $(srcdir)/src/moonshot-provisioning-common.c
1996         -rm -f $(srcdir)/src/moonshot-server.c
1997         -rm -f $(srcdir)/src/moonshot-utils.c
1998         -rm -f $(srcdir)/src/moonshot-webp-parser.c
1999         -rm -f $(srcdir)/src_moonshot_vala.stamp
2000         -rm -f $(srcdir)/src_moonshot_webp_vala.stamp
2001         -rm -f src/moonshot-add-dialog.c
2002         -rm -f src/moonshot-custom-vbox.c
2003         -rm -f src/moonshot-id.c
2004         -rm -f src/moonshot-idcard-store.c
2005         -rm -f src/moonshot-idcard-widget.c
2006         -rm -f src/moonshot-identities-manager.c
2007         -rm -f src/moonshot-identity-management-view.c
2008         -rm -f src/moonshot-identity-manager-app.c
2009         -rm -f src/moonshot-identity-request.c
2010         -rm -f src/moonshot-keyring-store.c
2011         -rm -f src/moonshot-local-flat-file-store.c
2012         -rm -f src/moonshot-password-dialog.c
2013         -rm -f src/moonshot-provisioning-common.c
2014         -rm -f src/moonshot-server.c
2015         -rm -f src/moonshot-utils.c
2016         -rm -f src/moonshot-webp-parser.c
2017         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2018 clean: clean-recursive
2019
2020 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
2021         clean-libtool clean-noinstPROGRAMS mostlyclean-am
2022
2023 distclean: distclean-recursive
2024         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2025         -rm -rf examples/$(DEPDIR) libmoonshot/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2026         -rm -f Makefile
2027 distclean-am: clean-am distclean-compile distclean-generic \
2028         distclean-hdr distclean-libtool distclean-tags
2029
2030 dvi: dvi-recursive
2031
2032 dvi-am:
2033
2034 html: html-recursive
2035
2036 html-am:
2037
2038 info: info-recursive
2039
2040 info-am:
2041
2042 install-data-am: install-dbusserviceDATA \
2043         install-dist_moonshotsysconfDATA install-dist_pkgdataDATA \
2044         install-dotdesktopDATA install-includeHEADERS install-mimeDATA
2045
2046 install-dvi: install-dvi-recursive
2047
2048 install-dvi-am:
2049
2050 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
2051         install-pkglibexecSCRIPTS
2052
2053 install-html: install-html-recursive
2054
2055 install-html-am:
2056
2057 install-info: install-info-recursive
2058
2059 install-info-am:
2060
2061 install-man:
2062
2063 install-pdf: install-pdf-recursive
2064
2065 install-pdf-am:
2066
2067 install-ps: install-ps-recursive
2068
2069 install-ps-am:
2070
2071 installcheck-am:
2072
2073 maintainer-clean: maintainer-clean-recursive
2074         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2075         -rm -rf $(top_srcdir)/autom4te.cache
2076         -rm -rf examples/$(DEPDIR) libmoonshot/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2077         -rm -f Makefile
2078 maintainer-clean-am: distclean-am maintainer-clean-generic
2079
2080 mostlyclean: mostlyclean-recursive
2081
2082 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2083         mostlyclean-libtool
2084
2085 pdf: pdf-recursive
2086
2087 pdf-am:
2088
2089 ps: ps-recursive
2090
2091 ps-am:
2092
2093 uninstall-am: uninstall-binPROGRAMS uninstall-dbusserviceDATA \
2094         uninstall-dist_moonshotsysconfDATA uninstall-dist_pkgdataDATA \
2095         uninstall-dotdesktopDATA uninstall-includeHEADERS \
2096         uninstall-libLTLIBRARIES uninstall-mimeDATA \
2097         uninstall-pkglibexecSCRIPTS
2098
2099 .MAKE: $(am__recursive_targets) all check install install-am \
2100         install-strip
2101
2102 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2103         am--refresh check check-am clean clean-binPROGRAMS \
2104         clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
2105         clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
2106         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
2107         dist-xz dist-zip distcheck distclean distclean-compile \
2108         distclean-generic distclean-hdr distclean-libtool \
2109         distclean-tags distcleancheck distdir distuninstallcheck dvi \
2110         dvi-am html html-am info info-am install install-am \
2111         install-binPROGRAMS install-data install-data-am \
2112         install-dbusserviceDATA install-dist_moonshotsysconfDATA \
2113         install-dist_pkgdataDATA install-dotdesktopDATA install-dvi \
2114         install-dvi-am install-exec install-exec-am install-html \
2115         install-html-am install-includeHEADERS install-info \
2116         install-info-am install-libLTLIBRARIES install-man \
2117         install-mimeDATA install-pdf install-pdf-am \
2118         install-pkglibexecSCRIPTS install-ps install-ps-am \
2119         install-strip installcheck installcheck-am installdirs \
2120         installdirs-am maintainer-clean maintainer-clean-generic \
2121         mostlyclean mostlyclean-compile mostlyclean-generic \
2122         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
2123         uninstall-am uninstall-binPROGRAMS uninstall-dbusserviceDATA \
2124         uninstall-dist_moonshotsysconfDATA uninstall-dist_pkgdataDATA \
2125         uninstall-dotdesktopDATA uninstall-includeHEADERS \
2126         uninstall-libLTLIBRARIES uninstall-mimeDATA \
2127         uninstall-pkglibexecSCRIPTS
2128
2129
2130 # Build the MSVC lib. The sed hack fixes execution in the case that
2131 # the MSVC toolchain isn't in the PATH.
2132 @OS_WIN32_TRUE@libmoonshot/libmoonshot.lib: libmoonshot/libmoonshot.def
2133 @OS_WIN32_TRUE@ PATH="$(shell echo "${MSVC_LIB}" | sed -e s,/VC/bin/lib,/Common7/IDE,)":$$PATH "${MSVC_LIB}" -def:$< -out:$@ -machine:x86
2134
2135 @IPC_MSRPC_TRUE@libmoonshot/moonshot-msrpc.h: libmoonshot/moonshot-msrpc.idl libmoonshot/moonshot-msrpc.acf
2136 @IPC_MSRPC_TRUE@        ${AM_V_GEN} ${MIDL_WRAPPER} -o libmoonshot -m "${MIDL}" $^
2137
2138 @IPC_MSRPC_TRUE@libmoonshot/moonshot-msrpc_s.c: libmoonshot/moonshot-msrpc.h
2139 @IPC_MSRPC_TRUE@libmoonshot/moonshot-msrpc_c.c: libmoonshot/moonshot-msrpc.h
2140
2141 # Rule to make the service file with bindir expanded
2142 @IPC_DBUS_TRUE@$(dbusservice_DATA): $(dbusservice_in_files) Makefile
2143 @IPC_DBUS_TRUE@ @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
2144
2145 @OS_WIN32_TRUE@icons:
2146 @OS_WIN32_TRUE@ mkdir -p share/icons
2147 @OS_WIN32_TRUE@ cp ${prefix}/share/icons/gnome/48x48/status/avatar-default.png share/icons
2148 @OS_WIN32_TRUE@ "${IMAGEMAGICK_CONVERT}" -background none ${prefix}/share/icons/gnome/scalable/actions/edit-clear-symbolic.svg -size 13x13 share/icons/edit-clear-symbolic.png
2149 @OS_WIN32_TRUE@ "${IMAGEMAGICK_CONVERT}" -background none ${prefix}/share/icons/gnome/scalable/actions/edit-find-symbolic.svg -size 13x13 share/icons/edit-find-symbolic.png
2150
2151 @OS_WIN32_TRUE@installer: moonshot.msi
2152
2153 @OS_WIN32_TRUE@moonshot.msi: windows/app.wxs windows/config.wxi $(bin_PROGRAMS)
2154 @OS_WIN32_TRUE@ "${WIX_CANDLE}" $<
2155 @OS_WIN32_TRUE@ "${WIX_LIGHT}" -b ${prefix} -b ${prefix}/mingw -o moonshot.msi app.wixobj
2156
2157 @OS_MACOS_TRUE@icons:
2158 @OS_MACOS_TRUE@ mkdir -p share/icons
2159 @OS_MACOS_TRUE@ cp mac/icons/process-stop.png share/icons
2160 @OS_MACOS_TRUE@ cp mac/icons/edit-find.png share/icons
2161 @OS_MACOS_TRUE@ cp mac/icons/avatar-default.png share/icons
2162
2163 @OS_MACOS_TRUE@app-bundle:
2164 @OS_MACOS_TRUE@ gtk-mac-bundler ./mac/moonshot-ui.bundle
2165
2166 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2167 # Otherwise a system limit (for SysV at least) may be exceeded.
2168 .NOEXPORT: