~muktupavels/metacity/adwaita-icon-theme-lp-1414613

« back to all changes in this revision

Viewing changes to .pc/90_autotools.patch/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-06-16 23:32:32 UTC
  • mto: (2.3.2 sid)
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: james.westby@ubuntu.com-20100616233232-elvo6ff6h0q2vjor
Tags: 1:2.30.1-2
* Refresh 02_restart_hint.patch.
* 03_gtop_error.patch: patch from Tomaž Šolc to handle libgtop errors.
  Closes: #549290.
* Switch to 3.0 source format.
* 04_gdk_grab_tracking.patch: patch from Owen Taylor to prevent events 
  from being transmitted to the wrong window. Closes: #559576.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
 
 
20
 
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
 
39
host_triplet = @host@
 
40
bin_PROGRAMS = metacity$(EXEEXT) metacity-theme-viewer$(EXEEXT)
 
41
noinst_PROGRAMS = testboxes$(EXEEXT) testgradient$(EXEEXT) \
 
42
        testasyncgetprop$(EXEEXT) schema_bindings$(EXEEXT)
 
43
subdir = src
 
44
DIST_COMMON = $(libmetacityinclude_HEADERS) $(srcdir)/Makefile.am \
 
45
        $(srcdir)/Makefile.in $(srcdir)/libmetacity-private.pc.in
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES = libmetacity-private.pc
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
75
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
 
76
        "$(DESTDIR)$(desktopfilesdir)" "$(DESTDIR)$(pkgconfigdir)" \
 
77
        "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(wmpropertiesdir)" \
 
78
        "$(DESTDIR)$(xmldir)" "$(DESTDIR)$(libmetacityincludedir)"
 
79
LTLIBRARIES = $(lib_LTLIBRARIES)
 
80
libmetacity_private_la_DEPENDENCIES =
 
81
am_libmetacity_private_la_OBJECTS = libmetacity_private_la-boxes.lo \
 
82
        libmetacity_private_la-gradient.lo \
 
83
        libmetacity_private_la-util.lo \
 
84
        libmetacity_private_la-preview-widget.lo \
 
85
        libmetacity_private_la-theme-parser.lo \
 
86
        libmetacity_private_la-theme.lo
 
87
libmetacity_private_la_OBJECTS = $(am_libmetacity_private_la_OBJECTS)
 
88
libmetacity_private_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
89
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
90
        $(libmetacity_private_la_CFLAGS) $(CFLAGS) \
 
91
        $(libmetacity_private_la_LDFLAGS) $(LDFLAGS) -o $@
 
92
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
 
93
am_metacity_OBJECTS = async-getprop.$(OBJEXT) bell.$(OBJEXT) \
 
94
        boxes.$(OBJEXT) compositor.$(OBJEXT) \
 
95
        compositor-xrender.$(OBJEXT) constraints.$(OBJEXT) \
 
96
        core.$(OBJEXT) delete.$(OBJEXT) display.$(OBJEXT) \
 
97
        draw-workspace.$(OBJEXT) edge-resistance.$(OBJEXT) \
 
98
        effects.$(OBJEXT) errors.$(OBJEXT) eventqueue.$(OBJEXT) \
 
99
        frame.$(OBJEXT) gradient.$(OBJEXT) group-props.$(OBJEXT) \
 
100
        group.$(OBJEXT) iconcache.$(OBJEXT) keybindings.$(OBJEXT) \
 
101
        main.$(OBJEXT) place.$(OBJEXT) prefs.$(OBJEXT) \
 
102
        screen.$(OBJEXT) session.$(OBJEXT) stack.$(OBJEXT) \
 
103
        util.$(OBJEXT) window-props.$(OBJEXT) window.$(OBJEXT) \
 
104
        workspace.$(OBJEXT) xprops.$(OBJEXT) fixedtip.$(OBJEXT) \
 
105
        frames.$(OBJEXT) menu.$(OBJEXT) metaaccellabel.$(OBJEXT) \
 
106
        resizepopup.$(OBJEXT) tabpopup.$(OBJEXT) \
 
107
        theme-parser.$(OBJEXT) theme.$(OBJEXT) themewidget.$(OBJEXT) \
 
108
        ui.$(OBJEXT)
 
109
metacity_OBJECTS = $(am_metacity_OBJECTS)
 
110
am__DEPENDENCIES_1 =
 
111
metacity_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
112
am_metacity_theme_viewer_OBJECTS = theme-viewer.$(OBJEXT)
 
113
metacity_theme_viewer_OBJECTS = $(am_metacity_theme_viewer_OBJECTS)
 
114
metacity_theme_viewer_DEPENDENCIES = libmetacity-private.la
 
115
am_schema_bindings_OBJECTS = schema-bindings.$(OBJEXT)
 
116
schema_bindings_OBJECTS = $(am_schema_bindings_OBJECTS)
 
117
schema_bindings_DEPENDENCIES =
 
118
am_testasyncgetprop_OBJECTS = async-getprop.$(OBJEXT) \
 
119
        testasyncgetprop.$(OBJEXT)
 
120
testasyncgetprop_OBJECTS = $(am_testasyncgetprop_OBJECTS)
 
121
testasyncgetprop_DEPENDENCIES =
 
122
am_testboxes_OBJECTS = util.$(OBJEXT) boxes.$(OBJEXT) \
 
123
        testboxes.$(OBJEXT)
 
124
testboxes_OBJECTS = $(am_testboxes_OBJECTS)
 
125
testboxes_DEPENDENCIES =
 
126
am_testgradient_OBJECTS = gradient.$(OBJEXT) testgradient.$(OBJEXT)
 
127
testgradient_OBJECTS = $(am_testgradient_OBJECTS)
 
128
testgradient_DEPENDENCIES =
 
129
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
130
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
131
am__depfiles_maybe = depfiles
 
132
am__mv = mv -f
 
133
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
134
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
135
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
136
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
137
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
138
CCLD = $(CC)
 
139
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
140
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
141
        $(LDFLAGS) -o $@
 
142
SOURCES = $(libmetacity_private_la_SOURCES) $(metacity_SOURCES) \
 
143
        $(metacity_theme_viewer_SOURCES) $(schema_bindings_SOURCES) \
 
144
        $(testasyncgetprop_SOURCES) $(testboxes_SOURCES) \
 
145
        $(testgradient_SOURCES)
 
146
DIST_SOURCES = $(libmetacity_private_la_SOURCES) $(metacity_SOURCES) \
 
147
        $(metacity_theme_viewer_SOURCES) $(schema_bindings_SOURCES) \
 
148
        $(testasyncgetprop_SOURCES) $(testboxes_SOURCES) \
 
149
        $(testgradient_SOURCES)
 
150
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
151
        html-recursive info-recursive install-data-recursive \
 
152
        install-dvi-recursive install-exec-recursive \
 
153
        install-html-recursive install-info-recursive \
 
154
        install-pdf-recursive install-ps-recursive install-recursive \
 
155
        installcheck-recursive installdirs-recursive pdf-recursive \
 
156
        ps-recursive uninstall-recursive
 
157
DATA = $(desktopfiles_DATA) $(pkgconfig_DATA) $(schema_DATA) \
 
158
        $(wmproperties_DATA) $(xml_DATA)
 
159
HEADERS = $(libmetacityinclude_HEADERS)
 
160
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
161
  distclean-recursive maintainer-clean-recursive
 
162
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
163
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
164
        distdir
 
165
ETAGS = etags
 
166
CTAGS = ctags
 
167
DIST_SUBDIRS = $(SUBDIRS)
 
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
169
am__relativize = \
 
170
  dir0=`pwd`; \
 
171
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
172
  sed_rest='s,^[^/]*/*,,'; \
 
173
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
174
  sed_butlast='s,/*[^/]*$$,,'; \
 
175
  while test -n "$$dir1"; do \
 
176
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
177
    if test "$$first" != "."; then \
 
178
      if test "$$first" = ".."; then \
 
179
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
180
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
181
      else \
 
182
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
183
        if test "$$first2" = "$$first"; then \
 
184
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
185
        else \
 
186
          dir2="../$$dir2"; \
 
187
        fi; \
 
188
        dir0="$$dir0"/"$$first"; \
 
189
      fi; \
 
190
    fi; \
 
191
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
192
  done; \
 
193
  reldir="$$dir2"
 
194
ACLOCAL = @ACLOCAL@
 
195
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
196
ALL_CFLAGS = @ALL_CFLAGS@
 
197
ALL_LIBS = @ALL_LIBS@
 
198
ALL_LINGUAS = @ALL_LINGUAS@
 
199
AMTAR = @AMTAR@
 
200
AR = @AR@
 
201
AS = @AS@
 
202
AUTOCONF = @AUTOCONF@
 
203
AUTOHEADER = @AUTOHEADER@
 
204
AUTOMAKE = @AUTOMAKE@
 
205
AWK = @AWK@
 
206
CATALOGS = @CATALOGS@
 
207
CATOBJEXT = @CATOBJEXT@
 
208
CC = @CC@
 
209
CCDEPMODE = @CCDEPMODE@
 
210
CFLAGS = @CFLAGS@
 
211
CPP = @CPP@
 
212
CPPFLAGS = @CPPFLAGS@
 
213
CYGPATH_W = @CYGPATH_W@
 
214
DATADIRNAME = @DATADIRNAME@
 
215
DEFS = @DEFS@
 
216
DEPDIR = @DEPDIR@
 
217
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
218
DLLTOOL = @DLLTOOL@
 
219
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
220
DSYMUTIL = @DSYMUTIL@
 
221
DUMPBIN = @DUMPBIN@
 
222
ECHO_C = @ECHO_C@
 
223
ECHO_N = @ECHO_N@
 
224
ECHO_T = @ECHO_T@
 
225
EGREP = @EGREP@
 
226
EXEEXT = @EXEEXT@
 
227
FGREP = @FGREP@
 
228
GCONFTOOL = @GCONFTOOL@
 
229
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
230
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
231
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
 
232
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
233
GMOFILES = @GMOFILES@
 
234
GMSGFMT = @GMSGFMT@
 
235
GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@
 
236
GREP = @GREP@
 
237
HELP_DIR = @HELP_DIR@
 
238
HOST_ALIAS = @HOST_ALIAS@
 
239
INSTALL = @INSTALL@
 
240
INSTALL_DATA = @INSTALL_DATA@
 
241
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
242
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
243
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
244
INSTOBJEXT = @INSTOBJEXT@
 
245
INTLLIBS = @INTLLIBS@
 
246
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
247
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
248
INTLTOOL_PERL = @INTLTOOL_PERL@
 
249
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
250
LD = @LD@
 
251
LDFLAGS = @LDFLAGS@
 
252
LIBOBJS = @LIBOBJS@
 
253
LIBS = @LIBS@
 
254
LIBTOOL = @LIBTOOL@
 
255
LIPO = @LIPO@
 
256
LN_S = @LN_S@
 
257
LTLIBOBJS = @LTLIBOBJS@
 
258
MAINT = @MAINT@
 
259
MAKEINFO = @MAKEINFO@
 
260
METACITY_CFLAGS = @METACITY_CFLAGS@
 
261
METACITY_LIBS = @METACITY_LIBS@
 
262
METACITY_MESSAGE_CFLAGS = @METACITY_MESSAGE_CFLAGS@
 
263
METACITY_MESSAGE_LIBS = @METACITY_MESSAGE_LIBS@
 
264
METACITY_WINDOW_DEMO_CFLAGS = @METACITY_WINDOW_DEMO_CFLAGS@
 
265
METACITY_WINDOW_DEMO_LIBS = @METACITY_WINDOW_DEMO_LIBS@
 
266
MKDIR_P = @MKDIR_P@
 
267
MKINSTALLDIRS = @MKINSTALLDIRS@
 
268
MSGFMT = @MSGFMT@
 
269
MSGFMT_OPTS = @MSGFMT_OPTS@
 
270
MSGMERGE = @MSGMERGE@
 
271
NM = @NM@
 
272
NMEDIT = @NMEDIT@
 
273
OBJDUMP = @OBJDUMP@
 
274
OBJEXT = @OBJEXT@
 
275
OMF_DIR = @OMF_DIR@
 
276
OTOOL = @OTOOL@
 
277
OTOOL64 = @OTOOL64@
 
278
PACKAGE = @PACKAGE@
 
279
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
280
PACKAGE_NAME = @PACKAGE_NAME@
 
281
PACKAGE_STRING = @PACKAGE_STRING@
 
282
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
283
PACKAGE_VERSION = @PACKAGE_VERSION@
 
284
PATH_SEPARATOR = @PATH_SEPARATOR@
 
285
PKG_CONFIG = @PKG_CONFIG@
 
286
POFILES = @POFILES@
 
287
POSUB = @POSUB@
 
288
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
289
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
290
RANLIB = @RANLIB@
 
291
SED = @SED@
 
292
SET_MAKE = @SET_MAKE@
 
293
SHELL = @SHELL@
 
294
STRIP = @STRIP@
 
295
USE_NLS = @USE_NLS@
 
296
VERSION = @VERSION@
 
297
XGETTEXT = @XGETTEXT@
 
298
XMKMF = @XMKMF@
 
299
X_CFLAGS = @X_CFLAGS@
 
300
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
301
X_LIBS = @X_LIBS@
 
302
X_PRE_LIBS = @X_PRE_LIBS@
 
303
ZENITY = @ZENITY@
 
304
abs_builddir = @abs_builddir@
 
305
abs_srcdir = @abs_srcdir@
 
306
abs_top_builddir = @abs_top_builddir@
 
307
abs_top_srcdir = @abs_top_srcdir@
 
308
ac_ct_CC = @ac_ct_CC@
 
309
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
310
am__include = @am__include@
 
311
am__leading_dot = @am__leading_dot@
 
312
am__quote = @am__quote@
 
313
am__tar = @am__tar@
 
314
am__untar = @am__untar@
 
315
bindir = @bindir@
 
316
build = @build@
 
317
build_alias = @build_alias@
 
318
build_cpu = @build_cpu@
 
319
build_os = @build_os@
 
320
build_vendor = @build_vendor@
 
321
builddir = @builddir@
 
322
datadir = @datadir@
 
323
datarootdir = @datarootdir@
 
324
docdir = @docdir@
 
325
dvidir = @dvidir@
 
326
exec_prefix = @exec_prefix@
 
327
host = @host@
 
328
host_alias = @host_alias@
 
329
host_cpu = @host_cpu@
 
330
host_os = @host_os@
 
331
host_vendor = @host_vendor@
 
332
htmldir = @htmldir@
 
333
includedir = @includedir@
 
334
infodir = @infodir@
 
335
install_sh = @install_sh@
 
336
libdir = @libdir@
 
337
libexecdir = @libexecdir@
 
338
localedir = @localedir@
 
