Pull in libmoonshot.vapi; no idea how it didn't end up here
[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 @GIO_VAPI_USES_ARRAYS_TRUE@am__append_18 = --define=GIO_VAPI_USES_ARRAYS
117 noinst_PROGRAMS = examples/client$(EXEEXT) \
118         examples/service-selection$(EXEEXT) tests/basic$(EXEEXT)
119 subdir = .
120 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
121         $(top_srcdir)/configure $(am__configure_deps) \
122         $(srcdir)/config.h.in $(srcdir)/moonshot.desktop.in \
123         $(srcdir)/moonshot-webp.desktop.in \
124         $(srcdir)/moonshot-ui.spec.in \
125         src/moonshot-identity-manager-app.c \
126         src/moonshot-identity-management-view.c \
127         src/moonshot-local-flat-file-store.c \
128         src/moonshot-keyring-store.c src/moonshot-idcard-store.c \
129         src/moonshot-id.c src/moonshot-add-dialog.c \
130         src/moonshot-idcard-widget.c src/moonshot-custom-vbox.c \
131         src/moonshot-identities-manager.c \
132         src/moonshot-identity-request.c src/moonshot-server.c \
133         src/moonshot-password-dialog.c \
134         src/moonshot-provisioning-common.c src/moonshot-utils.c \
135         src/moonshot-webp-parser.c $(top_srcdir)/build-aux/depcomp \
136         $(srcdir)/config.vapi $(srcdir)/src_moonshot_webp_vala.stamp \
137         $(srcdir)/src_moonshot_vala.stamp $(dist_moonshotsysconf_DATA) \
138         $(dist_pkgdata_DATA) $(include_HEADERS) $(noinst_HEADERS) \
139         ABOUT-NLS INSTALL 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         $(am__append_18)
598 libmoonshot_libmoonshot_la_CPPFLAGS = \
599         $(libmoonshot_CFLAGS) \
600         $(AM_CPPFLAGS) 
601
602 libmoonshot_libmoonshot_la_SOURCES = libmoonshot/libmoonshot-common.c \
603         $(am__append_13) $(am__append_14)
604 libmoonshot_libmoonshot_la_LIBADD = $(libmoonshot_LIBS)
605 libmoonshot_libmoonshot_la_LDFLAGS = -no-undefined -version-info 1:0:0
606 include_HEADERS = libmoonshot/libmoonshot.h
607 noinst_HEADERS = libmoonshot/libmoonshot-common.h
608 src_moonshot_SOURCES = \
609         src/moonshot-identity-manager-app.vala \
610         src/moonshot-identity-management-view.vala \
611         src/moonshot-local-flat-file-store.vala \
612         src/moonshot-keyring-store.vala \
613         src/moonshot-idcard-store.vala \
614         src/moonshot-id.vala \
615         src/moonshot-add-dialog.vala \
616         src/moonshot-idcard-widget.vala \
617         src/moonshot-custom-vbox.vala \
618         src/moonshot-identities-manager.vala \
619         src/moonshot-identity-request.vala \
620         src/moonshot-server.vala \
621         src/moonshot-password-dialog.vala \
622         src/moonshot-provisioning-common.vala \
623         src/moonshot-utils.vala \
624         src/moonshot-futils.c
625
626 src_moonshot_webp_SOURCES = \
627         src/moonshot-webp-parser.vala \
628         src/moonshot-provisioning-common.vala \
629         src/moonshot-id.vala
630
631 src_moonshot_VALAFLAGS = --pkg gdk-2.0 --pkg gtk+-2.0 --pkg gee-0.8 $(AM_VALAFLAGS)
632 src_moonshot_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)  
633 src_moonshot_LDADD = $(moonshot_LIBS) $(am__append_6)
634 src_moonshot_LDFLAGS = -g -O0 $(am__append_9)
635 src_moonshot_webp_VALAFLAGS = --vapidir=$(top_srcdir)/libmoonshot  --pkg gtk+-2.0 --pkg gdk-2.0 --pkg libmoonshot $(AM_VALAFLAGS)
636 src_moonshot_webp_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
637 src_moonshot_webp_LDADD = $(moonshot_LIBS) ${top_builddir}/libmoonshot/libmoonshot.la
638 src_moonshot_webp_LDFLAGS = $(am__append_10)
639 @OS_WIN32_TRUE@src_moonshot_CFLAGS = -mwindows
640 @OS_WIN32_TRUE@src_moonshot_webp_CFLAGS = -mconsole
641 @OS_WIN32_TRUE@noinst_DATA = libmoonshot/libmoonshot.lib
642 @OS_LINUX_TRUE@mimedir = $(datadir)/mime/packages
643 @OS_LINUX_TRUE@mime_DATA = webprovisioning/moonshot.xml
644 @OS_LINUX_TRUE@dotdesktopdir = $(datadir)/applications
645 @OS_LINUX_TRUE@dotdesktop_DATA = moonshot.desktop moonshot-webp.desktop
646 @IPC_MSRPC_TRUE@BUILT_SOURCES = libmoonshot/moonshot-msrpc.h \
647 @IPC_MSRPC_TRUE@                libmoonshot/moonshot-msrpc_s.c \
648 @IPC_MSRPC_TRUE@                libmoonshot/moonshot-msrpc_c.c
649
650 @IPC_MSRPC_TRUE@DISTCLEANFILES = ${BUILT_SOURCES}
651 @IPC_MSRPC_TRUE@nodist_src_moonshot_SOURCES = \
652 @IPC_MSRPC_TRUE@        libmoonshot/moonshot-msrpc_s.c
653
654 @IPC_MSRPC_TRUE@nodist_libmoonshot_libmoonshot_la_SOURCES = \
655 @IPC_MSRPC_TRUE@        libmoonshot/moonshot-msrpc_c.c
656
657
658 # DBus service file
659 @IPC_DBUS_TRUE@dbusservicedir = $(datadir)/dbus-1/services
660 @IPC_DBUS_TRUE@@OS_MACOS_FALSE@dbusservice_in_files = org.janet.Moonshot.service.in
661 @IPC_DBUS_TRUE@@OS_MACOS_TRUE@dbusservice_in_files = org.janet.Moonshot.service.mac
662 @IPC_DBUS_TRUE@@OS_MACOS_FALSE@dbusservice_DATA = $(dbusservice_in_files:.service.in=.service)
663 @IPC_DBUS_TRUE@@OS_MACOS_TRUE@dbusservice_DATA = $(dbusservice_in_files:.service.mac=.service)
664 @IPC_DBUS_TRUE@CLEANFILES = $(dbusservice_DATA)
665 EXTRA_DIST = webprovisioning/moonshot.xml $(dbusservice_in_files) \
666         webprovisioning/complex-test.msht webprovisioning/sample.msht \
667         README.webprovisioning README.windows \
668         moonshot-dbus-launch \
669         moonshot-ui.spec \
670         vapi/moonshot-gnome-keyring.vapi libmoonshot/libmoonshot.vapi
671
672 examples_service_selection_SOURCES = examples/service-selection.c
673 examples_service_selection_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
674 examples_service_selection_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la $(moonshot_LIBS)
675 examples_client_SOURCES = examples/client.c
676 examples_client_CPPFLAGS = $(libmoonshot_CFLAGS) $(AM_CPPFLAGS)
677 examples_client_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la
678 tests_basic_SOURCES = tests/basic.c
679 tests_basic_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
680 tests_basic_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la $(moonshot_LIBS)
681 @OS_MACOS_TRUE@installerdir = $(HOME)/moonshot/mac-client-installer
682 all: $(BUILT_SOURCES) config.h
683         $(MAKE) $(AM_MAKEFLAGS) all-recursive
684
685 .SUFFIXES:
686 .SUFFIXES: .c .lo .o .obj
687 am--refresh: Makefile
688         @:
689 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
690         @for dep in $?; do \
691           case '$(am__configure_deps)' in \
692             *$$dep*) \
693               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
694               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
695                 && exit 0; \
696               exit 1;; \
697           esac; \
698         done; \
699         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
700         $(am__cd) $(top_srcdir) && \
701           $(AUTOMAKE) --foreign Makefile
702 .PRECIOUS: Makefile
703 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
704         @case '$?' in \
705           *config.status*) \
706             echo ' $(SHELL) ./config.status'; \
707             $(SHELL) ./config.status;; \
708           *) \
709             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
710             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
711         esac;
712
713 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
714         $(SHELL) ./config.status --recheck
715
716 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
717         $(am__cd) $(srcdir) && $(AUTOCONF)
718 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
719         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
720 $(am__aclocal_m4_deps):
721
722 config.h: stamp-h1
723         @test -f $@ || rm -f stamp-h1
724         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
725
726 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
727         @rm -f stamp-h1
728         cd $(top_builddir) && $(SHELL) ./config.status config.h
729 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
730         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
731         rm -f stamp-h1
732         touch $@
733
734 distclean-hdr:
735         -rm -f config.h stamp-h1
736 moonshot.desktop: $(top_builddir)/config.status $(srcdir)/moonshot.desktop.in
737         cd $(top_builddir) && $(SHELL) ./config.status $@
738 moonshot-webp.desktop: $(top_builddir)/config.status $(srcdir)/moonshot-webp.desktop.in
739         cd $(top_builddir) && $(SHELL) ./config.status $@
740 moonshot-ui.spec: $(top_builddir)/config.status $(srcdir)/moonshot-ui.spec.in
741         cd $(top_builddir) && $(SHELL) ./config.status $@
742
743 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
744         @$(NORMAL_INSTALL)
745         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
746         list2=; for p in $$list; do \
747           if test -f $$p; then \
748             list2="$$list2 $$p"; \
749           else :; fi; \
750         done; \
751         test -z "$$list2" || { \
752           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
753           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
754           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
755           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
756         }
757
758 uninstall-libLTLIBRARIES:
759         @$(NORMAL_UNINSTALL)
760         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
761         for p in $$list; do \
762           $(am__strip_dir) \
763           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
764           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
765         done
766
767 clean-libLTLIBRARIES:
768         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
769         @list='$(lib_LTLIBRARIES)'; \
770         locs=`for p in $$list; do echo $$p; done | \
771               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
772               sort -u`; \
773         test -z "$$locs" || { \
774           echo rm -f $${locs}; \
775           rm -f $${locs}; \
776         }
777 libmoonshot/$(am__dirstamp):
778         @$(MKDIR_P) libmoonshot
779         @: > libmoonshot/$(am__dirstamp)
780 libmoonshot/$(DEPDIR)/$(am__dirstamp):
781         @$(MKDIR_P) libmoonshot/$(DEPDIR)
782         @: > libmoonshot/$(DEPDIR)/$(am__dirstamp)
783 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo:  \
784         libmoonshot/$(am__dirstamp) \
785         libmoonshot/$(DEPDIR)/$(am__dirstamp)
786 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo:  \
787         libmoonshot/$(am__dirstamp) \
788         libmoonshot/$(DEPDIR)/$(am__dirstamp)
789 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo:  \
790         libmoonshot/$(am__dirstamp) \
791         libmoonshot/$(DEPDIR)/$(am__dirstamp)
792 libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo:  \
793         libmoonshot/$(am__dirstamp) \
794         libmoonshot/$(DEPDIR)/$(am__dirstamp)
795
796 libmoonshot/libmoonshot.la: $(libmoonshot_libmoonshot_la_OBJECTS) $(libmoonshot_libmoonshot_la_DEPENDENCIES) $(EXTRA_libmoonshot_libmoonshot_la_DEPENDENCIES) libmoonshot/$(am__dirstamp)
797         $(AM_V_CCLD)$(libmoonshot_libmoonshot_la_LINK) -rpath $(libdir) $(libmoonshot_libmoonshot_la_OBJECTS) $(libmoonshot_libmoonshot_la_LIBADD) $(LIBS)
798 install-binPROGRAMS: $(bin_PROGRAMS)
799         @$(NORMAL_INSTALL)
800         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
801         if test -n "$$list"; then \
802           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
803           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
804         fi; \
805         for p in $$list; do echo "$$p $$p"; done | \
806         sed 's/$(EXEEXT)$$//' | \
807         while read p p1; do if test -f $$p \
808          || test -f $$p1 \
809           ; then echo "$$p"; echo "$$p"; else :; fi; \
810         done | \
811         sed -e 'p;s,.*/,,;n;h' \
812             -e 's|.*|.|' \
813             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
814         sed 'N;N;N;s,\n, ,g' | \
815         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
816           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
817             if ($$2 == $$4) files[d] = files[d] " " $$1; \
818             else { print "f", $$3 "/" $$4, $$1; } } \
819           END { for (d in files) print "f", d, files[d] }' | \
820         while read type dir files; do \
821             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
822             test -z "$$files" || { \
823             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
824             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
825             } \
826         ; done
827
828 uninstall-binPROGRAMS:
829         @$(NORMAL_UNINSTALL)
830         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
831         files=`for p in $$list; do echo "$$p"; done | \
832           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
833               -e 's/$$/$(EXEEXT)/' \
834         `; \
835         test -n "$$list" || exit 0; \
836         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
837         cd "$(DESTDIR)$(bindir)" && rm -f $$files
838
839 clean-binPROGRAMS:
840         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
841         echo " rm -f" $$list; \
842         rm -f $$list || exit $$?; \
843         test -n "$(EXEEXT)" || exit 0; \
844         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
845         echo " rm -f" $$list; \
846         rm -f $$list
847
848 clean-noinstPROGRAMS:
849         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
850         echo " rm -f" $$list; \
851         rm -f $$list || exit $$?; \
852         test -n "$(EXEEXT)" || exit 0; \
853         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
854         echo " rm -f" $$list; \
855         rm -f $$list
856 examples/$(am__dirstamp):
857         @$(MKDIR_P) examples
858         @: > examples/$(am__dirstamp)
859 examples/$(DEPDIR)/$(am__dirstamp):
860         @$(MKDIR_P) examples/$(DEPDIR)
861         @: > examples/$(DEPDIR)/$(am__dirstamp)
862 examples/examples_client-client.$(OBJEXT): examples/$(am__dirstamp) \
863         examples/$(DEPDIR)/$(am__dirstamp)
864
865 examples/client$(EXEEXT): $(examples_client_OBJECTS) $(examples_client_DEPENDENCIES) $(EXTRA_examples_client_DEPENDENCIES) examples/$(am__dirstamp)
866         @rm -f examples/client$(EXEEXT)
867         $(AM_V_CCLD)$(LINK) $(examples_client_OBJECTS) $(examples_client_LDADD) $(LIBS)
868 examples/examples_service_selection-service-selection.$(OBJEXT):  \
869         examples/$(am__dirstamp) examples/$(DEPDIR)/$(am__dirstamp)
870
871 examples/service-selection$(EXEEXT): $(examples_service_selection_OBJECTS) $(examples_service_selection_DEPENDENCIES) $(EXTRA_examples_service_selection_DEPENDENCIES) examples/$(am__dirstamp)
872         @rm -f examples/service-selection$(EXEEXT)
873         $(AM_V_CCLD)$(LINK) $(examples_service_selection_OBJECTS) $(examples_service_selection_LDADD) $(LIBS)
874 src/$(am__dirstamp):
875         @$(MKDIR_P) src
876         @: > src/$(am__dirstamp)
877 src/$(DEPDIR)/$(am__dirstamp):
878         @$(MKDIR_P) src/$(DEPDIR)
879         @: > src/$(DEPDIR)/$(am__dirstamp)
880 src/src_moonshot-moonshot-identity-manager-app.$(OBJEXT):  \
881         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
882 src/src_moonshot-moonshot-identity-management-view.$(OBJEXT):  \
883         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
884 src/src_moonshot-moonshot-local-flat-file-store.$(OBJEXT):  \
885         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
886 src/src_moonshot-moonshot-keyring-store.$(OBJEXT):  \
887         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
888 src/src_moonshot-moonshot-idcard-store.$(OBJEXT): src/$(am__dirstamp) \
889         src/$(DEPDIR)/$(am__dirstamp)
890 src/src_moonshot-moonshot-id.$(OBJEXT): src/$(am__dirstamp) \
891         src/$(DEPDIR)/$(am__dirstamp)
892 src/src_moonshot-moonshot-add-dialog.$(OBJEXT): src/$(am__dirstamp) \
893         src/$(DEPDIR)/$(am__dirstamp)
894 src/src_moonshot-moonshot-idcard-widget.$(OBJEXT):  \
895         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
896 src/src_moonshot-moonshot-custom-vbox.$(OBJEXT): src/$(am__dirstamp) \
897         src/$(DEPDIR)/$(am__dirstamp)
898 src/src_moonshot-moonshot-identities-manager.$(OBJEXT):  \
899         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
900 src/src_moonshot-moonshot-identity-request.$(OBJEXT):  \
901         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
902 src/src_moonshot-moonshot-server.$(OBJEXT): src/$(am__dirstamp) \
903         src/$(DEPDIR)/$(am__dirstamp)
904 src/src_moonshot-moonshot-password-dialog.$(OBJEXT):  \
905         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
906 src/src_moonshot-moonshot-provisioning-common.$(OBJEXT):  \
907         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
908 src/src_moonshot-moonshot-utils.$(OBJEXT): src/$(am__dirstamp) \
909         src/$(DEPDIR)/$(am__dirstamp)
910 src/src_moonshot-moonshot-futils.$(OBJEXT): src/$(am__dirstamp) \
911         src/$(DEPDIR)/$(am__dirstamp)
912 libmoonshot/src_moonshot-moonshot-msrpc_s.$(OBJEXT):  \
913         libmoonshot/$(am__dirstamp) \
914         libmoonshot/$(DEPDIR)/$(am__dirstamp)
915
916 src/moonshot$(EXEEXT): $(src_moonshot_OBJECTS) $(src_moonshot_DEPENDENCIES) $(EXTRA_src_moonshot_DEPENDENCIES) src/$(am__dirstamp)
917         @rm -f src/moonshot$(EXEEXT)
918         $(AM_V_CCLD)$(src_moonshot_LINK) $(src_moonshot_OBJECTS) $(src_moonshot_LDADD) $(LIBS)
919 src/src_moonshot_webp-moonshot-webp-parser.$(OBJEXT):  \
920         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
921 src/src_moonshot_webp-moonshot-provisioning-common.$(OBJEXT):  \
922         src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
923 src/src_moonshot_webp-moonshot-id.$(OBJEXT): src/$(am__dirstamp) \
924         src/$(DEPDIR)/$(am__dirstamp)
925
926 src/moonshot-webp$(EXEEXT): $(src_moonshot_webp_OBJECTS) $(src_moonshot_webp_DEPENDENCIES) $(EXTRA_src_moonshot_webp_DEPENDENCIES) src/$(am__dirstamp)
927         @rm -f src/moonshot-webp$(EXEEXT)
928         $(AM_V_CCLD)$(src_moonshot_webp_LINK) $(src_moonshot_webp_OBJECTS) $(src_moonshot_webp_LDADD) $(LIBS)
929 tests/$(am__dirstamp):
930         @$(MKDIR_P) tests
931         @: > tests/$(am__dirstamp)
932 tests/$(DEPDIR)/$(am__dirstamp):
933         @$(MKDIR_P) tests/$(DEPDIR)
934         @: > tests/$(DEPDIR)/$(am__dirstamp)
935 tests/tests_basic-basic.$(OBJEXT): tests/$(am__dirstamp) \
936         tests/$(DEPDIR)/$(am__dirstamp)
937
938 tests/basic$(EXEEXT): $(tests_basic_OBJECTS) $(tests_basic_DEPENDENCIES) $(EXTRA_tests_basic_DEPENDENCIES) tests/$(am__dirstamp)
939         @rm -f tests/basic$(EXEEXT)
940         $(AM_V_CCLD)$(LINK) $(tests_basic_OBJECTS) $(tests_basic_LDADD) $(LIBS)
941 install-pkglibexecSCRIPTS: $(pkglibexec_SCRIPTS)
942         @$(NORMAL_INSTALL)
943         @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
944         if test -n "$$list"; then \
945           echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
946           $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
947         fi; \
948         for p in $$list; do \
949           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
950           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
951         done | \
952         sed -e 'p;s,.*/,,;n' \
953             -e 'h;s|.*|.|' \
954             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
955         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
956           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
957             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
958               if (++n[d] == $(am__install_max)) { \
959                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
960             else { print "f", d "/" $$4, $$1 } } \
961           END { for (d in files) print "f", d, files[d] }' | \
962         while read type dir files; do \
963              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
964              test -z "$$files" || { \
965                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
966                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
967              } \
968         ; done
969
970 uninstall-pkglibexecSCRIPTS:
971         @$(NORMAL_UNINSTALL)
972         @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
973         files=`for p in $$list; do echo "$$p"; done | \
974                sed -e 's,.*/,,;$(transform)'`; \
975         dir='$(DESTDIR)$(pkglibexecdir)'; $(am__uninstall_files_from_dir)
976
977 mostlyclean-compile:
978         -rm -f *.$(OBJEXT)
979         -rm -f examples/*.$(OBJEXT)
980         -rm -f libmoonshot/*.$(OBJEXT)
981         -rm -f libmoonshot/*.lo
982         -rm -f src/*.$(OBJEXT)
983         -rm -f tests/*.$(OBJEXT)
984
985 distclean-compile:
986         -rm -f *.tab.c
987
988 @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/examples_client-client.Po@am__quote@
989 @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/examples_service_selection-service-selection.Po@am__quote@
990 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Plo@am__quote@
991 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Plo@am__quote@
992 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Plo@am__quote@
993 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-moonshot-msrpc_c.Plo@am__quote@
994 @AMDEP_TRUE@@am__include@ @am__quote@libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Po@am__quote@
995 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Po@am__quote@
996 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Po@am__quote@
997 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-futils.Po@am__quote@
998 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-id.Po@am__quote@
999 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Po@am__quote@
1000 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Po@am__quote@
1001 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Po@am__quote@
1002 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identity-management-view.Po@am__quote@
1003 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identity-manager-app.Po@am__quote@
1004 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Po@am__quote@
1005 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Po@am__quote@
1006 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-local-flat-file-store.Po@am__quote@
1007 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Po@am__quote@
1008 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Po@am__quote@
1009 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-server.Po@am__quote@
1010 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot-moonshot-utils.Po@am__quote@
1011 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Po@am__quote@
1012 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot_webp-moonshot-provisioning-common.Po@am__quote@
1013 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_moonshot_webp-moonshot-webp-parser.Po@am__quote@
1014 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/tests_basic-basic.Po@am__quote@
1015
1016 .c.o:
1017 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1018 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1019 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1020 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1021 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1022 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1023
1024 .c.obj:
1025 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1026 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1027 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1028 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1029 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1030 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1031
1032 .c.lo:
1033 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1034 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1035 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
1036 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1037 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1038 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1039
1040 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo: libmoonshot/libmoonshot-common.c
1041 @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
1042 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-common.Plo
1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/libmoonshot-common.c' object='libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-common.lo' libtool=yes @AMDEPBACKSLASH@
1044 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1045 @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
1046
1047 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo: libmoonshot/libmoonshot-msrpc.c
1048 @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
1049 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-msrpc.Plo
1050 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/libmoonshot-msrpc.c' object='libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-msrpc.lo' libtool=yes @AMDEPBACKSLASH@
1051 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1052 @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
1053
1054 libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo: libmoonshot/libmoonshot-dbus.c
1055 @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
1056 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Tpo libmoonshot/$(DEPDIR)/libmoonshot_libmoonshot_la-libmoonshot-dbus.Plo
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libmoonshot/libmoonshot-dbus.c' object='libmoonshot/libmoonshot_libmoonshot_la-libmoonshot-dbus.lo' libtool=yes @AMDEPBACKSLASH@
1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1059 @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
1060
1061 libmoonshot/libmoonshot_libmoonshot_la-moonshot-msrpc_c.lo: libmoonshot/moonshot-msrpc_c.c
1062 @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
1063 @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
1064 @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@
1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1066 @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
1067
1068 examples/examples_client-client.o: examples/client.c
1069 @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
1070 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_client-client.Tpo examples/$(DEPDIR)/examples_client-client.Po
1071 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/client.c' object='examples/examples_client-client.o' libtool=no @AMDEPBACKSLASH@
1072 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1073 @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
1074
1075 examples/examples_client-client.obj: examples/client.c
1076 @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`
1077 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_client-client.Tpo examples/$(DEPDIR)/examples_client-client.Po
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/client.c' object='examples/examples_client-client.obj' libtool=no @AMDEPBACKSLASH@
1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1080 @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`
1081
1082 examples/examples_service_selection-service-selection.o: examples/service-selection.c
1083 @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
1084 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_service_selection-service-selection.Tpo examples/$(DEPDIR)/examples_service_selection-service-selection.Po
1085 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/service-selection.c' object='examples/examples_service_selection-service-selection.o' libtool=no @AMDEPBACKSLASH@
1086 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1087 @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
1088
1089 examples/examples_service_selection-service-selection.obj: examples/service-selection.c
1090 @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`
1091 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) examples/$(DEPDIR)/examples_service_selection-service-selection.Tpo examples/$(DEPDIR)/examples_service_selection-service-selection.Po
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/service-selection.c' object='examples/examples_service_selection-service-selection.obj' libtool=no @AMDEPBACKSLASH@
1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094 @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`
1095
1096 src/src_moonshot-moonshot-identity-manager-app.o: src/moonshot-identity-manager-app.c
1097 @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
1098 @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
1099 @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@
1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1101 @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
1102
1103 src/src_moonshot-moonshot-identity-manager-app.obj: src/moonshot-identity-manager-app.c
1104 @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`
1105 @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
1106 @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@
1107 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1108 @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`
1109
1110 src/src_moonshot-moonshot-identity-management-view.o: src/moonshot-identity-management-view.c
1111 @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
1112 @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
1113 @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@
1114 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1115 @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
1116
1117 src/src_moonshot-moonshot-identity-management-view.obj: src/moonshot-identity-management-view.c
1118 @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`
1119 @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
1120 @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@
1121 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1122 @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`
1123
1124 src/src_moonshot-moonshot-local-flat-file-store.o: src/moonshot-local-flat-file-store.c
1125 @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
1126 @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
1127 @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@
1128 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1129 @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
1130
1131 src/src_moonshot-moonshot-local-flat-file-store.obj: src/moonshot-local-flat-file-store.c
1132 @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`
1133 @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
1134 @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@
1135 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1136 @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`
1137
1138 src/src_moonshot-moonshot-keyring-store.o: src/moonshot-keyring-store.c
1139 @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
1140 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Po
1141 @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@
1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143 @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
1144
1145 src/src_moonshot-moonshot-keyring-store.obj: src/moonshot-keyring-store.c
1146 @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`
1147 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-keyring-store.Po
1148 @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@
1149 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1150 @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`
1151
1152 src/src_moonshot-moonshot-idcard-store.o: src/moonshot-idcard-store.c
1153 @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
1154 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Po
1155 @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@
1156 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1157 @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
1158
1159 src/src_moonshot-moonshot-idcard-store.obj: src/moonshot-idcard-store.c
1160 @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`
1161 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-store.Po
1162 @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@
1163 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1164 @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`
1165
1166 src/src_moonshot-moonshot-id.o: src/moonshot-id.c
1167 @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
1168 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot-moonshot-id.Po
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot-moonshot-id.o' libtool=no @AMDEPBACKSLASH@
1170 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1171 @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
1172
1173 src/src_moonshot-moonshot-id.obj: src/moonshot-id.c
1174 @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`
1175 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot-moonshot-id.Po
1176 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot-moonshot-id.obj' libtool=no @AMDEPBACKSLASH@
1177 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1178 @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`
1179
1180 src/src_moonshot-moonshot-add-dialog.o: src/moonshot-add-dialog.c
1181 @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
1182 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Po
1183 @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@
1184 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1185 @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
1186
1187 src/src_moonshot-moonshot-add-dialog.obj: src/moonshot-add-dialog.c
1188 @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`
1189 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-add-dialog.Po
1190 @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@
1191 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1192 @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`
1193
1194 src/src_moonshot-moonshot-idcard-widget.o: src/moonshot-idcard-widget.c
1195 @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
1196 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Po
1197 @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@
1198 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1199 @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
1200
1201 src/src_moonshot-moonshot-idcard-widget.obj: src/moonshot-idcard-widget.c
1202 @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`
1203 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Tpo src/$(DEPDIR)/src_moonshot-moonshot-idcard-widget.Po
1204 @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@
1205 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1206 @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`
1207
1208 src/src_moonshot-moonshot-custom-vbox.o: src/moonshot-custom-vbox.c
1209 @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
1210 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Tpo src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Po
1211 @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@
1212 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1213 @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
1214
1215 src/src_moonshot-moonshot-custom-vbox.obj: src/moonshot-custom-vbox.c
1216 @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`
1217 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Tpo src/$(DEPDIR)/src_moonshot-moonshot-custom-vbox.Po
1218 @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@
1219 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1220 @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`
1221
1222 src/src_moonshot-moonshot-identities-manager.o: src/moonshot-identities-manager.c
1223 @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
1224 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Po
1225 @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@
1226 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1227 @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
1228
1229 src/src_moonshot-moonshot-identities-manager.obj: src/moonshot-identities-manager.c
1230 @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`
1231 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identities-manager.Po
1232 @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@
1233 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1234 @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`
1235
1236 src/src_moonshot-moonshot-identity-request.o: src/moonshot-identity-request.c
1237 @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
1238 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Po
1239 @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@
1240 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1241 @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
1242
1243 src/src_moonshot-moonshot-identity-request.obj: src/moonshot-identity-request.c
1244 @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`
1245 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Tpo src/$(DEPDIR)/src_moonshot-moonshot-identity-request.Po
1246 @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@
1247 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1248 @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`
1249
1250 src/src_moonshot-moonshot-server.o: src/moonshot-server.c
1251 @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
1252 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-server.Tpo src/$(DEPDIR)/src_moonshot-moonshot-server.Po
1253 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-server.c' object='src/src_moonshot-moonshot-server.o' libtool=no @AMDEPBACKSLASH@
1254 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1255 @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
1256
1257 src/src_moonshot-moonshot-server.obj: src/moonshot-server.c
1258 @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`
1259 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-server.Tpo src/$(DEPDIR)/src_moonshot-moonshot-server.Po
1260 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-server.c' object='src/src_moonshot-moonshot-server.obj' libtool=no @AMDEPBACKSLASH@
1261 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1262 @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`
1263
1264 src/src_moonshot-moonshot-password-dialog.o: src/moonshot-password-dialog.c
1265 @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
1266 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Po
1267 @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@
1268 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1269 @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
1270
1271 src/src_moonshot-moonshot-password-dialog.obj: src/moonshot-password-dialog.c
1272 @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`
1273 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Tpo src/$(DEPDIR)/src_moonshot-moonshot-password-dialog.Po
1274 @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@
1275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1276 @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`
1277
1278 src/src_moonshot-moonshot-provisioning-common.o: src/moonshot-provisioning-common.c
1279 @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
1280 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Tpo src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Po
1281 @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@
1282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1283 @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
1284
1285 src/src_moonshot-moonshot-provisioning-common.obj: src/moonshot-provisioning-common.c
1286 @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`
1287 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Tpo src/$(DEPDIR)/src_moonshot-moonshot-provisioning-common.Po
1288 @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@
1289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1290 @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`
1291
1292 src/src_moonshot-moonshot-utils.o: src/moonshot-utils.c
1293 @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
1294 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-utils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-utils.Po
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-utils.c' object='src/src_moonshot-moonshot-utils.o' libtool=no @AMDEPBACKSLASH@
1296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1297 @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
1298
1299 src/src_moonshot-moonshot-utils.obj: src/moonshot-utils.c
1300 @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`
1301 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-utils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-utils.Po
1302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-utils.c' object='src/src_moonshot-moonshot-utils.obj' libtool=no @AMDEPBACKSLASH@
1303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1304 @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`
1305
1306 src/src_moonshot-moonshot-futils.o: src/moonshot-futils.c
1307 @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
1308 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-futils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-futils.Po
1309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-futils.c' object='src/src_moonshot-moonshot-futils.o' libtool=no @AMDEPBACKSLASH@
1310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1311 @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
1312
1313 src/src_moonshot-moonshot-futils.obj: src/moonshot-futils.c
1314 @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`
1315 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot-moonshot-futils.Tpo src/$(DEPDIR)/src_moonshot-moonshot-futils.Po
1316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-futils.c' object='src/src_moonshot-moonshot-futils.obj' libtool=no @AMDEPBACKSLASH@
1317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1318 @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`
1319
1320 libmoonshot/src_moonshot-moonshot-msrpc_s.o: libmoonshot/moonshot-msrpc_s.c
1321 @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
1322 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Tpo libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Po
1323 @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@
1324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1325 @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
1326
1327 libmoonshot/src_moonshot-moonshot-msrpc_s.obj: libmoonshot/moonshot-msrpc_s.c
1328 @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`
1329 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Tpo libmoonshot/$(DEPDIR)/src_moonshot-moonshot-msrpc_s.Po
1330 @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@
1331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1332 @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`
1333
1334 src/src_moonshot_webp-moonshot-webp-parser.o: src/moonshot-webp-parser.c
1335 @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
1336 @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
1337 @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@
1338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1339 @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
1340
1341 src/src_moonshot_webp-moonshot-webp-parser.obj: src/moonshot-webp-parser.c
1342 @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`
1343 @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
1344 @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@
1345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1346 @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`
1347
1348 src/src_moonshot_webp-moonshot-provisioning-common.o: src/moonshot-provisioning-common.c
1349 @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
1350 @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
1351 @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@
1352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1353 @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
1354
1355 src/src_moonshot_webp-moonshot-provisioning-common.obj: src/moonshot-provisioning-common.c
1356 @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`
1357 @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
1358 @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@
1359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1360 @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`
1361
1362 src/src_moonshot_webp-moonshot-id.o: src/moonshot-id.c
1363 @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
1364 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Po
1365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot_webp-moonshot-id.o' libtool=no @AMDEPBACKSLASH@
1366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1367 @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
1368
1369 src/src_moonshot_webp-moonshot-id.obj: src/moonshot-id.c
1370 @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`
1371 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Tpo src/$(DEPDIR)/src_moonshot_webp-moonshot-id.Po
1372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/moonshot-id.c' object='src/src_moonshot_webp-moonshot-id.obj' libtool=no @AMDEPBACKSLASH@
1373 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1374 @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`
1375
1376 tests/tests_basic-basic.o: tests/basic.c
1377 @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
1378 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_basic-basic.Tpo tests/$(DEPDIR)/tests_basic-basic.Po
1379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/basic.c' object='tests/tests_basic-basic.o' libtool=no @AMDEPBACKSLASH@
1380 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1381 @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
1382
1383 tests/tests_basic-basic.obj: tests/basic.c
1384 @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`
1385 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_basic-basic.Tpo tests/$(DEPDIR)/tests_basic-basic.Po
1386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/basic.c' object='tests/tests_basic-basic.obj' libtool=no @AMDEPBACKSLASH@
1387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1388 @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`
1389 $(srcdir)/src/moonshot-webp-parser.c: $(srcdir)/src_moonshot_webp_vala.stamp
1390         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1391         @if test -f $@; then :; else \
1392           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1393         fi
1394 $(srcdir)/src/moonshot-provisioning-common.c: $(srcdir)/src_moonshot_webp_vala.stamp
1395         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1396         @if test -f $@; then :; else \
1397           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1398         fi
1399 $(srcdir)/src/moonshot-id.c: $(srcdir)/src_moonshot_webp_vala.stamp
1400         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1401         @if test -f $@; then :; else \
1402           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1403         fi
1404 $(srcdir)/config.vapi: $(srcdir)/src_moonshot_webp_vala.stamp
1405         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_webp_vala.stamp; fi
1406         @if test -f $@; then :; else \
1407           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_webp_vala.stamp; \
1408         fi
1409 $(srcdir)/src_moonshot_webp_vala.stamp: src/moonshot-webp-parser.vala src/moonshot-provisioning-common.vala src/moonshot-id.vala
1410         $(AM_V_at)rm -f $@ && echo stamp > $@-t
1411         $(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
1412         $(AM_V_at)mv -f $@-t $@
1413 $(srcdir)/src/moonshot-identity-manager-app.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-identity-management-view.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-local-flat-file-store.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-keyring-store.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-idcard-store.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-id.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-add-dialog.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-idcard-widget.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-custom-vbox.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-identities-manager.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)/src/moonshot-identity-request.c: $(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-server.c: $(srcdir)/src_moonshot_vala.stamp
1469         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1470         @if test -f $@; then :; else \
1471           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1472         fi
1473 $(srcdir)/src/moonshot-password-dialog.c: $(srcdir)/src_moonshot_vala.stamp
1474         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1475         @if test -f $@; then :; else \
1476           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1477         fi
1478 $(srcdir)/src/moonshot-provisioning-common.c: $(srcdir)/src_moonshot_vala.stamp
1479         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1480         @if test -f $@; then :; else \
1481           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1482         fi
1483 $(srcdir)/src/moonshot-utils.c: $(srcdir)/src_moonshot_vala.stamp
1484         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1485         @if test -f $@; then :; else \
1486           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1487         fi
1488 $(srcdir)/config.vapi: $(srcdir)/src_moonshot_vala.stamp
1489         @if test -f $@; then :; else rm -f $(srcdir)/src_moonshot_vala.stamp; fi
1490         @if test -f $@; then :; else \
1491           $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/src_moonshot_vala.stamp; \
1492         fi
1493 $(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
1494         $(AM_V_at)rm -f $@ && echo stamp > $@-t
1495         $(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
1496         $(AM_V_at)mv -f $@-t $@
1497
1498 mostlyclean-libtool:
1499         -rm -f *.lo
1500
1501 clean-libtool:
1502         -rm -rf .libs _libs
1503         -rm -rf examples/.libs examples/_libs
1504         -rm -rf libmoonshot/.libs libmoonshot/_libs
1505         -rm -rf src/.libs src/_libs
1506         -rm -rf tests/.libs tests/_libs
1507
1508 distclean-libtool:
1509         -rm -f libtool config.lt
1510 install-dbusserviceDATA: $(dbusservice_DATA)
1511         @$(NORMAL_INSTALL)
1512         @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
1513         if test -n "$$list"; then \
1514           echo " $(MKDIR_P) '$(DESTDIR)$(dbusservicedir)'"; \
1515           $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" || exit 1; \
1516         fi; \
1517         for p in $$list; do \
1518           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1519           echo "$$d$$p"; \
1520         done | $(am__base_list) | \
1521         while read files; do \
1522           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusservicedir)'"; \
1523           $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusservicedir)" || exit $$?; \
1524         done
1525
1526 uninstall-dbusserviceDATA:
1527         @$(NORMAL_UNINSTALL)
1528         @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
1529         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1530         dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
1531 install-dist_moonshotsysconfDATA: $(dist_moonshotsysconf_DATA)
1532         @$(NORMAL_INSTALL)
1533         @list='$(dist_moonshotsysconf_DATA)'; test -n "$(moonshotsysconfdir)" || list=; \
1534         if test -n "$$list"; then \
1535           echo " $(MKDIR_P) '$(DESTDIR)$(moonshotsysconfdir)'"; \
1536           $(MKDIR_P) "$(DESTDIR)$(moonshotsysconfdir)" || exit 1; \
1537         fi; \
1538         for p in $$list; do \
1539           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1540           echo "$$d$$p"; \
1541         done | $(am__base_list) | \
1542         while read files; do \
1543           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(moonshotsysconfdir)'"; \
1544           $(INSTALL_DATA) $$files "$(DESTDIR)$(moonshotsysconfdir)" || exit $$?; \
1545         done
1546
1547 uninstall-dist_moonshotsysconfDATA:
1548         @$(NORMAL_UNINSTALL)
1549         @list='$(dist_moonshotsysconf_DATA)'; test -n "$(moonshotsysconfdir)" || list=; \
1550         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1551         dir='$(DESTDIR)$(moonshotsysconfdir)'; $(am__uninstall_files_from_dir)
1552 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
1553         @$(NORMAL_INSTALL)
1554         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1555         if test -n "$$list"; then \
1556           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1557           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1558         fi; \
1559         for p in $$list; do \
1560           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1561           echo "$$d$$p"; \
1562         done | $(am__base_list) | \
1563         while read files; do \
1564           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1565           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1566         done
1567
1568 uninstall-dist_pkgdataDATA:
1569         @$(NORMAL_UNINSTALL)
1570         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1571         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1572         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1573 install-dotdesktopDATA: $(dotdesktop_DATA)
1574         @$(NORMAL_INSTALL)
1575         @list='$(dotdesktop_DATA)'; test -n "$(dotdesktopdir)" || list=; \
1576         if test -n "$$list"; then \
1577           echo " $(MKDIR_P) '$(DESTDIR)$(dotdesktopdir)'"; \
1578           $(MKDIR_P) "$(DESTDIR)$(dotdesktopdir)" || exit 1; \
1579         fi; \
1580         for p in $$list; do \
1581           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1582           echo "$$d$$p"; \
1583         done | $(am__base_list) | \
1584         while read files; do \
1585           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dotdesktopdir)'"; \
1586           $(INSTALL_DATA) $$files "$(DESTDIR)$(dotdesktopdir)" || exit $$?; \
1587         done
1588
1589 uninstall-dotdesktopDATA:
1590         @$(NORMAL_UNINSTALL)
1591         @list='$(dotdesktop_DATA)'; test -n "$(dotdesktopdir)" || list=; \
1592         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1593         dir='$(DESTDIR)$(dotdesktopdir)'; $(am__uninstall_files_from_dir)
1594 install-mimeDATA: $(mime_DATA)
1595         @$(NORMAL_INSTALL)
1596         @list='$(mime_DATA)'; test -n "$(mimedir)" || list=; \
1597         if test -n "$$list"; then \
1598           echo " $(MKDIR_P) '$(DESTDIR)$(mimedir)'"; \
1599           $(MKDIR_P) "$(DESTDIR)$(mimedir)" || exit 1; \
1600         fi; \
1601         for p in $$list; do \
1602           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1603           echo "$$d$$p"; \
1604         done | $(am__base_list) | \
1605         while read files; do \
1606           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mimedir)'"; \
1607           $(INSTALL_DATA) $$files "$(DESTDIR)$(mimedir)" || exit $$?; \
1608         done
1609
1610 uninstall-mimeDATA:
1611         @$(NORMAL_UNINSTALL)
1612         @list='$(mime_DATA)'; test -n "$(mimedir)" || list=; \
1613         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1614         dir='$(DESTDIR)$(mimedir)'; $(am__uninstall_files_from_dir)
1615 install-includeHEADERS: $(include_HEADERS)
1616         @$(NORMAL_INSTALL)
1617         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1618         if test -n "$$list"; then \
1619           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
1620           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
1621         fi; \
1622         for p in $$list; do \
1623           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1624           echo "$$d$$p"; \
1625         done | $(am__base_list) | \
1626         while read files; do \
1627           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1628           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1629         done
1630
1631 uninstall-includeHEADERS:
1632         @$(NORMAL_UNINSTALL)
1633         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1634         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1635         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1636
1637 # This directory's subdirectories are mostly independent; you can cd
1638 # into them and run 'make' without going through this Makefile.
1639 # To change the values of 'make' variables: instead of editing Makefiles,
1640 # (1) if the variable is set in 'config.status', edit 'config.status'
1641 #     (which will cause the Makefiles to be regenerated when you run 'make');
1642 # (2) otherwise, pass the desired values on the 'make' command line.
1643 $(am__recursive_targets):
1644         @fail=; \
1645         if $(am__make_keepgoing); then \
1646           failcom='fail=yes'; \
1647         else \
1648           failcom='exit 1'; \
1649         fi; \
1650         dot_seen=no; \
1651         target=`echo $@ | sed s/-recursive//`; \
1652         case "$@" in \
1653           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1654           *) list='$(SUBDIRS)' ;; \
1655         esac; \
1656         for subdir in $$list; do \
1657           echo "Making $$target in $$subdir"; \
1658           if test "$$subdir" = "."; then \
1659             dot_seen=yes; \
1660             local_target="$$target-am"; \
1661           else \
1662             local_target="$$target"; \
1663           fi; \
1664           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1665           || eval $$failcom; \
1666         done; \
1667         if test "$$dot_seen" = "no"; then \
1668           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1669         fi; test -z "$$fail"
1670
1671 ID: $(am__tagged_files)
1672         $(am__define_uniq_tagged_files); mkid -fID $$unique
1673 tags: tags-recursive
1674 TAGS: tags
1675
1676 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1677         set x; \
1678         here=`pwd`; \
1679         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1680           include_option=--etags-include; \
1681           empty_fix=.; \
1682         else \
1683           include_option=--include; \
1684           empty_fix=; \
1685         fi; \
1686         list='$(SUBDIRS)'; for subdir in $$list; do \
1687           if test "$$subdir" = .; then :; else \
1688             test ! -f $$subdir/TAGS || \
1689               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1690           fi; \
1691         done; \
1692         $(am__define_uniq_tagged_files); \
1693         shift; \
1694         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1695           test -n "$$unique" || unique=$$empty_fix; \
1696           if test $$# -gt 0; then \
1697             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1698               "$$@" $$unique; \
1699           else \
1700             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1701               $$unique; \
1702           fi; \
1703         fi
1704 ctags: ctags-recursive
1705
1706 CTAGS: ctags
1707 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1708         $(am__define_uniq_tagged_files); \
1709         test -z "$(CTAGS_ARGS)$$unique" \
1710           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1711              $$unique
1712
1713 GTAGS:
1714         here=`$(am__cd) $(top_builddir) && pwd` \
1715           && $(am__cd) $(top_srcdir) \
1716           && gtags -i $(GTAGS_ARGS) "$$here"
1717 cscope: cscope.files
1718         test ! -s cscope.files \
1719           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1720 clean-cscope:
1721         -rm -f cscope.files
1722 cscope.files: clean-cscope cscopelist
1723 cscopelist: cscopelist-recursive
1724
1725 cscopelist-am: $(am__tagged_files)
1726         list='$(am__tagged_files)'; \
1727         case "$(srcdir)" in \
1728           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1729           *) sdir=$(subdir)/$(srcdir) ;; \
1730         esac; \
1731         for i in $$list; do \
1732           if test -f "$$i"; then \
1733             echo "$(subdir)/$$i"; \
1734           else \
1735             echo "$$sdir/$$i"; \
1736           fi; \
1737         done >> $(top_builddir)/cscope.files
1738
1739 distclean-tags:
1740         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1741         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1742
1743 distdir: $(DISTFILES)
1744         $(am__remove_distdir)
1745         test -d "$(distdir)" || mkdir "$(distdir)"
1746         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1747         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1748         list='$(DISTFILES)'; \
1749           dist_files=`for file in $$list; do echo $$file; done | \
1750           sed -e "s|^$$srcdirstrip/||;t" \
1751               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1752         case $$dist_files in \
1753           */*) $(MKDIR_P) `echo "$$dist_files" | \
1754                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1755                            sort -u` ;; \
1756         esac; \
1757         for file in $$dist_files; do \
1758           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1759           if test -d $$d/$$file; then \
1760             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1761             if test -d "$(distdir)/$$file"; then \
1762               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1763             fi; \
1764             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1765               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1766               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1767             fi; \
1768             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1769           else \
1770             test -f "$(distdir)/$$file" \
1771             || cp -p $$d/$$file "$(distdir)/$$file" \
1772             || exit 1; \
1773           fi; \
1774         done
1775         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1776           if test "$$subdir" = .; then :; else \
1777             $(am__make_dryrun) \
1778               || test -d "$(distdir)/$$subdir" \
1779               || $(MKDIR_P) "$(distdir)/$$subdir" \
1780               || exit 1; \
1781             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1782             $(am__relativize); \
1783             new_distdir=$$reldir; \
1784             dir1=$$subdir; dir2="$(top_distdir)"; \
1785             $(am__relativize); \
1786             new_top_distdir=$$reldir; \
1787             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1788             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1789             ($(am__cd) $$subdir && \
1790               $(MAKE) $(AM_MAKEFLAGS) \
1791                 top_distdir="$$new_top_distdir" \
1792                 distdir="$$new_distdir" \
1793                 am__remove_distdir=: \
1794                 am__skip_length_check=: \
1795                 am__skip_mode_fix=: \
1796                 distdir) \
1797               || exit 1; \
1798           fi; \
1799         done
1800         -test -n "$(am__skip_mode_fix)" \
1801         || find "$(distdir)" -type d ! -perm -755 \
1802                 -exec chmod u+rwx,go+rx {} \; -o \
1803           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1804           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1805           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1806         || chmod -R a+r "$(distdir)"
1807 dist-gzip: distdir
1808         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1809         $(am__post_remove_distdir)
1810
1811 dist-bzip2: distdir
1812         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1813         $(am__post_remove_distdir)
1814
1815 dist-lzip: distdir
1816         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1817         $(am__post_remove_distdir)
1818 dist-xz: distdir
1819         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1820         $(am__post_remove_distdir)
1821
1822 dist-tarZ: distdir
1823         @echo WARNING: "Support for shar distribution archives is" \
1824                        "deprecated." >&2
1825         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1826         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1827         $(am__post_remove_distdir)
1828
1829 dist-shar: distdir
1830         @echo WARNING: "Support for distribution archives compressed with" \
1831                        "legacy program 'compress' is deprecated." >&2
1832         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1833         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1834         $(am__post_remove_distdir)
1835
1836 dist-zip: distdir
1837         -rm -f $(distdir).zip
1838         zip -rq $(distdir).zip $(distdir)
1839         $(am__post_remove_distdir)
1840
1841 dist dist-all:
1842         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1843         $(am__post_remove_distdir)
1844
1845 # This target untars the dist file and tries a VPATH configuration.  Then
1846 # it guarantees that the distribution is self-contained by making another
1847 # tarfile.
1848 distcheck: dist
1849         case '$(DIST_ARCHIVES)' in \
1850         *.tar.gz*) \
1851           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1852         *.tar.bz2*) \
1853           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1854         *.tar.lz*) \
1855           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1856         *.tar.xz*) \
1857           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1858         *.tar.Z*) \
1859           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1860         *.shar.gz*) \
1861           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1862         *.zip*) \
1863           unzip $(distdir).zip ;;\
1864         esac
1865         chmod -R a-w $(distdir)
1866         chmod u+w $(distdir)
1867         mkdir $(distdir)/_build $(distdir)/_inst
1868         chmod a-w $(distdir)
1869         test -d $(distdir)/_build || exit 0; \
1870         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1871           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1872           && am__cwd=`pwd` \
1873           && $(am__cd) $(distdir)/_build \
1874           && ../configure \
1875             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1876             $(DISTCHECK_CONFIGURE_FLAGS) \
1877             --srcdir=.. --prefix="$$dc_install_base" \
1878           && $(MAKE) $(AM_MAKEFLAGS) \
1879           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1880           && $(MAKE) $(AM_MAKEFLAGS) check \
1881           && $(MAKE) $(AM_MAKEFLAGS) install \
1882           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1883           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1884           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1885                 distuninstallcheck \
1886           && chmod -R a-w "$$dc_install_base" \
1887           && ({ \
1888                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1889                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1890                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1891                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1892                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1893               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1894           && rm -rf "$$dc_destdir" \
1895           && $(MAKE) $(AM_MAKEFLAGS) dist \
1896           && rm -rf $(DIST_ARCHIVES) \
1897           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1898           && cd "$$am__cwd" \
1899           || exit 1
1900         $(am__post_remove_distdir)
1901         @(echo "$(distdir) archives ready for distribution: "; \
1902           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1903           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1904 distuninstallcheck:
1905         @test -n '$(distuninstallcheck_dir)' || { \
1906           echo 'ERROR: trying to run $@ with an empty' \
1907                '$$(distuninstallcheck_dir)' >&2; \
1908           exit 1; \
1909         }; \
1910         $(am__cd) '$(distuninstallcheck_dir)' || { \
1911           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1912           exit 1; \
1913         }; \
1914         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1915            || { echo "ERROR: files left after uninstall:" ; \
1916                 if test -n "$(DESTDIR)"; then \
1917                   echo "  (check DESTDIR support)"; \
1918                 fi ; \
1919                 $(distuninstallcheck_listfiles) ; \
1920                 exit 1; } >&2
1921 distcleancheck: distclean
1922         @if test '$(srcdir)' = . ; then \
1923           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1924           exit 1 ; \
1925         fi
1926         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1927           || { echo "ERROR: files left in build directory after distclean:" ; \
1928                $(distcleancheck_listfiles) ; \
1929                exit 1; } >&2
1930 check-am: all-am
1931 check: $(BUILT_SOURCES)
1932         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1933 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1934                 $(HEADERS) config.h
1935 install-binPROGRAMS: install-libLTLIBRARIES
1936
1937 installdirs: installdirs-recursive
1938 installdirs-am:
1939         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(moonshotsysconfdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(dotdesktopdir)" "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(includedir)"; do \
1940           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1941         done
1942 install: $(BUILT_SOURCES)
1943         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1944 install-exec: install-exec-recursive
1945 install-data: install-data-recursive
1946 uninstall: uninstall-recursive
1947
1948 install-am: all-am
1949         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1950
1951 installcheck: installcheck-recursive
1952 install-strip:
1953         if test -z '$(STRIP)'; then \
1954           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1955             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1956               install; \
1957         else \
1958           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1959             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1960             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1961         fi
1962 mostlyclean-generic:
1963
1964 clean-generic:
1965         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1966
1967 distclean-generic:
1968         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1969         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1970         -rm -f examples/$(DEPDIR)/$(am__dirstamp)
1971         -rm -f examples/$(am__dirstamp)
1972         -rm -f libmoonshot/$(DEPDIR)/$(am__dirstamp)
1973         -rm -f libmoonshot/$(am__dirstamp)
1974         -rm -f src/$(DEPDIR)/$(am__dirstamp)
1975         -rm -f src/$(am__dirstamp)
1976         -rm -f tests/$(DEPDIR)/$(am__dirstamp)
1977         -rm -f tests/$(am__dirstamp)
1978         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1979
1980 maintainer-clean-generic:
1981         @echo "This command is intended for maintainers to use"
1982         @echo "it deletes files that may require special tools to rebuild."
1983         -rm -f $(srcdir)/config.vapi
1984         -rm -f $(srcdir)/src/moonshot-add-dialog.c
1985         -rm -f $(srcdir)/src/moonshot-custom-vbox.c
1986         -rm -f $(srcdir)/src/moonshot-id.c
1987         -rm -f $(srcdir)/src/moonshot-idcard-store.c
1988         -rm -f $(srcdir)/src/moonshot-idcard-widget.c
1989         -rm -f $(srcdir)/src/moonshot-identities-manager.c
1990         -rm -f $(srcdir)/src/moonshot-identity-management-view.c
1991         -rm -f $(srcdir)/src/moonshot-identity-manager-app.c
1992         -rm -f $(srcdir)/src/moonshot-identity-request.c
1993         -rm -f $(srcdir)/src/moonshot-keyring-store.c
1994         -rm -f $(srcdir)/src/moonshot-local-flat-file-store.c
1995         -rm -f $(srcdir)/src/moonshot-password-dialog.c
1996         -rm -f $(srcdir)/src/moonshot-provisioning-common.c
1997         -rm -f $(srcdir)/src/moonshot-server.c
1998         -rm -f $(srcdir)/src/moonshot-utils.c
1999         -rm -f $(srcdir)/src/moonshot-webp-parser.c
2000         -rm -f $(srcdir)/src_moonshot_vala.stamp
2001         -rm -f $(srcdir)/src_moonshot_webp_vala.stamp
2002         -rm -f src/moonshot-add-dialog.c
2003         -rm -f src/moonshot-custom-vbox.c
2004         -rm -f src/moonshot-id.c
2005         -rm -f src/moonshot-idcard-store.c
2006         -rm -f src/moonshot-idcard-widget.c
2007         -rm -f src/moonshot-identities-manager.c
2008         -rm -f src/moonshot-identity-management-view.c
2009         -rm -f src/moonshot-identity-manager-app.c
2010         -rm -f src/moonshot-identity-request.c
2011         -rm -f src/moonshot-keyring-store.c
2012         -rm -f src/moonshot-local-flat-file-store.c
2013         -rm -f src/moonshot-password-dialog.c
2014         -rm -f src/moonshot-provisioning-common.c
2015         -rm -f src/moonshot-server.c
2016         -rm -f src/moonshot-utils.c
2017         -rm -f src/moonshot-webp-parser.c
2018         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2019 clean: clean-recursive
2020
2021 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
2022         clean-libtool clean-noinstPROGRAMS mostlyclean-am
2023
2024 distclean: distclean-recursive
2025         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2026         -rm -rf examples/$(DEPDIR) libmoonshot/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2027         -rm -f Makefile
2028 distclean-am: clean-am distclean-compile distclean-generic \
2029         distclean-hdr distclean-libtool distclean-tags
2030
2031 dvi: dvi-recursive
2032
2033 dvi-am:
2034
2035 html: html-recursive
2036
2037 html-am:
2038
2039 info: info-recursive
2040
2041 info-am:
2042
2043 install-data-am: install-dbusserviceDATA \
2044         install-dist_moonshotsysconfDATA install-dist_pkgdataDATA \
2045         install-dotdesktopDATA install-includeHEADERS install-mimeDATA
2046
2047 install-dvi: install-dvi-recursive
2048
2049 install-dvi-am:
2050
2051 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
2052         install-pkglibexecSCRIPTS
2053
2054 install-html: install-html-recursive
2055
2056 install-html-am:
2057
2058 install-info: install-info-recursive
2059
2060 install-info-am:
2061
2062 install-man:
2063
2064 install-pdf: install-pdf-recursive
2065
2066 install-pdf-am:
2067
2068 install-ps: install-ps-recursive
2069
2070 install-ps-am:
2071
2072 installcheck-am:
2073
2074 maintainer-clean: maintainer-clean-recursive
2075         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2076         -rm -rf $(top_srcdir)/autom4te.cache
2077         -rm -rf examples/$(DEPDIR) libmoonshot/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2078         -rm -f Makefile
2079 maintainer-clean-am: distclean-am maintainer-clean-generic
2080
2081 mostlyclean: mostlyclean-recursive
2082
2083 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2084         mostlyclean-libtool
2085
2086 pdf: pdf-recursive
2087
2088 pdf-am:
2089
2090 ps: ps-recursive
2091
2092 ps-am:
2093
2094 uninstall-am: uninstall-binPROGRAMS uninstall-dbusserviceDATA \
2095         uninstall-dist_moonshotsysconfDATA uninstall-dist_pkgdataDATA \
2096         uninstall-dotdesktopDATA uninstall-includeHEADERS \
2097         uninstall-libLTLIBRARIES uninstall-mimeDATA \
2098         uninstall-pkglibexecSCRIPTS
2099
2100 .MAKE: $(am__recursive_targets) all check install install-am \
2101         install-strip
2102
2103 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2104         am--refresh check check-am clean clean-binPROGRAMS \
2105         clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
2106         clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
2107         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
2108         dist-xz dist-zip distcheck distclean distclean-compile \
2109         distclean-generic distclean-hdr distclean-libtool \
2110         distclean-tags distcleancheck distdir distuninstallcheck dvi \
2111         dvi-am html html-am info info-am install install-am \
2112         install-binPROGRAMS install-data install-data-am \
2113         install-dbusserviceDATA install-dist_moonshotsysconfDATA \
2114         install-dist_pkgdataDATA install-dotdesktopDATA install-dvi \
2115         install-dvi-am install-exec install-exec-am install-html \
2116         install-html-am install-includeHEADERS install-info \
2117         install-info-am install-libLTLIBRARIES install-man \
2118         install-mimeDATA install-pdf install-pdf-am \
2119         install-pkglibexecSCRIPTS install-ps install-ps-am \
2120         install-strip installcheck installcheck-am installdirs \
2121         installdirs-am maintainer-clean maintainer-clean-generic \
2122         mostlyclean mostlyclean-compile mostlyclean-generic \
2123         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
2124         uninstall-am uninstall-binPROGRAMS uninstall-dbusserviceDATA \
2125         uninstall-dist_moonshotsysconfDATA uninstall-dist_pkgdataDATA \
2126         uninstall-dotdesktopDATA uninstall-includeHEADERS \
2127         uninstall-libLTLIBRARIES uninstall-mimeDATA \
2128         uninstall-pkglibexecSCRIPTS
2129
2130
2131 # Build the MSVC lib. The sed hack fixes execution in the case that
2132 # the MSVC toolchain isn't in the PATH.
2133 @OS_WIN32_TRUE@libmoonshot/libmoonshot.lib: libmoonshot/libmoonshot.def
2134 @OS_WIN32_TRUE@ PATH="$(shell echo "${MSVC_LIB}" | sed -e s,/VC/bin/lib,/Common7/IDE,)":$$PATH "${MSVC_LIB}" -def:$< -out:$@ -machine:x86
2135
2136 @IPC_MSRPC_TRUE@libmoonshot/moonshot-msrpc.h: libmoonshot/moonshot-msrpc.idl libmoonshot/moonshot-msrpc.acf
2137 @IPC_MSRPC_TRUE@        ${AM_V_GEN} ${MIDL_WRAPPER} -o libmoonshot -m "${MIDL}" $^
2138
2139 @IPC_MSRPC_TRUE@libmoonshot/moonshot-msrpc_s.c: libmoonshot/moonshot-msrpc.h
2140 @IPC_MSRPC_TRUE@libmoonshot/moonshot-msrpc_c.c: libmoonshot/moonshot-msrpc.h
2141
2142 # Rule to make the service file with bindir expanded
2143 @IPC_DBUS_TRUE@$(dbusservice_DATA): $(dbusservice_in_files) Makefile
2144 @IPC_DBUS_TRUE@ @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
2145
2146 @OS_WIN32_TRUE@icons:
2147 @OS_WIN32_TRUE@ mkdir -p share/icons
2148 @OS_WIN32_TRUE@ cp ${prefix}/share/icons/gnome/48x48/status/avatar-default.png share/icons
2149 @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
2150 @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
2151
2152 @OS_WIN32_TRUE@installer: moonshot.msi
2153
2154 @OS_WIN32_TRUE@moonshot.msi: windows/app.wxs windows/config.wxi $(bin_PROGRAMS)
2155 @OS_WIN32_TRUE@ "${WIX_CANDLE}" $<
2156 @OS_WIN32_TRUE@ "${WIX_LIGHT}" -b ${prefix} -b ${prefix}/mingw -o moonshot.msi app.wixobj
2157
2158 @OS_MACOS_TRUE@icons:
2159 @OS_MACOS_TRUE@ mkdir -p share/icons
2160 @OS_MACOS_TRUE@ cp mac/icons/process-stop.png share/icons
2161 @OS_MACOS_TRUE@ cp mac/icons/edit-find.png share/icons
2162 @OS_MACOS_TRUE@ cp mac/icons/avatar-default.png share/icons
2163
2164 @OS_MACOS_TRUE@app-bundle:
2165 @OS_MACOS_TRUE@ gtk-mac-bundler ./mac/moonshot-ui.bundle
2166
2167 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2168 # Otherwise a system limit (for SysV at least) may be exceeded.
2169 .NOEXPORT: