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