339
localstatedir = @localstatedir@
 
340
lt_ECHO = @lt_ECHO@
 
341
mandir = @mandir@
 
342
mkdir_p = @mkdir_p@
 
343
oldincludedir = @oldincludedir@
 
344
pdfdir = @pdfdir@
 
345
prefix = @prefix@
 
346
program_transform_name = @program_transform_name@
 
347
psdir = @psdir@
 
348
sbindir = @sbindir@
 
349
sharedstatedir = @sharedstatedir@
 
350
srcdir = @srcdir@
 
351
sysconfdir = @sysconfdir@
 
352
target_alias = @target_alias@
 
353
top_build_prefix = @top_build_prefix@
 
354
top_builddir = @top_builddir@
 
355
top_srcdir = @top_srcdir@
 
356
lib_LTLIBRARIES = libmetacity-private.la
 
357
SUBDIRS = wm-tester tools themes
 
358
INCLUDES = -I$(srcdir)/include -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" -DMETACITY_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1 @METACITY_CFLAGS@
 
359
metacity_SOURCES = \
 
360
        core/async-getprop.c                    \
 
361
        core/async-getprop.h                    \
 
362
        core/atomnames.h                        \
 
363
        core/bell.c                             \
 
364
        core/bell.h                             \
 
365
        core/boxes.c                            \
 
366
        include/boxes.h                         \
 
367
        compositor/compositor.c                 \
 
368
        compositor/compositor-private.h         \
 
369
        compositor/compositor-xrender.c         \
 
370
        compositor/compositor-xrender.h         \
 
371
        include/compositor.h                    \
 
372
        core/constraints.c                      \
 
373
        core/constraints.h                      \
 
374
        core/core.c                             \
 
375
        core/delete.c                           \
 
376
        core/display.c                          \
 
377
        core/display-private.h                  \
 
378
        include/display.h                       \
 
379
        ui/draw-workspace.c                     \
 
380
        ui/draw-workspace.h                     \
 
381
        core/edge-resistance.c                  \
 
382
        core/edge-resistance.h                  \
 
383
        core/effects.c                          \
 
384
        core/effects.h                          \
 
385
        core/errors.c                           \
 
386
        include/errors.h                        \
 
387
        core/eventqueue.c                       \
 
388
        core/eventqueue.h                       \
 
389
        core/frame.c                            \
 
390
        core/frame-private.h                    \
 
391
        include/frame.h                         \
 
392
        ui/gradient.c                           \
 
393
        ui/gradient.h                           \
 
394
        core/group-private.h                    \
 
395
        core/group-props.c                      \
 
396
        core/group-props.h                      \
 
397
        core/group.c                            \
 
398
        core/group.h                            \
 
399
        core/iconcache.c                        \
 
400
        core/iconcache.h                        \
 
401
        core/keybindings.c                      \
 
402
        core/keybindings.h                      \
 
403
        core/main.c                             \
 
404
        include/main.h                          \
 
405
        core/metacity-Xatomtype.h               \
 
406
        core/place.c                            \
 
407
        core/place.h                            \
 
408
        core/prefs.c                            \
 
409
        include/prefs.h                         \
 
410
        core/screen.c                           \
 
411
        core/screen-private.h                   \
 
412
        include/screen.h                        \
 
413
        include/types.h                         \
 
414
        core/session.c                          \
 
415
        core/session.h                          \
 
416
        core/stack.c                            \
 
417
        core/stack.h                            \
 
418
        core/util.c                             \
 
419
        include/util.h                          \
 
420
        core/window-props.c                     \
 
421
        core/window-props.h                     \
 
422
        core/window.c                           \
 
423
        core/window-private.h                   \
 
424
        include/window.h                        \
 
425
        core/workspace.c                        \
 
426
        core/workspace.h                        \
 
427
        core/xprops.c                           \
 
428
        include/xprops.h                        \
 
429
        include/common.h                        \
 
430
        include/core.h                          \
 
431
        include/ui.h                            \
 
432
        inlinepixbufs.h                         \
 
433
        ui/fixedtip.c                           \
 
434
        ui/fixedtip.h                           \
 
435
        ui/frames.c                             \
 
436
        ui/frames.h                             \
 
437
        ui/menu.c                               \
 
438
        ui/menu.h                               \
 
439
        ui/metaaccellabel.c                     \
 
440
        ui/metaaccellabel.h                     \
 
441
        ui/resizepopup.c                        \
 
442
        include/resizepopup.h                   \
 
443
        ui/tabpopup.c                           \
 
444
        include/tabpopup.h                              \
 
445
        ui/theme-parser.c                       \
 
446
        ui/theme-parser.h                       \
 
447
        ui/theme.c                              \
 
448
        ui/theme.h                              \
 
449
        ui/themewidget.c                        \
 
450
        ui/themewidget.h                        \
 
451
        ui/ui.c                                 \
 
452
        include/all-keybindings.h
 
453
 
 
454
 
 
455
# by setting libmetacity_private_la_CFLAGS, the files shared with
 
456
# metacity proper will be compiled with different names.
 
457
libmetacity_private_la_CFLAGS = 
 
458
libmetacity_private_la_SOURCES = \
 
459
        core/boxes.c                            \
 
460
        include/boxes.h                         \
 
461
        ui/gradient.c                           \
 
462
        ui/gradient.h                           \
 
463
        core/util.c                             \
 
464
        include/util.h                          \
 
465
        include/common.h                        \
 
466
        ui/preview-widget.c                     \
 
467
        ui/preview-widget.h                     \
 
468
        ui/theme-parser.c                       \
 
469
        ui/theme-parser.h                       \
 
470
        ui/theme.c                              \
 
471
        ui/theme.h
 
472
 
 
473
libmetacity_private_la_LDFLAGS = -no-undefined
 
474
libmetacity_private_la_LIBADD = @METACITY_LIBS@
 
475
libmetacityincludedir = $(includedir)/metacity-1/metacity-private
 
476
libmetacityinclude_HEADERS = \
 
477
        include/boxes.h                         \
 
478
        ui/gradient.h                           \
 
479
        include/util.h                          \
 
480
        include/common.h                        \
 
481
        ui/preview-widget.h                     \
 
482
        ui/theme-parser.h                       \
 
483
        ui/theme.h
 
484
 
 
485
metacity_theme_viewer_SOURCES = \
 
486
        ui/theme-viewer.c
 
487
 
 
488
schema_bindings_SOURCES = \
 
489
        core/schema-bindings.c                  \
 
490
        metacity.schemas.in.in
 
491
 
 
492
schema_bindings_LDADD = @METACITY_LIBS@
 
493
EFENCE = 
 
494
metacity_LDADD = @METACITY_LIBS@ $(EFENCE)
 
495
metacity_theme_viewer_LDADD = @METACITY_LIBS@ libmetacity-private.la
 
496
testboxes_SOURCES = include/util.h core/util.c include/boxes.h core/boxes.c core/testboxes.c
 
497
testgradient_SOURCES = ui/gradient.h ui/gradient.c ui/testgradient.c
 
498
testasyncgetprop_SOURCES = core/async-getprop.h core/async-getprop.c core/testasyncgetprop.c
 
499
testboxes_LDADD = @METACITY_LIBS@
 
500
testgradient_LDADD = @METACITY_LIBS@
 
501
testasyncgetprop_LDADD = @METACITY_LIBS@
 
502
desktopfilesdir = $(datadir)/applications
 
503
desktopfiles_in_files = metacity.desktop.in
 
504
desktopfiles_files = $(desktopfiles_in_files:.desktop.in=.desktop)
 
505
desktopfiles_DATA = $(desktopfiles_files)
 
506
wmpropertiesdir = $(datadir)/gnome/wm-properties
 
507
wmproperties_in_files = metacity-wm.desktop.in
 
508
wmproperties_files = $(wmproperties_in_files:.desktop.in=.desktop)
 
509
wmproperties_DATA = $(wmproperties_files)
 
510
schemadir = @GCONF_SCHEMA_FILE_DIR@
 
511
schema_in_files = metacity.schemas.in
 
512
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
 
513
xmldir = @GNOME_KEYBINDINGS_KEYSDIR@
 
514
xml_in_files = 50-metacity-desktop-key.xml.in 50-metacity-key.xml.in
 
515
xml_DATA = $(xml_in_files:.xml.in=.xml)
 
516
IMAGES = stock_maximize.png stock_minimize.png stock_delete.png
 
517
VARIABLES = stock_maximize_data $(srcdir)/stock_maximize.png \
 
518
          stock_minimize_data $(srcdir)/stock_minimize.png \
 
519
          stock_delete_data $(srcdir)/stock_delete.png
 
520
 
 
521
BUILT_SOURCES = inlinepixbufs.h
 
522
CLEANFILES = inlinepixbufs.h metacity.desktop metacity-wm.desktop metacity.schemas metacity.schemas.in 50-metacity-desktop-key.xml 50-metacity-key.xml
 
523
pkgconfigdir = $(libdir)/pkgconfig
 
524
pkgconfig_DATA = libmetacity-private.pc
 
525
EXTRA_DIST = $(desktopfiles_files)      \
 
526
        $(wmproperties_files)         \
 
527
        $(IMAGES) $(schema_DATA)        \
 
528
        $(desktopfiles_in_files)        \
 
529
        $(wmproperties_in_files)        \
 
530
        $(schema_in_files)              \
 
531
        $(xml_in_files)                 \
 
532
        libmetacity-private.pc.in
 
533
 
 
534
all: $(BUILT_SOURCES)
 
535
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
536
 
 
537
.SUFFIXES:
 
538
.SUFFIXES: .c .lo .o .obj
 
539
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
540
        @for dep in $?; do \
 
541
          case '$(am__configure_deps)' in \
 
542
            *$$dep*) \
 
543
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
544
                && { if test -f $@; then exit 0; else break; fi; }; \
 
545
              exit 1;; \
 
546
          esac; \
 
547
        done; \
 
548
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
549
        $(am__cd) $(top_srcdir) && \
 
550
          $(AUTOMAKE) --gnu src/Makefile
 
551
.PRECIOUS: Makefile
 
552
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
553
        @case '$?' in \
 
554
          *config.status*) \
 
555
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
556
          *) \
 
557
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
558
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
559
        esac;
 
560
 
 
561
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
562
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
563
 
 
564
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
565
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
566
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
567
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
568
$(am__aclocal_m4_deps):
 
569
libmetacity-private.pc: $(top_builddir)/config.status $(srcdir)/libmetacity-private.pc.in
 
570
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
571
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
572
        @$(NORMAL_INSTALL)
 
573
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
574
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
575
        list2=; for p in $$list; do \
 
576
          if test -f $$p; then \
 
577
            list2="$$list2 $$p"; \
 
578
          else :; fi; \
 
579
        done; \
 
580
        test -z "$$list2" || { \
 
581
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
582
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
583
        }
 
584
 
 
585
uninstall-libLTLIBRARIES:
 
586
        @$(NORMAL_UNINSTALL)
 
587
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
588
        for p in $$list; do \
 
589
          $(am__strip_dir) \
 
590
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
591
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
592
        done
 
593
 
 
594
clean-libLTLIBRARIES:
 
595
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
596
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
597
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
598
          test "$$dir" != "$$p" || dir=.; \
 
599
          echo "rm -f \"$${dir}/so_locations\""; \
 
600
          rm -f "$${dir}/so_locations"; \
 
601
        done
 
602
libmetacity-private.la: $(libmetacity_private_la_OBJECTS) $(libmetacity_private_la_DEPENDENCIES) 
 
603
        $(libmetacity_private_la_LINK) -rpath $(libdir) $(libmetacity_private_la_OBJECTS) $(libmetacity_private_la_LIBADD) $(LIBS)
 
604
install-binPROGRAMS: $(bin_PROGRAMS)
 
605
        @$(NORMAL_INSTALL)
 
606
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
607
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
608
        for p in $$list; do echo "$$p $$p"; done | \
 
609
        sed 's/$(EXEEXT)$$//' | \
 
610
        while read p p1; do if test -f $$p || test -f $$p1; \
 
611
          then echo "$$p"; echo "$$p"; else :; fi; \
 
612
        done | \
 
613
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
614
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
615
        sed 'N;N;N;s,\n, ,g' | \
 
616
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
617
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
618
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
619
            else { print "f", $$3 "/" $$4, $$1; } } \
 
620
          END { for (d in files) print "f", d, files[d] }' | \
 
621
        while read type dir files; do \
 
622
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
623
            test -z "$$files" || { \
 
624
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
625
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
626
            } \
 
627
        ; done
 
628
 
 
629
uninstall-binPROGRAMS:
 
630
        @$(NORMAL_UNINSTALL)
 
631
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
632
        files=`for p in $$list; do echo "$$p"; done | \
 
633
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
634
              -e 's/$$/$(EXEEXT)/' `; \
 
635
        test -n "$$list" || exit 0; \
 
636
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
637
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
638
 
 
639
clean-binPROGRAMS:
 
640
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
641
        echo " rm -f" $$list; \
 
642
        rm -f $$list || exit $$?; \
 
643
        test -n "$(EXEEXT)" || exit 0; \
 
644
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
645
        echo " rm -f" $$list; \
 
646
        rm -f $$list
 
647
 
 
648
clean-noinstPROGRAMS:
 
649
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
650
        echo " rm -f" $$list; \
 
651
        rm -f $$list || exit $$?; \
 
652
        test -n "$(EXEEXT)" || exit 0; \
 
653
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
654
        echo " rm -f" $$list; \
 
655
        rm -f $$list
 
656
metacity$(EXEEXT): $(metacity_OBJECTS) $(metacity_DEPENDENCIES) 
 
657
        @rm -f metacity$(EXEEXT)
 
658
        $(LINK) $(metacity_OBJECTS) $(metacity_LDADD) $(LIBS)
 
659
metacity-theme-viewer$(EXEEXT): $(metacity_theme_viewer_OBJECTS) $(metacity_theme_viewer_DEPENDENCIES) 
 
660
        @rm -f metacity-theme-viewer$(EXEEXT)
 
661
        $(LINK) $(metacity_theme_viewer_OBJECTS) $(metacity_theme_viewer_LDADD) $(LIBS)
 
662
schema_bindings$(EXEEXT): $(schema_bindings_OBJECTS) $(schema_bindings_DEPENDENCIES) 
 
663
        @rm -f schema_bindings$(EXEEXT)
 
664
        $(LINK) $(schema_bindings_OBJECTS) $(schema_bindings_LDADD) $(LIBS)
 
665
testasyncgetprop$(EXEEXT): $(testasyncgetprop_OBJECTS) $(testasyncgetprop_DEPENDENCIES) 
 
666
        @rm -f testasyncgetprop$(EXEEXT)
 
667
        $(LINK) $(testasyncgetprop_OBJECTS) $(testasyncgetprop_LDADD) $(LIBS)
 
668
testboxes$(EXEEXT): $(testboxes_OBJECTS) $(testboxes_DEPENDENCIES) 
 
669
        @rm -f testboxes$(EXEEXT)
 
670
        $(LINK) $(testboxes_OBJECTS) $(testboxes_LDADD) $(LIBS)
 
671
testgradient$(EXEEXT): $(testgradient_OBJECTS) $(testgradient_DEPENDENCIES) 
 
672
        @rm -f testgradient$(EXEEXT)
 
673
        $(LINK) $(testgradient_OBJECTS) $(testgradient_LDADD) $(LIBS)
 
674
 
 
675
mostlyclean-compile:
 
676
        -rm -f *.$(OBJEXT)
 
677
 
 
678
distclean-compile:
 
679
        -rm -f *.tab.c
 
680
 
 
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async-getprop.Po@am__quote@
 
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bell.Po@am__quote@
 
683
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boxes.Po@am__quote@
 
684
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compositor-xrender.Po@am__quote@
 
685
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compositor.Po@am__quote@
 
686
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constraints.Po@am__quote@
 
687
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core.Po@am__quote@
 
688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete.Po@am__quote@
 
689
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
 
690
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw-workspace.Po@am__quote@
 
691
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edge-resistance.Po@am__quote@
 
692
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/effects.Po@am__quote@
 
693
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
 
694
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventqueue.Po@am__quote@
 
695
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixedtip.Po@am__quote@
 
696
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Po@am__quote@
 
697
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frames.Po@am__quote@
 
698
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gradient.Po@am__quote@
 
699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group-props.Po@am__quote@
 
700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Po@am__quote@
 
701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconcache.Po@am__quote@
 
702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keybindings.Po@am__quote@
 
703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmetacity_private_la-boxes.Plo@am__quote@
 
704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmetacity_private_la-gradient.Plo@am__quote@
 
705
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmetacity_private_la-preview-widget.Plo@am__quote@
 
706
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmetacity_private_la-theme-parser.Plo@am__quote@
 
707
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmetacity_private_la-theme.Plo@am__quote@
 
708
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmetacity_private_la-util.Plo@am__quote@
 
709
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
710
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
 
711
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaaccellabel.Po@am__quote@
 
712
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/place.Po@am__quote@
 
713
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Po@am__quote@
 
714
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resizepopup.Po@am__quote@
 
715
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schema-bindings.Po@am__quote@
 
716
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
 
717
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
 
718
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Po@am__quote@
 
719
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tabpopup.Po@am__quote@
 
720
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testasyncgetprop.Po@am__quote@
 
721
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testboxes.Po@am__quote@
 
722
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testgradient.Po@am__quote@
 
723
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-parser.Po@am__quote@
 
724
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-viewer.Po@am__quote@
 
725
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme.Po@am__quote@
 
726
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/themewidget.Po@am__quote@
 
727
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
 
728
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
 
729
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window-props.Po@am__quote@
 
730
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
 
731
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workspace.Po@am__quote@
 
732
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xprops.Po@am__quote@
 
733
 
 
734
.c.o:
 
735
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
736
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
737
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
738
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
739
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
740
 
 
741
.c.obj:
 
742
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
743
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
744
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
745
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
746
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
747
 
 
748
.c.lo:
 
749
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
750
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
751
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
753
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
754
 
 
755
libmetacity_private_la-boxes.lo: core/boxes.c
 
756
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -MT libmetacity_private_la-boxes.lo -MD -MP -MF $(DEPDIR)/libmetacity_private_la-boxes.Tpo -c -o libmetacity_private_la-boxes.lo `test -f 'core/boxes.c' || echo '$(srcdir)/'`core/boxes.c
 
757
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmetacity_private_la-boxes.Tpo $(DEPDIR)/libmetacity_private_la-boxes.Plo
 
758
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/boxes.c' object='libmetacity_private_la-boxes.lo' libtool=yes @AMDEPBACKSLASH@
 
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
760
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -c -o libmetacity_private_la-boxes.lo `test -f 'core/boxes.c' || echo '$(srcdir)/'`core/boxes.c
 
761
 
 
762
libmetacity_private_la-gradient.lo: ui/gradient.c
 
763
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -MT libmetacity_private_la-gradient.lo -MD -MP -MF $(DEPDIR)/libmetacity_private_la-gradient.Tpo -c -o libmetacity_private_la-gradient.lo `test -f 'ui/gradient.c' || echo '$(srcdir)/'`ui/gradient.c
 
764
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmetacity_private_la-gradient.Tpo $(DEPDIR)/libmetacity_private_la-gradient.Plo
 
765
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/gradient.c' object='libmetacity_private_la-gradient.lo' libtool=yes @AMDEPBACKSLASH@
 
766
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
767
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -c -o libmetacity_private_la-gradient.lo `test -f 'ui/gradient.c' || echo '$(srcdir)/'`ui/gradient.c
 
768
 
 
769
libmetacity_private_la-util.lo: core/util.c
 
770
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -MT libmetacity_private_la-util.lo -MD -MP -MF $(DEPDIR)/libmetacity_private_la-util.Tpo -c -o libmetacity_private_la-util.lo `test -f 'core/util.c' || echo '$(srcdir)/'`core/util.c
 
771
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmetacity_private_la-util.Tpo $(DEPDIR)/libmetacity_private_la-util.Plo
 
772
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/util.c' object='libmetacity_private_la-util.lo' libtool=yes @AMDEPBACKSLASH@
 
773
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
774
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -c -o libmetacity_private_la-util.lo `test -f 'core/util.c' || echo '$(srcdir)/'`core/util.c
 
775
 
 
776
libmetacity_private_la-preview-widget.lo: ui/preview-widget.c
 
777
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -MT libmetacity_private_la-preview-widget.lo -MD -MP -MF $(DEPDIR)/libmetacity_private_la-preview-widget.Tpo -c -o libmetacity_private_la-preview-widget.lo `test -f 'ui/preview-widget.c' || echo '$(srcdir)/'`ui/preview-widget.c
 
778
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmetacity_private_la-preview-widget.Tpo $(DEPDIR)/libmetacity_private_la-preview-widget.Plo
 
779
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/preview-widget.c' object='libmetacity_private_la-preview-widget.lo' libtool=yes @AMDEPBACKSLASH@
 
780
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
781
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -c -o libmetacity_private_la-preview-widget.lo `test -f 'ui/preview-widget.c' || echo '$(srcdir)/'`ui/preview-widget.c
 
782
 
 
783
libmetacity_private_la-theme-parser.lo: ui/theme-parser.c
 
784
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -MT libmetacity_private_la-theme-parser.lo -MD -MP -MF $(DEPDIR)/libmetacity_private_la-theme-parser.Tpo -c -o libmetacity_private_la-theme-parser.lo `test -f 'ui/theme-parser.c' || echo '$(srcdir)/'`ui/theme-parser.c
 
785
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmetacity_private_la-theme-parser.Tpo $(DEPDIR)/libmetacity_private_la-theme-parser.Plo
 
786
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme-parser.c' object='libmetacity_private_la-theme-parser.lo' libtool=yes @AMDEPBACKSLASH@
 
787
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
788
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -c -o libmetacity_private_la-theme-parser.lo `test -f 'ui/theme-parser.c' || echo '$(srcdir)/'`ui/theme-parser.c
 
789
 
 
790
libmetacity_private_la-theme.lo: ui/theme.c
 
791
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -MT libmetacity_private_la-theme.lo -MD -MP -MF $(DEPDIR)/libmetacity_private_la-theme.Tpo -c -o libmetacity_private_la-theme.lo `test -f 'ui/theme.c' || echo '$(srcdir)/'`ui/theme.c
 
792
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmetacity_private_la-theme.Tpo $(DEPDIR)/libmetacity_private_la-theme.Plo
 
793
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme.c' object='libmetacity_private_la-theme.lo' libtool=yes @AMDEPBACKSLASH@
 
794
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
795
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmetacity_private_la_CFLAGS) $(CFLAGS) -c -o libmetacity_private_la-theme.lo `test -f 'ui/theme.c' || echo '$(srcdir)/'`ui/theme.c
 
796
 
 
797
async-getprop.o: core/async-getprop.c
 
798
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT async-getprop.o -MD -MP -MF $(DEPDIR)/async-getprop.Tpo -c -o async-getprop.o `test -f 'core/async-getprop.c' || echo '$(srcdir)/'`core/async-getprop.c
 
799
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/async-getprop.Tpo $(DEPDIR)/async-getprop.Po
 
800
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/async-getprop.c' object='async-getprop.o' libtool=no @AMDEPBACKSLASH@
 
801
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
802
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o async-getprop.o `test -f 'core/async-getprop.c' || echo '$(srcdir)/'`core/async-getprop.c
 
803
 
 
804
async-getprop.obj: core/async-getprop.c
 
805
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT async-getprop.obj -MD -MP -MF $(DEPDIR)/async-getprop.Tpo -c -o async-getprop.obj `if test -f 'core/async-getprop.c'; then $(CYGPATH_W) 'core/async-getprop.c'; else $(CYGPATH_W) '$(srcdir)/core/async-getprop.c'; fi`
 
806
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/async-getprop.Tpo $(DEPDIR)/async-getprop.Po
 
807
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/async-getprop.c' object='async-getprop.obj' libtool=no @AMDEPBACKSLASH@
 
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
809
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o async-getprop.obj `if test -f 'core/async-getprop.c'; then $(CYGPATH_W) 'core/async-getprop.c'; else $(CYGPATH_W) '$(srcdir)/core/async-getprop.c'; fi`
 
810
 
 
811
bell.o: core/bell.c
 
812
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bell.o -MD -MP -MF $(DEPDIR)/bell.Tpo -c -o bell.o `test -f 'core/bell.c' || echo '$(srcdir)/'`core/bell.c
 
813
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bell.Tpo $(DEPDIR)/bell.Po
 
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/bell.c' object='bell.o' libtool=no @AMDEPBACKSLASH@
 
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
816
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bell.o `test -f 'core/bell.c' || echo '$(srcdir)/'`core/bell.c
 
817
 
 
818
bell.obj: core/bell.c
 
819
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bell.obj -MD -MP -MF $(DEPDIR)/bell.Tpo -c -o bell.obj `if test -f 'core/bell.c'; then $(CYGPATH_W) 'core/bell.c'; else $(CYGPATH_W) '$(srcdir)/core/bell.c'; fi`
 
820
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bell.Tpo $(DEPDIR)/bell.Po
 
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/bell.c' object='bell.obj' libtool=no @AMDEPBACKSLASH@
 
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
823
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bell.obj `if test -f 'core/bell.c'; then $(CYGPATH_W) 'core/bell.c'; else $(CYGPATH_W) '$(srcdir)/core/bell.c'; fi`
 
824
 
 
825
boxes.o: core/boxes.c
 
826
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT boxes.o -MD -MP -MF $(DEPDIR)/boxes.Tpo -c -o boxes.o `test -f 'core/boxes.c' || echo '$(srcdir)/'`core/boxes.c
 
827
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/boxes.Tpo $(DEPDIR)/boxes.Po
 
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/boxes.c' object='boxes.o' libtool=no @AMDEPBACKSLASH@
 
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
830
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o boxes.o `test -f 'core/boxes.c' || echo '$(srcdir)/'`core/boxes.c
 
831
 
 
832
boxes.obj: core/boxes.c
 
833
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT boxes.obj -MD -MP -MF $(DEPDIR)/boxes.Tpo -c -o boxes.obj `if test -f 'core/boxes.c'; then $(CYGPATH_W) 'core/boxes.c'; else $(CYGPATH_W) '$(srcdir)/core/boxes.c'; fi`
 
834
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/boxes.Tpo $(DEPDIR)/boxes.Po
 
835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/boxes.c' object='boxes.obj' libtool=no @AMDEPBACKSLASH@
 
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
837
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o boxes.obj `if test -f 'core/boxes.c'; then $(CYGPATH_W) 'core/boxes.c'; else $(CYGPATH_W) '$(srcdir)/core/boxes.c'; fi`
 
838
 
 
839
compositor.o: compositor/compositor.c
 
840
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compositor.o -MD -MP -MF $(DEPDIR)/compositor.Tpo -c -o compositor.o `test -f 'compositor/compositor.c' || echo '$(srcdir)/'`compositor/compositor.c
 
841
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/compositor.Tpo $(DEPDIR)/compositor.Po
 
842
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compositor/compositor.c' object='compositor.o' libtool=no @AMDEPBACKSLASH@
 
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
844
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compositor.o `test -f 'compositor/compositor.c' || echo '$(srcdir)/'`compositor/compositor.c
 
845
 
 
846
compositor.obj: compositor/compositor.c
 
847
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compositor.obj -MD -MP -MF $(DEPDIR)/compositor.Tpo -c -o compositor.obj `if test -f 'compositor/compositor.c'; then $(CYGPATH_W) 'compositor/compositor.c'; else $(CYGPATH_W) '$(srcdir)/compositor/compositor.c'; fi`
 
848
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/compositor.Tpo $(DEPDIR)/compositor.Po
 
849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compositor/compositor.c' object='compositor.obj' libtool=no @AMDEPBACKSLASH@
 
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
851
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compositor.obj `if test -f 'compositor/compositor.c'; then $(CYGPATH_W) 'compositor/compositor.c'; else $(CYGPATH_W) '$(srcdir)/compositor/compositor.c'; fi`
 
852
 
 
853
compositor-xrender.o: compositor/compositor-xrender.c
 
854
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compositor-xrender.o -MD -MP -MF $(DEPDIR)/compositor-xrender.Tpo -c -o compositor-xrender.o `test -f 'compositor/compositor-xrender.c' || echo '$(srcdir)/'`compositor/compositor-xrender.c
 
855
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/compositor-xrender.Tpo $(DEPDIR)/compositor-xrender.Po
 
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compositor/compositor-xrender.c' object='compositor-xrender.o' libtool=no @AMDEPBACKSLASH@
 
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
858
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compositor-xrender.o `test -f 'compositor/compositor-xrender.c' || echo '$(srcdir)/'`compositor/compositor-xrender.c
 
859
 
 
860
compositor-xrender.obj: compositor/compositor-xrender.c
 
861
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compositor-xrender.obj -MD -MP -MF $(DEPDIR)/compositor-xrender.Tpo -c -o compositor-xrender.obj `if test -f 'compositor/compositor-xrender.c'; then $(CYGPATH_W) 'compositor/compositor-xrender.c'; else $(CYGPATH_W) '$(srcdir)/compositor/compositor-xrender.c'; fi`
 
862
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/compositor-xrender.Tpo $(DEPDIR)/compositor-xrender.Po
 
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compositor/compositor-xrender.c' object='compositor-xrender.obj' libtool=no @AMDEPBACKSLASH@
 
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
865
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compositor-xrender.obj `if test -f 'compositor/compositor-xrender.c'; then $(CYGPATH_W) 'compositor/compositor-xrender.c'; else $(CYGPATH_W) '$(srcdir)/compositor/compositor-xrender.c'; fi`
 
866
 
 
867
constraints.o: core/constraints.c
 
868
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT constraints.o -MD -MP -MF $(DEPDIR)/constraints.Tpo -c -o constraints.o `test -f 'core/constraints.c' || echo '$(srcdir)/'`core/constraints.c
 
869
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/constraints.Tpo $(DEPDIR)/constraints.Po
 
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/constraints.c' object='constraints.o' libtool=no @AMDEPBACKSLASH@
 
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
872
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o constraints.o `test -f 'core/constraints.c' || echo '$(srcdir)/'`core/constraints.c
 
873
 
 
874
constraints.obj: core/constraints.c
 
875
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT constraints.obj -MD -MP -MF $(DEPDIR)/constraints.Tpo -c -o constraints.obj `if test -f 'core/constraints.c'; then $(CYGPATH_W) 'core/constraints.c'; else $(CYGPATH_W) '$(srcdir)/core/constraints.c'; fi`
 
876
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/constraints.Tpo $(DEPDIR)/constraints.Po
 
877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/constraints.c' object='constraints.obj' libtool=no @AMDEPBACKSLASH@
 
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
879
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o constraints.obj `if test -f 'core/constraints.c'; then $(CYGPATH_W) 'core/constraints.c'; else $(CYGPATH_W) '$(srcdir)/core/constraints.c'; fi`
 
880
 
 
881
core.o: core/core.c
 
882
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT core.o -MD -MP -MF $(DEPDIR)/core.Tpo -c -o core.o `test -f 'core/core.c' || echo '$(srcdir)/'`core/core.c
 
883
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/core.Tpo $(DEPDIR)/core.Po
 
884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/core.c' object='core.o' libtool=no @AMDEPBACKSLASH@
 
885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
886
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o core.o `test -f 'core/core.c' || echo '$(srcdir)/'`core/core.c
 
887
 
 
888
core.obj: core/core.c
 
889
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT core.obj -MD -MP -MF $(DEPDIR)/core.Tpo -c -o core.obj `if test -f 'core/core.c'; then $(CYGPATH_W) 'core/core.c'; else $(CYGPATH_W) '$(srcdir)/core/core.c'; fi`
 
890
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/core.Tpo $(DEPDIR)/core.Po
 
891
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/core.c' object='core.obj' libtool=no @AMDEPBACKSLASH@
 
892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
893
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o core.obj `if test -f 'core/core.c'; then $(CYGPATH_W) 'core/core.c'; else $(CYGPATH_W) '$(srcdir)/core/core.c'; fi`
 
894
 
 
895
delete.o: core/delete.c
 
896
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT delete.o -MD -MP -MF $(DEPDIR)/delete.Tpo -c -o delete.o `test -f 'core/delete.c' || echo '$(srcdir)/'`core/delete.c
 
897
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/delete.Tpo $(DEPDIR)/delete.Po
 
898
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/delete.c' object='delete.o' libtool=no @AMDEPBACKSLASH@
 
899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
900
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o delete.o `test -f 'core/delete.c' || echo '$(srcdir)/'`core/delete.c
 
901
 
 
902
delete.obj: core/delete.c
 
903
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT delete.obj -MD -MP -MF $(DEPDIR)/delete.Tpo -c -o delete.obj `if test -f 'core/delete.c'; then $(CYGPATH_W) 'core/delete.c'; else $(CYGPATH_W) '$(srcdir)/core/delete.c'; fi`
 
904
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/delete.Tpo $(DEPDIR)/delete.Po
 
905
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/delete.c' object='delete.obj' libtool=no @AMDEPBACKSLASH@
 
906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
907
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o delete.obj `if test -f 'core/delete.c'; then $(CYGPATH_W) 'core/delete.c'; else $(CYGPATH_W) '$(srcdir)/core/delete.c'; fi`
 
908
 
 
909
display.o: core/display.c
 
910
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT display.o -MD -MP -MF $(DEPDIR)/display.Tpo -c -o display.o `test -f 'core/display.c' || echo '$(srcdir)/'`core/display.c
 
911
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/display.Tpo $(DEPDIR)/display.Po
 
912
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/display.c' object='display.o' libtool=no @AMDEPBACKSLASH@
 
913
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
914
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o display.o `test -f 'core/display.c' || echo '$(srcdir)/'`core/display.c
 
915
 
 
916
display.obj: core/display.c
 
917
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT display.obj -MD -MP -MF $(DEPDIR)/display.Tpo -c -o display.obj `if test -f 'core/display.c'; then $(CYGPATH_W) 'core/display.c'; else $(CYGPATH_W) '$(srcdir)/core/display.c'; fi`
 
918
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/display.Tpo $(DEPDIR)/display.Po
 
919
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/display.c' object='display.obj' libtool=no @AMDEPBACKSLASH@
 
920
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
921
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o display.obj `if test -f 'core/display.c'; then $(CYGPATH_W) 'core/display.c'; else $(CYGPATH_W) '$(srcdir)/core/display.c'; fi`
 
922
 
 
923
draw-workspace.o: ui/draw-workspace.c
 
924
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT draw-workspace.o -MD -MP -MF $(DEPDIR)/draw-workspace.Tpo -c -o draw-workspace.o `test -f 'ui/draw-workspace.c' || echo '$(srcdir)/'`ui/draw-workspace.c
 
925
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/draw-workspace.Tpo $(DEPDIR)/draw-workspace.Po
 
926
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/draw-workspace.c' object='draw-workspace.o' libtool=no @AMDEPBACKSLASH@
 
927
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
928
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o draw-workspace.o `test -f 'ui/draw-workspace.c' || echo '$(srcdir)/'`ui/draw-workspace.c
 
929
 
 
930
draw-workspace.obj: ui/draw-workspace.c
 
931
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT draw-workspace.obj -MD -MP -MF $(DEPDIR)/draw-workspace.Tpo -c -o draw-workspace.obj `if test -f 'ui/draw-workspace.c'; then $(CYGPATH_W) 'ui/draw-workspace.c'; else $(CYGPATH_W) '$(srcdir)/ui/draw-workspace.c'; fi`
 
932
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/draw-workspace.Tpo $(DEPDIR)/draw-workspace.Po
 
933
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/draw-workspace.c' object='draw-workspace.obj' libtool=no @AMDEPBACKSLASH@
 
934
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
935
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o draw-workspace.obj `if test -f 'ui/draw-workspace.c'; then $(CYGPATH_W) 'ui/draw-workspace.c'; else $(CYGPATH_W) '$(srcdir)/ui/draw-workspace.c'; fi`
 
936
 
 
937
edge-resistance.o: core/edge-resistance.c
 
938
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT edge-resistance.o -MD -MP -MF $(DEPDIR)/edge-resistance.Tpo -c -o edge-resistance.o `test -f 'core/edge-resistance.c' || echo '$(srcdir)/'`core/edge-resistance.c
 
939
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/edge-resistance.Tpo $(DEPDIR)/edge-resistance.Po
 
940
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/edge-resistance.c' object='edge-resistance.o' libtool=no @AMDEPBACKSLASH@
 
941
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
942
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o edge-resistance.o `test -f 'core/edge-resistance.c' || echo '$(srcdir)/'`core/edge-resistance.c
 
943
 
 
944
edge-resistance.obj: core/edge-resistance.c
 
945
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT edge-resistance.obj -MD -MP -MF $(DEPDIR)/edge-resistance.Tpo -c -o edge-resistance.obj `if test -f 'core/edge-resistance.c'; then $(CYGPATH_W) 'core/edge-resistance.c'; else $(CYGPATH_W) '$(srcdir)/core/edge-resistance.c'; fi`
 
946
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/edge-resistance.Tpo $(DEPDIR)/edge-resistance.Po
 
947
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/edge-resistance.c' object='edge-resistance.obj' libtool=no @AMDEPBACKSLASH@
 
948
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
949
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o edge-resistance.obj `if test -f 'core/edge-resistance.c'; then $(CYGPATH_W) 'core/edge-resistance.c'; else $(CYGPATH_W) '$(srcdir)/core/edge-resistance.c'; fi`
 
950
 
 
951
effects.o: core/effects.c
 
952
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT effects.o -MD -MP -MF $(DEPDIR)/effects.Tpo -c -o effects.o `test -f 'core/effects.c' || echo '$(srcdir)/'`core/effects.c
 
953
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/effects.Tpo $(DEPDIR)/effects.Po
 
954
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/effects.c' object='effects.o' libtool=no @AMDEPBACKSLASH@
 
955
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
956
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o effects.o `test -f 'core/effects.c' || echo '$(srcdir)/'`core/effects.c
 
957
 
 
958
effects.obj: core/effects.c
 
959
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT effects.obj -MD -MP -MF $(DEPDIR)/effects.Tpo -c -o effects.obj `if test -f 'core/effects.c'; then $(CYGPATH_W) 'core/effects.c'; else $(CYGPATH_W) '$(srcdir)/core/effects.c'; fi`
 
960
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/effects.Tpo $(DEPDIR)/effects.Po
 
961
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/effects.c' object='effects.obj' libtool=no @AMDEPBACKSLASH@
 
962
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
963
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o effects.obj `if test -f 'core/effects.c'; then $(CYGPATH_W) 'core/effects.c'; else $(CYGPATH_W) '$(srcdir)/core/effects.c'; fi`
 
964
 
 
965
errors.o: core/errors.c
 
966
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT errors.o -MD -MP -MF $(DEPDIR)/errors.Tpo -c -o errors.o `test -f 'core/errors.c' || echo '$(srcdir)/'`core/errors.c
 
967
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/errors.Tpo $(DEPDIR)/errors.Po
 
968
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/errors.c' object='errors.o' libtool=no @AMDEPBACKSLASH@
 
969
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
970
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o errors.o `test -f 'core/errors.c' || echo '$(srcdir)/'`core/errors.c
 
971
 
 
972
errors.obj: core/errors.c
 
973
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT errors.obj -MD -MP -MF $(DEPDIR)/errors.Tpo -c -o errors.obj `if test -f 'core/errors.c'; then $(CYGPATH_W) 'core/errors.c'; else $(CYGPATH_W) '$(srcdir)/core/errors.c'; fi`
 
974
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/errors.Tpo $(DEPDIR)/errors.Po
 
975
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/errors.c' object='errors.obj' libtool=no @AMDEPBACKSLASH@
 
976
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
977
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o errors.obj `if test -f 'core/errors.c'; then $(CYGPATH_W) 'core/errors.c'; else $(CYGPATH_W) '$(srcdir)/core/errors.c'; fi`
 
978
 
 
979
eventqueue.o: core/eventqueue.c
 
980
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eventqueue.o -MD -MP -MF $(DEPDIR)/eventqueue.Tpo -c -o eventqueue.o `test -f 'core/eventqueue.c' || echo '$(srcdir)/'`core/eventqueue.c
 
981
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/eventqueue.Tpo $(DEPDIR)/eventqueue.Po
 
982
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/eventqueue.c' object='eventqueue.o' libtool=no @AMDEPBACKSLASH@
 
983
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
984
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eventqueue.o `test -f 'core/eventqueue.c' || echo '$(srcdir)/'`core/eventqueue.c
 
985
 
 
986
eventqueue.obj: core/eventqueue.c
 
987
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eventqueue.obj -MD -MP -MF $(DEPDIR)/eventqueue.Tpo -c -o eventqueue.obj `if test -f 'core/eventqueue.c'; then $(CYGPATH_W) 'core/eventqueue.c'; else $(CYGPATH_W) '$(srcdir)/core/eventqueue.c'; fi`
 
988
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/eventqueue.Tpo $(DEPDIR)/eventqueue.Po
 
989
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/eventqueue.c' object='eventqueue.obj' libtool=no @AMDEPBACKSLASH@
 
990
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
991
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eventqueue.obj `if test -f 'core/eventqueue.c'; then $(CYGPATH_W) 'core/eventqueue.c'; else $(CYGPATH_W) '$(srcdir)/core/eventqueue.c'; fi`
 
992
 
 
993
frame.o: core/frame.c
 
994
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frame.o -MD -MP -MF $(DEPDIR)/frame.Tpo -c -o frame.o `test -f 'core/frame.c' || echo '$(srcdir)/'`core/frame.c
 
995
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/frame.Tpo $(DEPDIR)/frame.Po
 
996
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/frame.c' object='frame.o' libtool=no @AMDEPBACKSLASH@
 
997
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
998
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frame.o `test -f 'core/frame.c' || echo '$(srcdir)/'`core/frame.c
 
999
 
 
1000
frame.obj: core/frame.c
 
1001
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frame.obj -MD -MP -MF $(DEPDIR)/frame.Tpo -c -o frame.obj `if test -f 'core/frame.c'; then $(CYGPATH_W) 'core/frame.c'; else $(CYGPATH_W) '$(srcdir)/core/frame.c'; fi`
 
1002
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/frame.Tpo $(DEPDIR)/frame.Po
 
1003
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/frame.c' object='frame.obj' libtool=no @AMDEPBACKSLASH@
 
1004
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1005
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frame.obj `if test -f 'core/frame.c'; then $(CYGPATH_W) 'core/frame.c'; else $(CYGPATH_W) '$(srcdir)/core/frame.c'; fi`
 
1006
 
 
1007
gradient.o: ui/gradient.c
 
1008
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gradient.o -MD -MP -MF $(DEPDIR)/gradient.Tpo -c -o gradient.o `test -f 'ui/gradient.c' || echo '$(srcdir)/'`ui/gradient.c
 
1009
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gradient.Tpo $(DEPDIR)/gradient.Po
 
1010
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/gradient.c' object='gradient.o' libtool=no @AMDEPBACKSLASH@
 
1011
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1012
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gradient.o `test -f 'ui/gradient.c' || echo '$(srcdir)/'`ui/gradient.c
 
1013
 
 
1014
gradient.obj: ui/gradient.c
 
1015
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gradient.obj -MD -MP -MF $(DEPDIR)/gradient.Tpo -c -o gradient.obj `if test -f 'ui/gradient.c'; then $(CYGPATH_W) 'ui/gradient.c'; else $(CYGPATH_W) '$(srcdir)/ui/gradient.c'; fi`
 
1016
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gradient.Tpo $(DEPDIR)/gradient.Po
 
1017
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/gradient.c' object='gradient.obj' libtool=no @AMDEPBACKSLASH@
 
1018
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1019
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gradient.obj `if test -f 'ui/gradient.c'; then $(CYGPATH_W) 'ui/gradient.c'; else $(CYGPATH_W) '$(srcdir)/ui/gradient.c'; fi`
 
1020
 
 
1021
group-props.o: core/group-props.c
 
1022
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT group-props.o -MD -MP -MF $(DEPDIR)/group-props.Tpo -c -o group-props.o `test -f 'core/group-props.c' || echo '$(srcdir)/'`core/group-props.c
 
1023
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/group-props.Tpo $(DEPDIR)/group-props.Po
 
1024
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/group-props.c' object='group-props.o' libtool=no @AMDEPBACKSLASH@
 
1025
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1026
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o group-props.o `test -f 'core/group-props.c' || echo '$(srcdir)/'`core/group-props.c
 
1027
 
 
1028
group-props.obj: core/group-props.c
 
1029
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT group-props.obj -MD -MP -MF $(DEPDIR)/group-props.Tpo -c -o group-props.obj `if test -f 'core/group-props.c'; then $(CYGPATH_W) 'core/group-props.c'; else $(CYGPATH_W) '$(srcdir)/core/group-props.c'; fi`
 
1030
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/group-props.Tpo $(DEPDIR)/group-props.Po
 
1031
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/group-props.c' object='group-props.obj' libtool=no @AMDEPBACKSLASH@
 
1032
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1033
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o group-props.obj `if test -f 'core/group-props.c'; then $(CYGPATH_W) 'core/group-props.c'; else $(CYGPATH_W) '$(srcdir)/core/group-props.c'; fi`
 
1034
 
 
1035
group.o: core/group.c
 
1036
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT group.o -MD -MP -MF $(DEPDIR)/group.Tpo -c -o group.o `test -f 'core/group.c' || echo '$(srcdir)/'`core/group.c
 
1037
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/group.Tpo $(DEPDIR)/group.Po
 
1038
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/group.c' object='group.o' libtool=no @AMDEPBACKSLASH@
 
1039
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1040
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o group.o `test -f 'core/group.c' || echo '$(srcdir)/'`core/group.c
 
1041
 
 
1042
group.obj: core/group.c
 
1043
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT group.obj -MD -MP -MF $(DEPDIR)/group.Tpo -c -o group.obj `if test -f 'core/group.c'; then $(CYGPATH_W) 'core/group.c'; else $(CYGPATH_W) '$(srcdir)/core/group.c'; fi`
 
1044
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/group.Tpo $(DEPDIR)/group.Po
 
1045
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/group.c' object='group.obj' libtool=no @AMDEPBACKSLASH@
 
1046
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1047
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o group.obj `if test -f 'core/group.c'; then $(CYGPATH_W) 'core/group.c'; else $(CYGPATH_W) '$(srcdir)/core/group.c'; fi`
 
1048
 
 
1049
iconcache.o: core/iconcache.c
 
1050
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iconcache.o -MD -MP -MF $(DEPDIR)/iconcache.Tpo -c -o iconcache.o `test -f 'core/iconcache.c' || echo '$(srcdir)/'`core/iconcache.c
 
1051
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iconcache.Tpo $(DEPDIR)/iconcache.Po
 
1052
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/iconcache.c' object='iconcache.o' libtool=no @AMDEPBACKSLASH@
 
1053
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1054
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iconcache.o `test -f 'core/iconcache.c' || echo '$(srcdir)/'`core/iconcache.c
 
1055
 
 
1056
iconcache.obj: core/iconcache.c
 
1057
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iconcache.obj -MD -MP -MF $(DEPDIR)/iconcache.Tpo -c -o iconcache.obj `if test -f 'core/iconcache.c'; then $(CYGPATH_W) 'core/iconcache.c'; else $(CYGPATH_W) '$(srcdir)/core/iconcache.c'; fi`
 
1058
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iconcache.Tpo $(DEPDIR)/iconcache.Po
 
1059
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/iconcache.c' object='iconcache.obj' libtool=no @AMDEPBACKSLASH@
 
1060
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1061
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iconcache.obj `if test -f 'core/iconcache.c'; then $(CYGPATH_W) 'core/iconcache.c'; else $(CYGPATH_W) '$(srcdir)/core/iconcache.c'; fi`
 
1062
 
 
1063
keybindings.o: core/keybindings.c
 
1064
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT keybindings.o -MD -MP -MF $(DEPDIR)/keybindings.Tpo -c -o keybindings.o `test -f 'core/keybindings.c' || echo '$(srcdir)/'`core/keybindings.c
 
1065
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/keybindings.Tpo $(DEPDIR)/keybindings.Po
 
1066
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/keybindings.c' object='keybindings.o' libtool=no @AMDEPBACKSLASH@
 
1067
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1068
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o keybindings.o `test -f 'core/keybindings.c' || echo '$(srcdir)/'`core/keybindings.c
 
1069
 
 
1070
keybindings.obj: core/keybindings.c
 
1071
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT keybindings.obj -MD -MP -MF $(DEPDIR)/keybindings.Tpo -c -o keybindings.obj `if test -f 'core/keybindings.c'; then $(CYGPATH_W) 'core/keybindings.c'; else $(CYGPATH_W) '$(srcdir)/core/keybindings.c'; fi`
 
1072
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/keybindings.Tpo $(DEPDIR)/keybindings.Po
 
1073
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/keybindings.c' object='keybindings.obj' libtool=no @AMDEPBACKSLASH@
 
1074
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1075
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o keybindings.obj `if test -f 'core/keybindings.c'; then $(CYGPATH_W) 'core/keybindings.c'; else $(CYGPATH_W) '$(srcdir)/core/keybindings.c'; fi`
 
1076
 
 
1077
main.o: core/main.c
 
1078
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'core/main.c' || echo '$(srcdir)/'`core/main.c
 
1079
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
 
1080
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/main.c' object='main.o' libtool=no @AMDEPBACKSLASH@
 
1081
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1082
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'core/main.c' || echo '$(srcdir)/'`core/main.c
 
1083
 
 
1084
main.obj: core/main.c
 
1085
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'core/main.c'; then $(CYGPATH_W) 'core/main.c'; else $(CYGPATH_W) '$(srcdir)/core/main.c'; fi`
 
1086
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
 
1087
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/main.c' object='main.obj' libtool=no @AMDEPBACKSLASH@
 
1088
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1089
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'core/main.c'; then $(CYGPATH_W) 'core/main.c'; else $(CYGPATH_W) '$(srcdir)/core/main.c'; fi`
 
1090
 
 
1091
place.o: core/place.c
 
1092
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT place.o -MD -MP -MF $(DEPDIR)/place.Tpo -c -o place.o `test -f 'core/place.c' || echo '$(srcdir)/'`core/place.c
 
1093
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/place.Tpo $(DEPDIR)/place.Po
 
1094
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/place.c' object='place.o' libtool=no @AMDEPBACKSLASH@
 
1095
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1096
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o place.o `test -f 'core/place.c' || echo '$(srcdir)/'`core/place.c
 
1097
 
 
1098
place.obj: core/place.c
 
1099
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT place.obj -MD -MP -MF $(DEPDIR)/place.Tpo -c -o place.obj `if test -f 'core/place.c'; then $(CYGPATH_W) 'core/place.c'; else $(CYGPATH_W) '$(srcdir)/core/place.c'; fi`
 
1100
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/place.Tpo $(DEPDIR)/place.Po
 
1101
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/place.c' object='place.obj' libtool=no @AMDEPBACKSLASH@
 
1102
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1103
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o place.obj `if test -f 'core/place.c'; then $(CYGPATH_W) 'core/place.c'; else $(CYGPATH_W) '$(srcdir)/core/place.c'; fi`
 
1104
 
 
1105
prefs.o: core/prefs.c
 
1106
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT prefs.o -MD -MP -MF $(DEPDIR)/prefs.Tpo -c -o prefs.o `test -f 'core/prefs.c' || echo '$(srcdir)/'`core/prefs.c
 
1107
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/prefs.Tpo $(DEPDIR)/prefs.Po
 
1108
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/prefs.c' object='prefs.o' libtool=no @AMDEPBACKSLASH@
 
1109
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1110
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o prefs.o `test -f 'core/prefs.c' || echo '$(srcdir)/'`core/prefs.c
 
1111
 
 
1112
prefs.obj: core/prefs.c
 
1113
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT prefs.obj -MD -MP -MF $(DEPDIR)/prefs.Tpo -c -o prefs.obj `if test -f 'core/prefs.c'; then $(CYGPATH_W) 'core/prefs.c'; else $(CYGPATH_W) '$(srcdir)/core/prefs.c'; fi`
 
1114
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/prefs.Tpo $(DEPDIR)/prefs.Po
 
1115
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/prefs.c' object='prefs.obj' libtool=no @AMDEPBACKSLASH@
 
1116
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1117
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o prefs.obj `if test -f 'core/prefs.c'; then $(CYGPATH_W) 'core/prefs.c'; else $(CYGPATH_W) '$(srcdir)/core/prefs.c'; fi`
 
1118
 
 
1119
screen.o: core/screen.c
 
1120
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT screen.o -MD -MP -MF $(DEPDIR)/screen.Tpo -c -o screen.o `test -f 'core/screen.c' || echo '$(srcdir)/'`core/screen.c
 
1121
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/screen.Tpo $(DEPDIR)/screen.Po
 
1122
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/screen.c' object='screen.o' libtool=no @AMDEPBACKSLASH@
 
1123
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1124
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o screen.o `test -f 'core/screen.c' || echo '$(srcdir)/'`core/screen.c
 
1125
 
 
1126
screen.obj: core/screen.c
 
1127
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT screen.obj -MD -MP -MF $(DEPDIR)/screen.Tpo -c -o screen.obj `if test -f 'core/screen.c'; then $(CYGPATH_W) 'core/screen.c'; else $(CYGPATH_W) '$(srcdir)/core/screen.c'; fi`
 
1128
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/screen.Tpo $(DEPDIR)/screen.Po
 
1129
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/screen.c' object='screen.obj' libtool=no @AMDEPBACKSLASH@
 
1130
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1131
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o screen.obj `if test -f 'core/screen.c'; then $(CYGPATH_W) 'core/screen.c'; else $(CYGPATH_W) '$(srcdir)/core/screen.c'; fi`
 
1132
 
 
1133
session.o: core/session.c
 
1134
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT session.o -MD -MP -MF $(DEPDIR)/session.Tpo -c -o session.o `test -f 'core/session.c' || echo '$(srcdir)/'`core/session.c
 
1135
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Po
 
1136
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/session.c' object='session.o' libtool=no @AMDEPBACKSLASH@
 
1137
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1138
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o session.o `test -f 'core/session.c' || echo '$(srcdir)/'`core/session.c
 
1139
 
 
1140
session.obj: core/session.c
 
1141
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT session.obj -MD -MP -MF $(DEPDIR)/session.Tpo -c -o session.obj `if test -f 'core/session.c'; then $(CYGPATH_W) 'core/session.c'; else $(CYGPATH_W) '$(srcdir)/core/session.c'; fi`
 
1142
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Po
 
1143
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/session.c' object='session.obj' libtool=no @AMDEPBACKSLASH@
 
1144
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1145
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o session.obj `if test -f 'core/session.c'; then $(CYGPATH_W) 'core/session.c'; else $(CYGPATH_W) '$(srcdir)/core/session.c'; fi`
 
1146
 
 
1147
stack.o: core/stack.c
 
1148
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stack.o -MD -MP -MF $(DEPDIR)/stack.Tpo -c -o stack.o `test -f 'core/stack.c' || echo '$(srcdir)/'`core/stack.c
 
1149
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/stack.Tpo $(DEPDIR)/stack.Po
 
1150
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/stack.c' object='stack.o' libtool=no @AMDEPBACKSLASH@
 
1151
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1152
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stack.o `test -f 'core/stack.c' || echo '$(srcdir)/'`core/stack.c
 
1153
 
 
1154
stack.obj: core/stack.c
 
1155
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stack.obj -MD -MP -MF $(DEPDIR)/stack.Tpo -c -o stack.obj `if test -f 'core/stack.c'; then $(CYGPATH_W) 'core/stack.c'; else $(CYGPATH_W) '$(srcdir)/core/stack.c'; fi`
 
1156
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/stack.Tpo $(DEPDIR)/stack.Po
 
1157
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/stack.c' object='stack.obj' libtool=no @AMDEPBACKSLASH@
 
1158
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1159
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stack.obj `if test -f 'core/stack.c'; then $(CYGPATH_W) 'core/stack.c'; else $(CYGPATH_W) '$(srcdir)/core/stack.c'; fi`
 
1160
 
 
1161
util.o: core/util.c
 
1162
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT util.o -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.o `test -f 'core/util.c' || echo '$(srcdir)/'`core/util.c
 
1163
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
 
1164
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/util.c' object='util.o' libtool=no @AMDEPBACKSLASH@
 
1165
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1166
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.o `test -f 'core/util.c' || echo '$(srcdir)/'`core/util.c
 
1167
 
 
1168
util.obj: core/util.c
 
1169
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT util.obj -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.obj `if test -f 'core/util.c'; then $(CYGPATH_W) 'core/util.c'; else $(CYGPATH_W) '$(srcdir)/core/util.c'; fi`
 
1170
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
 
1171
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/util.c' object='util.obj' libtool=no @AMDEPBACKSLASH@
 
1172
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1173
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.obj `if test -f 'core/util.c'; then $(CYGPATH_W) 'core/util.c'; else $(CYGPATH_W) '$(srcdir)/core/util.c'; fi`
 
1174
 
 
1175
window-props.o: core/window-props.c
 
1176
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT window-props.o -MD -MP -MF $(DEPDIR)/window-props.Tpo -c -o window-props.o `test -f 'core/window-props.c' || echo '$(srcdir)/'`core/window-props.c
 
1177
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/window-props.Tpo $(DEPDIR)/window-props.Po
 
1178
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/window-props.c' object='window-props.o' libtool=no @AMDEPBACKSLASH@
 
1179
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1180
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o window-props.o `test -f 'core/window-props.c' || echo '$(srcdir)/'`core/window-props.c
 
1181
 
 
1182
window-props.obj: core/window-props.c
 
1183
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT window-props.obj -MD -MP -MF $(DEPDIR)/window-props.Tpo -c -o window-props.obj `if test -f 'core/window-props.c'; then $(CYGPATH_W) 'core/window-props.c'; else $(CYGPATH_W) '$(srcdir)/core/window-props.c'; fi`
 
1184
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/window-props.Tpo $(DEPDIR)/window-props.Po
 
1185
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/window-props.c' object='window-props.obj' libtool=no @AMDEPBACKSLASH@
 
1186
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1187
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o window-props.obj `if test -f 'core/window-props.c'; then $(CYGPATH_W) 'core/window-props.c'; else $(CYGPATH_W) '$(srcdir)/core/window-props.c'; fi`
 
1188
 
 
1189
window.o: core/window.c
 
1190
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT window.o -MD -MP -MF $(DEPDIR)/window.Tpo -c -o window.o `test -f 'core/window.c' || echo '$(srcdir)/'`core/window.c
 
1191
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/window.Tpo $(DEPDIR)/window.Po
 
1192
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/window.c' object='window.o' libtool=no @AMDEPBACKSLASH@
 
1193
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1194
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o window.o `test -f 'core/window.c' || echo '$(srcdir)/'`core/window.c
 
1195
 
 
1196
window.obj: core/window.c
 
1197
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT window.obj -MD -MP -MF $(DEPDIR)/window.Tpo -c -o window.obj `if test -f 'core/window.c'; then $(CYGPATH_W) 'core/window.c'; else $(CYGPATH_W) '$(srcdir)/core/window.c'; fi`
 
1198
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/window.Tpo $(DEPDIR)/window.Po
 
1199
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/window.c' object='window.obj' libtool=no @AMDEPBACKSLASH@
 
1200
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1201
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o window.obj `if test -f 'core/window.c'; then $(CYGPATH_W) 'core/window.c'; else $(CYGPATH_W) '$(srcdir)/core/window.c'; fi`
 
1202
 
 
1203
workspace.o: core/workspace.c
 
1204
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT workspace.o -MD -MP -MF $(DEPDIR)/workspace.Tpo -c -o workspace.o `test -f 'core/workspace.c' || echo '$(srcdir)/'`core/workspace.c
 
1205
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/workspace.Tpo $(DEPDIR)/workspace.Po
 
1206
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/workspace.c' object='workspace.o' libtool=no @AMDEPBACKSLASH@
 
1207
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1208
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o workspace.o `test -f 'core/workspace.c' || echo '$(srcdir)/'`core/workspace.c
 
1209
 
 
1210
workspace.obj: core/workspace.c
 
1211
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT workspace.obj -MD -MP -MF $(DEPDIR)/workspace.Tpo -c -o workspace.obj `if test -f 'core/workspace.c'; then $(CYGPATH_W) 'core/workspace.c'; else $(CYGPATH_W) '$(srcdir)/core/workspace.c'; fi`
 
1212
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/workspace.Tpo $(DEPDIR)/workspace.Po
 
1213
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/workspace.c' object='workspace.obj' libtool=no @AMDEPBACKSLASH@
 
1214
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1215
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o workspace.obj `if test -f 'core/workspace.c'; then $(CYGPATH_W) 'core/workspace.c'; else $(CYGPATH_W) '$(srcdir)/core/workspace.c'; fi`
 
1216
 
 
1217
xprops.o: core/xprops.c
 
1218
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xprops.o -MD -MP -MF $(DEPDIR)/xprops.Tpo -c -o xprops.o `test -f 'core/xprops.c' || echo '$(srcdir)/'`core/xprops.c
 
1219
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xprops.Tpo $(DEPDIR)/xprops.Po
 
1220
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/xprops.c' object='xprops.o' libtool=no @AMDEPBACKSLASH@
 
1221
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1222
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xprops.o `test -f 'core/xprops.c' || echo '$(srcdir)/'`core/xprops.c
 
1223
 
 
1224
xprops.obj: core/xprops.c
 
1225
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xprops.obj -MD -MP -MF $(DEPDIR)/xprops.Tpo -c -o xprops.obj `if test -f 'core/xprops.c'; then $(CYGPATH_W) 'core/xprops.c'; else $(CYGPATH_W) '$(srcdir)/core/xprops.c'; fi`
 
1226
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xprops.Tpo $(DEPDIR)/xprops.Po
 
1227
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/xprops.c' object='xprops.obj' libtool=no @AMDEPBACKSLASH@
 
1228
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1229
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xprops.obj `if test -f 'core/xprops.c'; then $(CYGPATH_W) 'core/xprops.c'; else $(CYGPATH_W) '$(srcdir)/core/xprops.c'; fi`
 
1230
 
 
1231
fixedtip.o: ui/fixedtip.c
 
1232
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fixedtip.o -MD -MP -MF $(DEPDIR)/fixedtip.Tpo -c -o fixedtip.o `test -f 'ui/fixedtip.c' || echo '$(srcdir)/'`ui/fixedtip.c
 
1233
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/fixedtip.Tpo $(DEPDIR)/fixedtip.Po
 
1234
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/fixedtip.c' object='fixedtip.o' libtool=no @AMDEPBACKSLASH@
 
1235
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1236
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fixedtip.o `test -f 'ui/fixedtip.c' || echo '$(srcdir)/'`ui/fixedtip.c
 
1237
 
 
1238
fixedtip.obj: ui/fixedtip.c
 
1239
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fixedtip.obj -MD -MP -MF $(DEPDIR)/fixedtip.Tpo -c -o fixedtip.obj `if test -f 'ui/fixedtip.c'; then $(CYGPATH_W) 'ui/fixedtip.c'; else $(CYGPATH_W) '$(srcdir)/ui/fixedtip.c'; fi`
 
1240
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/fixedtip.Tpo $(DEPDIR)/fixedtip.Po
 
1241
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/fixedtip.c' object='fixedtip.obj' libtool=no @AMDEPBACKSLASH@
 
1242
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1243
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fixedtip.obj `if test -f 'ui/fixedtip.c'; then $(CYGPATH_W) 'ui/fixedtip.c'; else $(CYGPATH_W) '$(srcdir)/ui/fixedtip.c'; fi`
 
1244
 
 
1245
frames.o: ui/frames.c
 
1246
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frames.o -MD -MP -MF $(DEPDIR)/frames.Tpo -c -o frames.o `test -f 'ui/frames.c' || echo '$(srcdir)/'`ui/frames.c
 
1247
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/frames.Tpo $(DEPDIR)/frames.Po
 
1248
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/frames.c' object='frames.o' libtool=no @AMDEPBACKSLASH@
 
1249
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1250
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frames.o `test -f 'ui/frames.c' || echo '$(srcdir)/'`ui/frames.c
 
1251
 
 
1252
frames.obj: ui/frames.c
 
1253
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frames.obj -MD -MP -MF $(DEPDIR)/frames.Tpo -c -o frames.obj `if test -f 'ui/frames.c'; then $(CYGPATH_W) 'ui/frames.c'; else $(CYGPATH_W) '$(srcdir)/ui/frames.c'; fi`
 
1254
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/frames.Tpo $(DEPDIR)/frames.Po
 
1255
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/frames.c' object='frames.obj' libtool=no @AMDEPBACKSLASH@
 
1256
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1257
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frames.obj `if test -f 'ui/frames.c'; then $(CYGPATH_W) 'ui/frames.c'; else $(CYGPATH_W) '$(srcdir)/ui/frames.c'; fi`
 
1258
 
 
1259
menu.o: ui/menu.c
 
1260
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT menu.o -MD -MP -MF $(DEPDIR)/menu.Tpo -c -o menu.o `test -f 'ui/menu.c' || echo '$(srcdir)/'`ui/menu.c
 
1261
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/menu.Tpo $(DEPDIR)/menu.Po
 
1262
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/menu.c' object='menu.o' libtool=no @AMDEPBACKSLASH@
 
1263
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1264
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o menu.o `test -f 'ui/menu.c' || echo '$(srcdir)/'`ui/menu.c
 
1265
 
 
1266
menu.obj: ui/menu.c
 
1267
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT menu.obj -MD -MP -MF $(DEPDIR)/menu.Tpo -c -o menu.obj `if test -f 'ui/menu.c'; then $(CYGPATH_W) 'ui/menu.c'; else $(CYGPATH_W) '$(srcdir)/ui/menu.c'; fi`
 
1268
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/menu.Tpo $(DEPDIR)/menu.Po
 
1269
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/menu.c' object='menu.obj' libtool=no @AMDEPBACKSLASH@
 
1270
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1271
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o menu.obj `if test -f 'ui/menu.c'; then $(CYGPATH_W) 'ui/menu.c'; else $(CYGPATH_W) '$(srcdir)/ui/menu.c'; fi`
 
1272
 
 
1273
metaaccellabel.o: ui/metaaccellabel.c
 
1274
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT metaaccellabel.o -MD -MP -MF $(DEPDIR)/metaaccellabel.Tpo -c -o metaaccellabel.o `test -f 'ui/metaaccellabel.c' || echo '$(srcdir)/'`ui/metaaccellabel.c
 
1275
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/metaaccellabel.Tpo $(DEPDIR)/metaaccellabel.Po
 
1276
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/metaaccellabel.c' object='metaaccellabel.o' libtool=no @AMDEPBACKSLASH@
 
1277
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1278
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o metaaccellabel.o `test -f 'ui/metaaccellabel.c' || echo '$(srcdir)/'`ui/metaaccellabel.c
 
1279
 
 
1280
metaaccellabel.obj: ui/metaaccellabel.c
 
1281
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT metaaccellabel.obj -MD -MP -MF $(DEPDIR)/metaaccellabel.Tpo -c -o metaaccellabel.obj `if test -f 'ui/metaaccellabel.c'; then $(CYGPATH_W) 'ui/metaaccellabel.c'; else $(CYGPATH_W) '$(srcdir)/ui/metaaccellabel.c'; fi`
 
1282
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/metaaccellabel.Tpo $(DEPDIR)/metaaccellabel.Po
 
1283
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/metaaccellabel.c' object='metaaccellabel.obj' libtool=no @AMDEPBACKSLASH@
 
1284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1285
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o metaaccellabel.obj `if test -f 'ui/metaaccellabel.c'; then $(CYGPATH_W) 'ui/metaaccellabel.c'; else $(CYGPATH_W) '$(srcdir)/ui/metaaccellabel.c'; fi`
 
1286
 
 
1287
resizepopup.o: ui/resizepopup.c
 
1288
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT resizepopup.o -MD -MP -MF $(DEPDIR)/resizepopup.Tpo -c -o resizepopup.o `test -f 'ui/resizepopup.c' || echo '$(srcdir)/'`ui/resizepopup.c
 
1289
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/resizepopup.Tpo $(DEPDIR)/resizepopup.Po
 
1290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/resizepopup.c' object='resizepopup.o' libtool=no @AMDEPBACKSLASH@
 
1291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1292
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o resizepopup.o `test -f 'ui/resizepopup.c' || echo '$(srcdir)/'`ui/resizepopup.c
 
1293
 
 
1294
resizepopup.obj: ui/resizepopup.c
 
1295
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT resizepopup.obj -MD -MP -MF $(DEPDIR)/resizepopup.Tpo -c -o resizepopup.obj `if test -f 'ui/resizepopup.c'; then $(CYGPATH_W) 'ui/resizepopup.c'; else $(CYGPATH_W) '$(srcdir)/ui/resizepopup.c'; fi`
 
1296
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/resizepopup.Tpo $(DEPDIR)/resizepopup.Po
 
1297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/resizepopup.c' object='resizepopup.obj' libtool=no @AMDEPBACKSLASH@
 
1298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1299
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o resizepopup.obj `if test -f 'ui/resizepopup.c'; then $(CYGPATH_W) 'ui/resizepopup.c'; else $(CYGPATH_W) '$(srcdir)/ui/resizepopup.c'; fi`
 
1300
 
 
1301
tabpopup.o: ui/tabpopup.c
 
1302
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tabpopup.o -MD -MP -MF $(DEPDIR)/tabpopup.Tpo -c -o tabpopup.o `test -f 'ui/tabpopup.c' || echo '$(srcdir)/'`ui/tabpopup.c
 
1303
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tabpopup.Tpo $(DEPDIR)/tabpopup.Po
 
1304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/tabpopup.c' object='tabpopup.o' libtool=no @AMDEPBACKSLASH@
 
1305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1306
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tabpopup.o `test -f 'ui/tabpopup.c' || echo '$(srcdir)/'`ui/tabpopup.c
 
1307
 
 
1308
tabpopup.obj: ui/tabpopup.c
 
1309
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tabpopup.obj -MD -MP -MF $(DEPDIR)/tabpopup.Tpo -c -o tabpopup.obj `if test -f 'ui/tabpopup.c'; then $(CYGPATH_W) 'ui/tabpopup.c'; else $(CYGPATH_W) '$(srcdir)/ui/tabpopup.c'; fi`
 
1310
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tabpopup.Tpo $(DEPDIR)/tabpopup.Po
 
1311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/tabpopup.c' object='tabpopup.obj' libtool=no @AMDEPBACKSLASH@
 
1312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1313
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tabpopup.obj `if test -f 'ui/tabpopup.c'; then $(CYGPATH_W) 'ui/tabpopup.c'; else $(CYGPATH_W) '$(srcdir)/ui/tabpopup.c'; fi`
 
1314
 
 
1315
theme-parser.o: ui/theme-parser.c
 
1316
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme-parser.o -MD -MP -MF $(DEPDIR)/theme-parser.Tpo -c -o theme-parser.o `test -f 'ui/theme-parser.c' || echo '$(srcdir)/'`ui/theme-parser.c
 
1317
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/theme-parser.Tpo $(DEPDIR)/theme-parser.Po
 
1318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme-parser.c' object='theme-parser.o' libtool=no @AMDEPBACKSLASH@
 
1319
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1320
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme-parser.o `test -f 'ui/theme-parser.c' || echo '$(srcdir)/'`ui/theme-parser.c
 
1321
 
 
1322
theme-parser.obj: ui/theme-parser.c
 
1323
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme-parser.obj -MD -MP -MF $(DEPDIR)/theme-parser.Tpo -c -o theme-parser.obj `if test -f 'ui/theme-parser.c'; then $(CYGPATH_W) 'ui/theme-parser.c'; else $(CYGPATH_W) '$(srcdir)/ui/theme-parser.c'; fi`
 
1324
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/theme-parser.Tpo $(DEPDIR)/theme-parser.Po
 
1325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme-parser.c' object='theme-parser.obj' libtool=no @AMDEPBACKSLASH@
 
1326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1327
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme-parser.obj `if test -f 'ui/theme-parser.c'; then $(CYGPATH_W) 'ui/theme-parser.c'; else $(CYGPATH_W) '$(srcdir)/ui/theme-parser.c'; fi`
 
1328
 
 
1329
theme.o: ui/theme.c
 
1330
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme.o -MD -MP -MF $(DEPDIR)/theme.Tpo -c -o theme.o `test -f 'ui/theme.c' || echo '$(srcdir)/'`ui/theme.c
 
1331
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/theme.Tpo $(DEPDIR)/theme.Po
 
1332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme.c' object='theme.o' libtool=no @AMDEPBACKSLASH@
 
1333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1334
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme.o `test -f 'ui/theme.c' || echo '$(srcdir)/'`ui/theme.c
 
1335
 
 
1336
theme.obj: ui/theme.c
 
1337
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme.obj -MD -MP -MF $(DEPDIR)/theme.Tpo -c -o theme.obj `if test -f 'ui/theme.c'; then $(CYGPATH_W) 'ui/theme.c'; else $(CYGPATH_W) '$(srcdir)/ui/theme.c'; fi`
 
1338
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/theme.Tpo $(DEPDIR)/theme.Po
 
1339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme.c' object='theme.obj' libtool=no @AMDEPBACKSLASH@
 
1340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1341
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme.obj `if test -f 'ui/theme.c'; then $(CYGPATH_W) 'ui/theme.c'; else $(CYGPATH_W) '$(srcdir)/ui/theme.c'; fi`
 
1342
 
 
1343
themewidget.o: ui/themewidget.c
 
1344
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT themewidget.o -MD -MP -MF $(DEPDIR)/themewidget.Tpo -c -o themewidget.o `test -f 'ui/themewidget.c' || echo '$(srcdir)/'`ui/themewidget.c
 
1345
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/themewidget.Tpo $(DEPDIR)/themewidget.Po
 
1346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/themewidget.c' object='themewidget.o' libtool=no @AMDEPBACKSLASH@
 
1347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1348
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o themewidget.o `test -f 'ui/themewidget.c' || echo '$(srcdir)/'`ui/themewidget.c
 
1349
 
 
1350
themewidget.obj: ui/themewidget.c
 
1351
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT themewidget.obj -MD -MP -MF $(DEPDIR)/themewidget.Tpo -c -o themewidget.obj `if test -f 'ui/themewidget.c'; then $(CYGPATH_W) 'ui/themewidget.c'; else $(CYGPATH_W) '$(srcdir)/ui/themewidget.c'; fi`
 
1352
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/themewidget.Tpo $(DEPDIR)/themewidget.Po
 
1353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/themewidget.c' object='themewidget.obj' libtool=no @AMDEPBACKSLASH@
 
1354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1355
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o themewidget.obj `if test -f 'ui/themewidget.c'; then $(CYGPATH_W) 'ui/themewidget.c'; else $(CYGPATH_W) '$(srcdir)/ui/themewidget.c'; fi`
 
1356
 
 
1357
ui.o: ui/ui.c
 
1358
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ui.o -MD -MP -MF $(DEPDIR)/ui.Tpo -c -o ui.o `test -f 'ui/ui.c' || echo '$(srcdir)/'`ui/ui.c
 
1359
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ui.Tpo $(DEPDIR)/ui.Po
 
1360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/ui.c' object='ui.o' libtool=no @AMDEPBACKSLASH@
 
1361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1362
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ui.o `test -f 'ui/ui.c' || echo '$(srcdir)/'`ui/ui.c
 
1363
 
 
1364
ui.obj: ui/ui.c
 
1365
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ui.obj -MD -MP -MF $(DEPDIR)/ui.Tpo -c -o ui.obj `if test -f 'ui/ui.c'; then $(CYGPATH_W) 'ui/ui.c'; else $(CYGPATH_W) '$(srcdir)/ui/ui.c'; fi`
 
1366
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ui.Tpo $(DEPDIR)/ui.Po
 
1367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/ui.c' object='ui.obj' libtool=no @AMDEPBACKSLASH@
 
1368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1369
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ui.obj `if test -f 'ui/ui.c'; then $(CYGPATH_W) 'ui/ui.c'; else $(CYGPATH_W) '$(srcdir)/ui/ui.c'; fi`
 
1370
 
 
1371
theme-viewer.o: ui/theme-viewer.c
 
1372
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme-viewer.o -MD -MP -MF $(DEPDIR)/theme-viewer.Tpo -c -o theme-viewer.o `test -f 'ui/theme-viewer.c' || echo '$(srcdir)/'`ui/theme-viewer.c
 
1373
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/theme-viewer.Tpo $(DEPDIR)/theme-viewer.Po
 
1374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme-viewer.c' object='theme-viewer.o' libtool=no @AMDEPBACKSLASH@
 
1375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1376
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme-viewer.o `test -f 'ui/theme-viewer.c' || echo '$(srcdir)/'`ui/theme-viewer.c
 
1377
 
 
1378
theme-viewer.obj: ui/theme-viewer.c
 
1379
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme-viewer.obj -MD -MP -MF $(DEPDIR)/theme-viewer.Tpo -c -o theme-viewer.obj `if test -f 'ui/theme-viewer.c'; then $(CYGPATH_W) 'ui/theme-viewer.c'; else $(CYGPATH_W) '$(srcdir)/ui/theme-viewer.c'; fi`
 
1380
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/theme-viewer.Tpo $(DEPDIR)/theme-viewer.Po
 
1381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/theme-viewer.c' object='theme-viewer.obj' libtool=no @AMDEPBACKSLASH@
 
1382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1383
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme-viewer.obj `if test -f 'ui/theme-viewer.c'; then $(CYGPATH_W) 'ui/theme-viewer.c'; else $(CYGPATH_W) '$(srcdir)/ui/theme-viewer.c'; fi`
 
1384
 
 
1385
schema-bindings.o: core/schema-bindings.c
 
1386
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT schema-bindings.o -MD -MP -MF $(DEPDIR)/schema-bindings.Tpo -c -o schema-bindings.o `test -f 'core/schema-bindings.c' || echo '$(srcdir)/'`core/schema-bindings.c
 
1387
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/schema-bindings.Tpo $(DEPDIR)/schema-bindings.Po
 
1388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/schema-bindings.c' object='schema-bindings.o' libtool=no @AMDEPBACKSLASH@
 
1389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1390
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o schema-bindings.o `test -f 'core/schema-bindings.c' || echo '$(srcdir)/'`core/schema-bindings.c
 
1391
 
 
1392
schema-bindings.obj: core/schema-bindings.c
 
1393
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT schema-bindings.obj -MD -MP -MF $(DEPDIR)/schema-bindings.Tpo -c -o schema-bindings.obj `if test -f 'core/schema-bindings.c'; then $(CYGPATH_W) 'core/schema-bindings.c'; else $(CYGPATH_W) '$(srcdir)/core/schema-bindings.c'; fi`
 
1394
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/schema-bindings.Tpo $(DEPDIR)/schema-bindings.Po
 
1395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/schema-bindings.c' object='schema-bindings.obj' libtool=no @AMDEPBACKSLASH@
 
1396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1397
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o schema-bindings.obj `if test -f 'core/schema-bindings.c'; then $(CYGPATH_W) 'core/schema-bindings.c'; else $(CYGPATH_W) '$(srcdir)/core/schema-bindings.c'; fi`
 
1398
 
 
1399
testasyncgetprop.o: core/testasyncgetprop.c
 
1400
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testasyncgetprop.o -MD -MP -MF $(DEPDIR)/testasyncgetprop.Tpo -c -o testasyncgetprop.o `test -f 'core/testasyncgetprop.c' || echo '$(srcdir)/'`core/testasyncgetprop.c
 
1401
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/testasyncgetprop.Tpo $(DEPDIR)/testasyncgetprop.Po
 
1402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/testasyncgetprop.c' object='testasyncgetprop.o' libtool=no @AMDEPBACKSLASH@
 
1403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1404
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testasyncgetprop.o `test -f 'core/testasyncgetprop.c' || echo '$(srcdir)/'`core/testasyncgetprop.c
 
1405
 
 
1406
testasyncgetprop.obj: core/testasyncgetprop.c
 
1407
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testasyncgetprop.obj -MD -MP -MF $(DEPDIR)/testasyncgetprop.Tpo -c -o testasyncgetprop.obj `if test -f 'core/testasyncgetprop.c'; then $(CYGPATH_W) 'core/testasyncgetprop.c'; else $(CYGPATH_W) '$(srcdir)/core/testasyncgetprop.c'; fi`
 
1408
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/testasyncgetprop.Tpo $(DEPDIR)/testasyncgetprop.Po
 
1409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/testasyncgetprop.c' object='testasyncgetprop.obj' libtool=no @AMDEPBACKSLASH@
 
1410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1411
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testasyncgetprop.obj `if test -f 'core/testasyncgetprop.c'; then $(CYGPATH_W) 'core/testasyncgetprop.c'; else $(CYGPATH_W) '$(srcdir)/core/testasyncgetprop.c'; fi`
 
1412
 
 
1413
testboxes.o: core/testboxes.c
 
1414
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testboxes.o -MD -MP -MF $(DEPDIR)/testboxes.Tpo -c -o testboxes.o `test -f 'core/testboxes.c' || echo '$(srcdir)/'`core/testboxes.c
 
1415
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/testboxes.Tpo $(DEPDIR)/testboxes.Po
 
1416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/testboxes.c' object='testboxes.o' libtool=no @AMDEPBACKSLASH@
 
1417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1418
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testboxes.o `test -f 'core/testboxes.c' || echo '$(srcdir)/'`core/testboxes.c
 
1419
 
 
1420
testboxes.obj: core/testboxes.c
 
1421
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testboxes.obj -MD -MP -MF $(DEPDIR)/testboxes.Tpo -c -o testboxes.obj `if test -f 'core/testboxes.c'; then $(CYGPATH_W) 'core/testboxes.c'; else $(CYGPATH_W) '$(srcdir)/core/testboxes.c'; fi`
 
1422
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/testboxes.Tpo $(DEPDIR)/testboxes.Po
 
1423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='core/testboxes.c' object='testboxes.obj' libtool=no @AMDEPBACKSLASH@
 
1424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1425
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testboxes.obj `if test -f 'core/testboxes.c'; then $(CYGPATH_W) 'core/testboxes.c'; else $(CYGPATH_W) '$(srcdir)/core/testboxes.c'; fi`
 
1426
 
 
1427
testgradient.o: ui/testgradient.c
 
1428
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testgradient.o -MD -MP -MF $(DEPDIR)/testgradient.Tpo -c -o testgradient.o `test -f 'ui/testgradient.c' || echo '$(srcdir)/'`ui/testgradient.c
 
1429
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/testgradient.Tpo $(DEPDIR)/testgradient.Po
 
1430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/testgradient.c' object='testgradient.o' libtool=no @AMDEPBACKSLASH@
 
1431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1432
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testgradient.o `test -f 'ui/testgradient.c' || echo '$(srcdir)/'`ui/testgradient.c
 
1433
 
 
1434
testgradient.obj: ui/testgradient.c
 
1435
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testgradient.obj -MD -MP -MF $(DEPDIR)/testgradient.Tpo -c -o testgradient.obj `if test -f 'ui/testgradient.c'; then $(CYGPATH_W) 'ui/testgradient.c'; else $(CYGPATH_W) '$(srcdir)/ui/testgradient.c'; fi`
 
1436
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/testgradient.Tpo $(DEPDIR)/testgradient.Po
 
1437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ui/testgradient.c' object='testgradient.obj' libtool=no @AMDEPBACKSLASH@
 
1438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1439
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testgradient.obj `if test -f 'ui/testgradient.c'; then $(CYGPATH_W) 'ui/testgradient.c'; else $(CYGPATH_W) '$(srcdir)/ui/testgradient.c'; fi`
 
1440
 
 
1441
mostlyclean-libtool:
 
1442
        -rm -f *.lo
 
1443
 
 
1444
clean-libtool:
 
1445
        -rm -rf .libs _libs
 
1446
install-desktopfilesDATA: $(desktopfiles_DATA)
 
1447
        @$(NORMAL_INSTALL)
 
1448
        test -z "$(desktopfilesdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopfilesdir)"
 
1449
        @list='$(desktopfiles_DATA)'; test -n "$(desktopfilesdir)" || list=; \
 
1450
        for p in $$list; do \
 
1451
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1452
          echo "$$d$$p"; \
 
1453
        done | $(am__base_list) | \
 
1454
        while read files; do \
 
1455
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopfilesdir)'"; \
 
1456
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopfilesdir)" || exit $$?; \
 
1457
        done
 
1458
 
 
1459
uninstall-desktopfilesDATA:
 
1460
        @$(NORMAL_UNINSTALL)
 
1461
        @list='$(desktopfiles_DATA)'; test -n "$(desktopfilesdir)" || list=; \
 
1462
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1463
        test -n "$$files" || exit 0; \
 
1464
        echo " ( cd '$(DESTDIR)$(desktopfilesdir)' && rm -f" $$files ")"; \
 
1465
        cd "$(DESTDIR)$(desktopfilesdir)" && rm -f $$files
 
1466
install-pkgconfigDATA: $(pkgconfig_DATA)
 
1467
        @$(NORMAL_INSTALL)
 
1468
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
1469
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
1470
        for p in $$list; do \
 
1471
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1472
          echo "$$d$$p"; \
 
1473
        done | $(am__base_list) | \
 
1474
        while read files; do \
 
1475
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
1476
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
1477
        done
 
1478
 
 
1479
uninstall-pkgconfigDATA:
 
1480
        @$(NORMAL_UNINSTALL)
 
1481
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
1482
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1483
        test -n "$$files" || exit 0; \
 
1484
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
1485
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
1486
install-schemaDATA: $(schema_DATA)
 
1487
        @$(NORMAL_INSTALL)
 
1488
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
 
1489
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
 
1490
        for p in $$list; do \
 
1491
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1492
          echo "$$d$$p"; \
 
1493
        done | $(am__base_list) | \
 
1494
        while read files; do \
 
1495
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
 
1496
          $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
 
1497
        done
 
1498
 
 
1499
uninstall-schemaDATA:
 
1500
        @$(NORMAL_UNINSTALL)
 
1501
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
 
1502
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1503
        test -n "$$files" || exit 0; \
 
1504
        echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
 
1505
        cd "$(DESTDIR)$(schemadir)" && rm -f $$files
 
1506
install-wmpropertiesDATA: $(wmproperties_DATA)
 
1507
        @$(NORMAL_INSTALL)
 
1508
        test -z "$(wmpropertiesdir)" || $(MKDIR_P) "$(DESTDIR)$(wmpropertiesdir)"
 
1509
        @list='$(wmproperties_DATA)'; test -n "$(wmpropertiesdir)" || list=; \
 
1510
        for p in $$list; do \
 
1511
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1512
          echo "$$d$$p"; \
 
1513
        done | $(am__base_list) | \
 
1514
        while read files; do \
 
1515
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wmpropertiesdir)'"; \
 
1516
          $(INSTALL_DATA) $$files "$(DESTDIR)$(wmpropertiesdir)" || exit $$?; \
 
1517
        done
 
1518
 
 
1519
uninstall-wmpropertiesDATA:
 
1520
        @$(NORMAL_UNINSTALL)
 
1521
        @list='$(wmproperties_DATA)'; test -n "$(wmpropertiesdir)" || list=; \
 
1522
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1523
        test -n "$$files" || exit 0; \
 
1524
        echo " ( cd '$(DESTDIR)$(wmpropertiesdir)' && rm -f" $$files ")"; \
 
1525
        cd "$(DESTDIR)$(wmpropertiesdir)" && rm -f $$files
 
1526
install-xmlDATA: $(xml_DATA)
 
1527
        @$(NORMAL_INSTALL)
 
1528
        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
 
1529
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
1530
        for p in $$list; do \
 
1531
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1532
          echo "$$d$$p"; \
 
1533
        done | $(am__base_list) | \
 
1534
        while read files; do \
 
1535
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
 
1536
          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
 
1537
        done
 
1538
 
 
1539
uninstall-xmlDATA:
 
1540
        @$(NORMAL_UNINSTALL)
 
1541
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
1542
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1543
        test -n "$$files" || exit 0; \
 
1544
        echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
 
1545
        cd "$(DESTDIR)$(xmldir)" && rm -f $$files
 
1546
install-libmetacityincludeHEADERS: $(libmetacityinclude_HEADERS)
 
1547
        @$(NORMAL_INSTALL)
 
1548
        test -z "$(libmetacityincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libmetacityincludedir)"
 
1549
        @list='$(libmetacityinclude_HEADERS)'; test -n "$(libmetacityincludedir)" || list=; \
 
1550
        for p in $$list; do \
 
1551
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1552
          echo "$$d$$p"; \
 
1553
        done | $(am__base_list) | \
 
1554
        while read files; do \
 
1555
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libmetacityincludedir)'"; \
 
1556
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libmetacityincludedir)" || exit $$?; \
 
1557
        done
 
1558
 
 
1559
uninstall-libmetacityincludeHEADERS:
 
1560
        @$(NORMAL_UNINSTALL)
 
1561
        @list='$(libmetacityinclude_HEADERS)'; test -n "$(libmetacityincludedir)" || list=; \
 
1562
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1563
        test -n "$$files" || exit 0; \
 
1564
        echo " ( cd '$(DESTDIR)$(libmetacityincludedir)' && rm -f" $$files ")"; \
 
1565
        cd "$(DESTDIR)$(libmetacityincludedir)" && rm -f $$files
 
1566
 
 
1567
# This directory's subdirectories are mostly independent; you can cd
 
1568
# into them and run `make' without going through this Makefile.
 
1569
# To change the values of `make' variables: instead of editing Makefiles,
 
1570
# (1) if the variable is set in `config.status', edit `config.status'
 
1571
#     (which will cause the Makefiles to be regenerated when you run `make');
 
1572
# (2) otherwise, pass the desired values on the `make' command line.
 
1573
$(RECURSIVE_TARGETS):
 
1574
        @failcom='exit 1'; \
 
1575
        for f in x $$MAKEFLAGS; do \
 
1576
          case $$f in \
 
1577
            *=* | --[!k]*);; \
 
1578
            *k*) failcom='fail=yes';; \
 
1579
          esac; \
 
1580
        done; \
 
1581
        dot_seen=no; \
 
1582
        target=`echo $@ | sed s/-recursive//`; \
 
1583
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1584
          echo "Making $$target in $$subdir"; \
 
1585
          if test "$$subdir" = "."; then \
 
1586
            dot_seen=yes; \
 
1587
            local_target="$$target-am"; \
 
1588
          else \
 
1589
            local_target="$$target"; \
 
1590
          fi; \
 
1591
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1592
          || eval $$failcom; \
 
1593
        done; \
 
1594
        if test "$$dot_seen" = "no"; then \
 
1595
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
1596
        fi; test -z "$$fail"
 
1597
 
 
1598
$(RECURSIVE_CLEAN_TARGETS):
 
1599
        @failcom='exit 1'; \
 
1600
        for f in x $$MAKEFLAGS; do \
 
1601
          case $$f in \
 
1602
            *=* | --[!k]*);; \
 
1603
            *k*) failcom='fail=yes';; \
 
1604
          esac; \
 
1605
        done; \
 
1606
        dot_seen=no; \
 
1607
        case "$@" in \
 
1608
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1609
          *) list='$(SUBDIRS)' ;; \
 
1610
        esac; \
 
1611
        rev=''; for subdir in $$list; do \
 
1612
          if test "$$subdir" = "."; then :; else \
 
1613
            rev="$$subdir $$rev"; \
 
1614
          fi; \
 
1615
        done; \
 
1616
        rev="$$rev ."; \
 
1617
        target=`echo $@ | sed s/-recursive//`; \
 
1618
        for subdir in $$rev; do \
 
1619
          echo "Making $$target in $$subdir"; \
 
1620
          if test "$$subdir" = "."; then \
 
1621
            local_target="$$target-am"; \
 
1622
          else \
 
1623
            local_target="$$target"; \
 
1624
          fi; \
 
1625
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1626
          || eval $$failcom; \
 
1627
        done && test -z "$$fail"
 
1628
tags-recursive:
 
1629
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1630
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
1631
        done
 
1632
ctags-recursive:
 
1633
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1634
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
1635
        done
 
1636
 
 
1637
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
1638
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
1639
        unique=`for i in $$list; do \
 
1640
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1641
          done | \
 
1642
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1643
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1644
        mkid -fID $$unique
 
1645
tags: TAGS
 
1646
 
 
1647
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1648
                $(TAGS_FILES) $(LISP)
 
1649
        set x; \
 
1650
        here=`pwd`; \
 
1651
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
1652
          include_option=--etags-include; \
 
1653
          empty_fix=.; \
 
1654
        else \
 
1655
          include_option=--include; \
 
1656
          empty_fix=; \
 
1657
        fi; \
 
1658
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1659
          if test "$$subdir" = .; then :; else \
 
1660
            test ! -f $$subdir/TAGS || \
 
1661
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
1662
          fi; \
 
1663
        done; \
 
1664
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1665
        unique=`for i in $$list; do \
 
1666
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1667
          done | \
 
1668
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1669
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1670
        shift; \
 
1671
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
1672
          test -n "$$unique" || unique=$$empty_fix; \
 
1673
          if test $$# -gt 0; then \
 
1674
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1675
              "$$@" $$unique; \
 
1676
          else \
 
1677
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1678
              $$unique; \
 
1679
          fi; \
 
1680
        fi
 
1681
ctags: CTAGS
 
1682
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1683
                $(TAGS_FILES) $(LISP)
 
1684
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1685
        unique=`for i in $$list; do \
 
1686
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1687
          done | \
 
1688
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1689
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1690
        test -z "$(CTAGS_ARGS)$$unique" \
 
1691
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
1692
             $$unique
 
1693
 
 
1694
GTAGS:
 
1695
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1696
          && $(am__cd) $(top_srcdir) \
 
1697
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1698
 
 
1699
distclean-tags:
 
1700
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1701
 
 
1702
distdir: $(DISTFILES)
 
1703
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1704
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1705
        list='$(DISTFILES)'; \
 
1706
          dist_files=`for file in $$list; do echo $$file; done | \
 
1707
          sed -e "s|^$$srcdirstrip/||;t" \
 
1708
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1709
        case $$dist_files in \
 
1710
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1711
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1712
                           sort -u` ;; \
 
1713
        esac; \
 
1714
        for file in $$dist_files; do \
 
1715
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1716
          if test -d $$d/$$file; then \
 
1717
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1718
            if test -d "$(distdir)/$$file"; then \
 
1719
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1720
            fi; \
 
1721
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1722
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1723
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1724
            fi; \
 
1725
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1726
          else \
 
1727
            test -f "$(distdir)/$$file" \
 
1728
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
1729
            || exit 1; \
 
1730
          fi; \
 
1731
        done
 
1732
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1733
          if test "$$subdir" = .; then :; else \
 
1734
            test -d "$(distdir)/$$subdir" \
 
1735
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1736
            || exit 1; \
 
1737
          fi; \
 
1738
        done
 
1739
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1740
          if test "$$subdir" = .; then :; else \
 
1741
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1742
            $(am__relativize); \
 
1743
            new_distdir=$$reldir; \
 
1744
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1745
            $(am__relativize); \
 
1746
            new_top_distdir=$$reldir; \
 
1747
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1748
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1749
            ($(am__cd) $$subdir && \
 
1750
              $(MAKE) $(AM_MAKEFLAGS) \
 
1751
                top_distdir="$$new_top_distdir" \
 
1752
                distdir="$$new_distdir" \
 
1753
                am__remove_distdir=: \
 
1754
                am__skip_length_check=: \
 
1755
                am__skip_mode_fix=: \
 
1756
                distdir) \
 
1757
              || exit 1; \
 
1758
          fi; \
 
1759
        done
 
1760
check-am: all-am
 
1761
check: $(BUILT_SOURCES)
 
1762
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
1763
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
 
1764
install-binPROGRAMS: install-libLTLIBRARIES
 
1765
 
 
1766
installdirs: installdirs-recursive
 
1767
installdirs-am:
 
1768
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopfilesdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(wmpropertiesdir)" "$(DESTDIR)$(xmldir)" "$(DESTDIR)$(libmetacityincludedir)"; do \
 
1769
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1770
        done
 
1771
install: $(BUILT_SOURCES)
 
1772
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
 
1773
install-exec: install-exec-recursive
 
1774
install-data: install-data-recursive
 
1775
uninstall: uninstall-recursive
 
1776
 
 
1777
install-am: all-am
 
1778
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1779
 
 
1780
installcheck: installcheck-recursive
 
1781
install-strip:
 
1782
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1783
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1784
          `test -z '$(STRIP)' || \
 
1785
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1786
mostlyclean-generic:
 
1787
 
 
1788
clean-generic:
 
1789
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
1790
 
 
1791
distclean-generic:
 
1792
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1793
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1794
 
 
1795
maintainer-clean-generic:
 
1796
        @echo "This command is intended for maintainers to use"
 
1797
        @echo "it deletes files that may require special tools to rebuild."
 
1798
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
1799
clean: clean-recursive
 
1800
 
 
1801
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1802
        clean-libtool clean-noinstPROGRAMS mostlyclean-am
 
1803
 
 
1804
distclean: distclean-recursive
 
1805
        -rm -rf ./$(DEPDIR)
 
1806
        -rm -f Makefile
 
1807
distclean-am: clean-am distclean-compile distclean-generic \
 
1808
        distclean-tags
 
1809
 
 
1810
dvi: dvi-recursive
 
1811
 
 
1812
dvi-am:
 
1813
 
 
1814
html: html-recursive
 
1815
 
 
1816
html-am:
 
1817
 
 
1818
info: info-recursive
 
1819
 
 
1820
info-am:
 
1821
 
 
1822
install-data-am: install-data-local install-desktopfilesDATA \
 
1823
        install-libmetacityincludeHEADERS install-pkgconfigDATA \
 
1824
        install-schemaDATA install-wmpropertiesDATA install-xmlDATA
 
1825
 
 
1826
install-dvi: install-dvi-recursive
 
1827
 
 
1828
install-dvi-am:
 
1829
 
 
1830
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
 
1831
 
 
1832
install-html: install-html-recursive
 
1833
 
 
1834
install-html-am:
 
1835
 
 
1836
install-info: install-info-recursive
 
1837
 
 
1838
install-info-am:
 
1839
 
 
1840
install-man:
 
1841
 
 
1842
install-pdf: install-pdf-recursive
 
1843
 
 
1844
install-pdf-am:
 
1845
 
 
1846
install-ps: install-ps-recursive
 
1847
 
 
1848
install-ps-am:
 
1849
 
 
1850
installcheck-am:
 
1851
 
 
1852
maintainer-clean: maintainer-clean-recursive
 
1853
        -rm -rf ./$(DEPDIR)
 
1854
        -rm -f Makefile
 
1855
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1856
 
 
1857
mostlyclean: mostlyclean-recursive
 
1858
 
 
1859
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1860
        mostlyclean-libtool
 
1861
 
 
1862
pdf: pdf-recursive
 
1863
 
 
1864
pdf-am:
 
1865
 
 
1866
ps: ps-recursive
 
1867
 
 
1868
ps-am:
 
1869
 
 
1870
uninstall-am: uninstall-binPROGRAMS uninstall-desktopfilesDATA \
 
1871
        uninstall-libLTLIBRARIES uninstall-libmetacityincludeHEADERS \
 
1872
        uninstall-pkgconfigDATA uninstall-schemaDATA \
 
1873
        uninstall-wmpropertiesDATA uninstall-xmlDATA
 
1874
 
 
1875
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
1876
        ctags-recursive install install-am install-strip \
 
1877
        tags-recursive
 
1878
 
 
1879
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1880
        all all-am check check-am clean clean-binPROGRAMS \
 
1881
        clean-generic clean-libLTLIBRARIES clean-libtool \
 
1882
        clean-noinstPROGRAMS ctags ctags-recursive distclean \
 
1883
        distclean-compile distclean-generic distclean-libtool \
 
1884
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1885
        install install-am install-binPROGRAMS install-data \
 
1886
        install-data-am install-data-local install-desktopfilesDATA \
 
1887
        install-dvi install-dvi-am install-exec install-exec-am \
 
1888
        install-html install-html-am install-info install-info-am \
 
1889
        install-libLTLIBRARIES install-libmetacityincludeHEADERS \
 
1890
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
 
1891
        install-ps install-ps-am install-schemaDATA install-strip \
 
1892
        install-wmpropertiesDATA install-xmlDATA installcheck \
 
1893
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1894
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1895
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1896
        tags tags-recursive uninstall uninstall-am \
 
1897
        uninstall-binPROGRAMS uninstall-desktopfilesDATA \
 
1898
        uninstall-libLTLIBRARIES uninstall-libmetacityincludeHEADERS \
 
1899
        uninstall-pkgconfigDATA uninstall-schemaDATA \
 
1900
        uninstall-wmpropertiesDATA uninstall-xmlDATA
 
1901
 
 
1902
metacity.schemas.in: schema_bindings ${srcdir}/metacity.schemas.in.in
 
1903
        @echo Generating keybinding schemas... ${srcdir}/metacity.schemas.in.in
 
1904
        ${builddir}/schema_bindings ${srcdir}/metacity.schemas.in.in ${builddir}/metacity.schemas.in
 
1905
 
 
1906
@INTLTOOL_DESKTOP_RULE@
 
1907
 
 
1908
@INTLTOOL_XML_NOMERGE_RULE@
 
1909
 
 
1910
@INTLTOOL_SCHEMAS_RULE@
 
1911
 
 
1912
@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
 
1913
@GCONF_SCHEMAS_INSTALL_TRUE@    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
 
1914
@GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
 
1915
 
 
1916
inlinepixbufs.h: $(IMAGES)
 
1917
        $(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
 
1918
 
 
1919
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1920
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1921
.NOEXPORT: