~ubuntu-branches/ubuntu/utopic/unity-greeter/utopic

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-09-17 13:31:13 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120917133113-sdfw9yiutq0omdgf
Tags: 12.10.3-0ubuntu1
* New upstream release
  - Rearrange some UI bits (LP: #1049231, LP: #1049235, LP: #1049236,
    LP: #1049239)
  - After a remote login error, do not use cache when trying same user
    again
  - When no users and no manual entry, force manual entry to appear
    (LP: #1044251)
  - When switching between monitors, re-adjust user names (LP: #1043604)
  - Center remote login help dialog
  - Use the xsettings plugin to apply icons-in-menus gsetting
    (LP: #927236)
* debian/unity-greeter.pkla:
  - Fix policykit file to not be order-dependent and spell out the
    NetworkManager permissions instead of using a wildcard.
    LP: #1048522
* debian/control:
  - Add some Build-Depends for new test suite
* debian/patches/01_add_remote_login_help_icon.patch:
  - Drop, remote login help icon is included upstream
* debian/patches/02_use_remote_login_hint.patch:
  - Update to apply again

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 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, 2010, 2011 Free Software
 
6
# Foundation, 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
# -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*-
 
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
install_sh_DATA = $(install_sh) -c -m 644
 
43
install_sh_PROGRAM = $(install_sh) -c
 
44
install_sh_SCRIPT = $(install_sh) -c
 
45
INSTALL_HEADER = $(INSTALL_DATA)
 
46
transform = $(program_transform_name)
 
47
NORMAL_INSTALL = :
 
48
PRE_INSTALL = :
 
49
POST_INSTALL = :
 
50
NORMAL_UNINSTALL = :
 
51
PRE_UNINSTALL = :
 
52
POST_UNINSTALL = :
 
53
check_PROGRAMS = unity-greeter-test$(EXEEXT)
 
54
subdir = tests
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
56
        ../src/animate-timer.c ../src/background.c \
 
57
        ../src/cached-image.c ../src/dash-box.c ../src/dash-button.c \
 
58
        ../src/dash-entry.c ../src/email-autocompleter.c \
 
59
        ../src/fadable-box.c ../src/fadable.c ../src/fading-label.c \
 
60
        ../src/greeter-list.c ../src/list-stack.c ../src/main-window.c \
 
61
        ../src/prompt-box.c ../src/remote-login-service.c \
 
62
        ../src/session-list.c ../src/settings.c ../src/user-list.c \
 
63
        ../src/user-prompt-box.c menubar.c test-list.c \
 
64
        test-main-window.c test.c unity-greeter.c \
 
65
        unity_greeter_test_vala.stamp
 
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
67
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
68
        $(top_srcdir)/configure.ac
 
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
70
        $(ACLOCAL_M4)
 
71
mkinstalldirs = $(install_sh) -d
 
72
CONFIG_HEADER = $(top_builddir)/config.h
 
73
CONFIG_CLEAN_FILES =
 
74
CONFIG_CLEAN_VPATH_FILES =
 
75
am_unity_greeter_test_OBJECTS = unity_greeter_test-test.$(OBJEXT) \
 
76
        unity_greeter_test-test-list.$(OBJEXT) \
 
77
        unity_greeter_test-test-main-window.$(OBJEXT) \
 
78
        unity_greeter_test-menubar.$(OBJEXT) \
 
79
        unity_greeter_test-unity-greeter.$(OBJEXT) \
 
80
        unity_greeter_test-user-list.$(OBJEXT) \
 
81
        unity_greeter_test-greeter-list.$(OBJEXT) \
 
82
        unity_greeter_test-remote-login-service.$(OBJEXT) \
 
83
        unity_greeter_test-background.$(OBJEXT) \
 
84
        unity_greeter_test-email-autocompleter.$(OBJEXT) \
 
85
        unity_greeter_test-animate-timer.$(OBJEXT) \
 
86
        unity_greeter_test-fadable.$(OBJEXT) \
 
87
        unity_greeter_test-fadable-box.$(OBJEXT) \
 
88
        unity_greeter_test-dash-box.$(OBJEXT) \
 
89
        unity_greeter_test-user-prompt-box.$(OBJEXT) \
 
90
        unity_greeter_test-fading-label.$(OBJEXT) \
 
91
        unity_greeter_test-cached-image.$(OBJEXT) \
 
92
        unity_greeter_test-dash-entry.$(OBJEXT) \
 
93
        unity_greeter_test-dash-button.$(OBJEXT) \
 
94
        unity_greeter_test-prompt-box.$(OBJEXT) \
 
95
        unity_greeter_test-session-list.$(OBJEXT) \
 
96
        unity_greeter_test-main-window.$(OBJEXT) \
 
97
        unity_greeter_test-list-stack.$(OBJEXT) \
 
98
        unity_greeter_test-settings.$(OBJEXT)
 
99
unity_greeter_test_OBJECTS = $(am_unity_greeter_test_OBJECTS)
 
100
am__DEPENDENCIES_1 =
 
101
unity_greeter_test_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
102
unity_greeter_test_LINK = $(CCLD) $(unity_greeter_test_CFLAGS) \
 
103
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
104
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
105
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
106
am__depfiles_maybe = depfiles
 
107
am__mv = mv -f
 
108
AM_V_lt = $(am__v_lt_@AM_V@)
 
109
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
110
am__v_lt_0 = --silent
 
111
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
112
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
113
AM_V_CC = $(am__v_CC_@AM_V@)
 
114
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
115
am__v_CC_0 = @echo "  CC    " $@;
 
116
AM_V_at = $(am__v_at_@AM_V@)
 
117
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
118
am__v_at_0 = @
 
119
CCLD = $(CC)
 
120
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
121
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
122
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
123
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
124
VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS)
 
125
AM_V_VALAC = $(am__v_VALAC_@AM_V@)
 
126
am__v_VALAC_ = $(am__v_VALAC_@AM_DEFAULT_V@)
 
127
am__v_VALAC_0 = @echo "  VALAC " $@;
 
128
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
129
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
130
am__v_GEN_0 = @echo "  GEN   " $@;
 
131
SOURCES = $(unity_greeter_test_SOURCES)
 
132
DIST_SOURCES = $(unity_greeter_test_SOURCES)
 
133
am__can_run_installinfo = \
 
134
  case $$AM_UPDATE_INFO_DIR in \
 
135
    n|no|NO) false;; \
 
136
    *) (install-info --version) >/dev/null 2>&1;; \
 
137
  esac
 
138
ETAGS = etags
 
139
CTAGS = ctags
 
140
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
141
ACLOCAL = @ACLOCAL@
 
142
ALL_LINGUAS = @ALL_LINGUAS@
 
143
AMTAR = @AMTAR@
 
144
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
145
AUTOCONF = @AUTOCONF@
 
146
AUTOHEADER = @AUTOHEADER@
 
147
AUTOMAKE = @AUTOMAKE@
 
148
AWK = @AWK@
 
149
CC = @CC@
 
150
CCDEPMODE = @CCDEPMODE@
 
151
CFLAGS = @CFLAGS@
 
152
CPPFLAGS = @CPPFLAGS@
 
153
CYGPATH_W = @CYGPATH_W@
 
154
DATADIRNAME = @DATADIRNAME@
 
155
DEFS = @DEFS@
 
156
DEPDIR = @DEPDIR@
 
157
ECHO_C = @ECHO_C@
 
158
ECHO_N = @ECHO_N@
 
159
ECHO_T = @ECHO_T@
 
160
EXEEXT = @EXEEXT@
 
161
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
162
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
163
GMSGFMT = @GMSGFMT@
 
164
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
165
INDICATORDIR = @INDICATORDIR@
 
166
INSTALL = @INSTALL@
 
167
INSTALL_DATA = @INSTALL_DATA@
 
168
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
169
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
170
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
171
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
172
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
173
INTLTOOL_PERL = @INTLTOOL_PERL@
 
174
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
175
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
176
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
177
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
178
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
179
LDFLAGS = @LDFLAGS@
 
180
LIBOBJS = @LIBOBJS@
 
181
LIBS = @LIBS@
 
182
LTLIBOBJS = @LTLIBOBJS@
 
183
MAINT = @MAINT@
 
184
MAKEINFO = @MAKEINFO@
 
185
MKDIR_P = @MKDIR_P@
 
186
MSGFMT = @MSGFMT@
 
187
MSGMERGE = @MSGMERGE@
 
188
OBJEXT = @OBJEXT@
 
189
PACKAGE = @PACKAGE@
 
190
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
191
PACKAGE_NAME = @PACKAGE_NAME@
 
192
PACKAGE_STRING = @PACKAGE_STRING@
 
193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
194
PACKAGE_URL = @PACKAGE_URL@
 
195
PACKAGE_VERSION = @PACKAGE_VERSION@
 
196
PATH_SEPARATOR = @PATH_SEPARATOR@
 
197
PKG_CONFIG = @PKG_CONFIG@
 
198
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
199
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
200
SET_MAKE = @SET_MAKE@
 
201
SHELL = @SHELL@
 
202
STRIP = @STRIP@
 
203
UNITY_GREETER_CFLAGS = @UNITY_GREETER_CFLAGS@
 
204
UNITY_GREETER_LIBS = @UNITY_GREETER_LIBS@
 
205
USE_NLS = @USE_NLS@
 
206
VALAC = @VALAC@
 
207
VERSION = @VERSION@
 
208
XGETTEXT = @XGETTEXT@
 
209
abs_builddir = @abs_builddir@
 
210
abs_srcdir = @abs_srcdir@
 
211
abs_top_builddir = @abs_top_builddir@
 
212
abs_top_srcdir = @abs_top_srcdir@
 
213
ac_ct_CC = @ac_ct_CC@
 
214
am__include = @am__include@
 
215
am__leading_dot = @am__leading_dot@
 
216
am__quote = @am__quote@
 
217
am__tar = @am__tar@
 
218
am__untar = @am__untar@
 
219
bindir = @bindir@
 
220
build_alias = @build_alias@
 
221
builddir = @builddir@
 
222
datadir = @datadir@
 
223
datarootdir = @datarootdir@
 
224
docdir = @docdir@
 
225
dvidir = @dvidir@
 
226
exec_prefix = @exec_prefix@
 
227
gsettingsschemadir = @gsettingsschemadir@
 
228
host_alias = @host_alias@
 
229
htmldir = @htmldir@
 
230
includedir = @includedir@
 
231
infodir = @infodir@
 
232
install_sh = @install_sh@
 
233
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
234
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
235
libdir = @libdir@
 
236
libexecdir = @libexecdir@
 
237
localedir = @localedir@
 
238
localstatedir = @localstatedir@
 
239
mandir = @mandir@
 
240
mkdir_p = @mkdir_p@
 
241
oldincludedir = @oldincludedir@
 
242
pdfdir = @pdfdir@
 
243
prefix = @prefix@
 
244
program_transform_name = @program_transform_name@
 
245
psdir = @psdir@
 
246
sbindir = @sbindir@
 
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
 
249
sysconfdir = @sysconfdir@
 
250
target_alias = @target_alias@
 
251
top_build_prefix = @top_build_prefix@
 
252
top_builddir = @top_builddir@
 
253
top_srcdir = @top_srcdir@
 
254
unity_greeter_test_SOURCES = \
 
255
        test.vala \
 
256
        test-list.vala \
 
257
        test-main-window.vala \
 
258
        menubar.vala \
 
259
        unity-greeter.vala \
 
260
        ../src/user-list.vala \
 
261
        ../src/greeter-list.vala \
 
262
        ../src/remote-login-service.vala \
 
263
        ../src/background.vala \
 
264
        ../src/email-autocompleter.vala \
 
265
        ../src/config.vapi \
 
266
        ../src/fixes.vapi \
 
267
        ../src/animate-timer.vala \
 
268
        ../src/indicator.vapi \
 
269
        ../src/fadable.vala \
 
270
        ../src/fadable-box.vala \
 
271
        ../src/dash-box.vala \
 
272
        ../src/user-prompt-box.vala \
 
273
        ../src/fading-label.vala \
 
274
        ../src/cached-image.vala \
 
275
        ../src/dash-entry.vala \
 
276
        ../src/dash-button.vala \
 
277
        ../src/prompt-box.vala \
 
278
        ../src/session-list.vala \
 
279
        ../src/main-window.vala \
 
280
        ../src/list-stack.vala \
 
281
        ../src/settings.vala
 
282
 
 
283
unity_greeter_test_CFLAGS = \
 
284
        $(UNITY_GREETER_CFLAGS) \
 
285
        $(WARN_CFLAGS) \
 
286
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
287
        -DLOCALEDIR=\""$(localedir)"\" \
 
288
        -DVERSION=\"$(VERSION)\" \
 
289
        -DCONFIG_FILE=\""$(sysconfdir)/lightdm/unity-greeter.conf"\" \
 
290
        -DPKGDATADIR=\""$(pkgdatadir)"\" \
 
291
        -DINDICATORDIR=\""$(INDICATORDIR)"\"
 
292
 
 
293
unity_greeter_test_VALAFLAGS = \
 
294
        --pkg posix \
 
295
        --pkg gtk+-3.0 \
 
296
        --pkg gdk-x11-3.0 \
 
297
        --pkg gio-unix-2.0 \
 
298
        --pkg x11 \
 
299
        --pkg liblightdm-gobject-1 \
 
300
        --pkg libcanberra \
 
301
        --pkg gio-2.0 \
 
302
        --target-glib 2.32
 
303
 
 
304
unity_greeter_test_LDADD = \
 
305
        $(UNITY_GREETER_LIBS)
 
306
 
 
307
DISTCLEANFILES = \
 
308
        Makefile.in
 
309
 
 
310
all: all-am
 
311
 
 
312
.SUFFIXES:
 
313
.SUFFIXES: .c .o .obj
 
314
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
315
        @for dep in $?; do \
 
316
          case '$(am__configure_deps)' in \
 
317
            *$$dep*) \
 
318
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
319
                && { if test -f $@; then exit 0; else break; fi; }; \
 
320
              exit 1;; \
 
321
          esac; \
 
322
        done; \
 
323
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
324
        $(am__cd) $(top_srcdir) && \
 
325
          $(AUTOMAKE) --gnu tests/Makefile
 
326
.PRECIOUS: Makefile
 
327
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
328
        @case '$?' in \
 
329
          *config.status*) \
 
330
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
331
          *) \
 
332
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
333
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
334
        esac;
 
335
 
 
336
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
 
 
339
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
340
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
341
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
343
$(am__aclocal_m4_deps):
 
344
 
 
345
clean-checkPROGRAMS:
 
346
        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
 
347
unity-greeter-test$(EXEEXT): $(unity_greeter_test_OBJECTS) $(unity_greeter_test_DEPENDENCIES) $(EXTRA_unity_greeter_test_DEPENDENCIES) 
 
348
        @rm -f unity-greeter-test$(EXEEXT)
 
349
        $(AM_V_CCLD)$(unity_greeter_test_LINK) $(unity_greeter_test_OBJECTS) $(unity_greeter_test_LDADD) $(LIBS)
 
350
 
 
351
mostlyclean-compile:
 
352
        -rm -f *.$(OBJEXT)
 
353
 
 
354
distclean-compile:
 
355
        -rm -f *.tab.c
 
356
 
 
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-animate-timer.Po@am__quote@
 
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-background.Po@am__quote@
 
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-cached-image.Po@am__quote@
 
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-dash-box.Po@am__quote@
 
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-dash-button.Po@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-dash-entry.Po@am__quote@
 
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-email-autocompleter.Po@am__quote@
 
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-fadable-box.Po@am__quote@
 
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-fadable.Po@am__quote@
 
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-fading-label.Po@am__quote@
 
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-greeter-list.Po@am__quote@
 
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-list-stack.Po@am__quote@
 
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-main-window.Po@am__quote@
 
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-menubar.Po@am__quote@
 
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-prompt-box.Po@am__quote@
 
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-remote-login-service.Po@am__quote@
 
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-session-list.Po@am__quote@
 
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-settings.Po@am__quote@
 
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-test-list.Po@am__quote@
 
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-test-main-window.Po@am__quote@
 
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-test.Po@am__quote@
 
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-unity-greeter.Po@am__quote@
 
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-user-list.Po@am__quote@
 
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_greeter_test-user-prompt-box.Po@am__quote@
 
381
 
 
382
.c.o:
 
383
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
384
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
387
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
388
 
 
389
.c.obj:
 
390
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
391
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
394
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
395
 
 
396
unity_greeter_test-test.o: test.c
 
397
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-test.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-test.Tpo -c -o unity_greeter_test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
 
398
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-test.Tpo $(DEPDIR)/unity_greeter_test-test.Po
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='unity_greeter_test-test.o' libtool=no @AMDEPBACKSLASH@
 
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
401
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
 
402
 
 
403
unity_greeter_test-test.obj: test.c
 
404
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-test.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-test.Tpo -c -o unity_greeter_test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
 
405
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-test.Tpo $(DEPDIR)/unity_greeter_test-test.Po
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='unity_greeter_test-test.obj' libtool=no @AMDEPBACKSLASH@
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
408
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
 
409
 
 
410
unity_greeter_test-test-list.o: test-list.c
 
411
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-test-list.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-test-list.Tpo -c -o unity_greeter_test-test-list.o `test -f 'test-list.c' || echo '$(srcdir)/'`test-list.c
 
412
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-test-list.Tpo $(DEPDIR)/unity_greeter_test-test-list.Po
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-list.c' object='unity_greeter_test-test-list.o' libtool=no @AMDEPBACKSLASH@
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
415
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-test-list.o `test -f 'test-list.c' || echo '$(srcdir)/'`test-list.c
 
416
 
 
417
unity_greeter_test-test-list.obj: test-list.c
 
418
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-test-list.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-test-list.Tpo -c -o unity_greeter_test-test-list.obj `if test -f 'test-list.c'; then $(CYGPATH_W) 'test-list.c'; else $(CYGPATH_W) '$(srcdir)/test-list.c'; fi`
 
419
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-test-list.Tpo $(DEPDIR)/unity_greeter_test-test-list.Po
 
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-list.c' object='unity_greeter_test-test-list.obj' libtool=no @AMDEPBACKSLASH@
 
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
422
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-test-list.obj `if test -f 'test-list.c'; then $(CYGPATH_W) 'test-list.c'; else $(CYGPATH_W) '$(srcdir)/test-list.c'; fi`
 
423
 
 
424
unity_greeter_test-test-main-window.o: test-main-window.c
 
425
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-test-main-window.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-test-main-window.Tpo -c -o unity_greeter_test-test-main-window.o `test -f 'test-main-window.c' || echo '$(srcdir)/'`test-main-window.c
 
426
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-test-main-window.Tpo $(DEPDIR)/unity_greeter_test-test-main-window.Po
 
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-main-window.c' object='unity_greeter_test-test-main-window.o' libtool=no @AMDEPBACKSLASH@
 
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
429
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-test-main-window.o `test -f 'test-main-window.c' || echo '$(srcdir)/'`test-main-window.c
 
430
 
 
431
unity_greeter_test-test-main-window.obj: test-main-window.c
 
432
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-test-main-window.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-test-main-window.Tpo -c -o unity_greeter_test-test-main-window.obj `if test -f 'test-main-window.c'; then $(CYGPATH_W) 'test-main-window.c'; else $(CYGPATH_W) '$(srcdir)/test-main-window.c'; fi`
 
433
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-test-main-window.Tpo $(DEPDIR)/unity_greeter_test-test-main-window.Po
 
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-main-window.c' object='unity_greeter_test-test-main-window.obj' libtool=no @AMDEPBACKSLASH@
 
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
436
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-test-main-window.obj `if test -f 'test-main-window.c'; then $(CYGPATH_W) 'test-main-window.c'; else $(CYGPATH_W) '$(srcdir)/test-main-window.c'; fi`
 
437
 
 
438
unity_greeter_test-menubar.o: menubar.c
 
439
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-menubar.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-menubar.Tpo -c -o unity_greeter_test-menubar.o `test -f 'menubar.c' || echo '$(srcdir)/'`menubar.c
 
440
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-menubar.Tpo $(DEPDIR)/unity_greeter_test-menubar.Po
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='menubar.c' object='unity_greeter_test-menubar.o' libtool=no @AMDEPBACKSLASH@
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
443
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-menubar.o `test -f 'menubar.c' || echo '$(srcdir)/'`menubar.c
 
444
 
 
445
unity_greeter_test-menubar.obj: menubar.c
 
446
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-menubar.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-menubar.Tpo -c -o unity_greeter_test-menubar.obj `if test -f 'menubar.c'; then $(CYGPATH_W) 'menubar.c'; else $(CYGPATH_W) '$(srcdir)/menubar.c'; fi`
 
447
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-menubar.Tpo $(DEPDIR)/unity_greeter_test-menubar.Po
 
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='menubar.c' object='unity_greeter_test-menubar.obj' libtool=no @AMDEPBACKSLASH@
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
450
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-menubar.obj `if test -f 'menubar.c'; then $(CYGPATH_W) 'menubar.c'; else $(CYGPATH_W) '$(srcdir)/menubar.c'; fi`
 
451
 
 
452
unity_greeter_test-unity-greeter.o: unity-greeter.c
 
453
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-unity-greeter.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-unity-greeter.Tpo -c -o unity_greeter_test-unity-greeter.o `test -f 'unity-greeter.c' || echo '$(srcdir)/'`unity-greeter.c
 
454
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-unity-greeter.Tpo $(DEPDIR)/unity_greeter_test-unity-greeter.Po
 
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='unity-greeter.c' object='unity_greeter_test-unity-greeter.o' libtool=no @AMDEPBACKSLASH@
 
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
457
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-unity-greeter.o `test -f 'unity-greeter.c' || echo '$(srcdir)/'`unity-greeter.c
 
458
 
 
459
unity_greeter_test-unity-greeter.obj: unity-greeter.c
 
460
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-unity-greeter.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-unity-greeter.Tpo -c -o unity_greeter_test-unity-greeter.obj `if test -f 'unity-greeter.c'; then $(CYGPATH_W) 'unity-greeter.c'; else $(CYGPATH_W) '$(srcdir)/unity-greeter.c'; fi`
 
461
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-unity-greeter.Tpo $(DEPDIR)/unity_greeter_test-unity-greeter.Po
 
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='unity-greeter.c' object='unity_greeter_test-unity-greeter.obj' libtool=no @AMDEPBACKSLASH@
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
464
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-unity-greeter.obj `if test -f 'unity-greeter.c'; then $(CYGPATH_W) 'unity-greeter.c'; else $(CYGPATH_W) '$(srcdir)/unity-greeter.c'; fi`
 
465
 
 
466
unity_greeter_test-user-list.o: ../src/user-list.c
 
467
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-user-list.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-user-list.Tpo -c -o unity_greeter_test-user-list.o `test -f '../src/user-list.c' || echo '$(srcdir)/'`../src/user-list.c
 
468
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-user-list.Tpo $(DEPDIR)/unity_greeter_test-user-list.Po
 
469
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/user-list.c' object='unity_greeter_test-user-list.o' libtool=no @AMDEPBACKSLASH@
 
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
471
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-user-list.o `test -f '../src/user-list.c' || echo '$(srcdir)/'`../src/user-list.c
 
472
 
 
473
unity_greeter_test-user-list.obj: ../src/user-list.c
 
474
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-user-list.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-user-list.Tpo -c -o unity_greeter_test-user-list.obj `if test -f '../src/user-list.c'; then $(CYGPATH_W) '../src/user-list.c'; else $(CYGPATH_W) '$(srcdir)/../src/user-list.c'; fi`
 
475
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-user-list.Tpo $(DEPDIR)/unity_greeter_test-user-list.Po
 
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/user-list.c' object='unity_greeter_test-user-list.obj' libtool=no @AMDEPBACKSLASH@
 
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
478
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-user-list.obj `if test -f '../src/user-list.c'; then $(CYGPATH_W) '../src/user-list.c'; else $(CYGPATH_W) '$(srcdir)/../src/user-list.c'; fi`
 
479
 
 
480
unity_greeter_test-greeter-list.o: ../src/greeter-list.c
 
481
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-greeter-list.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-greeter-list.Tpo -c -o unity_greeter_test-greeter-list.o `test -f '../src/greeter-list.c' || echo '$(srcdir)/'`../src/greeter-list.c
 
482
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-greeter-list.Tpo $(DEPDIR)/unity_greeter_test-greeter-list.Po
 
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/greeter-list.c' object='unity_greeter_test-greeter-list.o' libtool=no @AMDEPBACKSLASH@
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
485
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-greeter-list.o `test -f '../src/greeter-list.c' || echo '$(srcdir)/'`../src/greeter-list.c
 
486
 
 
487
unity_greeter_test-greeter-list.obj: ../src/greeter-list.c
 
488
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-greeter-list.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-greeter-list.Tpo -c -o unity_greeter_test-greeter-list.obj `if test -f '../src/greeter-list.c'; then $(CYGPATH_W) '../src/greeter-list.c'; else $(CYGPATH_W) '$(srcdir)/../src/greeter-list.c'; fi`
 
489
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-greeter-list.Tpo $(DEPDIR)/unity_greeter_test-greeter-list.Po
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/greeter-list.c' object='unity_greeter_test-greeter-list.obj' libtool=no @AMDEPBACKSLASH@
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
492
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-greeter-list.obj `if test -f '../src/greeter-list.c'; then $(CYGPATH_W) '../src/greeter-list.c'; else $(CYGPATH_W) '$(srcdir)/../src/greeter-list.c'; fi`
 
493
 
 
494
unity_greeter_test-remote-login-service.o: ../src/remote-login-service.c
 
495
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-remote-login-service.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-remote-login-service.Tpo -c -o unity_greeter_test-remote-login-service.o `test -f '../src/remote-login-service.c' || echo '$(srcdir)/'`../src/remote-login-service.c
 
496
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-remote-login-service.Tpo $(DEPDIR)/unity_greeter_test-remote-login-service.Po
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/remote-login-service.c' object='unity_greeter_test-remote-login-service.o' libtool=no @AMDEPBACKSLASH@
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
499
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-remote-login-service.o `test -f '../src/remote-login-service.c' || echo '$(srcdir)/'`../src/remote-login-service.c
 
500
 
 
501
unity_greeter_test-remote-login-service.obj: ../src/remote-login-service.c
 
502
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-remote-login-service.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-remote-login-service.Tpo -c -o unity_greeter_test-remote-login-service.obj `if test -f '../src/remote-login-service.c'; then $(CYGPATH_W) '../src/remote-login-service.c'; else $(CYGPATH_W) '$(srcdir)/../src/remote-login-service.c'; fi`
 
503
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-remote-login-service.Tpo $(DEPDIR)/unity_greeter_test-remote-login-service.Po
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/remote-login-service.c' object='unity_greeter_test-remote-login-service.obj' libtool=no @AMDEPBACKSLASH@
 
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
506
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-remote-login-service.obj `if test -f '../src/remote-login-service.c'; then $(CYGPATH_W) '../src/remote-login-service.c'; else $(CYGPATH_W) '$(srcdir)/../src/remote-login-service.c'; fi`
 
507
 
 
508
unity_greeter_test-background.o: ../src/background.c
 
509
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-background.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-background.Tpo -c -o unity_greeter_test-background.o `test -f '../src/background.c' || echo '$(srcdir)/'`../src/background.c
 
510
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-background.Tpo $(DEPDIR)/unity_greeter_test-background.Po
 
511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/background.c' object='unity_greeter_test-background.o' libtool=no @AMDEPBACKSLASH@
 
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
513
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-background.o `test -f '../src/background.c' || echo '$(srcdir)/'`../src/background.c
 
514
 
 
515
unity_greeter_test-background.obj: ../src/background.c
 
516
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-background.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-background.Tpo -c -o unity_greeter_test-background.obj `if test -f '../src/background.c'; then $(CYGPATH_W) '../src/background.c'; else $(CYGPATH_W) '$(srcdir)/../src/background.c'; fi`
 
517
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-background.Tpo $(DEPDIR)/unity_greeter_test-background.Po
 
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/background.c' object='unity_greeter_test-background.obj' libtool=no @AMDEPBACKSLASH@
 
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
520
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-background.obj `if test -f '../src/background.c'; then $(CYGPATH_W) '../src/background.c'; else $(CYGPATH_W) '$(srcdir)/../src/background.c'; fi`
 
521
 
 
522
unity_greeter_test-email-autocompleter.o: ../src/email-autocompleter.c
 
523
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-email-autocompleter.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-email-autocompleter.Tpo -c -o unity_greeter_test-email-autocompleter.o `test -f '../src/email-autocompleter.c' || echo '$(srcdir)/'`../src/email-autocompleter.c
 
524
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-email-autocompleter.Tpo $(DEPDIR)/unity_greeter_test-email-autocompleter.Po
 
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/email-autocompleter.c' object='unity_greeter_test-email-autocompleter.o' libtool=no @AMDEPBACKSLASH@
 
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
527
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-email-autocompleter.o `test -f '../src/email-autocompleter.c' || echo '$(srcdir)/'`../src/email-autocompleter.c
 
528
 
 
529
unity_greeter_test-email-autocompleter.obj: ../src/email-autocompleter.c
 
530
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-email-autocompleter.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-email-autocompleter.Tpo -c -o unity_greeter_test-email-autocompleter.obj `if test -f '../src/email-autocompleter.c'; then $(CYGPATH_W) '../src/email-autocompleter.c'; else $(CYGPATH_W) '$(srcdir)/../src/email-autocompleter.c'; fi`
 
531
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-email-autocompleter.Tpo $(DEPDIR)/unity_greeter_test-email-autocompleter.Po
 
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/email-autocompleter.c' object='unity_greeter_test-email-autocompleter.obj' libtool=no @AMDEPBACKSLASH@
 
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
534
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-email-autocompleter.obj `if test -f '../src/email-autocompleter.c'; then $(CYGPATH_W) '../src/email-autocompleter.c'; else $(CYGPATH_W) '$(srcdir)/../src/email-autocompleter.c'; fi`
 
535
 
 
536
unity_greeter_test-animate-timer.o: ../src/animate-timer.c
 
537
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-animate-timer.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-animate-timer.Tpo -c -o unity_greeter_test-animate-timer.o `test -f '../src/animate-timer.c' || echo '$(srcdir)/'`../src/animate-timer.c
 
538
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-animate-timer.Tpo $(DEPDIR)/unity_greeter_test-animate-timer.Po
 
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/animate-timer.c' object='unity_greeter_test-animate-timer.o' libtool=no @AMDEPBACKSLASH@
 
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
541
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-animate-timer.o `test -f '../src/animate-timer.c' || echo '$(srcdir)/'`../src/animate-timer.c
 
542
 
 
543
unity_greeter_test-animate-timer.obj: ../src/animate-timer.c
 
544
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-animate-timer.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-animate-timer.Tpo -c -o unity_greeter_test-animate-timer.obj `if test -f '../src/animate-timer.c'; then $(CYGPATH_W) '../src/animate-timer.c'; else $(CYGPATH_W) '$(srcdir)/../src/animate-timer.c'; fi`
 
545
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-animate-timer.Tpo $(DEPDIR)/unity_greeter_test-animate-timer.Po
 
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/animate-timer.c' object='unity_greeter_test-animate-timer.obj' libtool=no @AMDEPBACKSLASH@
 
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
548
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-animate-timer.obj `if test -f '../src/animate-timer.c'; then $(CYGPATH_W) '../src/animate-timer.c'; else $(CYGPATH_W) '$(srcdir)/../src/animate-timer.c'; fi`
 
549
 
 
550
unity_greeter_test-fadable.o: ../src/fadable.c
 
551
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-fadable.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-fadable.Tpo -c -o unity_greeter_test-fadable.o `test -f '../src/fadable.c' || echo '$(srcdir)/'`../src/fadable.c
 
552
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-fadable.Tpo $(DEPDIR)/unity_greeter_test-fadable.Po
 
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/fadable.c' object='unity_greeter_test-fadable.o' libtool=no @AMDEPBACKSLASH@
 
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
555
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-fadable.o `test -f '../src/fadable.c' || echo '$(srcdir)/'`../src/fadable.c
 
556
 
 
557
unity_greeter_test-fadable.obj: ../src/fadable.c
 
558
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-fadable.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-fadable.Tpo -c -o unity_greeter_test-fadable.obj `if test -f '../src/fadable.c'; then $(CYGPATH_W) '../src/fadable.c'; else $(CYGPATH_W) '$(srcdir)/../src/fadable.c'; fi`
 
559
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-fadable.Tpo $(DEPDIR)/unity_greeter_test-fadable.Po
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/fadable.c' object='unity_greeter_test-fadable.obj' libtool=no @AMDEPBACKSLASH@
 
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
562
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-fadable.obj `if test -f '../src/fadable.c'; then $(CYGPATH_W) '../src/fadable.c'; else $(CYGPATH_W) '$(srcdir)/../src/fadable.c'; fi`
 
563
 
 
564
unity_greeter_test-fadable-box.o: ../src/fadable-box.c
 
565
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-fadable-box.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-fadable-box.Tpo -c -o unity_greeter_test-fadable-box.o `test -f '../src/fadable-box.c' || echo '$(srcdir)/'`../src/fadable-box.c
 
566
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-fadable-box.Tpo $(DEPDIR)/unity_greeter_test-fadable-box.Po
 
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/fadable-box.c' object='unity_greeter_test-fadable-box.o' libtool=no @AMDEPBACKSLASH@
 
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
569
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-fadable-box.o `test -f '../src/fadable-box.c' || echo '$(srcdir)/'`../src/fadable-box.c
 
570
 
 
571
unity_greeter_test-fadable-box.obj: ../src/fadable-box.c
 
572
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-fadable-box.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-fadable-box.Tpo -c -o unity_greeter_test-fadable-box.obj `if test -f '../src/fadable-box.c'; then $(CYGPATH_W) '../src/fadable-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/fadable-box.c'; fi`
 
573
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-fadable-box.Tpo $(DEPDIR)/unity_greeter_test-fadable-box.Po
 
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/fadable-box.c' object='unity_greeter_test-fadable-box.obj' libtool=no @AMDEPBACKSLASH@
 
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
576
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-fadable-box.obj `if test -f '../src/fadable-box.c'; then $(CYGPATH_W) '../src/fadable-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/fadable-box.c'; fi`
 
577
 
 
578
unity_greeter_test-dash-box.o: ../src/dash-box.c
 
579
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-dash-box.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-dash-box.Tpo -c -o unity_greeter_test-dash-box.o `test -f '../src/dash-box.c' || echo '$(srcdir)/'`../src/dash-box.c
 
580
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-dash-box.Tpo $(DEPDIR)/unity_greeter_test-dash-box.Po
 
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/dash-box.c' object='unity_greeter_test-dash-box.o' libtool=no @AMDEPBACKSLASH@
 
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
583
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-dash-box.o `test -f '../src/dash-box.c' || echo '$(srcdir)/'`../src/dash-box.c
 
584
 
 
585
unity_greeter_test-dash-box.obj: ../src/dash-box.c
 
586
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-dash-box.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-dash-box.Tpo -c -o unity_greeter_test-dash-box.obj `if test -f '../src/dash-box.c'; then $(CYGPATH_W) '../src/dash-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/dash-box.c'; fi`
 
587
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-dash-box.Tpo $(DEPDIR)/unity_greeter_test-dash-box.Po
 
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/dash-box.c' object='unity_greeter_test-dash-box.obj' libtool=no @AMDEPBACKSLASH@
 
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
590
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-dash-box.obj `if test -f '../src/dash-box.c'; then $(CYGPATH_W) '../src/dash-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/dash-box.c'; fi`
 
591
 
 
592
unity_greeter_test-user-prompt-box.o: ../src/user-prompt-box.c
 
593
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-user-prompt-box.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-user-prompt-box.Tpo -c -o unity_greeter_test-user-prompt-box.o `test -f '../src/user-prompt-box.c' || echo '$(srcdir)/'`../src/user-prompt-box.c
 
594
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-user-prompt-box.Tpo $(DEPDIR)/unity_greeter_test-user-prompt-box.Po
 
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/user-prompt-box.c' object='unity_greeter_test-user-prompt-box.o' libtool=no @AMDEPBACKSLASH@
 
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
597
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-user-prompt-box.o `test -f '../src/user-prompt-box.c' || echo '$(srcdir)/'`../src/user-prompt-box.c
 
598
 
 
599
unity_greeter_test-user-prompt-box.obj: ../src/user-prompt-box.c
 
600
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-user-prompt-box.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-user-prompt-box.Tpo -c -o unity_greeter_test-user-prompt-box.obj `if test -f '../src/user-prompt-box.c'; then $(CYGPATH_W) '../src/user-prompt-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/user-prompt-box.c'; fi`
 
601
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-user-prompt-box.Tpo $(DEPDIR)/unity_greeter_test-user-prompt-box.Po
 
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/user-prompt-box.c' object='unity_greeter_test-user-prompt-box.obj' libtool=no @AMDEPBACKSLASH@
 
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
604
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-user-prompt-box.obj `if test -f '../src/user-prompt-box.c'; then $(CYGPATH_W) '../src/user-prompt-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/user-prompt-box.c'; fi`
 
605
 
 
606
unity_greeter_test-fading-label.o: ../src/fading-label.c
 
607
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-fading-label.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-fading-label.Tpo -c -o unity_greeter_test-fading-label.o `test -f '../src/fading-label.c' || echo '$(srcdir)/'`../src/fading-label.c
 
608
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-fading-label.Tpo $(DEPDIR)/unity_greeter_test-fading-label.Po
 
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/fading-label.c' object='unity_greeter_test-fading-label.o' libtool=no @AMDEPBACKSLASH@
 
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
611
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-fading-label.o `test -f '../src/fading-label.c' || echo '$(srcdir)/'`../src/fading-label.c
 
612
 
 
613
unity_greeter_test-fading-label.obj: ../src/fading-label.c
 
614
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-fading-label.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-fading-label.Tpo -c -o unity_greeter_test-fading-label.obj `if test -f '../src/fading-label.c'; then $(CYGPATH_W) '../src/fading-label.c'; else $(CYGPATH_W) '$(srcdir)/../src/fading-label.c'; fi`
 
615
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-fading-label.Tpo $(DEPDIR)/unity_greeter_test-fading-label.Po
 
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/fading-label.c' object='unity_greeter_test-fading-label.obj' libtool=no @AMDEPBACKSLASH@
 
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
618
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-fading-label.obj `if test -f '../src/fading-label.c'; then $(CYGPATH_W) '../src/fading-label.c'; else $(CYGPATH_W) '$(srcdir)/../src/fading-label.c'; fi`
 
619
 
 
620
unity_greeter_test-cached-image.o: ../src/cached-image.c
 
621
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-cached-image.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-cached-image.Tpo -c -o unity_greeter_test-cached-image.o `test -f '../src/cached-image.c' || echo '$(srcdir)/'`../src/cached-image.c
 
622
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-cached-image.Tpo $(DEPDIR)/unity_greeter_test-cached-image.Po
 
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/cached-image.c' object='unity_greeter_test-cached-image.o' libtool=no @AMDEPBACKSLASH@
 
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
625
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-cached-image.o `test -f '../src/cached-image.c' || echo '$(srcdir)/'`../src/cached-image.c
 
626
 
 
627
unity_greeter_test-cached-image.obj: ../src/cached-image.c
 
628
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-cached-image.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-cached-image.Tpo -c -o unity_greeter_test-cached-image.obj `if test -f '../src/cached-image.c'; then $(CYGPATH_W) '../src/cached-image.c'; else $(CYGPATH_W) '$(srcdir)/../src/cached-image.c'; fi`
 
629
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-cached-image.Tpo $(DEPDIR)/unity_greeter_test-cached-image.Po
 
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/cached-image.c' object='unity_greeter_test-cached-image.obj' libtool=no @AMDEPBACKSLASH@
 
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
632
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-cached-image.obj `if test -f '../src/cached-image.c'; then $(CYGPATH_W) '../src/cached-image.c'; else $(CYGPATH_W) '$(srcdir)/../src/cached-image.c'; fi`
 
633
 
 
634
unity_greeter_test-dash-entry.o: ../src/dash-entry.c
 
635
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-dash-entry.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-dash-entry.Tpo -c -o unity_greeter_test-dash-entry.o `test -f '../src/dash-entry.c' || echo '$(srcdir)/'`../src/dash-entry.c
 
636
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-dash-entry.Tpo $(DEPDIR)/unity_greeter_test-dash-entry.Po
 
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/dash-entry.c' object='unity_greeter_test-dash-entry.o' libtool=no @AMDEPBACKSLASH@
 
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
639
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-dash-entry.o `test -f '../src/dash-entry.c' || echo '$(srcdir)/'`../src/dash-entry.c
 
640
 
 
641
unity_greeter_test-dash-entry.obj: ../src/dash-entry.c
 
642
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-dash-entry.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-dash-entry.Tpo -c -o unity_greeter_test-dash-entry.obj `if test -f '../src/dash-entry.c'; then $(CYGPATH_W) '../src/dash-entry.c'; else $(CYGPATH_W) '$(srcdir)/../src/dash-entry.c'; fi`
 
643
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-dash-entry.Tpo $(DEPDIR)/unity_greeter_test-dash-entry.Po
 
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/dash-entry.c' object='unity_greeter_test-dash-entry.obj' libtool=no @AMDEPBACKSLASH@
 
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
646
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-dash-entry.obj `if test -f '../src/dash-entry.c'; then $(CYGPATH_W) '../src/dash-entry.c'; else $(CYGPATH_W) '$(srcdir)/../src/dash-entry.c'; fi`
 
647
 
 
648
unity_greeter_test-dash-button.o: ../src/dash-button.c
 
649
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-dash-button.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-dash-button.Tpo -c -o unity_greeter_test-dash-button.o `test -f '../src/dash-button.c' || echo '$(srcdir)/'`../src/dash-button.c
 
650
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-dash-button.Tpo $(DEPDIR)/unity_greeter_test-dash-button.Po
 
651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/dash-button.c' object='unity_greeter_test-dash-button.o' libtool=no @AMDEPBACKSLASH@
 
652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
653
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-dash-button.o `test -f '../src/dash-button.c' || echo '$(srcdir)/'`../src/dash-button.c
 
654
 
 
655
unity_greeter_test-dash-button.obj: ../src/dash-button.c
 
656
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-dash-button.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-dash-button.Tpo -c -o unity_greeter_test-dash-button.obj `if test -f '../src/dash-button.c'; then $(CYGPATH_W) '../src/dash-button.c'; else $(CYGPATH_W) '$(srcdir)/../src/dash-button.c'; fi`
 
657
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-dash-button.Tpo $(DEPDIR)/unity_greeter_test-dash-button.Po
 
658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/dash-button.c' object='unity_greeter_test-dash-button.obj' libtool=no @AMDEPBACKSLASH@
 
659
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
660
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-dash-button.obj `if test -f '../src/dash-button.c'; then $(CYGPATH_W) '../src/dash-button.c'; else $(CYGPATH_W) '$(srcdir)/../src/dash-button.c'; fi`
 
661
 
 
662
unity_greeter_test-prompt-box.o: ../src/prompt-box.c
 
663
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-prompt-box.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-prompt-box.Tpo -c -o unity_greeter_test-prompt-box.o `test -f '../src/prompt-box.c' || echo '$(srcdir)/'`../src/prompt-box.c
 
664
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-prompt-box.Tpo $(DEPDIR)/unity_greeter_test-prompt-box.Po
 
665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/prompt-box.c' object='unity_greeter_test-prompt-box.o' libtool=no @AMDEPBACKSLASH@
 
666
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
667
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-prompt-box.o `test -f '../src/prompt-box.c' || echo '$(srcdir)/'`../src/prompt-box.c
 
668
 
 
669
unity_greeter_test-prompt-box.obj: ../src/prompt-box.c
 
670
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-prompt-box.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-prompt-box.Tpo -c -o unity_greeter_test-prompt-box.obj `if test -f '../src/prompt-box.c'; then $(CYGPATH_W) '../src/prompt-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/prompt-box.c'; fi`
 
671
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-prompt-box.Tpo $(DEPDIR)/unity_greeter_test-prompt-box.Po
 
672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/prompt-box.c' object='unity_greeter_test-prompt-box.obj' libtool=no @AMDEPBACKSLASH@
 
673
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
674
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-prompt-box.obj `if test -f '../src/prompt-box.c'; then $(CYGPATH_W) '../src/prompt-box.c'; else $(CYGPATH_W) '$(srcdir)/../src/prompt-box.c'; fi`
 
675
 
 
676
unity_greeter_test-session-list.o: ../src/session-list.c
 
677
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-session-list.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-session-list.Tpo -c -o unity_greeter_test-session-list.o `test -f '../src/session-list.c' || echo '$(srcdir)/'`../src/session-list.c
 
678
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-session-list.Tpo $(DEPDIR)/unity_greeter_test-session-list.Po
 
679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/session-list.c' object='unity_greeter_test-session-list.o' libtool=no @AMDEPBACKSLASH@
 
680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
681
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-session-list.o `test -f '../src/session-list.c' || echo '$(srcdir)/'`../src/session-list.c
 
682
 
 
683
unity_greeter_test-session-list.obj: ../src/session-list.c
 
684
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-session-list.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-session-list.Tpo -c -o unity_greeter_test-session-list.obj `if test -f '../src/session-list.c'; then $(CYGPATH_W) '../src/session-list.c'; else $(CYGPATH_W) '$(srcdir)/../src/session-list.c'; fi`
 
685
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-session-list.Tpo $(DEPDIR)/unity_greeter_test-session-list.Po
 
686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/session-list.c' object='unity_greeter_test-session-list.obj' libtool=no @AMDEPBACKSLASH@
 
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
688
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-session-list.obj `if test -f '../src/session-list.c'; then $(CYGPATH_W) '../src/session-list.c'; else $(CYGPATH_W) '$(srcdir)/../src/session-list.c'; fi`
 
689
 
 
690
unity_greeter_test-main-window.o: ../src/main-window.c
 
691
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-main-window.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-main-window.Tpo -c -o unity_greeter_test-main-window.o `test -f '../src/main-window.c' || echo '$(srcdir)/'`../src/main-window.c
 
692
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-main-window.Tpo $(DEPDIR)/unity_greeter_test-main-window.Po
 
693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/main-window.c' object='unity_greeter_test-main-window.o' libtool=no @AMDEPBACKSLASH@
 
694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
695
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-main-window.o `test -f '../src/main-window.c' || echo '$(srcdir)/'`../src/main-window.c
 
696
 
 
697
unity_greeter_test-main-window.obj: ../src/main-window.c
 
698
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-main-window.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-main-window.Tpo -c -o unity_greeter_test-main-window.obj `if test -f '../src/main-window.c'; then $(CYGPATH_W) '../src/main-window.c'; else $(CYGPATH_W) '$(srcdir)/../src/main-window.c'; fi`
 
699
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-main-window.Tpo $(DEPDIR)/unity_greeter_test-main-window.Po
 
700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/main-window.c' object='unity_greeter_test-main-window.obj' libtool=no @AMDEPBACKSLASH@
 
701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
702
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-main-window.obj `if test -f '../src/main-window.c'; then $(CYGPATH_W) '../src/main-window.c'; else $(CYGPATH_W) '$(srcdir)/../src/main-window.c'; fi`
 
703
 
 
704
unity_greeter_test-list-stack.o: ../src/list-stack.c
 
705
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-list-stack.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-list-stack.Tpo -c -o unity_greeter_test-list-stack.o `test -f '../src/list-stack.c' || echo '$(srcdir)/'`../src/list-stack.c
 
706
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-list-stack.Tpo $(DEPDIR)/unity_greeter_test-list-stack.Po
 
707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/list-stack.c' object='unity_greeter_test-list-stack.o' libtool=no @AMDEPBACKSLASH@
 
708
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
709
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-list-stack.o `test -f '../src/list-stack.c' || echo '$(srcdir)/'`../src/list-stack.c
 
710
 
 
711
unity_greeter_test-list-stack.obj: ../src/list-stack.c
 
712
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-list-stack.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-list-stack.Tpo -c -o unity_greeter_test-list-stack.obj `if test -f '../src/list-stack.c'; then $(CYGPATH_W) '../src/list-stack.c'; else $(CYGPATH_W) '$(srcdir)/../src/list-stack.c'; fi`
 
713
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-list-stack.Tpo $(DEPDIR)/unity_greeter_test-list-stack.Po
 
714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/list-stack.c' object='unity_greeter_test-list-stack.obj' libtool=no @AMDEPBACKSLASH@
 
715
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
716
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-list-stack.obj `if test -f '../src/list-stack.c'; then $(CYGPATH_W) '../src/list-stack.c'; else $(CYGPATH_W) '$(srcdir)/../src/list-stack.c'; fi`
 
717
 
 
718
unity_greeter_test-settings.o: ../src/settings.c
 
719
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-settings.o -MD -MP -MF $(DEPDIR)/unity_greeter_test-settings.Tpo -c -o unity_greeter_test-settings.o `test -f '../src/settings.c' || echo '$(srcdir)/'`../src/settings.c
 
720
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-settings.Tpo $(DEPDIR)/unity_greeter_test-settings.Po
 
721
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/settings.c' object='unity_greeter_test-settings.o' libtool=no @AMDEPBACKSLASH@
 
722
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
723
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-settings.o `test -f '../src/settings.c' || echo '$(srcdir)/'`../src/settings.c
 
724
 
 
725
unity_greeter_test-settings.obj: ../src/settings.c
 
726
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -MT unity_greeter_test-settings.obj -MD -MP -MF $(DEPDIR)/unity_greeter_test-settings.Tpo -c -o unity_greeter_test-settings.obj `if test -f '../src/settings.c'; then $(CYGPATH_W) '../src/settings.c'; else $(CYGPATH_W) '$(srcdir)/../src/settings.c'; fi`
 
727
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_greeter_test-settings.Tpo $(DEPDIR)/unity_greeter_test-settings.Po
 
728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='../src/settings.c' object='unity_greeter_test-settings.obj' libtool=no @AMDEPBACKSLASH@
 
729
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
730
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unity_greeter_test_CFLAGS) $(CFLAGS) -c -o unity_greeter_test-settings.obj `if test -f '../src/settings.c'; then $(CYGPATH_W) '../src/settings.c'; else $(CYGPATH_W) '$(srcdir)/../src/settings.c'; fi`
 
731
$(srcdir)/test.c: $(srcdir)/unity_greeter_test_vala.stamp
 
732
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
733
        @if test -f $@; then :; else \
 
734
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
735
        fi
 
736
$(srcdir)/test-list.c: $(srcdir)/unity_greeter_test_vala.stamp
 
737
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
738
        @if test -f $@; then :; else \
 
739
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
740
        fi
 
741
$(srcdir)/test-main-window.c: $(srcdir)/unity_greeter_test_vala.stamp
 
742
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
743
        @if test -f $@; then :; else \
 
744
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
745
        fi
 
746
$(srcdir)/menubar.c: $(srcdir)/unity_greeter_test_vala.stamp
 
747
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
748
        @if test -f $@; then :; else \
 
749
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
750
        fi
 
751
$(srcdir)/unity-greeter.c: $(srcdir)/unity_greeter_test_vala.stamp
 
752
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
753
        @if test -f $@; then :; else \
 
754
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
755
        fi
 
756
$(srcdir)/../src/user-list.c: $(srcdir)/unity_greeter_test_vala.stamp
 
757
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
758
        @if test -f $@; then :; else \
 
759
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
760
        fi
 
761
$(srcdir)/../src/greeter-list.c: $(srcdir)/unity_greeter_test_vala.stamp
 
762
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
763
        @if test -f $@; then :; else \
 
764
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
765
        fi
 
766
$(srcdir)/../src/remote-login-service.c: $(srcdir)/unity_greeter_test_vala.stamp
 
767
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
768
        @if test -f $@; then :; else \
 
769
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
770
        fi
 
771
$(srcdir)/../src/background.c: $(srcdir)/unity_greeter_test_vala.stamp
 
772
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
773
        @if test -f $@; then :; else \
 
774
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
775
        fi
 
776
$(srcdir)/../src/email-autocompleter.c: $(srcdir)/unity_greeter_test_vala.stamp
 
777
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
778
        @if test -f $@; then :; else \
 
779
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
780
        fi
 
781
$(srcdir)/../src/animate-timer.c: $(srcdir)/unity_greeter_test_vala.stamp
 
782
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
783
        @if test -f $@; then :; else \
 
784
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
785
        fi
 
786
$(srcdir)/../src/fadable.c: $(srcdir)/unity_greeter_test_vala.stamp
 
787
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
788
        @if test -f $@; then :; else \
 
789
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
790
        fi
 
791
$(srcdir)/../src/fadable-box.c: $(srcdir)/unity_greeter_test_vala.stamp
 
792
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
793
        @if test -f $@; then :; else \
 
794
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
795
        fi
 
796
$(srcdir)/../src/dash-box.c: $(srcdir)/unity_greeter_test_vala.stamp
 
797
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
798
        @if test -f $@; then :; else \
 
799
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
800
        fi
 
801
$(srcdir)/../src/user-prompt-box.c: $(srcdir)/unity_greeter_test_vala.stamp
 
802
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
803
        @if test -f $@; then :; else \
 
804
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
805
        fi
 
806
$(srcdir)/../src/fading-label.c: $(srcdir)/unity_greeter_test_vala.stamp
 
807
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
808
        @if test -f $@; then :; else \
 
809
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
810
        fi
 
811
$(srcdir)/../src/cached-image.c: $(srcdir)/unity_greeter_test_vala.stamp
 
812
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
813
        @if test -f $@; then :; else \
 
814
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
815
        fi
 
816
$(srcdir)/../src/dash-entry.c: $(srcdir)/unity_greeter_test_vala.stamp
 
817
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
818
        @if test -f $@; then :; else \
 
819
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
820
        fi
 
821
$(srcdir)/../src/dash-button.c: $(srcdir)/unity_greeter_test_vala.stamp
 
822
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
823
        @if test -f $@; then :; else \
 
824
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
825
        fi
 
826
$(srcdir)/../src/prompt-box.c: $(srcdir)/unity_greeter_test_vala.stamp
 
827
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
828
        @if test -f $@; then :; else \
 
829
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
830
        fi
 
831
$(srcdir)/../src/session-list.c: $(srcdir)/unity_greeter_test_vala.stamp
 
832
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
833
        @if test -f $@; then :; else \
 
834
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
835
        fi
 
836
$(srcdir)/../src/main-window.c: $(srcdir)/unity_greeter_test_vala.stamp
 
837
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
838
        @if test -f $@; then :; else \
 
839
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
840
        fi
 
841
$(srcdir)/../src/list-stack.c: $(srcdir)/unity_greeter_test_vala.stamp
 
842
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
843
        @if test -f $@; then :; else \
 
844
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
845
        fi
 
846
$(srcdir)/../src/settings.c: $(srcdir)/unity_greeter_test_vala.stamp
 
847
        @if test -f $@; then :; else rm -f $(srcdir)/unity_greeter_test_vala.stamp; fi
 
848
        @if test -f $@; then :; else \
 
849
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/unity_greeter_test_vala.stamp; \
 
850
        fi
 
851
$(srcdir)/unity_greeter_test_vala.stamp: test.vala test-list.vala test-main-window.vala menubar.vala unity-greeter.vala ../src/user-list.vala ../src/greeter-list.vala ../src/remote-login-service.vala ../src/background.vala ../src/email-autocompleter.vala ../src/config.vapi ../src/fixes.vapi ../src/animate-timer.vala ../src/indicator.vapi ../src/fadable.vala ../src/fadable-box.vala ../src/dash-box.vala ../src/user-prompt-box.vala ../src/fading-label.vala ../src/cached-image.vala ../src/dash-entry.vala ../src/dash-button.vala ../src/prompt-box.vala ../src/session-list.vala ../src/main-window.vala ../src/list-stack.vala ../src/settings.vala
 
852
        $(AM_V_at)rm -f $@ && echo stamp > $@-t
 
853
        $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(unity_greeter_test_VALAFLAGS) $(VALAFLAGS) -C test.vala test-list.vala test-main-window.vala menubar.vala unity-greeter.vala ../src/user-list.vala ../src/greeter-list.vala ../src/remote-login-service.vala ../src/background.vala ../src/email-autocompleter.vala ../src/config.vapi ../src/fixes.vapi ../src/animate-timer.vala ../src/indicator.vapi ../src/fadable.vala ../src/fadable-box.vala ../src/dash-box.vala ../src/user-prompt-box.vala ../src/fading-label.vala ../src/cached-image.vala ../src/dash-entry.vala ../src/dash-button.vala ../src/prompt-box.vala ../src/session-list.vala ../src/main-window.vala ../src/list-stack.vala ../src/settings.vala
 
854
        $(AM_V_at)mv -f $@-t $@
 
855
 
 
856
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
857
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
858
        unique=`for i in $$list; do \
 
859
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
860
          done | \
 
861
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
862
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
863
        mkid -fID $$unique
 
864
tags: TAGS
 
865
 
 
866
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
867
                $(TAGS_FILES) $(LISP)
 
868
        set x; \
 
869
        here=`pwd`; \
 
870
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
871
        unique=`for i in $$list; do \
 
872
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
873
          done | \
 
874
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
875
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
876
        shift; \
 
877
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
878
          test -n "$$unique" || unique=$$empty_fix; \
 
879
          if test $$# -gt 0; then \
 
880
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
881
              "$$@" $$unique; \
 
882
          else \
 
883
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
884
              $$unique; \
 
885
          fi; \
 
886
        fi
 
887
ctags: CTAGS
 
888
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
889
                $(TAGS_FILES) $(LISP)
 
890
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
891
        unique=`for i in $$list; do \
 
892
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
893
          done | \
 
894
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
895
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
896
        test -z "$(CTAGS_ARGS)$$unique" \
 
897
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
898
             $$unique
 
899
 
 
900
GTAGS:
 
901
        here=`$(am__cd) $(top_builddir) && pwd` \
 
902
          && $(am__cd) $(top_srcdir) \
 
903
          && gtags -i $(GTAGS_ARGS) "$$here"
 
904
 
 
905
distclean-tags:
 
906
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
907
 
 
908
distdir: $(DISTFILES)
 
909
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
910
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
911
        list='$(DISTFILES)'; \
 
912
          dist_files=`for file in $$list; do echo $$file; done | \
 
913
          sed -e "s|^$$srcdirstrip/||;t" \
 
914
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
915
        case $$dist_files in \
 
916
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
917
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
918
                           sort -u` ;; \
 
919
        esac; \
 
920
        for file in $$dist_files; do \
 
921
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
922
          if test -d $$d/$$file; then \
 
923
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
924
            if test -d "$(distdir)/$$file"; then \
 
925
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
926
            fi; \
 
927
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
928
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
929
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
930
            fi; \
 
931
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
932
          else \
 
933
            test -f "$(distdir)/$$file" \
 
934
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
935
            || exit 1; \
 
936
          fi; \
 
937
        done
 
938
check-am: all-am
 
939
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
940
check: check-am
 
941
all-am: Makefile
 
942
installdirs:
 
943
install: install-am
 
944
install-exec: install-exec-am
 
945
install-data: install-data-am
 
946
uninstall: uninstall-am
 
947
 
 
948
install-am: all-am
 
949
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
950
 
 
951
installcheck: installcheck-am
 
952
install-strip:
 
953
        if test -z '$(STRIP)'; then \
 
954
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
955
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
956
              install; \
 
957
        else \
 
958
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
959
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
960
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
961
        fi
 
962
mostlyclean-generic:
 
963
 
 
964
clean-generic:
 
965
 
 
966
distclean-generic:
 
967
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
968
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
969
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
970
 
 
971
maintainer-clean-generic:
 
972
        @echo "This command is intended for maintainers to use"
 
973
        @echo "it deletes files that may require special tools to rebuild."
 
974
        -rm -f ../src/animate-timer.c
 
975
        -rm -f ../src/background.c
 
976
        -rm -f ../src/cached-image.c
 
977
        -rm -f ../src/dash-box.c
 
978
        -rm -f ../src/dash-button.c
 
979
        -rm -f ../src/dash-entry.c
 
980
        -rm -f ../src/email-autocompleter.c
 
981
        -rm -f ../src/fadable-box.c
 
982
        -rm -f ../src/fadable.c
 
983
        -rm -f ../src/fading-label.c
 
984
        -rm -f ../src/greeter-list.c
 
985
        -rm -f ../src/list-stack.c
 
986
        -rm -f ../src/main-window.c
 
987
        -rm -f ../src/prompt-box.c
 
988
        -rm -f ../src/remote-login-service.c
 
989
        -rm -f ../src/session-list.c
 
990
        -rm -f ../src/settings.c
 
991
        -rm -f ../src/user-list.c
 
992
        -rm -f ../src/user-prompt-box.c
 
993
        -rm -f menubar.c
 
994
        -rm -f test-list.c
 
995
        -rm -f test-main-window.c
 
996
        -rm -f test.c
 
997
        -rm -f unity-greeter.c
 
998
        -rm -f unity_greeter_test_vala.stamp
 
999
clean: clean-am
 
1000
 
 
1001
clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
 
1002
 
 
1003
distclean: distclean-am
 
1004
        -rm -rf ./$(DEPDIR)
 
1005
        -rm -f Makefile
 
1006
distclean-am: clean-am distclean-compile distclean-generic \
 
1007
        distclean-tags
 
1008
 
 
1009
dvi: dvi-am
 
1010
 
 
1011
dvi-am:
 
1012
 
 
1013
html: html-am
 
1014
 
 
1015
html-am:
 
1016
 
 
1017
info: info-am
 
1018
 
 
1019
info-am:
 
1020
 
 
1021
install-data-am:
 
1022
 
 
1023
install-dvi: install-dvi-am
 
1024
 
 
1025
install-dvi-am:
 
1026
 
 
1027
install-exec-am:
 
1028
 
 
1029
install-html: install-html-am
 
1030
 
 
1031
install-html-am:
 
1032
 
 
1033
install-info: install-info-am
 
1034
 
 
1035
install-info-am:
 
1036
 
 
1037
install-man:
 
1038
 
 
1039
install-pdf: install-pdf-am
 
1040
 
 
1041
install-pdf-am:
 
1042
 
 
1043
install-ps: install-ps-am
 
1044
 
 
1045
install-ps-am:
 
1046
 
 
1047
installcheck-am:
 
1048
 
 
1049
maintainer-clean: maintainer-clean-am
 
1050
        -rm -rf ./$(DEPDIR)
 
1051
        -rm -f Makefile
 
1052
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1053
 
 
1054
mostlyclean: mostlyclean-am
 
1055
 
 
1056
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
1057
 
 
1058
pdf: pdf-am
 
1059
 
 
1060
pdf-am:
 
1061
 
 
1062
ps: ps-am
 
1063
 
 
1064
ps-am:
 
1065
 
 
1066
uninstall-am:
 
1067
 
 
1068
.MAKE: check-am install-am install-strip
 
1069
 
 
1070
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
1071
        clean-checkPROGRAMS clean-generic ctags distclean \
 
1072
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
1073
        dvi-am html html-am info info-am install install-am \
 
1074
        install-data install-data-am install-dvi install-dvi-am \
 
1075
        install-exec install-exec-am install-html install-html-am \
 
1076
        install-info install-info-am install-man install-pdf \
 
1077
        install-pdf-am install-ps install-ps-am install-strip \
 
1078
        installcheck installcheck-am installdirs maintainer-clean \
 
1079
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1080
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
1081
        uninstall-am
 
1082
 
 
1083
 
 
1084
check: unity-greeter-test
 
1085
        . xvfb-run dbus-launch ./unity-greeter-test
 
1086
 
 
1087
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1088
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1089
.NOEXPORT: