Browse code

Use strutils instead of snprintf (to save some bytes), set default year to 2014, partial revamp of the stopwatch

Dario Rodriguez authored on 14/01/2014 22:59:59
Showing 1 changed files
... ...
@@ -78,7 +78,8 @@ am_oswald_gui_OBJECTS = oswald_gui-oswald-ui.$(OBJEXT) \
78 78
 	oswald_gui-embedvm.$(OBJEXT) \
79 79
 	oswald_gui-oswald_graphics.$(OBJEXT) \
80 80
 	oswald_gui-calendar.$(OBJEXT) \
81
-	oswald_gui-oswald_fonts.$(OBJEXT) oswald_gui-dayslib.$(OBJEXT)
81
+	oswald_gui-oswald_fonts.$(OBJEXT) oswald_gui-dayslib.$(OBJEXT) \
82
+	oswald_gui-mymem.$(OBJEXT) oswald_gui-strutils.$(OBJEXT)
82 83
 oswald_gui_OBJECTS = $(am_oswald_gui_OBJECTS)
83 84
 am__DEPENDENCIES_1 =
84 85
 oswald_gui_DEPENDENCIES = $(am__DEPENDENCIES_1)
... ...
@@ -244,7 +245,8 @@ top_srcdir = @top_srcdir@
244 245
 ACLOCAL_AMFLAGS = -I m4
245 246
 oswald_gui_SOURCES = oswald-ui.c oswald_main.c \
246 247
 	oswald_watch_faces.c oswald_strings.c oswald_screens.c \
247
-	embedvm.c oswald_graphics.c calendar.c oswald_fonts.c dayslib.c
248
+	embedvm.c oswald_graphics.c calendar.c oswald_fonts.c \
249
+	dayslib.c mymem.c strutils.c
248 250
 
249 251
 
250 252
 # BUILDNO = \"$(shell cat .buildno)\"
... ...
@@ -354,6 +356,7 @@ distclean-compile:
354 356
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-calendar.Po@am__quote@
355 357
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-dayslib.Po@am__quote@
356 358
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-embedvm.Po@am__quote@
359
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-mymem.Po@am__quote@
357 360
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald-ui.Po@am__quote@
358 361
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_fonts.Po@am__quote@
359 362
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_graphics.Po@am__quote@
... ...
@@ -361,6 +364,7 @@ distclean-compile:
361 364
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_screens.Po@am__quote@
362 365
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_strings.Po@am__quote@
363 366
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_watch_faces.Po@am__quote@
367
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-strutils.Po@am__quote@
364 368
 
365 369
 .c.o:
366 370
 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -523,6 +527,34 @@ oswald_gui-dayslib.obj: dayslib.c
523 527
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524 528
 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-dayslib.obj `if test -f 'dayslib.c'; then $(CYGPATH_W) 'dayslib.c'; else $(CYGPATH_W) '$(srcdir)/dayslib.c'; fi`
525 529
 
530
+oswald_gui-mymem.o: mymem.c
531
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-mymem.o -MD -MP -MF $(DEPDIR)/oswald_gui-mymem.Tpo -c -o oswald_gui-mymem.o `test -f 'mymem.c' || echo '$(srcdir)/'`mymem.c
532
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-mymem.Tpo $(DEPDIR)/oswald_gui-mymem.Po
533
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mymem.c' object='oswald_gui-mymem.o' libtool=no @AMDEPBACKSLASH@
534
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-mymem.o `test -f 'mymem.c' || echo '$(srcdir)/'`mymem.c
536
+
537
+oswald_gui-mymem.obj: mymem.c
538
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-mymem.obj -MD -MP -MF $(DEPDIR)/oswald_gui-mymem.Tpo -c -o oswald_gui-mymem.obj `if test -f 'mymem.c'; then $(CYGPATH_W) 'mymem.c'; else $(CYGPATH_W) '$(srcdir)/mymem.c'; fi`
539
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-mymem.Tpo $(DEPDIR)/oswald_gui-mymem.Po
540
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mymem.c' object='oswald_gui-mymem.obj' libtool=no @AMDEPBACKSLASH@
541
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-mymem.obj `if test -f 'mymem.c'; then $(CYGPATH_W) 'mymem.c'; else $(CYGPATH_W) '$(srcdir)/mymem.c'; fi`
543
+
544
+oswald_gui-strutils.o: strutils.c
545
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-strutils.o -MD -MP -MF $(DEPDIR)/oswald_gui-strutils.Tpo -c -o oswald_gui-strutils.o `test -f 'strutils.c' || echo '$(srcdir)/'`strutils.c
546
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-strutils.Tpo $(DEPDIR)/oswald_gui-strutils.Po
547
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strutils.c' object='oswald_gui-strutils.o' libtool=no @AMDEPBACKSLASH@
548
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-strutils.o `test -f 'strutils.c' || echo '$(srcdir)/'`strutils.c
550
+
551
+oswald_gui-strutils.obj: strutils.c
552
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-strutils.obj -MD -MP -MF $(DEPDIR)/oswald_gui-strutils.Tpo -c -o oswald_gui-strutils.obj `if test -f 'strutils.c'; then $(CYGPATH_W) 'strutils.c'; else $(CYGPATH_W) '$(srcdir)/strutils.c'; fi`
553
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-strutils.Tpo $(DEPDIR)/oswald_gui-strutils.Po
554
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strutils.c' object='oswald_gui-strutils.obj' libtool=no @AMDEPBACKSLASH@
555
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-strutils.obj `if test -f 'strutils.c'; then $(CYGPATH_W) 'strutils.c'; else $(CYGPATH_W) '$(srcdir)/strutils.c'; fi`
557
+
526 558
 mostlyclean-libtool:
527 559
 	-rm -f *.lo
528 560
 
Browse code

Fix fg/bg issues in graphics library, invert analog clock, improve help clock, make date&time setup screen nicer, continue adaptations to conform to the new button layout

Dario Rodriguez authored on 18/12/2013 22:59:59
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,885 @@
1
+# Makefile.in generated by automake 1.11.6 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
+VPATH = @srcdir@
19
+am__make_dryrun = \
20
+  { \
21
+    am__dry=no; \
22
+    case $$MAKEFLAGS in \
23
+      *\\[\ \	]*) \
24
+        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
+          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
+      *) \
27
+        for am__flg in $$MAKEFLAGS; do \
28
+          case $$am__flg in \
29
+            *=*|--*) ;; \
30
+            *n*) am__dry=yes; break;; \
31
+          esac; \
32
+        done;; \
33
+    esac; \
34
+    test $$am__dry = yes; \
35
+  }
36
+pkgdatadir = $(datadir)/@PACKAGE@
37
+pkgincludedir = $(includedir)/@PACKAGE@
38
+pkglibdir = $(libdir)/@PACKAGE@
39
+pkglibexecdir = $(libexecdir)/@PACKAGE@
40
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
+install_sh_DATA = $(install_sh) -c -m 644
42
+install_sh_PROGRAM = $(install_sh) -c
43
+install_sh_SCRIPT = $(install_sh) -c
44
+INSTALL_HEADER = $(INSTALL_DATA)
45
+transform = $(program_transform_name)
46
+NORMAL_INSTALL = :
47
+PRE_INSTALL = :
48
+POST_INSTALL = :
49
+NORMAL_UNINSTALL = :
50
+PRE_UNINSTALL = :
51
+POST_UNINSTALL = :
52
+build_triplet = @build@
53
+host_triplet = @host@
54
+bin_PROGRAMS = .buildno$(EXEEXT) oswald-gui$(EXEEXT)
55
+subdir = .
56
+DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
57
+	$(srcdir)/Makefile.in $(top_srcdir)/configure config.guess \
58
+	config.sub depcomp install-sh ltmain.sh missing
59
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
61
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
+	$(ACLOCAL_M4)
63
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64
+ configure.lineno config.status.lineno
65
+mkinstalldirs = $(install_sh) -d
66
+CONFIG_CLEAN_FILES =
67
+CONFIG_CLEAN_VPATH_FILES =
68
+am__installdirs = "$(DESTDIR)$(bindir)"
69
+PROGRAMS = $(bin_PROGRAMS)
70
+_buildno_SOURCES = .c
71
+_buildno_OBJECTS = .$(OBJEXT)
72
+_buildno_LDADD = $(LDADD)
73
+am_oswald_gui_OBJECTS = oswald_gui-oswald-ui.$(OBJEXT) \
74
+	oswald_gui-oswald_main.$(OBJEXT) \
75
+	oswald_gui-oswald_watch_faces.$(OBJEXT) \
76
+	oswald_gui-oswald_strings.$(OBJEXT) \
77
+	oswald_gui-oswald_screens.$(OBJEXT) \
78
+	oswald_gui-embedvm.$(OBJEXT) \
79
+	oswald_gui-oswald_graphics.$(OBJEXT) \
80
+	oswald_gui-calendar.$(OBJEXT) \
81
+	oswald_gui-oswald_fonts.$(OBJEXT) oswald_gui-dayslib.$(OBJEXT)
82
+oswald_gui_OBJECTS = $(am_oswald_gui_OBJECTS)
83
+am__DEPENDENCIES_1 =
84
+oswald_gui_DEPENDENCIES = $(am__DEPENDENCIES_1)
85
+oswald_gui_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(oswald_gui_CFLAGS) \
87
+	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
88
+DEFAULT_INCLUDES = -I.@am__isrc@
89
+depcomp = $(SHELL) $(top_srcdir)/depcomp
90
+am__depfiles_maybe = depfiles
91
+am__mv = mv -f
92
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95
+	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97
+CCLD = $(CC)
98
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99
+	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100
+	$(LDFLAGS) -o $@
101
+SOURCES = .c $(oswald_gui_SOURCES)
102
+DIST_SOURCES = .c $(oswald_gui_SOURCES)
103
+am__can_run_installinfo = \
104
+  case $$AM_UPDATE_INFO_DIR in \
105
+    n|no|NO) false;; \
106
+    *) (install-info --version) >/dev/null 2>&1;; \
107
+  esac
108
+ETAGS = etags
109
+CTAGS = ctags
110
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
+distdir = $(PACKAGE)-$(VERSION)
112
+top_distdir = $(distdir)
113
+am__remove_distdir = \
114
+  if test -d "$(distdir)"; then \
115
+    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116
+      && rm -rf "$(distdir)" \
117
+      || { sleep 5 && rm -rf "$(distdir)"; }; \
118
+  else :; fi
119
+DIST_ARCHIVES = $(distdir).tar.gz
120
+GZIP_ENV = --best
121
+distuninstallcheck_listfiles = find . -type f -print
122
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
123
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
124
+distcleancheck_listfiles = find . -type f -print
125
+ACLOCAL = @ACLOCAL@
126
+AMTAR = @AMTAR@
127
+AR = @AR@
128
+AUTOCONF = @AUTOCONF@
129
+AUTOHEADER = @AUTOHEADER@
130
+AUTOMAKE = @AUTOMAKE@
131
+AWK = @AWK@
132
+CC = @CC@
133
+CCDEPMODE = @CCDEPMODE@
134
+CFLAGS = @CFLAGS@
135
+CPP = @CPP@
136
+CPPFLAGS = @CPPFLAGS@
137
+CYGPATH_W = @CYGPATH_W@
138
+DEFS = @DEFS@
139
+DEPDIR = @DEPDIR@
140
+DLLTOOL = @DLLTOOL@
141
+DSYMUTIL = @DSYMUTIL@
142
+DUMPBIN = @DUMPBIN@
143
+ECHO_C = @ECHO_C@
144
+ECHO_N = @ECHO_N@
145
+ECHO_T = @ECHO_T@
146
+EGREP = @EGREP@
147
+EXEEXT = @EXEEXT@
148
+FGREP = @FGREP@
149
+GREP = @GREP@
150
+GTK_CFLAGS = @GTK_CFLAGS@
151
+GTK_LIBS = @GTK_LIBS@
152
+INSTALL = @INSTALL@
153
+INSTALL_DATA = @INSTALL_DATA@
154
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
155
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
156
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157
+LD = @LD@
158
+LDFLAGS = @LDFLAGS@
159
+LIBOBJS = @LIBOBJS@
160
+LIBS = @LIBS@
161
+LIBTOOL = @LIBTOOL@
162
+LIPO = @LIPO@
163
+LN_S = @LN_S@
164
+LTLIBOBJS = @LTLIBOBJS@
165
+MAINT = @MAINT@
166
+MAKEINFO = @MAKEINFO@
167
+MANIFEST_TOOL = @MANIFEST_TOOL@
168
+MKDIR_P = @MKDIR_P@
169
+NM = @NM@
170
+NMEDIT = @NMEDIT@
171
+OBJDUMP = @OBJDUMP@
172
+OBJEXT = @OBJEXT@
173
+OTOOL = @OTOOL@
174
+OTOOL64 = @OTOOL64@
175
+PACKAGE = @PACKAGE@
176
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
+PACKAGE_NAME = @PACKAGE_NAME@
178
+PACKAGE_STRING = @PACKAGE_STRING@
179
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
180
+PACKAGE_URL = @PACKAGE_URL@
181
+PACKAGE_VERSION = @PACKAGE_VERSION@
182
+PATH_SEPARATOR = @PATH_SEPARATOR@
183
+PKG_CONFIG = @PKG_CONFIG@
184
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
185
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
186
+RANLIB = @RANLIB@
187
+SED = @SED@
188
+SET_MAKE = @SET_MAKE@
189
+SHELL = @SHELL@
190
+STRIP = @STRIP@
191
+VERSION = @VERSION@
192
+abs_builddir = @abs_builddir@
193
+abs_srcdir = @abs_srcdir@
194
+abs_top_builddir = @abs_top_builddir@
195
+abs_top_srcdir = @abs_top_srcdir@
196
+ac_ct_AR = @ac_ct_AR@
197
+ac_ct_CC = @ac_ct_CC@
198
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199
+am__include = @am__include@
200
+am__leading_dot = @am__leading_dot@
201
+am__quote = @am__quote@
202
+am__tar = @am__tar@
203
+am__untar = @am__untar@
204
+bindir = @bindir@
205
+build = @build@
206
+build_alias = @build_alias@
207
+build_cpu = @build_cpu@
208
+build_os = @build_os@
209
+build_vendor = @build_vendor@
210
+builddir = @builddir@
211
+datadir = @datadir@
212
+datarootdir = @datarootdir@
213
+docdir = @docdir@
214
+dvidir = @dvidir@
215
+exec_prefix = @exec_prefix@
216
+host = @host@
217
+host_alias = @host_alias@
218
+host_cpu = @host_cpu@
219
+host_os = @host_os@
220
+host_vendor = @host_vendor@
221
+htmldir = @htmldir@
222
+includedir = @includedir@
223
+infodir = @infodir@
224
+install_sh = @install_sh@
225
+libdir = @libdir@
226
+libexecdir = @libexecdir@
227
+localedir = @localedir@
228
+localstatedir = @localstatedir@
229
+mandir = @mandir@
230
+mkdir_p = @mkdir_p@
231
+oldincludedir = @oldincludedir@
232
+pdfdir = @pdfdir@
233
+prefix = @prefix@
234
+program_transform_name = @program_transform_name@
235
+psdir = @psdir@
236
+sbindir = @sbindir@
237
+sharedstatedir = @sharedstatedir@
238
+srcdir = @srcdir@
239
+sysconfdir = @sysconfdir@
240
+target_alias = @target_alias@
241
+top_build_prefix = @top_build_prefix@
242
+top_builddir = @top_builddir@
243
+top_srcdir = @top_srcdir@
244
+ACLOCAL_AMFLAGS = -I m4
245
+oswald_gui_SOURCES = oswald-ui.c oswald_main.c \
246
+	oswald_watch_faces.c oswald_strings.c oswald_screens.c \
247
+	embedvm.c oswald_graphics.c calendar.c oswald_fonts.c dayslib.c
248
+
249
+
250
+# BUILDNO = \"$(shell cat .buildno)\"
251
+BUILDNO = \"$(shell date +%y%m%d)-\#$(shell cat .buildno)\"
252
+oswald_gui_CFLAGS = -DBUILDNO=$(BUILDNO) -g $(GTK_CFLAGS)
253
+oswald_gui_LDADD = $(GTK_LIBS)
254
+EXTRA_DIST = config.rpath m4/ChangeLog  \
255
+	AUTHORS                 \
256
+	COPYING                 \
257
+	README.txt
258
+
259
+all: all-am
260
+
261
+.SUFFIXES:
262
+.SUFFIXES: .c .lo .o .obj
263
+am--refresh: Makefile
264
+	@:
265
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
266
+	@for dep in $?; do \
267
+	  case '$(am__configure_deps)' in \
268
+	    *$$dep*) \
269
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
270
+	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
271
+		&& exit 0; \
272
+	      exit 1;; \
273
+	  esac; \
274
+	done; \
275
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
276
+	$(am__cd) $(top_srcdir) && \
277
+	  $(AUTOMAKE) --foreign Makefile
278
+.PRECIOUS: Makefile
279
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280
+	@case '$?' in \
281
+	  *config.status*) \
282
+	    echo ' $(SHELL) ./config.status'; \
283
+	    $(SHELL) ./config.status;; \
284
+	  *) \
285
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
286
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
287
+	esac;
288
+
289
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290
+	$(SHELL) ./config.status --recheck
291
+
292
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
293
+	$(am__cd) $(srcdir) && $(AUTOCONF)
294
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295
+	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
296
+$(am__aclocal_m4_deps):
297
+install-binPROGRAMS: $(bin_PROGRAMS)
298
+	@$(NORMAL_INSTALL)
299
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
300
+	if test -n "$$list"; then \
301
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
302
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
303
+	fi; \
304
+	for p in $$list; do echo "$$p $$p"; done | \
305
+	sed 's/$(EXEEXT)$$//' | \
306
+	while read p p1; do if test -f $$p || test -f $$p1; \
307
+	  then echo "$$p"; echo "$$p"; else :; fi; \
308
+	done | \
309
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
310
+	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
311
+	sed 'N;N;N;s,\n, ,g' | \
312
+	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
313
+	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
314
+	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
315
+	    else { print "f", $$3 "/" $$4, $$1; } } \
316
+	  END { for (d in files) print "f", d, files[d] }' | \
317
+	while read type dir files; do \
318
+	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
319
+	    test -z "$$files" || { \
320
+	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
321
+	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
322
+	    } \
323
+	; done
324
+
325
+uninstall-binPROGRAMS:
326
+	@$(NORMAL_UNINSTALL)
327
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
328
+	files=`for p in $$list; do echo "$$p"; done | \
329
+	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
330
+	      -e 's/$$/$(EXEEXT)/' `; \
331
+	test -n "$$list" || exit 0; \
332
+	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
333
+	cd "$(DESTDIR)$(bindir)" && rm -f $$files
334
+
335
+clean-binPROGRAMS:
336
+	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
337
+	echo " rm -f" $$list; \
338
+	rm -f $$list || exit $$?; \
339
+	test -n "$(EXEEXT)" || exit 0; \
340
+	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
341
+	echo " rm -f" $$list; \
342
+	rm -f $$list
343
+oswald-gui$(EXEEXT): $(oswald_gui_OBJECTS) $(oswald_gui_DEPENDENCIES) $(EXTRA_oswald_gui_DEPENDENCIES) 
344
+	@rm -f oswald-gui$(EXEEXT)
345
+	$(oswald_gui_LINK) $(oswald_gui_OBJECTS) $(oswald_gui_LDADD) $(LIBS)
346
+
347
+mostlyclean-compile:
348
+	-rm -f *.$(OBJEXT)
349
+
350
+distclean-compile:
351
+	-rm -f *.tab.c
352
+
353
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/.Po@am__quote@
354
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-calendar.Po@am__quote@
355
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-dayslib.Po@am__quote@
356
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-embedvm.Po@am__quote@
357
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald-ui.Po@am__quote@
358
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_fonts.Po@am__quote@
359
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_graphics.Po@am__quote@
360
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_main.Po@am__quote@
361
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_screens.Po@am__quote@
362
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_strings.Po@am__quote@
363
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oswald_gui-oswald_watch_faces.Po@am__quote@
364
+
365
+.c.o:
366
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
371
+
372
+.c.obj:
373
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
374
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
378
+
379
+.c.lo:
380
+@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
382
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
385
+
386
+oswald_gui-oswald-ui.o: oswald-ui.c
387
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald-ui.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald-ui.Tpo -c -o oswald_gui-oswald-ui.o `test -f 'oswald-ui.c' || echo '$(srcdir)/'`oswald-ui.c
388
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald-ui.Tpo $(DEPDIR)/oswald_gui-oswald-ui.Po
389
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald-ui.c' object='oswald_gui-oswald-ui.o' libtool=no @AMDEPBACKSLASH@
390
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald-ui.o `test -f 'oswald-ui.c' || echo '$(srcdir)/'`oswald-ui.c
392
+
393
+oswald_gui-oswald-ui.obj: oswald-ui.c
394
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald-ui.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald-ui.Tpo -c -o oswald_gui-oswald-ui.obj `if test -f 'oswald-ui.c'; then $(CYGPATH_W) 'oswald-ui.c'; else $(CYGPATH_W) '$(srcdir)/oswald-ui.c'; fi`
395
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald-ui.Tpo $(DEPDIR)/oswald_gui-oswald-ui.Po
396
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald-ui.c' object='oswald_gui-oswald-ui.obj' libtool=no @AMDEPBACKSLASH@
397
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald-ui.obj `if test -f 'oswald-ui.c'; then $(CYGPATH_W) 'oswald-ui.c'; else $(CYGPATH_W) '$(srcdir)/oswald-ui.c'; fi`
399
+
400
+oswald_gui-oswald_main.o: oswald_main.c
401
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_main.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_main.Tpo -c -o oswald_gui-oswald_main.o `test -f 'oswald_main.c' || echo '$(srcdir)/'`oswald_main.c
402
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_main.Tpo $(DEPDIR)/oswald_gui-oswald_main.Po
403
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_main.c' object='oswald_gui-oswald_main.o' libtool=no @AMDEPBACKSLASH@
404
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_main.o `test -f 'oswald_main.c' || echo '$(srcdir)/'`oswald_main.c
406
+
407
+oswald_gui-oswald_main.obj: oswald_main.c
408
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_main.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_main.Tpo -c -o oswald_gui-oswald_main.obj `if test -f 'oswald_main.c'; then $(CYGPATH_W) 'oswald_main.c'; else $(CYGPATH_W) '$(srcdir)/oswald_main.c'; fi`
409
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_main.Tpo $(DEPDIR)/oswald_gui-oswald_main.Po
410
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_main.c' object='oswald_gui-oswald_main.obj' libtool=no @AMDEPBACKSLASH@
411
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_main.obj `if test -f 'oswald_main.c'; then $(CYGPATH_W) 'oswald_main.c'; else $(CYGPATH_W) '$(srcdir)/oswald_main.c'; fi`
413
+
414
+oswald_gui-oswald_watch_faces.o: oswald_watch_faces.c
415
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_watch_faces.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_watch_faces.Tpo -c -o oswald_gui-oswald_watch_faces.o `test -f 'oswald_watch_faces.c' || echo '$(srcdir)/'`oswald_watch_faces.c
416
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_watch_faces.Tpo $(DEPDIR)/oswald_gui-oswald_watch_faces.Po
417
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_watch_faces.c' object='oswald_gui-oswald_watch_faces.o' libtool=no @AMDEPBACKSLASH@
418
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_watch_faces.o `test -f 'oswald_watch_faces.c' || echo '$(srcdir)/'`oswald_watch_faces.c
420
+
421
+oswald_gui-oswald_watch_faces.obj: oswald_watch_faces.c
422
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_watch_faces.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_watch_faces.Tpo -c -o oswald_gui-oswald_watch_faces.obj `if test -f 'oswald_watch_faces.c'; then $(CYGPATH_W) 'oswald_watch_faces.c'; else $(CYGPATH_W) '$(srcdir)/oswald_watch_faces.c'; fi`
423
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_watch_faces.Tpo $(DEPDIR)/oswald_gui-oswald_watch_faces.Po
424
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_watch_faces.c' object='oswald_gui-oswald_watch_faces.obj' libtool=no @AMDEPBACKSLASH@
425
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_watch_faces.obj `if test -f 'oswald_watch_faces.c'; then $(CYGPATH_W) 'oswald_watch_faces.c'; else $(CYGPATH_W) '$(srcdir)/oswald_watch_faces.c'; fi`
427
+
428
+oswald_gui-oswald_strings.o: oswald_strings.c
429
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_strings.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_strings.Tpo -c -o oswald_gui-oswald_strings.o `test -f 'oswald_strings.c' || echo '$(srcdir)/'`oswald_strings.c
430
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_strings.Tpo $(DEPDIR)/oswald_gui-oswald_strings.Po
431
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_strings.c' object='oswald_gui-oswald_strings.o' libtool=no @AMDEPBACKSLASH@
432
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_strings.o `test -f 'oswald_strings.c' || echo '$(srcdir)/'`oswald_strings.c
434
+
435
+oswald_gui-oswald_strings.obj: oswald_strings.c
436
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_strings.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_strings.Tpo -c -o oswald_gui-oswald_strings.obj `if test -f 'oswald_strings.c'; then $(CYGPATH_W) 'oswald_strings.c'; else $(CYGPATH_W) '$(srcdir)/oswald_strings.c'; fi`
437
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_strings.Tpo $(DEPDIR)/oswald_gui-oswald_strings.Po
438
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_strings.c' object='oswald_gui-oswald_strings.obj' libtool=no @AMDEPBACKSLASH@
439
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_strings.obj `if test -f 'oswald_strings.c'; then $(CYGPATH_W) 'oswald_strings.c'; else $(CYGPATH_W) '$(srcdir)/oswald_strings.c'; fi`
441
+
442
+oswald_gui-oswald_screens.o: oswald_screens.c
443
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_screens.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_screens.Tpo -c -o oswald_gui-oswald_screens.o `test -f 'oswald_screens.c' || echo '$(srcdir)/'`oswald_screens.c
444
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_screens.Tpo $(DEPDIR)/oswald_gui-oswald_screens.Po
445
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_screens.c' object='oswald_gui-oswald_screens.o' libtool=no @AMDEPBACKSLASH@
446
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_screens.o `test -f 'oswald_screens.c' || echo '$(srcdir)/'`oswald_screens.c
448
+
449
+oswald_gui-oswald_screens.obj: oswald_screens.c
450
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_screens.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_screens.Tpo -c -o oswald_gui-oswald_screens.obj `if test -f 'oswald_screens.c'; then $(CYGPATH_W) 'oswald_screens.c'; else $(CYGPATH_W) '$(srcdir)/oswald_screens.c'; fi`
451
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_screens.Tpo $(DEPDIR)/oswald_gui-oswald_screens.Po
452
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_screens.c' object='oswald_gui-oswald_screens.obj' libtool=no @AMDEPBACKSLASH@
453
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_screens.obj `if test -f 'oswald_screens.c'; then $(CYGPATH_W) 'oswald_screens.c'; else $(CYGPATH_W) '$(srcdir)/oswald_screens.c'; fi`
455
+
456
+oswald_gui-embedvm.o: embedvm.c
457
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-embedvm.o -MD -MP -MF $(DEPDIR)/oswald_gui-embedvm.Tpo -c -o oswald_gui-embedvm.o `test -f 'embedvm.c' || echo '$(srcdir)/'`embedvm.c
458
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-embedvm.Tpo $(DEPDIR)/oswald_gui-embedvm.Po
459
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='embedvm.c' object='oswald_gui-embedvm.o' libtool=no @AMDEPBACKSLASH@
460
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-embedvm.o `test -f 'embedvm.c' || echo '$(srcdir)/'`embedvm.c
462
+
463
+oswald_gui-embedvm.obj: embedvm.c
464
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-embedvm.obj -MD -MP -MF $(DEPDIR)/oswald_gui-embedvm.Tpo -c -o oswald_gui-embedvm.obj `if test -f 'embedvm.c'; then $(CYGPATH_W) 'embedvm.c'; else $(CYGPATH_W) '$(srcdir)/embedvm.c'; fi`
465
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-embedvm.Tpo $(DEPDIR)/oswald_gui-embedvm.Po
466
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='embedvm.c' object='oswald_gui-embedvm.obj' libtool=no @AMDEPBACKSLASH@
467
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-embedvm.obj `if test -f 'embedvm.c'; then $(CYGPATH_W) 'embedvm.c'; else $(CYGPATH_W) '$(srcdir)/embedvm.c'; fi`
469
+
470
+oswald_gui-oswald_graphics.o: oswald_graphics.c
471
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_graphics.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_graphics.Tpo -c -o oswald_gui-oswald_graphics.o `test -f 'oswald_graphics.c' || echo '$(srcdir)/'`oswald_graphics.c
472
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_graphics.Tpo $(DEPDIR)/oswald_gui-oswald_graphics.Po
473
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_graphics.c' object='oswald_gui-oswald_graphics.o' libtool=no @AMDEPBACKSLASH@
474
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_graphics.o `test -f 'oswald_graphics.c' || echo '$(srcdir)/'`oswald_graphics.c
476
+
477
+oswald_gui-oswald_graphics.obj: oswald_graphics.c
478
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_graphics.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_graphics.Tpo -c -o oswald_gui-oswald_graphics.obj `if test -f 'oswald_graphics.c'; then $(CYGPATH_W) 'oswald_graphics.c'; else $(CYGPATH_W) '$(srcdir)/oswald_graphics.c'; fi`
479
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_graphics.Tpo $(DEPDIR)/oswald_gui-oswald_graphics.Po
480
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_graphics.c' object='oswald_gui-oswald_graphics.obj' libtool=no @AMDEPBACKSLASH@
481
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_graphics.obj `if test -f 'oswald_graphics.c'; then $(CYGPATH_W) 'oswald_graphics.c'; else $(CYGPATH_W) '$(srcdir)/oswald_graphics.c'; fi`
483
+
484
+oswald_gui-calendar.o: calendar.c
485
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-calendar.o -MD -MP -MF $(DEPDIR)/oswald_gui-calendar.Tpo -c -o oswald_gui-calendar.o `test -f 'calendar.c' || echo '$(srcdir)/'`calendar.c
486
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-calendar.Tpo $(DEPDIR)/oswald_gui-calendar.Po
487
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='calendar.c' object='oswald_gui-calendar.o' libtool=no @AMDEPBACKSLASH@
488
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-calendar.o `test -f 'calendar.c' || echo '$(srcdir)/'`calendar.c
490
+
491
+oswald_gui-calendar.obj: calendar.c
492
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-calendar.obj -MD -MP -MF $(DEPDIR)/oswald_gui-calendar.Tpo -c -o oswald_gui-calendar.obj `if test -f 'calendar.c'; then $(CYGPATH_W) 'calendar.c'; else $(CYGPATH_W) '$(srcdir)/calendar.c'; fi`
493
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-calendar.Tpo $(DEPDIR)/oswald_gui-calendar.Po
494
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='calendar.c' object='oswald_gui-calendar.obj' libtool=no @AMDEPBACKSLASH@
495
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-calendar.obj `if test -f 'calendar.c'; then $(CYGPATH_W) 'calendar.c'; else $(CYGPATH_W) '$(srcdir)/calendar.c'; fi`
497
+
498
+oswald_gui-oswald_fonts.o: oswald_fonts.c
499
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_fonts.o -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_fonts.Tpo -c -o oswald_gui-oswald_fonts.o `test -f 'oswald_fonts.c' || echo '$(srcdir)/'`oswald_fonts.c
500
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_fonts.Tpo $(DEPDIR)/oswald_gui-oswald_fonts.Po
501
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_fonts.c' object='oswald_gui-oswald_fonts.o' libtool=no @AMDEPBACKSLASH@
502
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_fonts.o `test -f 'oswald_fonts.c' || echo '$(srcdir)/'`oswald_fonts.c
504
+
505
+oswald_gui-oswald_fonts.obj: oswald_fonts.c
506
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-oswald_fonts.obj -MD -MP -MF $(DEPDIR)/oswald_gui-oswald_fonts.Tpo -c -o oswald_gui-oswald_fonts.obj `if test -f 'oswald_fonts.c'; then $(CYGPATH_W) 'oswald_fonts.c'; else $(CYGPATH_W) '$(srcdir)/oswald_fonts.c'; fi`
507
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-oswald_fonts.Tpo $(DEPDIR)/oswald_gui-oswald_fonts.Po
508
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='oswald_fonts.c' object='oswald_gui-oswald_fonts.obj' libtool=no @AMDEPBACKSLASH@
509
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-oswald_fonts.obj `if test -f 'oswald_fonts.c'; then $(CYGPATH_W) 'oswald_fonts.c'; else $(CYGPATH_W) '$(srcdir)/oswald_fonts.c'; fi`
511
+
512
+oswald_gui-dayslib.o: dayslib.c
513
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-dayslib.o -MD -MP -MF $(DEPDIR)/oswald_gui-dayslib.Tpo -c -o oswald_gui-dayslib.o `test -f 'dayslib.c' || echo '$(srcdir)/'`dayslib.c
514
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-dayslib.Tpo $(DEPDIR)/oswald_gui-dayslib.Po
515
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dayslib.c' object='oswald_gui-dayslib.o' libtool=no @AMDEPBACKSLASH@
516
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-dayslib.o `test -f 'dayslib.c' || echo '$(srcdir)/'`dayslib.c
518
+
519
+oswald_gui-dayslib.obj: dayslib.c
520
+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -MT oswald_gui-dayslib.obj -MD -MP -MF $(DEPDIR)/oswald_gui-dayslib.Tpo -c -o oswald_gui-dayslib.obj `if test -f 'dayslib.c'; then $(CYGPATH_W) 'dayslib.c'; else $(CYGPATH_W) '$(srcdir)/dayslib.c'; fi`
521
+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/oswald_gui-dayslib.Tpo $(DEPDIR)/oswald_gui-dayslib.Po
522
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dayslib.c' object='oswald_gui-dayslib.obj' libtool=no @AMDEPBACKSLASH@
523
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oswald_gui_CFLAGS) $(CFLAGS) -c -o oswald_gui-dayslib.obj `if test -f 'dayslib.c'; then $(CYGPATH_W) 'dayslib.c'; else $(CYGPATH_W) '$(srcdir)/dayslib.c'; fi`
525
+
526
+mostlyclean-libtool:
527
+	-rm -f *.lo
528
+
529
+clean-libtool:
530
+	-rm -rf .libs _libs
531
+
532
+distclean-libtool:
533
+	-rm -f libtool config.lt
534
+
535
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
536
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537
+	unique=`for i in $$list; do \
538
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
+	  done | \
540
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
542
+	mkid -fID $$unique
543
+tags: TAGS
544
+
545
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546
+		$(TAGS_FILES) $(LISP)
547
+	set x; \
548
+	here=`pwd`; \
549
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
550
+	unique=`for i in $$list; do \
551
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552
+	  done | \
553
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
555
+	shift; \
556
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
557
+	  test -n "$$unique" || unique=$$empty_fix; \
558
+	  if test $$# -gt 0; then \
559
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560
+	      "$$@" $$unique; \
561
+	  else \
562
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563
+	      $$unique; \
564
+	  fi; \
565
+	fi
566
+ctags: CTAGS
567
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
568
+		$(TAGS_FILES) $(LISP)
569
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
570
+	unique=`for i in $$list; do \
571
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572
+	  done | \
573
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
575
+	test -z "$(CTAGS_ARGS)$$unique" \
576
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
577
+	     $$unique
578
+
579
+GTAGS:
580
+	here=`$(am__cd) $(top_builddir) && pwd` \
581
+	  && $(am__cd) $(top_srcdir) \
582
+	  && gtags -i $(GTAGS_ARGS) "$$here"
583
+
584
+distclean-tags:
585
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
586
+
587
+distdir: $(DISTFILES)
588
+	$(am__remove_distdir)
589
+	test -d "$(distdir)" || mkdir "$(distdir)"
590
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592
+	list='$(DISTFILES)'; \
593
+	  dist_files=`for file in $$list; do echo $$file; done | \
594
+	  sed -e "s|^$$srcdirstrip/||;t" \
595
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
596
+	case $$dist_files in \
597
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
598
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
599
+			   sort -u` ;; \
600
+	esac; \
601
+	for file in $$dist_files; do \
602
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
603
+	  if test -d $$d/$$file; then \
604
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
605
+	    if test -d "$(distdir)/$$file"; then \
606
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
607
+	    fi; \
608
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
609
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
610
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611
+	    fi; \
612
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
613
+	  else \
614
+	    test -f "$(distdir)/$$file" \
615
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
616
+	    || exit 1; \
617
+	  fi; \
618
+	done
619
+	-test -n "$(am__skip_mode_fix)" \
620
+	|| find "$(distdir)" -type d ! -perm -755 \
621
+		-exec chmod u+rwx,go+rx {} \; -o \
622
+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
623
+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
624
+	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
625
+	|| chmod -R a+r "$(distdir)"
626
+dist-gzip: distdir
627
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
628
+	$(am__remove_distdir)
629
+
630
+dist-bzip2: distdir
631
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
632
+	$(am__remove_distdir)
633
+
634
+dist-lzip: distdir
635
+	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
636
+	$(am__remove_distdir)
637
+
638
+dist-lzma: distdir
639
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
640
+	$(am__remove_distdir)
641
+
642
+dist-xz: distdir
643
+	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
644
+	$(am__remove_distdir)
645
+
646
+dist-tarZ: distdir
647
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
648
+	$(am__remove_distdir)
649
+
650
+dist-shar: distdir
651
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
652
+	$(am__remove_distdir)
653
+
654
+dist-zip: distdir
655
+	-rm -f $(distdir).zip
656
+	zip -rq $(distdir).zip $(distdir)
657
+	$(am__remove_distdir)
658
+
659
+dist dist-all: distdir
660
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
661
+	$(am__remove_distdir)
662
+
663
+# This target untars the dist file and tries a VPATH configuration.  Then
664
+# it guarantees that the distribution is self-contained by making another
665
+# tarfile.
666
+distcheck: dist
667
+	case '$(DIST_ARCHIVES)' in \
668
+	*.tar.gz*) \
669
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
670
+	*.tar.bz2*) \
671
+	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
672
+	*.tar.lzma*) \
673
+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
674
+	*.tar.lz*) \
675
+	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
676
+	*.tar.xz*) \
677
+	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
678
+	*.tar.Z*) \
679
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
680
+	*.shar.gz*) \
681
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
682
+	*.zip*) \
683
+	  unzip $(distdir).zip ;;\
684
+	esac
685
+	chmod -R a-w $(distdir); chmod u+w $(distdir)
686
+	mkdir $(distdir)/_build
687
+	mkdir $(distdir)/_inst
688
+	chmod a-w $(distdir)
689
+	test -d $(distdir)/_build || exit 0; \
690
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
691
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
692
+	  && am__cwd=`pwd` \
693
+	  && $(am__cd) $(distdir)/_build \
694
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
695
+	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
696
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
697
+	  && $(MAKE) $(AM_MAKEFLAGS) \
698
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
699
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
700
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
701
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
702
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
703
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
704
+	        distuninstallcheck \
705
+	  && chmod -R a-w "$$dc_install_base" \
706
+	  && ({ \
707
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
708
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
709
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
710
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
711
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
712
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
713
+	  && rm -rf "$$dc_destdir" \
714
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
715
+	  && rm -rf $(DIST_ARCHIVES) \
716
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
717
+	  && cd "$$am__cwd" \
718
+	  || exit 1
719
+	$(am__remove_distdir)
720
+	@(echo "$(distdir) archives ready for distribution: "; \
721
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
722
+	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
723
+distuninstallcheck:
724
+	@test -n '$(distuninstallcheck_dir)' || { \
725
+	  echo 'ERROR: trying to run $@ with an empty' \
726
+	       '$$(distuninstallcheck_dir)' >&2; \
727
+	  exit 1; \
728
+	}; \
729
+	$(am__cd) '$(distuninstallcheck_dir)' || { \
730
+	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
731
+	  exit 1; \
732
+	}; \
733
+	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
734
+	   || { echo "ERROR: files left after uninstall:" ; \
735
+	        if test -n "$(DESTDIR)"; then \
736
+	          echo "  (check DESTDIR support)"; \
737
+	        fi ; \
738
+	        $(distuninstallcheck_listfiles) ; \
739
+	        exit 1; } >&2
740
+distcleancheck: distclean
741
+	@if test '$(srcdir)' = . ; then \
742
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
743
+	  exit 1 ; \
744
+	fi
745
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
746
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
747
+	       $(distcleancheck_listfiles) ; \
748
+	       exit 1; } >&2
749
+check-am: all-am
750
+check: check-am
751
+all-am: Makefile $(PROGRAMS)
752
+installdirs:
753
+	for dir in "$(DESTDIR)$(bindir)"; do \
754
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
755
+	done
756
+install: install-am
757
+install-exec: install-exec-am
758
+install-data: install-data-am
759
+uninstall: uninstall-am
760
+
761
+install-am: all-am
762
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
763
+
764
+installcheck: installcheck-am
765
+install-strip:
766
+	if test -z '$(STRIP)'; then \
767
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
768
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
769
+	      install; \
770
+	else \
771
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
772
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
773
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
774
+	fi
775
+mostlyclean-generic:
776
+
777
+clean-generic:
778
+
779
+distclean-generic:
780
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
781
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
782
+
783
+maintainer-clean-generic:
784
+	@echo "This command is intended for maintainers to use"
785
+	@echo "it deletes files that may require special tools to rebuild."
786
+clean: clean-am
787
+
788
+clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
789
+
790
+distclean: distclean-am
791
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
792
+	-rm -rf ./$(DEPDIR)
793
+	-rm -f Makefile
794
+distclean-am: clean-am distclean-compile distclean-generic \
795
+	distclean-libtool distclean-tags
796
+
797
+dvi: dvi-am
798
+
799
+dvi-am:
800
+
801
+html: html-am
802
+
803
+html-am:
804
+
805
+info: info-am
806
+
807
+info-am:
808
+
809
+install-data-am:
810
+
811
+install-dvi: install-dvi-am
812
+
813
+install-dvi-am:
814
+
815
+install-exec-am: install-binPROGRAMS
816
+
817
+install-html: install-html-am
818
+
819
+install-html-am:
820
+
821
+install-info: install-info-am
822
+
823
+install-info-am:
824
+
825
+install-man:
826
+
827
+install-pdf: install-pdf-am
828
+
829
+install-pdf-am:
830
+
831
+install-ps: install-ps-am
832
+
833
+install-ps-am:
834
+
835
+installcheck-am:
836
+
837
+maintainer-clean: maintainer-clean-am
838
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
839
+	-rm -rf $(top_srcdir)/autom4te.cache
840
+	-rm -rf ./$(DEPDIR)
841
+	-rm -f Makefile
842
+maintainer-clean-am: distclean-am maintainer-clean-generic
843
+
844
+mostlyclean: mostlyclean-am
845
+
846
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
847
+	mostlyclean-libtool
848
+
849
+pdf: pdf-am
850
+
851
+pdf-am:
852
+
853
+ps: ps-am
854
+
855
+ps-am:
856
+
857
+uninstall-am: uninstall-binPROGRAMS
858
+
859
+.MAKE: install-am install-strip
860
+
861
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
862
+	clean-binPROGRAMS clean-generic clean-libtool ctags dist \
863
+	dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
864
+	dist-tarZ dist-xz dist-zip distcheck distclean \
865
+	distclean-compile distclean-generic distclean-libtool \
866
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
867
+	dvi-am html html-am info info-am install install-am \
868
+	install-binPROGRAMS install-data install-data-am install-dvi \
869
+	install-dvi-am install-exec install-exec-am install-html \
870
+	install-html-am install-info install-info-am install-man \
871
+	install-pdf install-pdf-am install-ps install-ps-am \
872
+	install-strip installcheck installcheck-am installdirs \
873
+	maintainer-clean maintainer-clean-generic mostlyclean \
874
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
875
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
876
+	uninstall-binPROGRAMS
877
+
878
+
879
+.buildno: $(oswald_gui_OBJECTS)
880
+	@if ! test -f .buildno; then echo 0 > .buildno; fi
881
+	@echo $$(($$(cat .buildno) + 1)) > .buildno
882
+
883
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
884
+# Otherwise a system limit (for SysV at least) may be exceeded.
885
+.NOEXPORT: