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