autoreconf -i
[moonshot-ui.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 bin_PROGRAMS = src/moonshot$(EXEEXT)
38 subdir = .
39 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41         $(top_srcdir)/configure ABOUT-NLS build-aux/compile \
42         build-aux/config.guess build-aux/config.rpath \
43         build-aux/config.sub build-aux/depcomp build-aux/install-sh \
44         build-aux/missing src/moonshot-add-dialog.c \
45         src/moonshot-custom-vbox.c src/moonshot-id.c \
46         src/moonshot-idcard-widget.c src/moonshot-identities-manager.c \
47         src/moonshot-window.c src_moonshot_vala.stamp
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
50         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
51         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
52         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
53         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
54         $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58  configure.lineno config.status.lineno
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 am__installdirs = "$(DESTDIR)$(bindir)"
64 PROGRAMS = $(bin_PROGRAMS)
65 am__dirstamp = $(am__leading_dot)dirstamp
66 am_src_moonshot_OBJECTS = src/moonshot-id.$(OBJEXT) \
67         src/moonshot-add-dialog.$(OBJEXT) \
68         src/moonshot-idcard-widget.$(OBJEXT) \
69         src/moonshot-custom-vbox.$(OBJEXT) \
70         src/moonshot-identities-manager.$(OBJEXT) \
71         src/moonshot-window.$(OBJEXT)
72 src_moonshot_OBJECTS = $(am_src_moonshot_OBJECTS)
73 am__DEPENDENCIES_1 =
74 src_moonshot_DEPENDENCIES = $(am__DEPENDENCIES_1)
75 DEFAULT_INCLUDES = -I.@am__isrc@
76 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
77 am__depfiles_maybe = depfiles
78 am__mv = mv -f
79 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 AM_V_CC = $(am__v_CC_$(V))
82 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
83 am__v_CC_0 = @echo "  CC    " $@;
84 AM_V_at = $(am__v_at_$(V))
85 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
86 am__v_at_0 = @
87 CCLD = $(CC)
88 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
89 AM_V_CCLD = $(am__v_CCLD_$(V))
90 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
91 am__v_CCLD_0 = @echo "  CCLD  " $@;
92 VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS)
93 AM_V_VALAC = $(am__v_VALAC_$(V))
94 am__v_VALAC_ = $(am__v_VALAC_$(AM_DEFAULT_VERBOSITY))
95 am__v_VALAC_0 = @echo "  VALAC " $@;
96 AM_V_GEN = $(am__v_GEN_$(V))
97 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
98 am__v_GEN_0 = @echo "  GEN   " $@;
99 SOURCES = $(src_moonshot_SOURCES)
100 DIST_SOURCES = $(src_moonshot_SOURCES)
101 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
102         html-recursive info-recursive install-data-recursive \
103         install-dvi-recursive install-exec-recursive \
104         install-html-recursive install-info-recursive \
105         install-pdf-recursive install-ps-recursive install-recursive \
106         installcheck-recursive installdirs-recursive pdf-recursive \
107         ps-recursive uninstall-recursive
108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109   distclean-recursive maintainer-clean-recursive
110 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112         distdir dist dist-all distcheck
113 ETAGS = etags
114 CTAGS = ctags
115 DIST_SUBDIRS = $(SUBDIRS)
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 distdir = $(PACKAGE)-$(VERSION)
118 top_distdir = $(distdir)
119 am__remove_distdir = \
120   { test ! -d "$(distdir)" \
121     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
122          && rm -fr "$(distdir)"; }; }
123 am__relativize = \
124   dir0=`pwd`; \
125   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
126   sed_rest='s,^[^/]*/*,,'; \
127   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
128   sed_butlast='s,/*[^/]*$$,,'; \
129   while test -n "$$dir1"; do \
130     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
131     if test "$$first" != "."; then \
132       if test "$$first" = ".."; then \
133         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
134         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
135       else \
136         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
137         if test "$$first2" = "$$first"; then \
138           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
139         else \
140           dir2="../$$dir2"; \
141         fi; \
142         dir0="$$dir0"/"$$first"; \
143       fi; \
144     fi; \
145     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
146   done; \
147   reldir="$$dir2"
148 GZIP_ENV = --best
149 DIST_ARCHIVES = $(distdir).tar.xz
150 distuninstallcheck_listfiles = find . -type f -print
151 distcleancheck_listfiles = find . -type f -print
152 ACLOCAL = @ACLOCAL@
153 AMTAR = @AMTAR@
154 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155 AUTOCONF = @AUTOCONF@
156 AUTOHEADER = @AUTOHEADER@
157 AUTOMAKE = @AUTOMAKE@
158 AWK = @AWK@
159 CC = @CC@
160 CCDEPMODE = @CCDEPMODE@
161 CFLAGS = @CFLAGS@
162 CPP = @CPP@
163 CPPFLAGS = @CPPFLAGS@
164 CYGPATH_W = @CYGPATH_W@
165 DEFS = @DEFS@
166 DEPDIR = @DEPDIR@
167 ECHO_C = @ECHO_C@
168 ECHO_N = @ECHO_N@
169 ECHO_T = @ECHO_T@
170 EGREP = @EGREP@
171 EXEEXT = @EXEEXT@
172 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
173 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
174 GMSGFMT = @GMSGFMT@
175 GMSGFMT_015 = @GMSGFMT_015@
176 GREP = @GREP@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 INTLLIBS = @INTLLIBS@
183 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
184 LDFLAGS = @LDFLAGS@
185 LIBICONV = @LIBICONV@
186 LIBINTL = @LIBINTL@
187 LIBOBJS = @LIBOBJS@
188 LIBS = @LIBS@
189 LTLIBICONV = @LTLIBICONV@
190 LTLIBINTL = @LTLIBINTL@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAKEINFO = @MAKEINFO@
193 MKDIR_P = @MKDIR_P@
194 MSGFMT = @MSGFMT@
195 MSGFMT_015 = @MSGFMT_015@
196 MSGMERGE = @MSGMERGE@
197 OBJEXT = @OBJEXT@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_URL = @PACKAGE_URL@
204 PACKAGE_VERSION = @PACKAGE_VERSION@
205 PATH_SEPARATOR = @PATH_SEPARATOR@
206 PKG_CONFIG = @PKG_CONFIG@
207 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
208 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
209 POSUB = @POSUB@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 STRIP = @STRIP@
213 USE_NLS = @USE_NLS@
214 VALAC = @VALAC@
215 VERSION = @VERSION@
216 XGETTEXT = @XGETTEXT@
217 XGETTEXT_015 = @XGETTEXT_015@
218 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
219 abs_builddir = @abs_builddir@
220 abs_srcdir = @abs_srcdir@
221 abs_top_builddir = @abs_top_builddir@
222 abs_top_srcdir = @abs_top_srcdir@
223 ac_ct_CC = @ac_ct_CC@
224 am__include = @am__include@
225 am__leading_dot = @am__leading_dot@
226 am__quote = @am__quote@
227 am__tar = @am__tar@
228 am__untar = @am__untar@
229 bindir = @bindir@
230 build = @build@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 datadir = @datadir@
237 datarootdir = @datarootdir@
238 docdir = @docdir@
239 dvidir = @dvidir@
240 exec_prefix = @exec_prefix@
241 host = @host@
242 host_alias = @host_alias@
243 host_cpu = @host_cpu@
244 host_os = @host_os@
245 host_vendor = @host_vendor@
246 htmldir = @htmldir@
247 includedir = @includedir@
248 infodir = @infodir@
249 install_sh = @install_sh@
250 libdir = @libdir@
251 libexecdir = @libexecdir@
252 localedir = @localedir@
253 localstatedir = @localstatedir@
254 mandir = @mandir@
255 mkdir_p = @mkdir_p@
256 moonshot_CFLAGS = @moonshot_CFLAGS@
257 moonshot_LIBS = @moonshot_LIBS@
258 oldincludedir = @oldincludedir@
259 pdfdir = @pdfdir@
260 prefix = @prefix@
261 program_transform_name = @program_transform_name@
262 psdir = @psdir@
263 sbindir = @sbindir@
264 sharedstatedir = @sharedstatedir@
265 srcdir = @srcdir@
266 sysconfdir = @sysconfdir@
267 target_alias = @target_alias@
268 top_build_prefix = @top_build_prefix@
269 top_builddir = @top_builddir@
270 top_srcdir = @top_srcdir@
271 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
272 SUBDIRS = po
273 AM_CPPFLAGS = \
274         -include config.h \
275         -DLOCALEDIR=\""$(localedir)"\" \
276         $(moonshot_CFLAGS)
277
278 AM_VALAFLAGS = \
279         config.vapi \
280         --pkg gtk+-2.0
281
282 src_moonshot_SOURCES = \
283         src/moonshot-id.vala \
284         src/moonshot-add-dialog.vala \
285         src/moonshot-idcard-widget.vala \
286         src/moonshot-custom-vbox.vala \
287         src/moonshot-identities-manager.vala \
288         src/moonshot-window.vala
289
290 src_moonshot_LDADD = \
291         $(moonshot_LIBS)
292
293 all: config.h
294         $(MAKE) $(AM_MAKEFLAGS) all-recursive
295
296 .SUFFIXES:
297 .SUFFIXES: .c .o .obj
298 am--refresh:
299         @:
300 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
301         @for dep in $?; do \
302           case '$(am__configure_deps)' in \
303             *$$dep*) \
304               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
305               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
306                 && exit 0; \
307               exit 1;; \
308           esac; \
309         done; \
310         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
311         $(am__cd) $(top_srcdir) && \
312           $(AUTOMAKE) --foreign Makefile
313 .PRECIOUS: Makefile
314 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315         @case '$?' in \
316           *config.status*) \
317             echo ' $(SHELL) ./config.status'; \
318             $(SHELL) ./config.status;; \
319           *) \
320             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
321             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
322         esac;
323
324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325         $(SHELL) ./config.status --recheck
326
327 $(top_srcdir)/configure:  $(am__configure_deps)
328         $(am__cd) $(srcdir) && $(AUTOCONF)
329 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
330         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
331 $(am__aclocal_m4_deps):
332
333 config.h: stamp-h1
334         @if test ! -f $@; then \
335           rm -f stamp-h1; \
336           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
337         else :; fi
338
339 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
340         @rm -f stamp-h1
341         cd $(top_builddir) && $(SHELL) ./config.status config.h
342 $(srcdir)/config.h.in:  $(am__configure_deps) 
343         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
344         rm -f stamp-h1
345         touch $@
346
347 distclean-hdr:
348         -rm -f config.h stamp-h1
349 install-binPROGRAMS: $(bin_PROGRAMS)
350         @$(NORMAL_INSTALL)
351         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
352         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
353         for p in $$list; do echo "$$p $$p"; done | \
354         sed 's/$(EXEEXT)$$//' | \
355         while read p p1; do if test -f $$p; \
356           then echo "$$p"; echo "$$p"; else :; fi; \
357         done | \
358         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
359             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
360         sed 'N;N;N;s,\n, ,g' | \
361         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
362           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
363             if ($$2 == $$4) files[d] = files[d] " " $$1; \
364             else { print "f", $$3 "/" $$4, $$1; } } \
365           END { for (d in files) print "f", d, files[d] }' | \
366         while read type dir files; do \
367             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
368             test -z "$$files" || { \
369               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
370               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
371             } \
372         ; done
373
374 uninstall-binPROGRAMS:
375         @$(NORMAL_UNINSTALL)
376         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
377         files=`for p in $$list; do echo "$$p"; done | \
378           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
379               -e 's/$$/$(EXEEXT)/' `; \
380         test -n "$$list" || exit 0; \
381         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
382         cd "$(DESTDIR)$(bindir)" && rm -f $$files
383
384 clean-binPROGRAMS:
385         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
386 src/$(am__dirstamp):
387         @$(MKDIR_P) src
388         @: > src/$(am__dirstamp)
389 src/$(DEPDIR)/$(am__dirstamp):
390         @$(MKDIR_P) src/$(DEPDIR)
391         @: > src/$(DEPDIR)/$(am__dirstamp)
392 src/moonshot-id.$(OBJEXT): src/$(am__dirstamp) \
393         src/$(DEPDIR)/$(am__dirstamp)
394 src/moonshot-add-dialog.$(OBJEXT): src/$(am__dirstamp) \
395         src/$(DEPDIR)/$(am__dirstamp)
396 src/moonshot-idcard-widget.$(OBJEXT): src/$(am__dirstamp) \
397         src/$(DEPDIR)/$(am__dirstamp)
398 src/moonshot-custom-vbox.$(OBJEXT): src/$(am__dirstamp) \
399         src/$(DEPDIR)/$(am__dirstamp)
400 src/moonshot-identities-manager.$(OBJEXT): src/$(am__dirstamp) \
401         src/$(DEPDIR)/$(am__dirstamp)
402 src/moonshot-window.$(OBJEXT): src/$(am__dirstamp) \
403         src/$(DEPDIR)/$(am__dirstamp)
404 src/moonshot$(EXEEXT): $(src_moonshot_OBJECTS) $(src_moonshot_DEPENDENCIES) src/$(am__dirstamp)
405         @rm -f src/moonshot$(EXEEXT)
406         $(AM_V_CCLD)$(LINK) $(src_moonshot_OBJECTS) $(src_moonshot_LDADD) $(LIBS)
407
408 mostlyclean-compile:
409         -rm -f *.$(OBJEXT)
410         -rm -f src/moonshot-add-dialog.$(OBJEXT)
411         -rm -f src/moonshot-custom-vbox.$(OBJEXT)
412         -rm -f src/moonshot-id.$(OBJEXT)
413         -rm -f src/moonshot-idcard-widget.$(OBJEXT)
414         -rm -f src/moonshot-identities-manager.$(OBJEXT)
415         -rm -f src/moonshot-window.$(OBJEXT)
416
417 distclean-compile:
418         -rm -f *.tab.c
419
420 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/moonshot-add-dialog.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/moonshot-custom-vbox.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/moonshot-id.Po@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/moonshot-idcard-widget.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/moonshot-identities-manager.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/moonshot-window.Po@am__quote@
426
427 .c.o:
428 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
429 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
430 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
431 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
435
436 .c.obj:
437 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
438 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
439 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
440 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
444 $(srcdir)/src/moonshot-id.c: $(srcdir)/src_moonshot_vala.stamp
445         @if test -f $@; then :; else \
446           rm -f $(srcdir)/src_moonshot_vala.stamp; \
447           $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) src_moonshot_vala.stamp; \
448         fi
449 $(srcdir)/src/moonshot-add-dialog.c: $(srcdir)/src_moonshot_vala.stamp
450         @if test -f $@; then :; else \
451           rm -f $(srcdir)/src_moonshot_vala.stamp; \
452           $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) src_moonshot_vala.stamp; \
453         fi
454 $(srcdir)/src/moonshot-idcard-widget.c: $(srcdir)/src_moonshot_vala.stamp
455         @if test -f $@; then :; else \
456           rm -f $(srcdir)/src_moonshot_vala.stamp; \
457           $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) src_moonshot_vala.stamp; \
458         fi
459 $(srcdir)/src/moonshot-custom-vbox.c: $(srcdir)/src_moonshot_vala.stamp
460         @if test -f $@; then :; else \
461           rm -f $(srcdir)/src_moonshot_vala.stamp; \
462           $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) src_moonshot_vala.stamp; \
463         fi
464 $(srcdir)/src/moonshot-identities-manager.c: $(srcdir)/src_moonshot_vala.stamp
465         @if test -f $@; then :; else \
466           rm -f $(srcdir)/src_moonshot_vala.stamp; \
467           $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) src_moonshot_vala.stamp; \
468         fi
469 $(srcdir)/src/moonshot-window.c: $(srcdir)/src_moonshot_vala.stamp
470         @if test -f $@; then :; else \
471           rm -f $(srcdir)/src_moonshot_vala.stamp; \
472           $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) src_moonshot_vala.stamp; \
473         fi
474 src_moonshot_vala.stamp: $(src_moonshot_SOURCES)
475         $(AM_V_VALAC)$(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS) -C $(src_moonshot_SOURCES)
476         $(AM_V_at)touch $@
477
478 # This directory's subdirectories are mostly independent; you can cd
479 # into them and run `make' without going through this Makefile.
480 # To change the values of `make' variables: instead of editing Makefiles,
481 # (1) if the variable is set in `config.status', edit `config.status'
482 #     (which will cause the Makefiles to be regenerated when you run `make');
483 # (2) otherwise, pass the desired values on the `make' command line.
484 $(RECURSIVE_TARGETS):
485         @fail= failcom='exit 1'; \
486         for f in x $$MAKEFLAGS; do \
487           case $$f in \
488             *=* | --[!k]*);; \
489             *k*) failcom='fail=yes';; \
490           esac; \
491         done; \
492         dot_seen=no; \
493         target=`echo $@ | sed s/-recursive//`; \
494         list='$(SUBDIRS)'; for subdir in $$list; do \
495           echo "Making $$target in $$subdir"; \
496           if test "$$subdir" = "."; then \
497             dot_seen=yes; \
498             local_target="$$target-am"; \
499           else \
500             local_target="$$target"; \
501           fi; \
502           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
503           || eval $$failcom; \
504         done; \
505         if test "$$dot_seen" = "no"; then \
506           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
507         fi; test -z "$$fail"
508
509 $(RECURSIVE_CLEAN_TARGETS):
510         @fail= failcom='exit 1'; \
511         for f in x $$MAKEFLAGS; do \
512           case $$f in \
513             *=* | --[!k]*);; \
514             *k*) failcom='fail=yes';; \
515           esac; \
516         done; \
517         dot_seen=no; \
518         case "$@" in \
519           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
520           *) list='$(SUBDIRS)' ;; \
521         esac; \
522         rev=''; for subdir in $$list; do \
523           if test "$$subdir" = "."; then :; else \
524             rev="$$subdir $$rev"; \
525           fi; \
526         done; \
527         rev="$$rev ."; \
528         target=`echo $@ | sed s/-recursive//`; \
529         for subdir in $$rev; do \
530           echo "Making $$target in $$subdir"; \
531           if test "$$subdir" = "."; then \
532             local_target="$$target-am"; \
533           else \
534             local_target="$$target"; \
535           fi; \
536           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
537           || eval $$failcom; \
538         done && test -z "$$fail"
539 tags-recursive:
540         list='$(SUBDIRS)'; for subdir in $$list; do \
541           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
542         done
543 ctags-recursive:
544         list='$(SUBDIRS)'; for subdir in $$list; do \
545           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
546         done
547
548 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
549         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
550         unique=`for i in $$list; do \
551             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552           done | \
553           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554               END { if (nonempty) { for (i in files) print i; }; }'`; \
555         mkid -fID $$unique
556 tags: TAGS
557
558 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
559                 $(TAGS_FILES) $(LISP)
560         set x; \
561         here=`pwd`; \
562         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
563           include_option=--etags-include; \
564           empty_fix=.; \
565         else \
566           include_option=--include; \
567           empty_fix=; \
568         fi; \
569         list='$(SUBDIRS)'; for subdir in $$list; do \
570           if test "$$subdir" = .; then :; else \
571             test ! -f $$subdir/TAGS || \
572               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
573           fi; \
574         done; \
575         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
576         unique=`for i in $$list; do \
577             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578           done | \
579           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580               END { if (nonempty) { for (i in files) print i; }; }'`; \
581         shift; \
582         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
583           test -n "$$unique" || unique=$$empty_fix; \
584           if test $$# -gt 0; then \
585             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586               "$$@" $$unique; \
587           else \
588             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589               $$unique; \
590           fi; \
591         fi
592 ctags: CTAGS
593 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
594                 $(TAGS_FILES) $(LISP)
595         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
596         unique=`for i in $$list; do \
597             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598           done | \
599           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
600               END { if (nonempty) { for (i in files) print i; }; }'`; \
601         test -z "$(CTAGS_ARGS)$$unique" \
602           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
603              $$unique
604
605 GTAGS:
606         here=`$(am__cd) $(top_builddir) && pwd` \
607           && $(am__cd) $(top_srcdir) \
608           && gtags -i $(GTAGS_ARGS) "$$here"
609
610 distclean-tags:
611         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612
613 distdir: $(DISTFILES)
614         $(am__remove_distdir)
615         test -d "$(distdir)" || mkdir "$(distdir)"
616         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618         list='$(DISTFILES)'; \
619           dist_files=`for file in $$list; do echo $$file; done | \
620           sed -e "s|^$$srcdirstrip/||;t" \
621               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622         case $$dist_files in \
623           */*) $(MKDIR_P) `echo "$$dist_files" | \
624                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625                            sort -u` ;; \
626         esac; \
627         for file in $$dist_files; do \
628           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629           if test -d $$d/$$file; then \
630             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631             if test -d "$(distdir)/$$file"; then \
632               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633             fi; \
634             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637             fi; \
638             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639           else \
640             test -f "$(distdir)/$$file" \
641             || cp -p $$d/$$file "$(distdir)/$$file" \
642             || exit 1; \
643           fi; \
644         done
645         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
646           if test "$$subdir" = .; then :; else \
647             test -d "$(distdir)/$$subdir" \
648             || $(MKDIR_P) "$(distdir)/$$subdir" \
649             || exit 1; \
650           fi; \
651         done
652         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
653           if test "$$subdir" = .; then :; else \
654             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
655             $(am__relativize); \
656             new_distdir=$$reldir; \
657             dir1=$$subdir; dir2="$(top_distdir)"; \
658             $(am__relativize); \
659             new_top_distdir=$$reldir; \
660             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
661             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
662             ($(am__cd) $$subdir && \
663               $(MAKE) $(AM_MAKEFLAGS) \
664                 top_distdir="$$new_top_distdir" \
665                 distdir="$$new_distdir" \
666                 am__remove_distdir=: \
667                 am__skip_length_check=: \
668                 am__skip_mode_fix=: \
669                 distdir) \
670               || exit 1; \
671           fi; \
672         done
673         -test -n "$(am__skip_mode_fix)" \
674         || find "$(distdir)" -type d ! -perm -755 \
675                 -exec chmod u+rwx,go+rx {} \; -o \
676           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
677           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
678           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
679         || chmod -R a+r "$(distdir)"
680 dist-gzip: distdir
681         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
682         $(am__remove_distdir)
683
684 dist-bzip2: distdir
685         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
686         $(am__remove_distdir)
687
688 dist-lzma: distdir
689         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
690         $(am__remove_distdir)
691 dist-xz: distdir
692         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
693         $(am__remove_distdir)
694
695 dist-tarZ: distdir
696         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
697         $(am__remove_distdir)
698
699 dist-shar: distdir
700         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
701         $(am__remove_distdir)
702
703 dist-zip: distdir
704         -rm -f $(distdir).zip
705         zip -rq $(distdir).zip $(distdir)
706         $(am__remove_distdir)
707
708 dist dist-all: distdir
709         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
710         $(am__remove_distdir)
711
712 # This target untars the dist file and tries a VPATH configuration.  Then
713 # it guarantees that the distribution is self-contained by making another
714 # tarfile.
715 distcheck: dist
716         case '$(DIST_ARCHIVES)' in \
717         *.tar.gz*) \
718           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
719         *.tar.bz2*) \
720           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
721         *.tar.lzma*) \
722           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
723         *.tar.xz*) \
724           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
725         *.tar.Z*) \
726           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
727         *.shar.gz*) \
728           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
729         *.zip*) \
730           unzip $(distdir).zip ;;\
731         esac
732         chmod -R a-w $(distdir); chmod a+w $(distdir)
733         mkdir $(distdir)/_build
734         mkdir $(distdir)/_inst
735         chmod a-w $(distdir)
736         test -d $(distdir)/_build || exit 0; \
737         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
738           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
739           && am__cwd=`pwd` \
740           && $(am__cd) $(distdir)/_build \
741           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
742             $(DISTCHECK_CONFIGURE_FLAGS) \
743           && $(MAKE) $(AM_MAKEFLAGS) \
744           && $(MAKE) $(AM_MAKEFLAGS) dvi \
745           && $(MAKE) $(AM_MAKEFLAGS) check \
746           && $(MAKE) $(AM_MAKEFLAGS) install \
747           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
748           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
749           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
750                 distuninstallcheck \
751           && chmod -R a-w "$$dc_install_base" \
752           && ({ \
753                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
754                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
755                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
756                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
757                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
758               } || { rm -rf "$$dc_destdir"; exit 1; }) \
759           && rm -rf "$$dc_destdir" \
760           && $(MAKE) $(AM_MAKEFLAGS) dist \
761           && rm -rf $(DIST_ARCHIVES) \
762           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
763           && cd "$$am__cwd" \
764           || exit 1
765         $(am__remove_distdir)
766         @(echo "$(distdir) archives ready for distribution: "; \
767           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
768           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
769 distuninstallcheck:
770         @$(am__cd) '$(distuninstallcheck_dir)' \
771         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
772            || { echo "ERROR: files left after uninstall:" ; \
773                 if test -n "$(DESTDIR)"; then \
774                   echo "  (check DESTDIR support)"; \
775                 fi ; \
776                 $(distuninstallcheck_listfiles) ; \
777                 exit 1; } >&2
778 distcleancheck: distclean
779         @if test '$(srcdir)' = . ; then \
780           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
781           exit 1 ; \
782         fi
783         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
784           || { echo "ERROR: files left in build directory after distclean:" ; \
785                $(distcleancheck_listfiles) ; \
786                exit 1; } >&2
787 check-am: all-am
788 check: check-recursive
789 all-am: Makefile $(PROGRAMS) config.h
790 installdirs: installdirs-recursive
791 installdirs-am:
792         for dir in "$(DESTDIR)$(bindir)"; do \
793           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
794         done
795 install: install-recursive
796 install-exec: install-exec-recursive
797 install-data: install-data-recursive
798 uninstall: uninstall-recursive
799
800 install-am: all-am
801         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
802
803 installcheck: installcheck-recursive
804 install-strip:
805         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
806           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
807           `test -z '$(STRIP)' || \
808             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
809 mostlyclean-generic:
810
811 clean-generic:
812
813 distclean-generic:
814         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
815         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
816         -rm -f src/$(DEPDIR)/$(am__dirstamp)
817         -rm -f src/$(am__dirstamp)
818
819 maintainer-clean-generic:
820         @echo "This command is intended for maintainers to use"
821         @echo "it deletes files that may require special tools to rebuild."
822         -rm -f src/moonshot-add-dialog.c
823         -rm -f src/moonshot-custom-vbox.c
824         -rm -f src/moonshot-id.c
825         -rm -f src/moonshot-idcard-widget.c
826         -rm -f src/moonshot-identities-manager.c
827         -rm -f src/moonshot-window.c
828         -rm -f src_moonshot_vala.stamp
829 clean: clean-recursive
830
831 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
832
833 distclean: distclean-recursive
834         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
835         -rm -rf src/$(DEPDIR)
836         -rm -f Makefile
837 distclean-am: clean-am distclean-compile distclean-generic \
838         distclean-hdr distclean-tags
839
840 dvi: dvi-recursive
841
842 dvi-am:
843
844 html: html-recursive
845
846 html-am:
847
848 info: info-recursive
849
850 info-am:
851
852 install-data-am:
853
854 install-dvi: install-dvi-recursive
855
856 install-dvi-am:
857
858 install-exec-am: install-binPROGRAMS
859
860 install-html: install-html-recursive
861
862 install-html-am:
863
864 install-info: install-info-recursive
865
866 install-info-am:
867
868 install-man:
869
870 install-pdf: install-pdf-recursive
871
872 install-pdf-am:
873
874 install-ps: install-ps-recursive
875
876 install-ps-am:
877
878 installcheck-am:
879
880 maintainer-clean: maintainer-clean-recursive
881         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
882         -rm -rf $(top_srcdir)/autom4te.cache
883         -rm -rf src/$(DEPDIR)
884         -rm -f Makefile
885 maintainer-clean-am: distclean-am maintainer-clean-generic
886
887 mostlyclean: mostlyclean-recursive
888
889 mostlyclean-am: mostlyclean-compile mostlyclean-generic
890
891 pdf: pdf-recursive
892
893 pdf-am:
894
895 ps: ps-recursive
896
897 ps-am:
898
899 uninstall-am: uninstall-binPROGRAMS
900
901 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
902         ctags-recursive install-am install-strip tags-recursive
903
904 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
905         all all-am am--refresh check check-am clean clean-binPROGRAMS \
906         clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
907         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
908         distcheck distclean distclean-compile distclean-generic \
909         distclean-hdr distclean-tags distcleancheck distdir \
910         distuninstallcheck dvi dvi-am html html-am info info-am \
911         install install-am install-binPROGRAMS install-data \
912         install-data-am install-dvi install-dvi-am install-exec \
913         install-exec-am install-html install-html-am install-info \
914         install-info-am install-man install-pdf install-pdf-am \
915         install-ps install-ps-am install-strip installcheck \
916         installcheck-am installdirs installdirs-am maintainer-clean \
917         maintainer-clean-generic mostlyclean mostlyclean-compile \
918         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
919         uninstall uninstall-am uninstall-binPROGRAMS
920
921
922 # Tell versions [3.59,3.63) of GNU make to not export all variables.
923 # Otherwise a system limit (for SysV at least) may be exceeded.
924 .NOEXPORT: