Merge lp:~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806 into lp:ubuntu/oneiric/mutter

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806
Merge into: lp:ubuntu/oneiric/mutter
Diff against target: 3045 lines (+2995/-0) (has conflicts)
8 files modified
.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/01_Wcast-align.patch/configure.in (+558/-0)
.pc/03_link_gles2.patch/src/Makefile.am (+355/-0)
.pc/03_link_gles2.patch/src/Makefile.in (+1963/-0)
.pc/applied-patches (+2/-0)
src/compositor/meta-background-actor-private.h (+15/-0)
src/wm-tester/test-attached.c (+100/-0)
Conflict adding file .pc/01_Wcast-align.patch.  Moved existing file to .pc/01_Wcast-align.patch.moved.
Conflict adding file .pc/03_link_gles2.patch.  Moved existing file to .pc/03_link_gles2.patch.moved.
Conflict adding file .pc/applied-patches.  Moved existing file to .pc/applied-patches.moved.
Conflict adding file src/compositor/meta-background-actor-private.h.  Moved existing file to src/compositor/meta-background-actor-private.h.moved.
Conflict adding file src/wm-tester/test-attached.c.  Moved existing file to src/wm-tester/test-attached.c.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Disapprove
Ubuntu branches Pending
Review via email: mp+74356@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archve and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/oneiric/mutter reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

usual quilt 3 conflict

review: Disapprove

Unmerged revisions

29. By Martin Pitt

releasing version 3.1.90.1-0ubuntu1

28. By Martin Pitt

* New upstream release.
* debian/libmutter0.symbols: Updated
* debian/watch: Correctly watch unstable

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file '.pc/.quilt_patches'
--- .pc/.quilt_patches 1970-01-01 00:00:00 +0000
+++ .pc/.quilt_patches 2011-09-07 08:11:27 +0000
@@ -0,0 +1,1 @@
1debian/patches
02
=== added file '.pc/.quilt_series'
--- .pc/.quilt_series 1970-01-01 00:00:00 +0000
+++ .pc/.quilt_series 2011-09-07 08:11:27 +0000
@@ -0,0 +1,1 @@
1series
02
=== added directory '.pc/01_Wcast-align.patch'
=== renamed directory '.pc/01_Wcast-align.patch' => '.pc/01_Wcast-align.patch.moved'
=== added file '.pc/01_Wcast-align.patch/.timestamp'
=== added file '.pc/01_Wcast-align.patch/configure.in'
--- .pc/01_Wcast-align.patch/configure.in 1970-01-01 00:00:00 +0000
+++ .pc/01_Wcast-align.patch/configure.in 2011-09-07 08:11:27 +0000
@@ -0,0 +1,558 @@
1AC_PREREQ(2.50)
2
3m4_define([mutter_major_version], [3])
4m4_define([mutter_minor_version], [1])
5m4_define([mutter_micro_version], [90.1])
6
7m4_define([mutter_version],
8 [mutter_major_version.mutter_minor_version.mutter_micro_version])
9
10m4_define([mutter_plugin_api_version], [3])
11
12AC_INIT([mutter], [mutter_version],
13 [http://bugzilla.gnome.org/enter_bug.cgi?product=mutter])
14
15AC_CONFIG_SRCDIR(src/core/display.c)
16AC_CONFIG_HEADERS(config.h)
17
18AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
19m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
20AM_MAINTAINER_MODE
21
22MUTTER_MAJOR_VERSION=mutter_major_version
23MUTTER_MINOR_VERSION=mutter_minor_version
24MUTTER_MICRO_VERSION=mutter_micro_version
25MUTTER_PLUGIN_API_VERSION=mutter_plugin_api_version
26AC_SUBST(MUTTER_MAJOR_VERSION)
27AC_SUBST(MUTTER_MINOR_VERSION)
28AC_SUBST(MUTTER_MICRO_VERSION)
29AC_SUBST(MUTTER_PLUGIN_API_VERSION)
30
31MUTTER_PLUGIN_DIR="$libdir/$PACKAGE/plugins"
32AC_SUBST(MUTTER_PLUGIN_DIR)
33
34# Honor aclocal flags
35AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
36
37GETTEXT_PACKAGE=mutter
38AC_SUBST(GETTEXT_PACKAGE)
39AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
40
41IT_PROG_INTLTOOL([0.34.90])
42AC_PROG_CC
43AC_ISC_POSIX
44AC_HEADER_STDC
45AC_LIBTOOL_WIN32_DLL
46AM_PROG_LIBTOOL
47
48# Sets GLIB_GENMARSHAL and GLIB_MKENUMS
49AM_PATH_GLIB_2_0()
50
51#### Integer sizes
52
53AC_CHECK_SIZEOF(char)
54AC_CHECK_SIZEOF(short)
55AC_CHECK_SIZEOF(long)
56AC_CHECK_SIZEOF(int)
57AC_CHECK_SIZEOF(void *)
58AC_CHECK_SIZEOF(long long)
59AC_CHECK_SIZEOF(__int64)
60
61## byte order
62AC_C_BIGENDIAN
63
64GTK_MIN_VERSION=2.91.7
65CANBERRA_GTK=libcanberra-gtk3
66CANBERRA_GTK_VERSION=0.26
67
68MUTTER_PC_MODULES="gtk+-3.0 >= $GTK_MIN_VERSION pango >= 1.2.0 cairo >= 1.10.0"
69
70AC_ARG_ENABLE(gconf,
71 AC_HELP_STRING([--disable-gconf],
72 [disable gconf usage, for embedded/size-sensitive non-GNOME builds]),,
73 enable_gconf=yes)
74
75if test x$enable_gconf = xyes; then
76 AC_DEFINE(HAVE_GCONF,1,[Build with gconf support])
77 MUTTER_PC_MODULES="$MUTTER_PC_MODULES gconf-2.0 >= 1.2.0"
78fi
79
80AC_ARG_ENABLE(verbose-mode,
81 AC_HELP_STRING([--disable-verbose-mode],
82 [disable mutter's ability to do verbose logging, for embedded/size-sensitive custom builds]),,
83 enable_verbose_mode=yes)
84
85if test x$enable_verbose_mode = xyes; then
86 AC_DEFINE(WITH_VERBOSE_MODE,1,[Build with verbose mode support])
87fi
88
89AC_ARG_ENABLE(sm,
90 AC_HELP_STRING([--disable-sm],
91 [disable mutter's session management support, for embedded/size-sensitive custom non-GNOME builds]),,
92 enable_sm=auto)
93
94AC_ARG_ENABLE(startup-notification,
95 AC_HELP_STRING([--disable-startup-notification],
96 [disable mutter's startup notification support, for embedded/size-sensitive custom non-GNOME builds]),,
97 enable_startup_notification=auto)
98
99AC_ARG_WITH(libcanberra,
100 AC_HELP_STRING([--without-libcanberra],
101 [disable the use of libcanberra for playing sounds]),,
102 with_libcanberra=auto)
103
104AC_ARG_ENABLE(xsync,
105 AC_HELP_STRING([--disable-xsync],
106 [disable mutter's use of the XSync extension]),,
107 enable_xsync=auto)
108
109AC_ARG_ENABLE(shape,
110 AC_HELP_STRING([--disable-shape],
111 [disable mutter's use of the shaped window extension]),,
112 enable_shape=auto)
113
114## try definining HAVE_BACKTRACE
115AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
116
117AM_GLIB_GNU_GETTEXT
118
119## here we get the flags we'll actually use
120# GRegex requires Glib-2.14.0
121PKG_CHECK_MODULES(ALL, glib-2.0 >= 2.14.0)
122# gtk_window_set_icon_name requires gtk2+-2.6.0
123PKG_CHECK_MODULES(MUTTER_MESSAGE, gtk+-3.0 >= $GTK_MIN_VERSION)
124PKG_CHECK_MODULES(MUTTER_WINDOW_DEMO, gtk+-3.0 >= $GTK_MIN_VERSION)
125
126# Unconditionally use this dir to avoid a circular dep with gnomecc
127GNOME_KEYBINDINGS_KEYSDIR="${datadir}/gnome-control-center/keybindings"
128AC_SUBST(GNOME_KEYBINDINGS_KEYSDIR)
129
130STARTUP_NOTIFICATION_VERSION=0.7
131AC_MSG_CHECKING([Startup notification library >= $STARTUP_NOTIFICATION_VERSION])
132if $PKG_CONFIG --atleast-version $STARTUP_NOTIFICATION_VERSION libstartup-notification-1.0; then
133 have_startup_notification=yes
134else
135 have_startup_notification=no
136fi
137AC_MSG_RESULT($have_startup_notification)
138
139if test x$enable_startup_notification = xyes; then
140 have_startup_notification=yes
141 echo "startup-notification support forced on"
142elif test x$enable_startup_notification = xauto; then
143 true
144else
145 have_startup_notification=no
146fi
147
148if test x$have_startup_notification = xyes; then
149 echo "Building with libstartup-notification"
150 MUTTER_PC_MODULES="$MUTTER_PC_MODULES libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION"
151 AC_DEFINE(HAVE_STARTUP_NOTIFICATION, , [Building with startup notification support])
152else
153 echo "Building without libstartup-notification"
154fi
155
156have_libcanberra=no
157AC_MSG_CHECKING([libcanberra-gtk])
158if test x$with_libcanberra = xno ; then
159 AC_MSG_RESULT([disabled])
160else
161 if $PKG_CONFIG --exists $CANBERRA_GTK '>=' $CANBERRA_GTK_VERSION; then
162 have_libcanberra=yes
163 AC_MSG_RESULT(yes)
164 MUTTER_PC_MODULES="$MUTTER_PC_MODULES $CANBERRA_GTK"
165 AC_DEFINE([HAVE_LIBCANBERRA], 1, [Building with libcanberra for playing sounds])
166 else
167 AC_MSG_RESULT(no)
168 if test x$with_libcanberra = xyes ; then
169 AC_MSG_ERROR([libcanberra forced and libcanberra-gtk was not found])
170 fi
171 fi
172fi
173
174XCOMPOSITE_VERSION=0.2
175
176AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION])
177if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then
178 MUTTER_PC_MODULES="$MUTTER_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage"
179 AC_DEFINE(HAVE_COMPOSITE_EXTENSIONS, 1, [Building with compositing manager support])
180 echo "Building with compositing manager"
181
182 ## force on render also
183 have_xrender=yes
184else
185 AC_MSG_ERROR([no. Mutter requires the Xcomposite extension to build.])
186fi
187
188CLUTTER_VERSION=1.7.5
189CLUTTER_PACKAGE=clutter-1.0
190AC_SUBST(CLUTTER_PACKAGE)
191if $PKG_CONFIG --atleast-version $CLUTTER_VERSION $CLUTTER_PACKAGE ; then
192 MUTTER_PC_MODULES="$MUTTER_PC_MODULES $CLUTTER_PACKAGE "
193 PKG_CHECK_MODULES(CLUTTER, $CLUTTER_PACKAGE)
194 AC_DEFINE(WITH_CLUTTER, , [Building with Clutter compositor])
195else
196 AC_MSG_ERROR([no. Mutter requires Clutter version $CLUTTER_VERSION.])
197fi
198
199INTROSPECTION_VERSION=0.9.5
200GOBJECT_INTROSPECTION_CHECK([$INTROSPECTION_VERSION])
201
202if test x$found_introspection != xno; then
203 AC_DEFINE(HAVE_INTROSPECTION, 1, [Define if GObject introspection is available])
204 MUTTER_PC_MODULES="$MUTTER_PC_MODULES gobject-introspection-1.0"
205 # Since we don't make any guarantees about stability and we don't support
206 # parallel install, there's no real reason to change directories, filenames,
207 # etc. as we change the Mutter tarball version. Note that this must match
208 # api_version in src/Makefile.am
209 META_GIR=Meta_3_0_gir
210 # META_GIR=[Meta_]mutter_major_version[_]mutter_minor_version[_gir]
211 AC_SUBST(META_GIR)
212fi
213
214AC_MSG_CHECKING([Xcursor])
215if $PKG_CONFIG xcursor; then
216 have_xcursor=yes
217 else
218 have_xcursor=no
219 fi
220 AC_MSG_RESULT($have_xcursor)
221
222if test x$have_xcursor = xyes; then
223 echo "Building with Xcursor"
224 MUTTER_PC_MODULES="$MUTTER_PC_MODULES xcursor"
225 AC_DEFINE(HAVE_XCURSOR, , [Building with Xcursor support])
226fi
227
228PKG_CHECK_MODULES(MUTTER, $MUTTER_PC_MODULES)
229
230AC_PATH_XTRA
231
232ALL_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
233
234# Check for Xinerama extension (Solaris impl or Xfree impl)
235mutter_save_cppflags="$CPPFLAGS"
236CPPFLAGS="$CPPFLAGS $X_CFLAGS"
237
238AC_ARG_ENABLE(xinerama,
239 AC_HELP_STRING([--disable-xinerama],
240 [disable mutter's use of the Xinerama extension]),
241 try_xinerama=$enable_xinerama,try_xinerama=yes)
242
243use_solaris_xinerama=no
244use_xfree_xinerama=no
245if test "${try_xinerama}" != no; then
246 case "$host" in
247 *-*-solaris*)
248 # Check for solaris
249 use_solaris_xinerama=yes
250 AC_CHECK_LIB(Xext, XineramaGetInfo,
251 use_solaris_xinerama=yes, use_solaris_xinerama=no,
252 $ALL_X_LIBS)
253 if test "x$use_solaris_xinerama" = "xyes"; then
254 AC_CHECK_HEADER(X11/extensions/xinerama.h,
255 if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
256 X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
257 fi
258 AC_DEFINE(HAVE_SOLARIS_XINERAMA, , [Have Solaris-style Xinerama])
259 AC_DEFINE(HAVE_XINERAMA, , [Have some version of Xinerama]),
260 use_solaris_xinerama=no,
261 [#include <X11/Xlib.h>])
262 fi
263 AC_MSG_CHECKING(for Xinerama support on Solaris)
264 AC_MSG_RESULT($use_solaris_xinerama);
265 ;;
266 *)
267 # Check for XFree
268 use_xfree_xinerama=yes
269 AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
270 [AC_CHECK_HEADER(X11/extensions/Xinerama.h,
271 X_EXTRA_LIBS="-lXinerama $X_EXTRA_LIBS"
272 if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
273 X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
274 fi
275 AC_DEFINE(HAVE_XFREE_XINERAMA, , [Have XFree86-style Xinerama])
276 AC_DEFINE(HAVE_XINERAMA,, [Have some version of Xinerama]),
277 use_xfree_xinerama=no,
278 [#include <X11/Xlib.h>])],
279 use_xfree_xinerama=no, -lXext $ALL_X_LIBS)
280 AC_MSG_CHECKING(for Xinerama support on XFree86)
281 AC_MSG_RESULT($use_xfree_xinerama);
282 ;;
283 esac
284fi
285
286CPPFLAGS="$mutter_save_cppflags"
287
288SHAPE_LIBS=
289found_shape=no
290AC_CHECK_LIB(Xext, XShapeQueryExtension,
291 [AC_CHECK_HEADER(X11/extensions/shape.h,
292 SHAPE_LIBS=-lXext found_shape=yes)],
293 , $ALL_X_LIBS)
294
295if test x$enable_shape = xno; then
296 found_shape=no
297fi
298
299if test x$enable_shape = xyes; then
300 if test "$found_shape" = "no"; then
301 AC_MSG_ERROR([--enable-shape forced and Shape not found])
302 exit 1
303 fi
304fi
305
306if test "x$found_shape" = "xyes"; then
307 AC_DEFINE(HAVE_SHAPE, , [Have the shape extension library])
308fi
309
310found_xkb=no
311AC_CHECK_LIB(X11, XkbQueryExtension,
312 [AC_CHECK_HEADER(X11/XKBlib.h,
313 found_xkb=yes)],
314 , $ALL_X_LIBS)
315
316if test "x$found_xkb" = "xyes"; then
317 AC_DEFINE(HAVE_XKB, , [Have keyboard extension library])
318fi
319
320
321RANDR_LIBS=
322found_randr=no
323AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
324 [AC_CHECK_HEADER(X11/extensions/Xrandr.h,
325 RANDR_LIBS=-lXrandr found_randr=yes,,
326 [#include <X11/Xlib.h>])],
327 , -lXrender -lXext $ALL_X_LIBS)
328
329if test "x$found_randr" = "xyes"; then
330 AC_DEFINE(HAVE_RANDR, , [Have the Xrandr extension library])
331fi
332
333XSYNC_LIBS=
334found_xsync=no
335AC_CHECK_LIB(Xext, XSyncQueryExtension,
336 [AC_CHECK_HEADER(X11/extensions/sync.h,
337 found_xsync=yes,,
338 [#include <X11/Xlib.h>])],
339 , $ALL_X_LIBS)
340
341if test x$enable_xsync = xno; then
342 found_xsync=no
343fi
344
345if test x$enable_xsync = xyes; then
346 if test "$found_xsync" = "no"; then
347 AC_MSG_ERROR([--enable-xsync forced and XSync not found])
348 exit 1
349 fi
350fi
351
352if test "x$found_xsync" = "xyes"; then
353 XSYNC_LIBS=-lXext
354 AC_DEFINE(HAVE_XSYNC, , [Have the Xsync extension library])
355fi
356
357MUTTER_LIBS="$MUTTER_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
358MUTTER_MESSAGE_LIBS="$MUTTER_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
359MUTTER_WINDOW_DEMO_LIBS="$MUTTER_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
360MUTTER_PROPS_LIBS="$MUTTER_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
361
362found_sm=no
363case "$MUTTER_LIBS" in
364 *-lSM*)
365 found_sm=yes
366 ;;
367 *)
368 AC_CHECK_LIB(SM, SmcSaveYourselfDone,
369 [AC_CHECK_HEADERS(X11/SM/SMlib.h,
370 MUTTER_LIBS="-lSM -lICE $MUTTER_LIBS" found_sm=yes)],
371 , $MUTTER_LIBS)
372 ;;
373esac
374
375if test x$enable_sm = xno; then
376 found_sm=no
377fi
378
379if test x$enable_sm = xyes; then
380 if test "$found_sm" = "no"; then
381 AC_MSG_ERROR([--enable-sm forced and -lSM not found])
382 exit 1
383 fi
384fi
385
386if test "$found_sm" = "yes"; then
387 AC_DEFINE(HAVE_SM, , [Building with SM support])
388fi
389
390AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes")
391
392HOST_ALIAS=$host_alias
393AC_SUBST(HOST_ALIAS)
394
395AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource, no)
396
397if test x"$GDK_PIXBUF_CSOURCE" = xno; then
398 AC_MSG_ERROR([gdk-pixbuf-csource executable not found in your path - should be installed with GTK])
399fi
400
401AC_SUBST(GDK_PIXBUF_CSOURCE)
402
403if test x$enable_gconf = xyes; then
404 AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
405 if test x"$GCONFTOOL" = xno; then
406 AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
407 fi
408
409 AM_GCONF_SOURCE_2
410else
411 GCONF_SCHEMAS_INSTALL_TRUE='#'
412 GCONF_SCHEMAS_INSTALL_FALSE=
413fi
414
415AC_PATH_PROG(ZENITY, zenity, no)
416if test x"$ZENITY" = xno; then
417 AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
418fi
419
420AC_ARG_ENABLE(debug,
421 [ --enable-debug enable debugging],,
422 enable_debug=no)
423if test "x$enable_debug" = "xyes"; then
424 CFLAGS="$CFLAGS -g -O"
425fi
426
427# For fix-meta-rectangle.py
428AM_PATH_PYTHON([2.5])
429
430# Use gnome-doc-utils:
431GNOME_DOC_INIT([0.8.0])
432
433#### Warnings (last since -Werror can disturb other tests)
434
435# Stay command-line compatible with the gnome-common configure option. Here
436# minimum/yes/maximum are the same, however.
437AC_ARG_ENABLE(compile_warnings,
438 AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],[Turn on compiler warnings]),,
439 enable_compile_warnings=error)
440
441changequote(,)dnl
442if test "$enable_compile_warnings" != no ; then
443 if test "x$GCC" = "xyes"; then
444 case " $CFLAGS " in
445 *[\ \ ]-Wall[\ \ ]*) ;;
446 *) CFLAGS="$CFLAGS -Wall" ;;
447 esac
448
449# case " $CFLAGS " in
450# *[\ \ ]-Wshadow[\ \ ]*) ;;
451# *) CFLAGS="$CFLAGS -Wshadow" ;;
452# esac
453
454 case " $CFLAGS " in
455 *[\ \ ]-Wchar-subscripts[\ \ ]*) ;;
456 *) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
457 esac
458
459 case " $CFLAGS " in
460 *[\ \ ]-Wmissing-declarations[\ \ ]*) ;;
461 *) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
462 esac
463
464 case " $CFLAGS " in
465 *[\ \ ]-Wmissing-prototypes[\ \ ]*) ;;
466 *) CFLAGS="$CFLAGS -Wmissing-prototypes" ;;
467 esac
468
469 case " $CFLAGS " in
470 *[\ \ ]-Wnested-externs[\ \ ]*) ;;
471 *) CFLAGS="$CFLAGS -Wnested-externs" ;;
472 esac
473
474 case " $CFLAGS " in
475 *[\ \ ]-Wpointer-arith[\ \ ]*) ;;
476 *) CFLAGS="$CFLAGS -Wpointer-arith" ;;
477 esac
478
479 case " $CFLAGS " in
480 *[\ \ ]-Wcast-align[\ \ ]*) ;;
481 *) CFLAGS="$CFLAGS -Wcast-align" ;;
482 esac
483
484 case " $CFLAGS " in
485 *[\ \ ]-Wsign-compare[\ \ ]*) ;;
486 *) CFLAGS="$CFLAGS -Wsign-compare" ;;
487 esac
488
489 if test "$enable_compile_warnings" = error; then
490 case " $CFLAGS " in
491 *[\ \ ]-Werror[\ \ ]*) ;;
492 *) CFLAGS="$CFLAGS -Werror" ;;
493 esac
494 fi
495 fi
496fi
497changequote([,])dnl
498
499AC_CONFIG_FILES([
500Makefile
501doc/Makefile
502doc/man/Makefile
503src/Makefile
504src/wm-tester/Makefile
505src/libmutter.pc
506src/mutter-plugins.pc
507src/tools/Makefile
508src/compositor/plugins/Makefile
509po/Makefile.in
510])
511
512AC_OUTPUT
513
514if test x$enable_gconf = xno; then
515 echo "*** WARNING WARNING WARNING WARNING WARNING"
516 echo "*** Building without GConf. This means there's no"
517 echo "*** way to change prefs except hacking source code."
518 echo "*** This is intended for embedded systems etc., not for normal use."
519fi
520
521if test x$enable_verbose_mode = xno; then
522 echo "*** WARNING WARNING WARNING WARNING WARNING"
523 echo "*** Building without verbose mode"
524 echo "*** This means there's no way to debug mutter problems."
525 echo "*** Please build normal desktop versions of mutter"
526 echo "*** with verbose mode enabled so users can use it when they report bugs."
527fi
528
529dnl ==========================================================================
530echo "
531mutter-$VERSION
532
533 prefix: ${prefix}
534 source code location: ${srcdir}
535 compiler: ${CC}
536
537 GConf: ${enable_gconf}
538 XFree86 Xinerama: ${use_xfree_xinerama}
539 Solaris Xinerama: ${use_solaris_xinerama}
540 Startup notification: ${have_startup_notification}
541 libcanberra: ${have_libcanberra}
542 Introspection: ${found_introspection}
543 Session management: ${found_sm}
544 Shape extension: ${found_shape}
545 Xsync: ${found_xsync}
546 Xcursor: ${have_xcursor}
547"
548
549
550MUTTER_MINOR_VERSION=mutter_minor_version
551if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
552 stable_version=`expr $MUTTER_MINOR_VERSION - 1`
553 echo "This is the UNSTABLE branch of mutter"
554 echo -n "Use 2.$stable_version.x for stable "
555 echo "(gnome-2-$stable_version branch in git)"
556else
557 echo "This is the stable branch of mutter"
558fi
0559
=== added directory '.pc/03_link_gles2.patch'
=== renamed directory '.pc/03_link_gles2.patch' => '.pc/03_link_gles2.patch.moved'
=== added file '.pc/03_link_gles2.patch/.timestamp'
=== added directory '.pc/03_link_gles2.patch/src'
=== added file '.pc/03_link_gles2.patch/src/Makefile.am'
--- .pc/03_link_gles2.patch/src/Makefile.am 1970-01-01 00:00:00 +0000
+++ .pc/03_link_gles2.patch/src/Makefile.am 2011-09-07 08:11:27 +0000
@@ -0,0 +1,355 @@
1# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
2.AUTOPARALLEL:
3
4lib_LTLIBRARIES = libmutter.la
5
6SUBDIRS=wm-tester tools compositor/plugins
7
8INCLUDES= \
9 $(MUTTER_CFLAGS) \
10 -I$(srcdir) \
11 -I$(srcdir)/core \
12 -I$(srcdir)/ui \
13 -I$(srcdir)/compositor \
14 -DMUTTER_LIBEXECDIR=\"$(libexecdir)\" \
15 -DHOST_ALIAS=\"@HOST_ALIAS@\" \
16 -DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" \
17 -DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" \
18 -DMUTTER_DATADIR=\"$(datadir)\" \
19 -DG_LOG_DOMAIN=\"mutter\" \
20 -DSN_API_NOT_YET_FROZEN=1 \
21 -DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) \
22 -DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) \
23 -DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) \
24 -DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) \
25 -DMUTTER_PKGLIBDIR=\"$(pkglibdir)\" \
26 -DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\" \
27 -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\"
28
29mutter_built_sources = \
30 mutter-marshal.h \
31 mutter-marshal.c \
32 mutter-enum-types.h \
33 mutter-enum-types.c
34
35libmutter_la_SOURCES = \
36 core/async-getprop.c \
37 core/async-getprop.h \
38 core/bell.c \
39 core/bell.h \
40 core/boxes.c \
41 core/boxes-private.h \
42 meta/boxes.h \
43 compositor/cogl-utils.c \
44 compositor/cogl-utils.h \
45 compositor/compositor.c \
46 compositor/compositor-private.h \
47 compositor/meta-background-actor.c \
48 compositor/meta-background-actor-private.h \
49 compositor/meta-module.c \
50 compositor/meta-module.h \
51 compositor/meta-plugin.c \
52 compositor/meta-plugin-manager.c \
53 compositor/meta-plugin-manager.h \
54 compositor/meta-shadow-factory.c \
55 compositor/meta-shadow-factory-private.h \
56 compositor/meta-shaped-texture.c \
57 compositor/meta-shaped-texture.h \
58 compositor/meta-texture-rectangle.c \
59 compositor/meta-texture-rectangle.h \
60 compositor/meta-texture-tower.c \
61 compositor/meta-texture-tower.h \
62 compositor/meta-window-actor.c \
63 compositor/meta-window-actor-private.h \
64 compositor/meta-window-group.c \
65 compositor/meta-window-group.h \
66 compositor/meta-window-shape.c \
67 compositor/meta-window-shape.h \
68 compositor/region-utils.c \
69 compositor/region-utils.h \
70 meta/compositor.h \
71 meta/meta-background-actor.h \
72 meta/meta-plugin.h \
73 meta/meta-shadow-factory.h \
74 meta/meta-window-actor.h \
75 meta/compositor-mutter.h \
76 core/above-tab-keycode.c \
77 core/constraints.c \
78 core/constraints.h \
79 core/core.c \
80 core/delete.c \
81 core/display.c \
82 core/display-private.h \
83 meta/display.h \
84 ui/draw-workspace.c \
85 ui/draw-workspace.h \
86 core/edge-resistance.c \
87 core/edge-resistance.h \
88 core/errors.c \
89 meta/errors.h \
90 core/eventqueue.c \
91 core/eventqueue.h \
92 core/frame.c \
93 core/frame.h \
94 ui/gradient.c \
95 meta/gradient.h \
96 core/group-private.h \
97 core/group-props.c \
98 core/group-props.h \
99 core/group.c \
100 meta/group.h \
101 core/iconcache.c \
102 core/iconcache.h \
103 core/keybindings.c \
104 core/keybindings-private.h \
105 core/main.c \
106 core/mutter-Xatomtype.h \
107 core/place.c \
108 core/place.h \
109 core/prefs.c \
110 meta/prefs.h \
111 core/screen.c \
112 core/screen-private.h \
113 meta/screen.h \
114 meta/types.h \
115 core/session.c \
116 core/session.h \
117 core/stack.c \
118 core/stack.h \
119 core/stack-tracker.c \
120 core/stack-tracker.h \
121 core/util.c \
122 meta/util.h \
123 core/window-props.c \
124 core/window-props.h \
125 core/window.c \
126 core/window-private.h \
127 meta/window.h \
128 core/workspace.c \
129 core/workspace-private.h \
130 core/xprops.c \
131 core/xprops.h \
132 meta/common.h \
133 core/core.h \
134 ui/ui.h \
135 inlinepixbufs.h \
136 ui/fixedtip.c \
137 ui/fixedtip.h \
138 ui/frames.c \
139 ui/frames.h \
140 ui/menu.c \
141 ui/menu.h \
142 ui/metaaccellabel.c \
143 ui/metaaccellabel.h \
144 ui/resizepopup.c \
145 ui/resizepopup.h \
146 ui/tabpopup.c \
147 ui/tabpopup.h \
148 ui/tile-preview.c \
149 ui/tile-preview.h \
150 ui/theme-parser.c \
151 ui/theme.c \
152 meta/theme.h \
153 ui/theme-private.h \
154 ui/ui.c \
155 core/all-keybindings.h \
156 meta/preview-widget.h \
157 ui/preview-widget.c \
158 $(mutter_built_sources)
159
160libmutter_la_LDFLAGS = -no-undefined
161libmutter_la_LIBADD = $(MUTTER_LIBS)
162
163# Headers installed for plugins; introspected information will
164# be extracted into Mutter-<version>.gir
165libmutterinclude_base_headers = \
166 meta/boxes.h \
167 meta/common.h \
168 meta/compositor-mutter.h \
169 meta/compositor.h \
170 meta/display.h \
171 meta/errors.h \
172 meta/gradient.h \
173 meta/group.h \
174 meta/keybindings.h \
175 meta/main.h \
176 meta/meta-background-actor.h \
177 meta/meta-plugin.h \
178 meta/meta-shadow-factory.h \
179 meta/meta-window-actor.h \
180 meta/prefs.h \
181 meta/screen.h \
182 meta/theme.h \
183 meta/types.h \
184 meta/util.h \
185 meta/window.h \
186 meta/workspace.h
187
188# Excluded from scanning for introspection but installed
189# atomnames.h: macros cause problems for scanning process
190libmutterinclude_extra_headers = \
191 meta/preview-widget.h \
192 meta/atomnames.h
193
194libmutterincludedir = $(includedir)/mutter/meta
195
196libmutterinclude_HEADERS = \
197 $(libmutterinclude_base_headers) \
198 $(libmutterinclude_extra_headers)
199
200mutter_theme_viewer_SOURCES= \
201 ui/theme-viewer.c
202
203bin_PROGRAMS=mutter mutter-theme-viewer
204
205mutter_SOURCES = core/mutter.c
206mutter_LDADD = $(MUTTER_LIBS) libmutter.la
207
208if HAVE_INTROSPECTION
209include $(INTROSPECTION_MAKEFILE)
210
211# Since we don't make any guarantees about stability and we don't support
212# parallel install, there's no real reason to change directories, filenames,
213# etc. as we change the Mutter tarball version.
214#api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
215api_version = 3.0
216
217# These files are in package-private directories, even though they may be used
218# by plugins. If you're writing a plugin, use g-ir-compiler --add-include-path
219# and g-ir-compiler --includedir.
220girdir = $(pkglibdir)
221gir_DATA = Meta-$(api_version).gir
222
223typelibdir = $(pkglibdir)
224typelib_DATA = Meta-$(api_version).typelib
225
226INTROSPECTION_GIRS = Meta-$(api_version).gir
227
228Meta-$(api_version).gir: libmutter.la
229@META_GIR@_INCLUDES = GObject-2.0 Gdk-3.0 Gtk-3.0 Clutter-1.0 xlib-2.0 xfixes-4.0
230@META_GIR@_PACKAGES = clutter-1.0 gtk+-3.0
231@META_GIR@_CFLAGS = $(INCLUDES)
232@META_GIR@_LIBS = libmutter.la
233@META_GIR@_FILES = \
234 mutter-enum-types.h \
235 $(libmutterinclude_base_headers) \
236 $(filter %.c,$(libmutter_la_SOURCES))
237@META_GIR@_SCANNERFLAGS = --warn-all --warn-error
238
239endif
240
241mutter_theme_viewer_LDADD= $(MUTTER_LIBS) libmutter.la
242
243testboxes_SOURCES = core/testboxes.c
244testgradient_SOURCES = ui/testgradient.c
245testasyncgetprop_SOURCES = core/testasyncgetprop.c
246
247noinst_PROGRAMS=testboxes testgradient testasyncgetprop
248
249testboxes_LDADD = $(MUTTER_LIBS) libmutter.la
250testgradient_LDADD = $(MUTTER_LIBS) libmutter.la
251testasyncgetprop_LDADD = $(MUTTER_LIBS) libmutter.la
252
253@INTLTOOL_DESKTOP_RULE@
254
255desktopfilesdir=$(datadir)/applications
256desktopfiles_in_files=mutter.desktop.in
257desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop)
258desktopfiles_DATA = $(desktopfiles_files)
259
260wmpropertiesdir=$(datadir)/gnome/wm-properties
261wmproperties_in_files=mutter-wm.desktop.in
262wmproperties_files=$(wmproperties_in_files:.desktop.in=.desktop)
263wmproperties_DATA = $(wmproperties_files)
264
265schemadir = $(GCONF_SCHEMA_FILE_DIR)
266schema_in_files = mutter.schemas.in
267schema_DATA = $(schema_in_files:.schemas.in=.schemas)
268
269@INTLTOOL_XML_NOMERGE_RULE@
270
271@INTLTOOL_SCHEMAS_RULE@
272
273if GCONF_SCHEMAS_INSTALL
274install-data-local:
275 GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
276else
277install-data-local:
278endif
279
280IMAGES=stock_maximize.png stock_minimize.png stock_delete.png
281VARIABLES=stock_maximize_data $(srcdir)/stock_maximize.png \
282 stock_minimize_data $(srcdir)/stock_minimize.png \
283 stock_delete_data $(srcdir)/stock_delete.png
284
285BUILT_SOURCES = inlinepixbufs.h
286CLEANFILES = \
287 inlinepixbufs.h \
288 mutter.desktop \
289 mutter-wm.desktop \
290 mutter.schemas \
291 $(mutter_built_sources) \
292 $(typelib_DATA) \
293 $(gir_DATA)
294
295inlinepixbufs.h: $(IMAGES)
296 $(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
297
298pkgconfigdir = $(libdir)/pkgconfig
299
300pkgconfig_DATA = libmutter.pc mutter-plugins.pc
301
302EXTRA_DIST=$(desktopfiles_files) \
303 $(wmproperties_files) \
304 $(IMAGES) \
305 $(desktopfiles_in_files) \
306 $(wmproperties_in_files) \
307 $(schema_in_files) \
308 libmutter.pc.in \
309 mutter-plugins.pc.in \
310 mutter-enum-types.h.in \
311 mutter-enum-types.c.in \
312 mutter-marshal.list
313
314BUILT_SOURCES += $(mutter_built_sources)
315MUTTER_STAMP_FILES = stamp-mutter-marshal.h stamp-mutter-enum-types.h
316CLEANFILES += $(MUTTER_STAMP_FILES)
317
318mutter-marshal.h: stamp-mutter-marshal.h
319 @true
320stamp-mutter-marshal.h: Makefile mutter-marshal.list
321 $(AM_V_GEN) $(GLIB_GENMARSHAL) \
322 --prefix=_mutter_marshal \
323 --header \
324 $(srcdir)/mutter-marshal.list > xgen-tmh && \
325 (cmp -s xgen-tmh mutter-marshal.h || cp -f xgen-tmh mutter-marshal.h) && \
326 rm -f xgen-tmh && \
327 echo timestamp > $(@F)
328
329mutter-marshal.c: Makefile mutter-marshal.list
330 $(AM_V_GEN) (echo "#include \"mutter-marshal.h\"" ; \
331 $(GLIB_GENMARSHAL) \
332 --prefix=_mutter_marshal \
333 --body \
334 $(srcdir)/mutter-marshal.list ) > xgen-tmc && \
335 cp -f xgen-tmc mutter-marshal.c && \
336 rm -f xgen-tmc
337
338mutter-enum-types.h: stamp-mutter-enum-types.h Makefile
339 @true
340stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.in
341 $(AM_V_GEN) ( cd $(srcdir) && \
342 $(GLIB_MKENUMS) \
343 --template mutter-enum-types.h.in \
344 $(libmutterinclude_base_headers) ) >> xgen-teth && \
345 (cmp -s xgen-teth mutter-enum-types.h || cp xgen-teth mutter-enum-types.h) && \
346 rm -f xgen-teth && \
347 echo timestamp > $(@F)
348
349mutter-enum-types.c: stamp-mutter-enum-types.h mutter-enum-types.c.in
350 $(AM_V_GEN) ( cd $(srcdir) && \
351 $(GLIB_MKENUMS) \
352 --template mutter-enum-types.c.in \
353 $(libmutterinclude_base_headers) ) >> xgen-tetc && \
354 cp xgen-tetc mutter-enum-types.c && \
355 rm -f xgen-tetc
0356
=== added file '.pc/03_link_gles2.patch/src/Makefile.in'
--- .pc/03_link_gles2.patch/src/Makefile.in 1970-01-01 00:00:00 +0000
+++ .pc/03_link_gles2.patch/src/Makefile.in 2011-09-07 08:11:27 +0000
@@ -0,0 +1,1963 @@
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkglibexecdir = $(libexecdir)/@PACKAGE@
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40bin_PROGRAMS = mutter$(EXEEXT) mutter-theme-viewer$(EXEEXT)
41noinst_PROGRAMS = testboxes$(EXEEXT) testgradient$(EXEEXT) \
42 testasyncgetprop$(EXEEXT)
43subdir = src
44DIST_COMMON = $(libmutterinclude_HEADERS) $(srcdir)/Makefile.am \
45 $(srcdir)/Makefile.in $(srcdir)/libmutter.pc.in \
46 $(srcdir)/mutter-plugins.pc.in
47ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48am__aclocal_m4_deps = $(top_srcdir)/configure.in
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52CONFIG_HEADER = $(top_builddir)/config.h
53CONFIG_CLEAN_FILES = libmutter.pc mutter-plugins.pc
54CONFIG_CLEAN_VPATH_FILES =
55am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56am__vpath_adj = case $$p in \
57 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58 *) f=$$p;; \
59 esac;
60am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61am__install_max = 40
62am__nobase_strip_setup = \
63 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64am__nobase_strip = \
65 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66am__nobase_list = $(am__nobase_strip_setup); \
67 for p in $$list; do echo "$$p $$p"; done | \
68 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70 if (++n[$$2] == $(am__install_max)) \
71 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72 END { for (dir in files) print dir, files[dir] }'
73am__base_list = \
74 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
77 "$(DESTDIR)$(desktopfilesdir)" "$(DESTDIR)$(girdir)" \
78 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(schemadir)" \
79 "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(wmpropertiesdir)" \
80 "$(DESTDIR)$(libmutterincludedir)"
81LTLIBRARIES = $(lib_LTLIBRARIES)
82am__DEPENDENCIES_1 =
83libmutter_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
84am__objects_1 = mutter-marshal.lo mutter-enum-types.lo
85am_libmutter_la_OBJECTS = async-getprop.lo bell.lo boxes.lo \
86 cogl-utils.lo compositor.lo meta-background-actor.lo \
87 meta-module.lo meta-plugin.lo meta-plugin-manager.lo \
88 meta-shadow-factory.lo meta-shaped-texture.lo \
89 meta-texture-rectangle.lo meta-texture-tower.lo \
90 meta-window-actor.lo meta-window-group.lo meta-window-shape.lo \
91 region-utils.lo above-tab-keycode.lo constraints.lo core.lo \
92 delete.lo display.lo draw-workspace.lo edge-resistance.lo \
93 errors.lo eventqueue.lo frame.lo gradient.lo group-props.lo \
94 group.lo iconcache.lo keybindings.lo main.lo place.lo prefs.lo \
95 screen.lo session.lo stack.lo stack-tracker.lo util.lo \
96 window-props.lo window.lo workspace.lo xprops.lo fixedtip.lo \
97 frames.lo menu.lo metaaccellabel.lo resizepopup.lo tabpopup.lo \
98 tile-preview.lo theme-parser.lo theme.lo ui.lo \
99 preview-widget.lo $(am__objects_1)
100libmutter_la_OBJECTS = $(am_libmutter_la_OBJECTS)
101AM_V_lt = $(am__v_lt_$(V))
102am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
103am__v_lt_0 = --silent
104libmutter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
105 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
106 $(libmutter_la_LDFLAGS) $(LDFLAGS) -o $@
107PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
108am_mutter_OBJECTS = mutter.$(OBJEXT)
109mutter_OBJECTS = $(am_mutter_OBJECTS)
110mutter_DEPENDENCIES = $(am__DEPENDENCIES_1) libmutter.la
111am_mutter_theme_viewer_OBJECTS = theme-viewer.$(OBJEXT)
112mutter_theme_viewer_OBJECTS = $(am_mutter_theme_viewer_OBJECTS)
113mutter_theme_viewer_DEPENDENCIES = $(am__DEPENDENCIES_1) libmutter.la
114am_testasyncgetprop_OBJECTS = testasyncgetprop.$(OBJEXT)
115testasyncgetprop_OBJECTS = $(am_testasyncgetprop_OBJECTS)
116testasyncgetprop_DEPENDENCIES = $(am__DEPENDENCIES_1) libmutter.la
117am_testboxes_OBJECTS = testboxes.$(OBJEXT)
118testboxes_OBJECTS = $(am_testboxes_OBJECTS)
119testboxes_DEPENDENCIES = $(am__DEPENDENCIES_1) libmutter.la
120am_testgradient_OBJECTS = testgradient.$(OBJEXT)
121testgradient_OBJECTS = $(am_testgradient_OBJECTS)
122testgradient_DEPENDENCIES = $(am__DEPENDENCIES_1) libmutter.la
123DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
124depcomp = $(SHELL) $(top_srcdir)/depcomp
125am__depfiles_maybe = depfiles
126am__mv = mv -f
127COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
131 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
132 $(AM_CFLAGS) $(CFLAGS)
133AM_V_CC = $(am__v_CC_$(V))
134am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
135am__v_CC_0 = @echo " CC " $@;
136AM_V_at = $(am__v_at_$(V))
137am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
138am__v_at_0 = @
139CCLD = $(CC)
140LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142 $(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CCLD = $(am__v_CCLD_$(V))
144am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
145am__v_CCLD_0 = @echo " CCLD " $@;
146AM_V_GEN = $(am__v_GEN_$(V))
147am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
148am__v_GEN_0 = @echo " GEN " $@;
149SOURCES = $(libmutter_la_SOURCES) $(mutter_SOURCES) \
150 $(mutter_theme_viewer_SOURCES) $(testasyncgetprop_SOURCES) \
151 $(testboxes_SOURCES) $(testgradient_SOURCES)
152DIST_SOURCES = $(libmutter_la_SOURCES) $(mutter_SOURCES) \
153 $(mutter_theme_viewer_SOURCES) $(testasyncgetprop_SOURCES) \
154 $(testboxes_SOURCES) $(testgradient_SOURCES)
155RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
156 html-recursive info-recursive install-data-recursive \
157 install-dvi-recursive install-exec-recursive \
158 install-html-recursive install-info-recursive \
159 install-pdf-recursive install-ps-recursive install-recursive \
160 installcheck-recursive installdirs-recursive pdf-recursive \
161 ps-recursive uninstall-recursive
162DATA = $(desktopfiles_DATA) $(gir_DATA) $(pkgconfig_DATA) \
163 $(schema_DATA) $(typelib_DATA) $(wmproperties_DATA)
164HEADERS = $(libmutterinclude_HEADERS)
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
166 distclean-recursive maintainer-clean-recursive
167AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
168 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
169 distdir
170ETAGS = etags
171CTAGS = ctags
172DIST_SUBDIRS = $(SUBDIRS)
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174am__relativize = \
175 dir0=`pwd`; \
176 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
177 sed_rest='s,^[^/]*/*,,'; \
178 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
179 sed_butlast='s,/*[^/]*$$,,'; \
180 while test -n "$$dir1"; do \
181 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
182 if test "$$first" != "."; then \
183 if test "$$first" = ".."; then \
184 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
185 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
186 else \
187 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
188 if test "$$first2" = "$$first"; then \
189 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
190 else \
191 dir2="../$$dir2"; \
192 fi; \
193 dir0="$$dir0"/"$$first"; \
194 fi; \
195 fi; \
196 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
197 done; \
198 reldir="$$dir2"
199ACLOCAL = @ACLOCAL@
200ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
201ALL_CFLAGS = @ALL_CFLAGS@
202ALL_LIBS = @ALL_LIBS@
203ALL_LINGUAS = @ALL_LINGUAS@
204AMTAR = @AMTAR@
205AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206AR = @AR@
207AS = @AS@
208AUTOCONF = @AUTOCONF@
209AUTOHEADER = @AUTOHEADER@
210AUTOMAKE = @AUTOMAKE@
211AWK = @AWK@
212CATALOGS = @CATALOGS@
213CATOBJEXT = @CATOBJEXT@
214CC = @CC@
215CCDEPMODE = @CCDEPMODE@
216CFLAGS = @CFLAGS@
217CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
218CLUTTER_LIBS = @CLUTTER_LIBS@
219CLUTTER_PACKAGE = @CLUTTER_PACKAGE@
220CPP = @CPP@
221CPPFLAGS = @CPPFLAGS@
222CYGPATH_W = @CYGPATH_W@
223DATADIRNAME = @DATADIRNAME@
224DEFS = @DEFS@
225DEPDIR = @DEPDIR@
226DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
227DLLTOOL = @DLLTOOL@
228DOC_USER_FORMATS = @DOC_USER_FORMATS@
229DSYMUTIL = @DSYMUTIL@
230DUMPBIN = @DUMPBIN@
231ECHO_C = @ECHO_C@
232ECHO_N = @ECHO_N@
233ECHO_T = @ECHO_T@
234EGREP = @EGREP@
235EXEEXT = @EXEEXT@
236FGREP = @FGREP@
237GCONFTOOL = @GCONFTOOL@
238GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
239GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
240GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
241GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
242GLIB_CFLAGS = @GLIB_CFLAGS@
243GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
244GLIB_LIBS = @GLIB_LIBS@
245GLIB_MKENUMS = @GLIB_MKENUMS@
246GMOFILES = @GMOFILES@
247GMSGFMT = @GMSGFMT@
248GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@
249GOBJECT_QUERY = @GOBJECT_QUERY@
250GREP = @GREP@
251HELP_DIR = @HELP_DIR@
252HOST_ALIAS = @HOST_ALIAS@
253INSTALL = @INSTALL@
254INSTALL_DATA = @INSTALL_DATA@
255INSTALL_PROGRAM = @INSTALL_PROGRAM@
256INSTALL_SCRIPT = @INSTALL_SCRIPT@
257INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258INSTOBJEXT = @INSTOBJEXT@
259INTLLIBS = @INTLLIBS@
260INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
261INTLTOOL_MERGE = @INTLTOOL_MERGE@
262INTLTOOL_PERL = @INTLTOOL_PERL@
263INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
264INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
265INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
266INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
267INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
268INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
269INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
270INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
271INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
272LD = @LD@
273LDFLAGS = @LDFLAGS@
274LIBOBJS = @LIBOBJS@
275LIBS = @LIBS@
276LIBTOOL = @LIBTOOL@
277LIPO = @LIPO@
278LN_S = @LN_S@
279LTLIBOBJS = @LTLIBOBJS@
280MAINT = @MAINT@
281MAKEINFO = @MAKEINFO@
282MANIFEST_TOOL = @MANIFEST_TOOL@
283META_GIR = @META_GIR@
284MKDIR_P = @MKDIR_P@
285MKINSTALLDIRS = @MKINSTALLDIRS@
286MSGFMT = @MSGFMT@
287MSGFMT_OPTS = @MSGFMT_OPTS@
288MSGMERGE = @MSGMERGE@
289MUTTER_CFLAGS = @MUTTER_CFLAGS@
290MUTTER_LIBS = @MUTTER_LIBS@
291MUTTER_MAJOR_VERSION = @MUTTER_MAJOR_VERSION@
292MUTTER_MESSAGE_CFLAGS = @MUTTER_MESSAGE_CFLAGS@
293MUTTER_MESSAGE_LIBS = @MUTTER_MESSAGE_LIBS@
294MUTTER_MICRO_VERSION = @MUTTER_MICRO_VERSION@
295MUTTER_MINOR_VERSION = @MUTTER_MINOR_VERSION@
296MUTTER_PLUGIN_API_VERSION = @MUTTER_PLUGIN_API_VERSION@
297MUTTER_PLUGIN_DIR = @MUTTER_PLUGIN_DIR@
298MUTTER_WINDOW_DEMO_CFLAGS = @MUTTER_WINDOW_DEMO_CFLAGS@
299MUTTER_WINDOW_DEMO_LIBS = @MUTTER_WINDOW_DEMO_LIBS@
300NM = @NM@
301NMEDIT = @NMEDIT@
302OBJDUMP = @OBJDUMP@
303OBJEXT = @OBJEXT@
304OMF_DIR = @OMF_DIR@
305OTOOL = @OTOOL@
306OTOOL64 = @OTOOL64@
307PACKAGE = @PACKAGE@
308PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309PACKAGE_NAME = @PACKAGE_NAME@
310PACKAGE_STRING = @PACKAGE_STRING@
311PACKAGE_TARNAME = @PACKAGE_TARNAME@
312PACKAGE_URL = @PACKAGE_URL@
313PACKAGE_VERSION = @PACKAGE_VERSION@
314PATH_SEPARATOR = @PATH_SEPARATOR@
315PKG_CONFIG = @PKG_CONFIG@
316PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
317PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
318POFILES = @POFILES@
319POSUB = @POSUB@
320PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
321PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
322PYTHON = @PYTHON@
323PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
324PYTHON_PLATFORM = @PYTHON_PLATFORM@
325PYTHON_PREFIX = @PYTHON_PREFIX@
326PYTHON_VERSION = @PYTHON_VERSION@
327RANLIB = @RANLIB@
328SED = @SED@
329SET_MAKE = @SET_MAKE@
330SHELL = @SHELL@
331STRIP = @STRIP@
332USE_NLS = @USE_NLS@
333VERSION = @VERSION@
334XGETTEXT = @XGETTEXT@
335XMKMF = @XMKMF@
336X_CFLAGS = @X_CFLAGS@
337X_EXTRA_LIBS = @X_EXTRA_LIBS@
338X_LIBS = @X_LIBS@
339X_PRE_LIBS = @X_PRE_LIBS@
340ZENITY = @ZENITY@
341abs_builddir = @abs_builddir@
342abs_srcdir = @abs_srcdir@
343abs_top_builddir = @abs_top_builddir@
344abs_top_srcdir = @abs_top_srcdir@
345ac_ct_AR = @ac_ct_AR@
346ac_ct_CC = @ac_ct_CC@
347ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
348am__include = @am__include@
349am__leading_dot = @am__leading_dot@
350am__quote = @am__quote@
351am__tar = @am__tar@
352am__untar = @am__untar@
353bindir = @bindir@
354build = @build@
355build_alias = @build_alias@
356build_cpu = @build_cpu@
357build_os = @build_os@
358build_vendor = @build_vendor@
359builddir = @builddir@
360datadir = @datadir@
361datarootdir = @datarootdir@
362docdir = @docdir@
363dvidir = @dvidir@
364exec_prefix = @exec_prefix@
365host = @host@
366host_alias = @host_alias@
367host_cpu = @host_cpu@
368host_os = @host_os@
369host_vendor = @host_vendor@
370htmldir = @htmldir@
371includedir = @includedir@
372infodir = @infodir@
373install_sh = @install_sh@
374libdir = @libdir@
375libexecdir = @libexecdir@
376localedir = @localedir@
377localstatedir = @localstatedir@
378mandir = @mandir@
379mkdir_p = @mkdir_p@
380oldincludedir = @oldincludedir@
381pdfdir = @pdfdir@
382pkgpyexecdir = @pkgpyexecdir@
383pkgpythondir = @pkgpythondir@
384prefix = @prefix@
385program_transform_name = @program_transform_name@
386psdir = @psdir@
387pyexecdir = @pyexecdir@
388pythondir = @pythondir@
389sbindir = @sbindir@
390sharedstatedir = @sharedstatedir@
391srcdir = @srcdir@
392sysconfdir = @sysconfdir@
393target_alias = @target_alias@
394top_build_prefix = @top_build_prefix@
395top_builddir = @top_builddir@
396top_srcdir = @top_srcdir@
397lib_LTLIBRARIES = libmutter.la
398SUBDIRS = wm-tester tools compositor/plugins
399INCLUDES = \
400 $(MUTTER_CFLAGS) \
401 -I$(srcdir) \
402 -I$(srcdir)/core \
403 -I$(srcdir)/ui \
404 -I$(srcdir)/compositor \
405 -DMUTTER_LIBEXECDIR=\"$(libexecdir)\" \
406 -DHOST_ALIAS=\"@HOST_ALIAS@\" \
407 -DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" \
408 -DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" \
409 -DMUTTER_DATADIR=\"$(datadir)\" \
410 -DG_LOG_DOMAIN=\"mutter\" \
411 -DSN_API_NOT_YET_FROZEN=1 \
412 -DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) \
413 -DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) \
414 -DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) \
415 -DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) \
416 -DMUTTER_PKGLIBDIR=\"$(pkglibdir)\" \
417 -DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\" \
418 -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\"
419
420mutter_built_sources = \
421 mutter-marshal.h \
422 mutter-marshal.c \
423 mutter-enum-types.h \
424 mutter-enum-types.c
425
426libmutter_la_SOURCES = \
427 core/async-getprop.c \
428 core/async-getprop.h \
429 core/bell.c \
430 core/bell.h \
431 core/boxes.c \
432 core/boxes-private.h \
433 meta/boxes.h \
434 compositor/cogl-utils.c \
435 compositor/cogl-utils.h \
436 compositor/compositor.c \
437 compositor/compositor-private.h \
438 compositor/meta-background-actor.c \
439 compositor/meta-background-actor-private.h \
440 compositor/meta-module.c \
441 compositor/meta-module.h \
442 compositor/meta-plugin.c \
443 compositor/meta-plugin-manager.c \
444 compositor/meta-plugin-manager.h \
445 compositor/meta-shadow-factory.c \
446 compositor/meta-shadow-factory-private.h \
447 compositor/meta-shaped-texture.c \
448 compositor/meta-shaped-texture.h \
449 compositor/meta-texture-rectangle.c \
450 compositor/meta-texture-rectangle.h \
451 compositor/meta-texture-tower.c \
452 compositor/meta-texture-tower.h \
453 compositor/meta-window-actor.c \
454 compositor/meta-window-actor-private.h \
455 compositor/meta-window-group.c \
456 compositor/meta-window-group.h \
457 compositor/meta-window-shape.c \
458 compositor/meta-window-shape.h \
459 compositor/region-utils.c \
460 compositor/region-utils.h \
461 meta/compositor.h \
462 meta/meta-background-actor.h \
463 meta/meta-plugin.h \
464 meta/meta-shadow-factory.h \
465 meta/meta-window-actor.h \
466 meta/compositor-mutter.h \
467 core/above-tab-keycode.c \
468 core/constraints.c \
469 core/constraints.h \
470 core/core.c \
471 core/delete.c \
472 core/display.c \
473 core/display-private.h \
474 meta/display.h \
475 ui/draw-workspace.c \
476 ui/draw-workspace.h \
477 core/edge-resistance.c \
478 core/edge-resistance.h \
479 core/errors.c \
480 meta/errors.h \
481 core/eventqueue.c \
482 core/eventqueue.h \
483 core/frame.c \
484 core/frame.h \
485 ui/gradient.c \
486 meta/gradient.h \
487 core/group-private.h \
488 core/group-props.c \
489 core/group-props.h \
490 core/group.c \
491 meta/group.h \
492 core/iconcache.c \
493 core/iconcache.h \
494 core/keybindings.c \
495 core/keybindings-private.h \
496 core/main.c \
497 core/mutter-Xatomtype.h \
498 core/place.c \
499 core/place.h \
500 core/prefs.c \
501 meta/prefs.h \
502 core/screen.c \
503 core/screen-private.h \
504 meta/screen.h \
505 meta/types.h \
506 core/session.c \
507 core/session.h \
508 core/stack.c \
509 core/stack.h \
510 core/stack-tracker.c \
511 core/stack-tracker.h \
512 core/util.c \
513 meta/util.h \
514 core/window-props.c \
515 core/window-props.h \
516 core/window.c \
517 core/window-private.h \
518 meta/window.h \
519 core/workspace.c \
520 core/workspace-private.h \
521 core/xprops.c \
522 core/xprops.h \
523 meta/common.h \
524 core/core.h \
525 ui/ui.h \
526 inlinepixbufs.h \
527 ui/fixedtip.c \
528 ui/fixedtip.h \
529 ui/frames.c \
530 ui/frames.h \
531 ui/menu.c \
532 ui/menu.h \
533 ui/metaaccellabel.c \
534 ui/metaaccellabel.h \
535 ui/resizepopup.c \
536 ui/resizepopup.h \
537 ui/tabpopup.c \
538 ui/tabpopup.h \
539 ui/tile-preview.c \
540 ui/tile-preview.h \
541 ui/theme-parser.c \
542 ui/theme.c \
543 meta/theme.h \
544 ui/theme-private.h \
545 ui/ui.c \
546 core/all-keybindings.h \
547 meta/preview-widget.h \
548 ui/preview-widget.c \
549 $(mutter_built_sources)
550
551libmutter_la_LDFLAGS = -no-undefined
552libmutter_la_LIBADD = $(MUTTER_LIBS)
553
554# Headers installed for plugins; introspected information will
555# be extracted into Mutter-<version>.gir
556libmutterinclude_base_headers = \
557 meta/boxes.h \
558 meta/common.h \
559 meta/compositor-mutter.h \
560 meta/compositor.h \
561 meta/display.h \
562 meta/errors.h \
563 meta/gradient.h \
564 meta/group.h \
565 meta/keybindings.h \
566 meta/main.h \
567 meta/meta-background-actor.h \
568 meta/meta-plugin.h \
569 meta/meta-shadow-factory.h \
570 meta/meta-window-actor.h \
571 meta/prefs.h \
572 meta/screen.h \
573 meta/theme.h \
574 meta/types.h \
575 meta/util.h \
576 meta/window.h \
577 meta/workspace.h
578
579
580# Excluded from scanning for introspection but installed
581# atomnames.h: macros cause problems for scanning process
582libmutterinclude_extra_headers = \
583 meta/preview-widget.h \
584 meta/atomnames.h
585
586libmutterincludedir = $(includedir)/mutter/meta
587libmutterinclude_HEADERS = \
588 $(libmutterinclude_base_headers) \
589 $(libmutterinclude_extra_headers)
590
591mutter_theme_viewer_SOURCES = \
592 ui/theme-viewer.c
593
594mutter_SOURCES = core/mutter.c
595mutter_LDADD = $(MUTTER_LIBS) libmutter.la
596
597# Since we don't make any guarantees about stability and we don't support
598# parallel install, there's no real reason to change directories, filenames,
599# etc. as we change the Mutter tarball version.
600#api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
601@HAVE_INTROSPECTION_TRUE@api_version = 3.0
602
603# These files are in package-private directories, even though they may be used
604# by plugins. If you're writing a plugin, use g-ir-compiler --add-include-path
605# and g-ir-compiler --includedir.
606@HAVE_INTROSPECTION_TRUE@girdir = $(pkglibdir)
607@HAVE_INTROSPECTION_TRUE@gir_DATA = Meta-$(api_version).gir
608@HAVE_INTROSPECTION_TRUE@typelibdir = $(pkglibdir)
609@HAVE_INTROSPECTION_TRUE@typelib_DATA = Meta-$(api_version).typelib
610@HAVE_INTROSPECTION_TRUE@INTROSPECTION_GIRS = Meta-$(api_version).gir
611@HAVE_INTROSPECTION_TRUE@@META_GIR@_INCLUDES = GObject-2.0 Gdk-3.0 Gtk-3.0 Clutter-1.0 xlib-2.0 xfixes-4.0
612@HAVE_INTROSPECTION_TRUE@@META_GIR@_PACKAGES = clutter-1.0 gtk+-3.0
613@HAVE_INTROSPECTION_TRUE@@META_GIR@_CFLAGS = $(INCLUDES)
614@HAVE_INTROSPECTION_TRUE@@META_GIR@_LIBS = libmutter.la
615@HAVE_INTROSPECTION_TRUE@@META_GIR@_FILES = \
616@HAVE_INTROSPECTION_TRUE@ mutter-enum-types.h \
617@HAVE_INTROSPECTION_TRUE@ $(libmutterinclude_base_headers) \
618@HAVE_INTROSPECTION_TRUE@ $(filter %.c,$(libmutter_la_SOURCES))
619
620@HAVE_INTROSPECTION_TRUE@@META_GIR@_SCANNERFLAGS = --warn-all --warn-error
621mutter_theme_viewer_LDADD = $(MUTTER_LIBS) libmutter.la
622testboxes_SOURCES = core/testboxes.c
623testgradient_SOURCES = ui/testgradient.c
624testasyncgetprop_SOURCES = core/testasyncgetprop.c
625testboxes_LDADD = $(MUTTER_LIBS) libmutter.la
626testgradient_LDADD = $(MUTTER_LIBS) libmutter.la
627testasyncgetprop_LDADD = $(MUTTER_LIBS) libmutter.la
628desktopfilesdir = $(datadir)/applications
629desktopfiles_in_files = mutter.desktop.in
630desktopfiles_files = $(desktopfiles_in_files:.desktop.in=.desktop)
631desktopfiles_DATA = $(desktopfiles_files)
632wmpropertiesdir = $(datadir)/gnome/wm-properties
633wmproperties_in_files = mutter-wm.desktop.in
634wmproperties_files = $(wmproperties_in_files:.desktop.in=.desktop)
635wmproperties_DATA = $(wmproperties_files)
636schemadir = $(GCONF_SCHEMA_FILE_DIR)
637schema_in_files = mutter.schemas.in
638schema_DATA = $(schema_in_files:.schemas.in=.schemas)
639IMAGES = stock_maximize.png stock_minimize.png stock_delete.png
640VARIABLES = stock_maximize_data $(srcdir)/stock_maximize.png \
641 stock_minimize_data $(srcdir)/stock_minimize.png \
642 stock_delete_data $(srcdir)/stock_delete.png
643
644BUILT_SOURCES = inlinepixbufs.h $(mutter_built_sources)
645CLEANFILES = inlinepixbufs.h mutter.desktop mutter-wm.desktop \
646 mutter.schemas $(mutter_built_sources) $(typelib_DATA) \
647 $(gir_DATA) $(MUTTER_STAMP_FILES)
648pkgconfigdir = $(libdir)/pkgconfig
649pkgconfig_DATA = libmutter.pc mutter-plugins.pc
650EXTRA_DIST = $(desktopfiles_files) \
651 $(wmproperties_files) \
652 $(IMAGES) \
653 $(desktopfiles_in_files) \
654 $(wmproperties_in_files) \
655 $(schema_in_files) \
656 libmutter.pc.in \
657 mutter-plugins.pc.in \
658 mutter-enum-types.h.in \
659 mutter-enum-types.c.in \
660 mutter-marshal.list
661
662MUTTER_STAMP_FILES = stamp-mutter-marshal.h stamp-mutter-enum-types.h
663all: $(BUILT_SOURCES)
664 $(MAKE) $(AM_MAKEFLAGS) all-recursive
665
666.SUFFIXES:
667.SUFFIXES: .c .lo .o .obj
668$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
669 @for dep in $?; do \
670 case '$(am__configure_deps)' in \
671 *$$dep*) \
672 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
673 && { if test -f $@; then exit 0; else break; fi; }; \
674 exit 1;; \
675 esac; \
676 done; \
677 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
678 $(am__cd) $(top_srcdir) && \
679 $(AUTOMAKE) --gnu src/Makefile
680.PRECIOUS: Makefile
681Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
682 @case '$?' in \
683 *config.status*) \
684 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
685 *) \
686 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
687 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
688 esac;
689
690$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
691 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
692
693$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
694 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
695$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
696 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
697$(am__aclocal_m4_deps):
698libmutter.pc: $(top_builddir)/config.status $(srcdir)/libmutter.pc.in
699 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
700mutter-plugins.pc: $(top_builddir)/config.status $(srcdir)/mutter-plugins.pc.in
701 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
702install-libLTLIBRARIES: $(lib_LTLIBRARIES)
703 @$(NORMAL_INSTALL)
704 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
705 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
706 list2=; for p in $$list; do \
707 if test -f $$p; then \
708 list2="$$list2 $$p"; \
709 else :; fi; \
710 done; \
711 test -z "$$list2" || { \
712 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
713 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
714 }
715
716uninstall-libLTLIBRARIES:
717 @$(NORMAL_UNINSTALL)
718 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
719 for p in $$list; do \
720 $(am__strip_dir) \
721 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
722 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
723 done
724
725clean-libLTLIBRARIES:
726 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
727 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
728 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
729 test "$$dir" != "$$p" || dir=.; \
730 echo "rm -f \"$${dir}/so_locations\""; \
731 rm -f "$${dir}/so_locations"; \
732 done
733libmutter.la: $(libmutter_la_OBJECTS) $(libmutter_la_DEPENDENCIES)
734 $(AM_V_CCLD)$(libmutter_la_LINK) -rpath $(libdir) $(libmutter_la_OBJECTS) $(libmutter_la_LIBADD) $(LIBS)
735install-binPROGRAMS: $(bin_PROGRAMS)
736 @$(NORMAL_INSTALL)
737 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
738 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
739 for p in $$list; do echo "$$p $$p"; done | \
740 sed 's/$(EXEEXT)$$//' | \
741 while read p p1; do if test -f $$p || test -f $$p1; \
742 then echo "$$p"; echo "$$p"; else :; fi; \
743 done | \
744 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
745 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
746 sed 'N;N;N;s,\n, ,g' | \
747 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
748 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
749 if ($$2 == $$4) files[d] = files[d] " " $$1; \
750 else { print "f", $$3 "/" $$4, $$1; } } \
751 END { for (d in files) print "f", d, files[d] }' | \
752 while read type dir files; do \
753 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
754 test -z "$$files" || { \
755 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
756 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
757 } \
758 ; done
759
760uninstall-binPROGRAMS:
761 @$(NORMAL_UNINSTALL)
762 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
763 files=`for p in $$list; do echo "$$p"; done | \
764 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
765 -e 's/$$/$(EXEEXT)/' `; \
766 test -n "$$list" || exit 0; \
767 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
768 cd "$(DESTDIR)$(bindir)" && rm -f $$files
769
770clean-binPROGRAMS:
771 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
772 echo " rm -f" $$list; \
773 rm -f $$list || exit $$?; \
774 test -n "$(EXEEXT)" || exit 0; \
775 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
776 echo " rm -f" $$list; \
777 rm -f $$list
778
779clean-noinstPROGRAMS:
780 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
781 echo " rm -f" $$list; \
782 rm -f $$list || exit $$?; \
783 test -n "$(EXEEXT)" || exit 0; \
784 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
785 echo " rm -f" $$list; \
786 rm -f $$list
787mutter$(EXEEXT): $(mutter_OBJECTS) $(mutter_DEPENDENCIES)
788 @rm -f mutter$(EXEEXT)
789 $(AM_V_CCLD)$(LINK) $(mutter_OBJECTS) $(mutter_LDADD) $(LIBS)
790mutter-theme-viewer$(EXEEXT): $(mutter_theme_viewer_OBJECTS) $(mutter_theme_viewer_DEPENDENCIES)
791 @rm -f mutter-theme-viewer$(EXEEXT)
792 $(AM_V_CCLD)$(LINK) $(mutter_theme_viewer_OBJECTS) $(mutter_theme_viewer_LDADD) $(LIBS)
793testasyncgetprop$(EXEEXT): $(testasyncgetprop_OBJECTS) $(testasyncgetprop_DEPENDENCIES)
794 @rm -f testasyncgetprop$(EXEEXT)
795 $(AM_V_CCLD)$(LINK) $(testasyncgetprop_OBJECTS) $(testasyncgetprop_LDADD) $(LIBS)
796testboxes$(EXEEXT): $(testboxes_OBJECTS) $(testboxes_DEPENDENCIES)
797 @rm -f testboxes$(EXEEXT)
798 $(AM_V_CCLD)$(LINK) $(testboxes_OBJECTS) $(testboxes_LDADD) $(LIBS)
799testgradient$(EXEEXT): $(testgradient_OBJECTS) $(testgradient_DEPENDENCIES)
800 @rm -f testgradient$(EXEEXT)
801 $(AM_V_CCLD)$(LINK) $(testgradient_OBJECTS) $(testgradient_LDADD) $(LIBS)
802
803mostlyclean-compile:
804 -rm -f *.$(OBJEXT)
805
806distclean-compile:
807 -rm -f *.tab.c
808
809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/above-tab-keycode.Plo@am__quote@
810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async-getprop.Plo@am__quote@
811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bell.Plo@am__quote@
812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boxes.Plo@am__quote@
813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-utils.Plo@am__quote@
814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compositor.Plo@am__quote@
815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constraints.Plo@am__quote@
816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core.Plo@am__quote@
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete.Plo@am__quote@
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Plo@am__quote@
819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw-workspace.Plo@am__quote@
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edge-resistance.Plo@am__quote@
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Plo@am__quote@
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventqueue.Plo@am__quote@
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixedtip.Plo@am__quote@
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Plo@am__quote@
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frames.Plo@am__quote@
826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gradient.Plo@am__quote@
827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group-props.Plo@am__quote@
828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Plo@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconcache.Plo@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keybindings.Plo@am__quote@
831@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
832@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Plo@am__quote@
833@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-background-actor.Plo@am__quote@
834@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-module.Plo@am__quote@
835@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-plugin-manager.Plo@am__quote@
836@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-plugin.Plo@am__quote@
837@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-shadow-factory.Plo@am__quote@
838@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-shaped-texture.Plo@am__quote@
839@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-texture-rectangle.Plo@am__quote@
840@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-texture-tower.Plo@am__quote@
841@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-window-actor.Plo@am__quote@
842@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-window-group.Plo@am__quote@
843@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta-window-shape.Plo@am__quote@
844@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaaccellabel.Plo@am__quote@
845@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-enum-types.Plo@am__quote@
846@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter-marshal.Plo@am__quote@
847@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutter.Po@am__quote@
848@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/place.Plo@am__quote@
849@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Plo@am__quote@
850@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preview-widget.Plo@am__quote@
851@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-utils.Plo@am__quote@
852@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resizepopup.Plo@am__quote@
853@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Plo@am__quote@
854@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@
855@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack-tracker.Plo@am__quote@
856@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Plo@am__quote@
857@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tabpopup.Plo@am__quote@
858@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testasyncgetprop.Po@am__quote@
859@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testboxes.Po@am__quote@
860@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testgradient.Po@am__quote@
861@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-parser.Plo@am__quote@
862@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-viewer.Po@am__quote@
863@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme.Plo@am__quote@
864@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile-preview.Plo@am__quote@
865@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Plo@am__quote@
866@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
867@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window-props.Plo@am__quote@
868@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
869@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workspace.Plo@am__quote@
870@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xprops.Plo@am__quote@
871
872.c.o:
873@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
874@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
875@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
876@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
877@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878@am__fastdepCC_FALSE@ $(COMPILE) -c $<
879
880.c.obj:
881@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
882@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
883@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
884@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
885@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
887
888.c.lo:
889@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
890@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
891@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
892@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
893@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
894@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
895
896async-getprop.lo: core/async-getprop.c
897@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT async-getprop.lo -MD -MP -MF $(DEPDIR)/async-getprop.Tpo -c -o async-getprop.lo `test -f 'core/async-getprop.c' || echo '$(srcdir)/'`core/async-getprop.c
898@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/async-getprop.Tpo $(DEPDIR)/async-getprop.Plo
899@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
900@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/async-getprop.c' object='async-getprop.lo' libtool=yes @AMDEPBACKSLASH@
901@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
902@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o async-getprop.lo `test -f 'core/async-getprop.c' || echo '$(srcdir)/'`core/async-getprop.c
903
904bell.lo: core/bell.c
905@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bell.lo -MD -MP -MF $(DEPDIR)/bell.Tpo -c -o bell.lo `test -f 'core/bell.c' || echo '$(srcdir)/'`core/bell.c
906@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bell.Tpo $(DEPDIR)/bell.Plo
907@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
908@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/bell.c' object='bell.lo' libtool=yes @AMDEPBACKSLASH@
909@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
910@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bell.lo `test -f 'core/bell.c' || echo '$(srcdir)/'`core/bell.c
911
912boxes.lo: core/boxes.c
913@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT boxes.lo -MD -MP -MF $(DEPDIR)/boxes.Tpo -c -o boxes.lo `test -f 'core/boxes.c' || echo '$(srcdir)/'`core/boxes.c
914@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/boxes.Tpo $(DEPDIR)/boxes.Plo
915@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
916@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/boxes.c' object='boxes.lo' libtool=yes @AMDEPBACKSLASH@
917@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o boxes.lo `test -f 'core/boxes.c' || echo '$(srcdir)/'`core/boxes.c
919
920cogl-utils.lo: compositor/cogl-utils.c
921@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cogl-utils.lo -MD -MP -MF $(DEPDIR)/cogl-utils.Tpo -c -o cogl-utils.lo `test -f 'compositor/cogl-utils.c' || echo '$(srcdir)/'`compositor/cogl-utils.c
922@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-utils.Tpo $(DEPDIR)/cogl-utils.Plo
923@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
924@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/cogl-utils.c' object='cogl-utils.lo' libtool=yes @AMDEPBACKSLASH@
925@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
926@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cogl-utils.lo `test -f 'compositor/cogl-utils.c' || echo '$(srcdir)/'`compositor/cogl-utils.c
927
928compositor.lo: compositor/compositor.c
929@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compositor.lo -MD -MP -MF $(DEPDIR)/compositor.Tpo -c -o compositor.lo `test -f 'compositor/compositor.c' || echo '$(srcdir)/'`compositor/compositor.c
930@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/compositor.Tpo $(DEPDIR)/compositor.Plo
931@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
932@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/compositor.c' object='compositor.lo' libtool=yes @AMDEPBACKSLASH@
933@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compositor.lo `test -f 'compositor/compositor.c' || echo '$(srcdir)/'`compositor/compositor.c
935
936meta-background-actor.lo: compositor/meta-background-actor.c
937@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-background-actor.lo -MD -MP -MF $(DEPDIR)/meta-background-actor.Tpo -c -o meta-background-actor.lo `test -f 'compositor/meta-background-actor.c' || echo '$(srcdir)/'`compositor/meta-background-actor.c
938@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-background-actor.Tpo $(DEPDIR)/meta-background-actor.Plo
939@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
940@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-background-actor.c' object='meta-background-actor.lo' libtool=yes @AMDEPBACKSLASH@
941@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-background-actor.lo `test -f 'compositor/meta-background-actor.c' || echo '$(srcdir)/'`compositor/meta-background-actor.c
943
944meta-module.lo: compositor/meta-module.c
945@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-module.lo -MD -MP -MF $(DEPDIR)/meta-module.Tpo -c -o meta-module.lo `test -f 'compositor/meta-module.c' || echo '$(srcdir)/'`compositor/meta-module.c
946@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-module.Tpo $(DEPDIR)/meta-module.Plo
947@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
948@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-module.c' object='meta-module.lo' libtool=yes @AMDEPBACKSLASH@
949@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-module.lo `test -f 'compositor/meta-module.c' || echo '$(srcdir)/'`compositor/meta-module.c
951
952meta-plugin.lo: compositor/meta-plugin.c
953@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-plugin.lo -MD -MP -MF $(DEPDIR)/meta-plugin.Tpo -c -o meta-plugin.lo `test -f 'compositor/meta-plugin.c' || echo '$(srcdir)/'`compositor/meta-plugin.c
954@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-plugin.Tpo $(DEPDIR)/meta-plugin.Plo
955@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
956@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-plugin.c' object='meta-plugin.lo' libtool=yes @AMDEPBACKSLASH@
957@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
958@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-plugin.lo `test -f 'compositor/meta-plugin.c' || echo '$(srcdir)/'`compositor/meta-plugin.c
959
960meta-plugin-manager.lo: compositor/meta-plugin-manager.c
961@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-plugin-manager.lo -MD -MP -MF $(DEPDIR)/meta-plugin-manager.Tpo -c -o meta-plugin-manager.lo `test -f 'compositor/meta-plugin-manager.c' || echo '$(srcdir)/'`compositor/meta-plugin-manager.c
962@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-plugin-manager.Tpo $(DEPDIR)/meta-plugin-manager.Plo
963@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
964@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-plugin-manager.c' object='meta-plugin-manager.lo' libtool=yes @AMDEPBACKSLASH@
965@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
966@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-plugin-manager.lo `test -f 'compositor/meta-plugin-manager.c' || echo '$(srcdir)/'`compositor/meta-plugin-manager.c
967
968meta-shadow-factory.lo: compositor/meta-shadow-factory.c
969@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-shadow-factory.lo -MD -MP -MF $(DEPDIR)/meta-shadow-factory.Tpo -c -o meta-shadow-factory.lo `test -f 'compositor/meta-shadow-factory.c' || echo '$(srcdir)/'`compositor/meta-shadow-factory.c
970@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-shadow-factory.Tpo $(DEPDIR)/meta-shadow-factory.Plo
971@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
972@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-shadow-factory.c' object='meta-shadow-factory.lo' libtool=yes @AMDEPBACKSLASH@
973@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
974@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-shadow-factory.lo `test -f 'compositor/meta-shadow-factory.c' || echo '$(srcdir)/'`compositor/meta-shadow-factory.c
975
976meta-shaped-texture.lo: compositor/meta-shaped-texture.c
977@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-shaped-texture.lo -MD -MP -MF $(DEPDIR)/meta-shaped-texture.Tpo -c -o meta-shaped-texture.lo `test -f 'compositor/meta-shaped-texture.c' || echo '$(srcdir)/'`compositor/meta-shaped-texture.c
978@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-shaped-texture.Tpo $(DEPDIR)/meta-shaped-texture.Plo
979@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
980@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-shaped-texture.c' object='meta-shaped-texture.lo' libtool=yes @AMDEPBACKSLASH@
981@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
982@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-shaped-texture.lo `test -f 'compositor/meta-shaped-texture.c' || echo '$(srcdir)/'`compositor/meta-shaped-texture.c
983
984meta-texture-rectangle.lo: compositor/meta-texture-rectangle.c
985@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-texture-rectangle.lo -MD -MP -MF $(DEPDIR)/meta-texture-rectangle.Tpo -c -o meta-texture-rectangle.lo `test -f 'compositor/meta-texture-rectangle.c' || echo '$(srcdir)/'`compositor/meta-texture-rectangle.c
986@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-texture-rectangle.Tpo $(DEPDIR)/meta-texture-rectangle.Plo
987@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
988@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-texture-rectangle.c' object='meta-texture-rectangle.lo' libtool=yes @AMDEPBACKSLASH@
989@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-texture-rectangle.lo `test -f 'compositor/meta-texture-rectangle.c' || echo '$(srcdir)/'`compositor/meta-texture-rectangle.c
991
992meta-texture-tower.lo: compositor/meta-texture-tower.c
993@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-texture-tower.lo -MD -MP -MF $(DEPDIR)/meta-texture-tower.Tpo -c -o meta-texture-tower.lo `test -f 'compositor/meta-texture-tower.c' || echo '$(srcdir)/'`compositor/meta-texture-tower.c
994@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-texture-tower.Tpo $(DEPDIR)/meta-texture-tower.Plo
995@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
996@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-texture-tower.c' object='meta-texture-tower.lo' libtool=yes @AMDEPBACKSLASH@
997@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-texture-tower.lo `test -f 'compositor/meta-texture-tower.c' || echo '$(srcdir)/'`compositor/meta-texture-tower.c
999
1000meta-window-actor.lo: compositor/meta-window-actor.c
1001@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-window-actor.lo -MD -MP -MF $(DEPDIR)/meta-window-actor.Tpo -c -o meta-window-actor.lo `test -f 'compositor/meta-window-actor.c' || echo '$(srcdir)/'`compositor/meta-window-actor.c
1002@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-window-actor.Tpo $(DEPDIR)/meta-window-actor.Plo
1003@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1004@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-window-actor.c' object='meta-window-actor.lo' libtool=yes @AMDEPBACKSLASH@
1005@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1006@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-window-actor.lo `test -f 'compositor/meta-window-actor.c' || echo '$(srcdir)/'`compositor/meta-window-actor.c
1007
1008meta-window-group.lo: compositor/meta-window-group.c
1009@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-window-group.lo -MD -MP -MF $(DEPDIR)/meta-window-group.Tpo -c -o meta-window-group.lo `test -f 'compositor/meta-window-group.c' || echo '$(srcdir)/'`compositor/meta-window-group.c
1010@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-window-group.Tpo $(DEPDIR)/meta-window-group.Plo
1011@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1012@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-window-group.c' object='meta-window-group.lo' libtool=yes @AMDEPBACKSLASH@
1013@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1014@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-window-group.lo `test -f 'compositor/meta-window-group.c' || echo '$(srcdir)/'`compositor/meta-window-group.c
1015
1016meta-window-shape.lo: compositor/meta-window-shape.c
1017@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT meta-window-shape.lo -MD -MP -MF $(DEPDIR)/meta-window-shape.Tpo -c -o meta-window-shape.lo `test -f 'compositor/meta-window-shape.c' || echo '$(srcdir)/'`compositor/meta-window-shape.c
1018@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/meta-window-shape.Tpo $(DEPDIR)/meta-window-shape.Plo
1019@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1020@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/meta-window-shape.c' object='meta-window-shape.lo' libtool=yes @AMDEPBACKSLASH@
1021@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1022@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o meta-window-shape.lo `test -f 'compositor/meta-window-shape.c' || echo '$(srcdir)/'`compositor/meta-window-shape.c
1023
1024region-utils.lo: compositor/region-utils.c
1025@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT region-utils.lo -MD -MP -MF $(DEPDIR)/region-utils.Tpo -c -o region-utils.lo `test -f 'compositor/region-utils.c' || echo '$(srcdir)/'`compositor/region-utils.c
1026@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/region-utils.Tpo $(DEPDIR)/region-utils.Plo
1027@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1028@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compositor/region-utils.c' object='region-utils.lo' libtool=yes @AMDEPBACKSLASH@
1029@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1030@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o region-utils.lo `test -f 'compositor/region-utils.c' || echo '$(srcdir)/'`compositor/region-utils.c
1031
1032above-tab-keycode.lo: core/above-tab-keycode.c
1033@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT above-tab-keycode.lo -MD -MP -MF $(DEPDIR)/above-tab-keycode.Tpo -c -o above-tab-keycode.lo `test -f 'core/above-tab-keycode.c' || echo '$(srcdir)/'`core/above-tab-keycode.c
1034@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/above-tab-keycode.Tpo $(DEPDIR)/above-tab-keycode.Plo
1035@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1036@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/above-tab-keycode.c' object='above-tab-keycode.lo' libtool=yes @AMDEPBACKSLASH@
1037@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1038@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o above-tab-keycode.lo `test -f 'core/above-tab-keycode.c' || echo '$(srcdir)/'`core/above-tab-keycode.c
1039
1040constraints.lo: core/constraints.c
1041@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT constraints.lo -MD -MP -MF $(DEPDIR)/constraints.Tpo -c -o constraints.lo `test -f 'core/constraints.c' || echo '$(srcdir)/'`core/constraints.c
1042@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/constraints.Tpo $(DEPDIR)/constraints.Plo
1043@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1044@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/constraints.c' object='constraints.lo' libtool=yes @AMDEPBACKSLASH@
1045@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1046@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o constraints.lo `test -f 'core/constraints.c' || echo '$(srcdir)/'`core/constraints.c
1047
1048core.lo: core/core.c
1049@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT core.lo -MD -MP -MF $(DEPDIR)/core.Tpo -c -o core.lo `test -f 'core/core.c' || echo '$(srcdir)/'`core/core.c
1050@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/core.Tpo $(DEPDIR)/core.Plo
1051@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1052@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/core.c' object='core.lo' libtool=yes @AMDEPBACKSLASH@
1053@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1054@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o core.lo `test -f 'core/core.c' || echo '$(srcdir)/'`core/core.c
1055
1056delete.lo: core/delete.c
1057@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT delete.lo -MD -MP -MF $(DEPDIR)/delete.Tpo -c -o delete.lo `test -f 'core/delete.c' || echo '$(srcdir)/'`core/delete.c
1058@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/delete.Tpo $(DEPDIR)/delete.Plo
1059@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1060@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/delete.c' object='delete.lo' libtool=yes @AMDEPBACKSLASH@
1061@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1062@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o delete.lo `test -f 'core/delete.c' || echo '$(srcdir)/'`core/delete.c
1063
1064display.lo: core/display.c
1065@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT display.lo -MD -MP -MF $(DEPDIR)/display.Tpo -c -o display.lo `test -f 'core/display.c' || echo '$(srcdir)/'`core/display.c
1066@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/display.Tpo $(DEPDIR)/display.Plo
1067@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1068@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/display.c' object='display.lo' libtool=yes @AMDEPBACKSLASH@
1069@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1070@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o display.lo `test -f 'core/display.c' || echo '$(srcdir)/'`core/display.c
1071
1072draw-workspace.lo: ui/draw-workspace.c
1073@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT draw-workspace.lo -MD -MP -MF $(DEPDIR)/draw-workspace.Tpo -c -o draw-workspace.lo `test -f 'ui/draw-workspace.c' || echo '$(srcdir)/'`ui/draw-workspace.c
1074@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/draw-workspace.Tpo $(DEPDIR)/draw-workspace.Plo
1075@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1076@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/draw-workspace.c' object='draw-workspace.lo' libtool=yes @AMDEPBACKSLASH@
1077@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1078@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o draw-workspace.lo `test -f 'ui/draw-workspace.c' || echo '$(srcdir)/'`ui/draw-workspace.c
1079
1080edge-resistance.lo: core/edge-resistance.c
1081@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT edge-resistance.lo -MD -MP -MF $(DEPDIR)/edge-resistance.Tpo -c -o edge-resistance.lo `test -f 'core/edge-resistance.c' || echo '$(srcdir)/'`core/edge-resistance.c
1082@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/edge-resistance.Tpo $(DEPDIR)/edge-resistance.Plo
1083@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1084@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/edge-resistance.c' object='edge-resistance.lo' libtool=yes @AMDEPBACKSLASH@
1085@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1086@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o edge-resistance.lo `test -f 'core/edge-resistance.c' || echo '$(srcdir)/'`core/edge-resistance.c
1087
1088errors.lo: core/errors.c
1089@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT errors.lo -MD -MP -MF $(DEPDIR)/errors.Tpo -c -o errors.lo `test -f 'core/errors.c' || echo '$(srcdir)/'`core/errors.c
1090@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/errors.Tpo $(DEPDIR)/errors.Plo
1091@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1092@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/errors.c' object='errors.lo' libtool=yes @AMDEPBACKSLASH@
1093@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o errors.lo `test -f 'core/errors.c' || echo '$(srcdir)/'`core/errors.c
1095
1096eventqueue.lo: core/eventqueue.c
1097@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eventqueue.lo -MD -MP -MF $(DEPDIR)/eventqueue.Tpo -c -o eventqueue.lo `test -f 'core/eventqueue.c' || echo '$(srcdir)/'`core/eventqueue.c
1098@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/eventqueue.Tpo $(DEPDIR)/eventqueue.Plo
1099@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1100@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/eventqueue.c' object='eventqueue.lo' libtool=yes @AMDEPBACKSLASH@
1101@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1102@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eventqueue.lo `test -f 'core/eventqueue.c' || echo '$(srcdir)/'`core/eventqueue.c
1103
1104frame.lo: core/frame.c
1105@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frame.lo -MD -MP -MF $(DEPDIR)/frame.Tpo -c -o frame.lo `test -f 'core/frame.c' || echo '$(srcdir)/'`core/frame.c
1106@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/frame.Tpo $(DEPDIR)/frame.Plo
1107@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1108@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/frame.c' object='frame.lo' libtool=yes @AMDEPBACKSLASH@
1109@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1110@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frame.lo `test -f 'core/frame.c' || echo '$(srcdir)/'`core/frame.c
1111
1112gradient.lo: ui/gradient.c
1113@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gradient.lo -MD -MP -MF $(DEPDIR)/gradient.Tpo -c -o gradient.lo `test -f 'ui/gradient.c' || echo '$(srcdir)/'`ui/gradient.c
1114@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gradient.Tpo $(DEPDIR)/gradient.Plo
1115@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1116@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/gradient.c' object='gradient.lo' libtool=yes @AMDEPBACKSLASH@
1117@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1118@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gradient.lo `test -f 'ui/gradient.c' || echo '$(srcdir)/'`ui/gradient.c
1119
1120group-props.lo: core/group-props.c
1121@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT group-props.lo -MD -MP -MF $(DEPDIR)/group-props.Tpo -c -o group-props.lo `test -f 'core/group-props.c' || echo '$(srcdir)/'`core/group-props.c
1122@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/group-props.Tpo $(DEPDIR)/group-props.Plo
1123@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1124@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/group-props.c' object='group-props.lo' libtool=yes @AMDEPBACKSLASH@
1125@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1126@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o group-props.lo `test -f 'core/group-props.c' || echo '$(srcdir)/'`core/group-props.c
1127
1128group.lo: core/group.c
1129@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT group.lo -MD -MP -MF $(DEPDIR)/group.Tpo -c -o group.lo `test -f 'core/group.c' || echo '$(srcdir)/'`core/group.c
1130@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/group.Tpo $(DEPDIR)/group.Plo
1131@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1132@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/group.c' object='group.lo' libtool=yes @AMDEPBACKSLASH@
1133@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1134@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o group.lo `test -f 'core/group.c' || echo '$(srcdir)/'`core/group.c
1135
1136iconcache.lo: core/iconcache.c
1137@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iconcache.lo -MD -MP -MF $(DEPDIR)/iconcache.Tpo -c -o iconcache.lo `test -f 'core/iconcache.c' || echo '$(srcdir)/'`core/iconcache.c
1138@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iconcache.Tpo $(DEPDIR)/iconcache.Plo
1139@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1140@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/iconcache.c' object='iconcache.lo' libtool=yes @AMDEPBACKSLASH@
1141@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1142@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iconcache.lo `test -f 'core/iconcache.c' || echo '$(srcdir)/'`core/iconcache.c
1143
1144keybindings.lo: core/keybindings.c
1145@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT keybindings.lo -MD -MP -MF $(DEPDIR)/keybindings.Tpo -c -o keybindings.lo `test -f 'core/keybindings.c' || echo '$(srcdir)/'`core/keybindings.c
1146@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/keybindings.Tpo $(DEPDIR)/keybindings.Plo
1147@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1148@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/keybindings.c' object='keybindings.lo' libtool=yes @AMDEPBACKSLASH@
1149@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1150@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o keybindings.lo `test -f 'core/keybindings.c' || echo '$(srcdir)/'`core/keybindings.c
1151
1152main.lo: core/main.c
1153@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.lo -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.lo `test -f 'core/main.c' || echo '$(srcdir)/'`core/main.c
1154@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Plo
1155@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1156@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/main.c' object='main.lo' libtool=yes @AMDEPBACKSLASH@
1157@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1158@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.lo `test -f 'core/main.c' || echo '$(srcdir)/'`core/main.c
1159
1160place.lo: core/place.c
1161@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT place.lo -MD -MP -MF $(DEPDIR)/place.Tpo -c -o place.lo `test -f 'core/place.c' || echo '$(srcdir)/'`core/place.c
1162@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/place.Tpo $(DEPDIR)/place.Plo
1163@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1164@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/place.c' object='place.lo' libtool=yes @AMDEPBACKSLASH@
1165@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o place.lo `test -f 'core/place.c' || echo '$(srcdir)/'`core/place.c
1167
1168prefs.lo: core/prefs.c
1169@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT prefs.lo -MD -MP -MF $(DEPDIR)/prefs.Tpo -c -o prefs.lo `test -f 'core/prefs.c' || echo '$(srcdir)/'`core/prefs.c
1170@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/prefs.Tpo $(DEPDIR)/prefs.Plo
1171@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1172@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/prefs.c' object='prefs.lo' libtool=yes @AMDEPBACKSLASH@
1173@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1174@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o prefs.lo `test -f 'core/prefs.c' || echo '$(srcdir)/'`core/prefs.c
1175
1176screen.lo: core/screen.c
1177@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT screen.lo -MD -MP -MF $(DEPDIR)/screen.Tpo -c -o screen.lo `test -f 'core/screen.c' || echo '$(srcdir)/'`core/screen.c
1178@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/screen.Tpo $(DEPDIR)/screen.Plo
1179@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1180@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/screen.c' object='screen.lo' libtool=yes @AMDEPBACKSLASH@
1181@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1182@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o screen.lo `test -f 'core/screen.c' || echo '$(srcdir)/'`core/screen.c
1183
1184session.lo: core/session.c
1185@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT session.lo -MD -MP -MF $(DEPDIR)/session.Tpo -c -o session.lo `test -f 'core/session.c' || echo '$(srcdir)/'`core/session.c
1186@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/session.Tpo $(DEPDIR)/session.Plo
1187@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1188@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/session.c' object='session.lo' libtool=yes @AMDEPBACKSLASH@
1189@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1190@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o session.lo `test -f 'core/session.c' || echo '$(srcdir)/'`core/session.c
1191
1192stack.lo: core/stack.c
1193@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stack.lo -MD -MP -MF $(DEPDIR)/stack.Tpo -c -o stack.lo `test -f 'core/stack.c' || echo '$(srcdir)/'`core/stack.c
1194@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/stack.Tpo $(DEPDIR)/stack.Plo
1195@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1196@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/stack.c' object='stack.lo' libtool=yes @AMDEPBACKSLASH@
1197@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1198@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stack.lo `test -f 'core/stack.c' || echo '$(srcdir)/'`core/stack.c
1199
1200stack-tracker.lo: core/stack-tracker.c
1201@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stack-tracker.lo -MD -MP -MF $(DEPDIR)/stack-tracker.Tpo -c -o stack-tracker.lo `test -f 'core/stack-tracker.c' || echo '$(srcdir)/'`core/stack-tracker.c
1202@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/stack-tracker.Tpo $(DEPDIR)/stack-tracker.Plo
1203@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1204@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/stack-tracker.c' object='stack-tracker.lo' libtool=yes @AMDEPBACKSLASH@
1205@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1206@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stack-tracker.lo `test -f 'core/stack-tracker.c' || echo '$(srcdir)/'`core/stack-tracker.c
1207
1208util.lo: core/util.c
1209@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT util.lo -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.lo `test -f 'core/util.c' || echo '$(srcdir)/'`core/util.c
1210@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Plo
1211@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1212@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/util.c' object='util.lo' libtool=yes @AMDEPBACKSLASH@
1213@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1214@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.lo `test -f 'core/util.c' || echo '$(srcdir)/'`core/util.c
1215
1216window-props.lo: core/window-props.c
1217@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT window-props.lo -MD -MP -MF $(DEPDIR)/window-props.Tpo -c -o window-props.lo `test -f 'core/window-props.c' || echo '$(srcdir)/'`core/window-props.c
1218@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/window-props.Tpo $(DEPDIR)/window-props.Plo
1219@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1220@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/window-props.c' object='window-props.lo' libtool=yes @AMDEPBACKSLASH@
1221@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o window-props.lo `test -f 'core/window-props.c' || echo '$(srcdir)/'`core/window-props.c
1223
1224window.lo: core/window.c
1225@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT window.lo -MD -MP -MF $(DEPDIR)/window.Tpo -c -o window.lo `test -f 'core/window.c' || echo '$(srcdir)/'`core/window.c
1226@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/window.Tpo $(DEPDIR)/window.Plo
1227@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1228@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/window.c' object='window.lo' libtool=yes @AMDEPBACKSLASH@
1229@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1230@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o window.lo `test -f 'core/window.c' || echo '$(srcdir)/'`core/window.c
1231
1232workspace.lo: core/workspace.c
1233@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT workspace.lo -MD -MP -MF $(DEPDIR)/workspace.Tpo -c -o workspace.lo `test -f 'core/workspace.c' || echo '$(srcdir)/'`core/workspace.c
1234@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/workspace.Tpo $(DEPDIR)/workspace.Plo
1235@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1236@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/workspace.c' object='workspace.lo' libtool=yes @AMDEPBACKSLASH@
1237@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1238@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o workspace.lo `test -f 'core/workspace.c' || echo '$(srcdir)/'`core/workspace.c
1239
1240xprops.lo: core/xprops.c
1241@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xprops.lo -MD -MP -MF $(DEPDIR)/xprops.Tpo -c -o xprops.lo `test -f 'core/xprops.c' || echo '$(srcdir)/'`core/xprops.c
1242@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xprops.Tpo $(DEPDIR)/xprops.Plo
1243@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1244@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/xprops.c' object='xprops.lo' libtool=yes @AMDEPBACKSLASH@
1245@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1246@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xprops.lo `test -f 'core/xprops.c' || echo '$(srcdir)/'`core/xprops.c
1247
1248fixedtip.lo: ui/fixedtip.c
1249@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fixedtip.lo -MD -MP -MF $(DEPDIR)/fixedtip.Tpo -c -o fixedtip.lo `test -f 'ui/fixedtip.c' || echo '$(srcdir)/'`ui/fixedtip.c
1250@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fixedtip.Tpo $(DEPDIR)/fixedtip.Plo
1251@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1252@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/fixedtip.c' object='fixedtip.lo' libtool=yes @AMDEPBACKSLASH@
1253@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1254@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fixedtip.lo `test -f 'ui/fixedtip.c' || echo '$(srcdir)/'`ui/fixedtip.c
1255
1256frames.lo: ui/frames.c
1257@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frames.lo -MD -MP -MF $(DEPDIR)/frames.Tpo -c -o frames.lo `test -f 'ui/frames.c' || echo '$(srcdir)/'`ui/frames.c
1258@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/frames.Tpo $(DEPDIR)/frames.Plo
1259@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1260@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/frames.c' object='frames.lo' libtool=yes @AMDEPBACKSLASH@
1261@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1262@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frames.lo `test -f 'ui/frames.c' || echo '$(srcdir)/'`ui/frames.c
1263
1264menu.lo: ui/menu.c
1265@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT menu.lo -MD -MP -MF $(DEPDIR)/menu.Tpo -c -o menu.lo `test -f 'ui/menu.c' || echo '$(srcdir)/'`ui/menu.c
1266@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/menu.Tpo $(DEPDIR)/menu.Plo
1267@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1268@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/menu.c' object='menu.lo' libtool=yes @AMDEPBACKSLASH@
1269@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1270@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o menu.lo `test -f 'ui/menu.c' || echo '$(srcdir)/'`ui/menu.c
1271
1272metaaccellabel.lo: ui/metaaccellabel.c
1273@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT metaaccellabel.lo -MD -MP -MF $(DEPDIR)/metaaccellabel.Tpo -c -o metaaccellabel.lo `test -f 'ui/metaaccellabel.c' || echo '$(srcdir)/'`ui/metaaccellabel.c
1274@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/metaaccellabel.Tpo $(DEPDIR)/metaaccellabel.Plo
1275@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1276@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/metaaccellabel.c' object='metaaccellabel.lo' libtool=yes @AMDEPBACKSLASH@
1277@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1278@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o metaaccellabel.lo `test -f 'ui/metaaccellabel.c' || echo '$(srcdir)/'`ui/metaaccellabel.c
1279
1280resizepopup.lo: ui/resizepopup.c
1281@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT resizepopup.lo -MD -MP -MF $(DEPDIR)/resizepopup.Tpo -c -o resizepopup.lo `test -f 'ui/resizepopup.c' || echo '$(srcdir)/'`ui/resizepopup.c
1282@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/resizepopup.Tpo $(DEPDIR)/resizepopup.Plo
1283@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1284@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/resizepopup.c' object='resizepopup.lo' libtool=yes @AMDEPBACKSLASH@
1285@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1286@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o resizepopup.lo `test -f 'ui/resizepopup.c' || echo '$(srcdir)/'`ui/resizepopup.c
1287
1288tabpopup.lo: ui/tabpopup.c
1289@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tabpopup.lo -MD -MP -MF $(DEPDIR)/tabpopup.Tpo -c -o tabpopup.lo `test -f 'ui/tabpopup.c' || echo '$(srcdir)/'`ui/tabpopup.c
1290@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tabpopup.Tpo $(DEPDIR)/tabpopup.Plo
1291@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1292@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/tabpopup.c' object='tabpopup.lo' libtool=yes @AMDEPBACKSLASH@
1293@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1294@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tabpopup.lo `test -f 'ui/tabpopup.c' || echo '$(srcdir)/'`ui/tabpopup.c
1295
1296tile-preview.lo: ui/tile-preview.c
1297@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tile-preview.lo -MD -MP -MF $(DEPDIR)/tile-preview.Tpo -c -o tile-preview.lo `test -f 'ui/tile-preview.c' || echo '$(srcdir)/'`ui/tile-preview.c
1298@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tile-preview.Tpo $(DEPDIR)/tile-preview.Plo
1299@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1300@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/tile-preview.c' object='tile-preview.lo' libtool=yes @AMDEPBACKSLASH@
1301@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1302@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tile-preview.lo `test -f 'ui/tile-preview.c' || echo '$(srcdir)/'`ui/tile-preview.c
1303
1304theme-parser.lo: ui/theme-parser.c
1305@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme-parser.lo -MD -MP -MF $(DEPDIR)/theme-parser.Tpo -c -o theme-parser.lo `test -f 'ui/theme-parser.c' || echo '$(srcdir)/'`ui/theme-parser.c
1306@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/theme-parser.Tpo $(DEPDIR)/theme-parser.Plo
1307@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1308@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/theme-parser.c' object='theme-parser.lo' libtool=yes @AMDEPBACKSLASH@
1309@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1310@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme-parser.lo `test -f 'ui/theme-parser.c' || echo '$(srcdir)/'`ui/theme-parser.c
1311
1312theme.lo: ui/theme.c
1313@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT theme.lo -MD -MP -MF $(DEPDIR)/theme.Tpo -c -o theme.lo `test -f 'ui/theme.c' || echo '$(srcdir)/'`ui/theme.c
1314@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/theme.Tpo $(DEPDIR)/theme.Plo
1315@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1316@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/theme.c' object='theme.lo' libtool=yes @AMDEPBACKSLASH@
1317@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1318@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o theme.lo `test -f 'ui/theme.c' || echo '$(srcdir)/'`ui/theme.c
1319
1320ui.lo: ui/ui.c
1321@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ui.lo -MD -MP -MF $(DEPDIR)/ui.Tpo -c -o ui.lo `test -f 'ui/ui.c' || echo '$(srcdir)/'`ui/ui.c
1322@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ui.Tpo $(DEPDIR)/ui.Plo
1323@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1324@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/ui.c' object='ui.lo' libtool=yes @AMDEPBACKSLASH@
1325@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1326@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ui.lo `test -f 'ui/ui.c' || echo '$(srcdir)/'`ui/ui.c
1327
1328preview-widget.lo: ui/preview-widget.c
1329@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT preview-widget.lo -MD -MP -MF $(DEPDIR)/preview-widget.Tpo -c -o preview-widget.lo `test -f 'ui/preview-widget.c' || echo '$(srcdir)/'`ui/preview-widget.c
1330@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/preview-widget.Tpo $(DEPDIR)/preview-widget.Plo
1331@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1332@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/preview-widget.c' object='preview-widget.lo' libtool=yes @AMDEPBACKSLASH@
1333@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1334@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o preview-widget.lo `test -f 'ui/preview-widget.c' || echo '$(srcdir)/'`ui/preview-widget.c
1335
1336mutter.o: core/mutter.c
1337@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutter.o -MD -MP -MF $(DEPDIR)/mutter.Tpo -c -o mutter.o `test -f 'core/mutter.c' || echo '$(srcdir)/'`core/mutter.c
1338@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mutter.Tpo $(DEPDIR)/mutter.Po
1339@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1340@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/mutter.c' object='mutter.o' libtool=no @AMDEPBACKSLASH@
1341@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1342@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutter.o `test -f 'core/mutter.c' || echo '$(srcdir)/'`core/mutter.c
1343
1344mutter.obj: core/mutter.c
1345@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutter.obj -MD -MP -MF $(DEPDIR)/mutter.Tpo -c -o mutter.obj `if test -f 'core/mutter.c'; then $(CYGPATH_W) 'core/mutter.c'; else $(CYGPATH_W) '$(srcdir)/core/mutter.c'; fi`
1346@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mutter.Tpo $(DEPDIR)/mutter.Po
1347@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1348@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/mutter.c' object='mutter.obj' libtool=no @AMDEPBACKSLASH@
1349@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1350@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutter.obj `if test -f 'core/mutter.c'; then $(CYGPATH_W) 'core/mutter.c'; else $(CYGPATH_W) '$(srcdir)/core/mutter.c'; fi`
1351
1352theme-viewer.o: ui/theme-viewer.c
1353@am__fastdepCC_TRUE@ $(AM_V_CC)$(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
1354@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/theme-viewer.Tpo $(DEPDIR)/theme-viewer.Po
1355@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1356@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/theme-viewer.c' object='theme-viewer.o' libtool=no @AMDEPBACKSLASH@
1357@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1358@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
1359
1360theme-viewer.obj: ui/theme-viewer.c
1361@am__fastdepCC_TRUE@ $(AM_V_CC)$(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`
1362@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/theme-viewer.Tpo $(DEPDIR)/theme-viewer.Po
1363@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1364@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/theme-viewer.c' object='theme-viewer.obj' libtool=no @AMDEPBACKSLASH@
1365@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1366@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`
1367
1368testasyncgetprop.o: core/testasyncgetprop.c
1369@am__fastdepCC_TRUE@ $(AM_V_CC)$(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
1370@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testasyncgetprop.Tpo $(DEPDIR)/testasyncgetprop.Po
1371@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1372@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/testasyncgetprop.c' object='testasyncgetprop.o' libtool=no @AMDEPBACKSLASH@
1373@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1374@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
1375
1376testasyncgetprop.obj: core/testasyncgetprop.c
1377@am__fastdepCC_TRUE@ $(AM_V_CC)$(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`
1378@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testasyncgetprop.Tpo $(DEPDIR)/testasyncgetprop.Po
1379@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1380@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/testasyncgetprop.c' object='testasyncgetprop.obj' libtool=no @AMDEPBACKSLASH@
1381@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1382@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`
1383
1384testboxes.o: core/testboxes.c
1385@am__fastdepCC_TRUE@ $(AM_V_CC)$(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
1386@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testboxes.Tpo $(DEPDIR)/testboxes.Po
1387@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1388@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/testboxes.c' object='testboxes.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 testboxes.o `test -f 'core/testboxes.c' || echo '$(srcdir)/'`core/testboxes.c
1391
1392testboxes.obj: core/testboxes.c
1393@am__fastdepCC_TRUE@ $(AM_V_CC)$(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`
1394@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testboxes.Tpo $(DEPDIR)/testboxes.Po
1395@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1396@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core/testboxes.c' object='testboxes.obj' libtool=no @AMDEPBACKSLASH@
1397@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1398@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`
1399
1400testgradient.o: ui/testgradient.c
1401@am__fastdepCC_TRUE@ $(AM_V_CC)$(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
1402@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testgradient.Tpo $(DEPDIR)/testgradient.Po
1403@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1404@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/testgradient.c' object='testgradient.o' libtool=no @AMDEPBACKSLASH@
1405@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1406@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
1407
1408testgradient.obj: ui/testgradient.c
1409@am__fastdepCC_TRUE@ $(AM_V_CC)$(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`
1410@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testgradient.Tpo $(DEPDIR)/testgradient.Po
1411@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
1412@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ui/testgradient.c' object='testgradient.obj' libtool=no @AMDEPBACKSLASH@
1413@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1414@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`
1415
1416mostlyclean-libtool:
1417 -rm -f *.lo
1418
1419clean-libtool:
1420 -rm -rf .libs _libs
1421install-desktopfilesDATA: $(desktopfiles_DATA)
1422 @$(NORMAL_INSTALL)
1423 test -z "$(desktopfilesdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopfilesdir)"
1424 @list='$(desktopfiles_DATA)'; test -n "$(desktopfilesdir)" || list=; \
1425 for p in $$list; do \
1426 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1427 echo "$$d$$p"; \
1428 done | $(am__base_list) | \
1429 while read files; do \
1430 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopfilesdir)'"; \
1431 $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopfilesdir)" || exit $$?; \
1432 done
1433
1434uninstall-desktopfilesDATA:
1435 @$(NORMAL_UNINSTALL)
1436 @list='$(desktopfiles_DATA)'; test -n "$(desktopfilesdir)" || list=; \
1437 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1438 test -n "$$files" || exit 0; \
1439 echo " ( cd '$(DESTDIR)$(desktopfilesdir)' && rm -f" $$files ")"; \
1440 cd "$(DESTDIR)$(desktopfilesdir)" && rm -f $$files
1441install-girDATA: $(gir_DATA)
1442 @$(NORMAL_INSTALL)
1443 test -z "$(girdir)" || $(MKDIR_P) "$(DESTDIR)$(girdir)"
1444 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
1445 for p in $$list; do \
1446 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1447 echo "$$d$$p"; \
1448 done | $(am__base_list) | \
1449 while read files; do \
1450 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
1451 $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
1452 done
1453
1454uninstall-girDATA:
1455 @$(NORMAL_UNINSTALL)
1456 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
1457 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1458 test -n "$$files" || exit 0; \
1459 echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
1460 cd "$(DESTDIR)$(girdir)" && rm -f $$files
1461install-pkgconfigDATA: $(pkgconfig_DATA)
1462 @$(NORMAL_INSTALL)
1463 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1464 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1465 for p in $$list; do \
1466 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1467 echo "$$d$$p"; \
1468 done | $(am__base_list) | \
1469 while read files; do \
1470 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1471 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1472 done
1473
1474uninstall-pkgconfigDATA:
1475 @$(NORMAL_UNINSTALL)
1476 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1477 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1478 test -n "$$files" || exit 0; \
1479 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
1480 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1481install-schemaDATA: $(schema_DATA)
1482 @$(NORMAL_INSTALL)
1483 test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
1484 @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
1485 for p in $$list; do \
1486 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1487 echo "$$d$$p"; \
1488 done | $(am__base_list) | \
1489 while read files; do \
1490 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
1491 $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
1492 done
1493
1494uninstall-schemaDATA:
1495 @$(NORMAL_UNINSTALL)
1496 @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
1497 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1498 test -n "$$files" || exit 0; \
1499 echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
1500 cd "$(DESTDIR)$(schemadir)" && rm -f $$files
1501install-typelibDATA: $(typelib_DATA)
1502 @$(NORMAL_INSTALL)
1503 test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)"
1504 @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
1505 for p in $$list; do \
1506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1507 echo "$$d$$p"; \
1508 done | $(am__base_list) | \
1509 while read files; do \
1510 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
1511 $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
1512 done
1513
1514uninstall-typelibDATA:
1515 @$(NORMAL_UNINSTALL)
1516 @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
1517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1518 test -n "$$files" || exit 0; \
1519 echo " ( cd '$(DESTDIR)$(typelibdir)' && rm -f" $$files ")"; \
1520 cd "$(DESTDIR)$(typelibdir)" && rm -f $$files
1521install-wmpropertiesDATA: $(wmproperties_DATA)
1522 @$(NORMAL_INSTALL)
1523 test -z "$(wmpropertiesdir)" || $(MKDIR_P) "$(DESTDIR)$(wmpropertiesdir)"
1524 @list='$(wmproperties_DATA)'; test -n "$(wmpropertiesdir)" || list=; \
1525 for p in $$list; do \
1526 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1527 echo "$$d$$p"; \
1528 done | $(am__base_list) | \
1529 while read files; do \
1530 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wmpropertiesdir)'"; \
1531 $(INSTALL_DATA) $$files "$(DESTDIR)$(wmpropertiesdir)" || exit $$?; \
1532 done
1533
1534uninstall-wmpropertiesDATA:
1535 @$(NORMAL_UNINSTALL)
1536 @list='$(wmproperties_DATA)'; test -n "$(wmpropertiesdir)" || list=; \
1537 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1538 test -n "$$files" || exit 0; \
1539 echo " ( cd '$(DESTDIR)$(wmpropertiesdir)' && rm -f" $$files ")"; \
1540 cd "$(DESTDIR)$(wmpropertiesdir)" && rm -f $$files
1541install-libmutterincludeHEADERS: $(libmutterinclude_HEADERS)
1542 @$(NORMAL_INSTALL)
1543 test -z "$(libmutterincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libmutterincludedir)"
1544 @list='$(libmutterinclude_HEADERS)'; test -n "$(libmutterincludedir)" || list=; \
1545 for p in $$list; do \
1546 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1547 echo "$$d$$p"; \
1548 done | $(am__base_list) | \
1549 while read files; do \
1550 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libmutterincludedir)'"; \
1551 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libmutterincludedir)" || exit $$?; \
1552 done
1553
1554uninstall-libmutterincludeHEADERS:
1555 @$(NORMAL_UNINSTALL)
1556 @list='$(libmutterinclude_HEADERS)'; test -n "$(libmutterincludedir)" || list=; \
1557 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1558 test -n "$$files" || exit 0; \
1559 echo " ( cd '$(DESTDIR)$(libmutterincludedir)' && rm -f" $$files ")"; \
1560 cd "$(DESTDIR)$(libmutterincludedir)" && rm -f $$files
1561
1562# This directory's subdirectories are mostly independent; you can cd
1563# into them and run `make' without going through this Makefile.
1564# To change the values of `make' variables: instead of editing Makefiles,
1565# (1) if the variable is set in `config.status', edit `config.status'
1566# (which will cause the Makefiles to be regenerated when you run `make');
1567# (2) otherwise, pass the desired values on the `make' command line.
1568$(RECURSIVE_TARGETS):
1569 @fail= failcom='exit 1'; \
1570 for f in x $$MAKEFLAGS; do \
1571 case $$f in \
1572 *=* | --[!k]*);; \
1573 *k*) failcom='fail=yes';; \
1574 esac; \
1575 done; \
1576 dot_seen=no; \
1577 target=`echo $@ | sed s/-recursive//`; \
1578 list='$(SUBDIRS)'; for subdir in $$list; do \
1579 echo "Making $$target in $$subdir"; \
1580 if test "$$subdir" = "."; then \
1581 dot_seen=yes; \
1582 local_target="$$target-am"; \
1583 else \
1584 local_target="$$target"; \
1585 fi; \
1586 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1587 || eval $$failcom; \
1588 done; \
1589 if test "$$dot_seen" = "no"; then \
1590 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1591 fi; test -z "$$fail"
1592
1593$(RECURSIVE_CLEAN_TARGETS):
1594 @fail= failcom='exit 1'; \
1595 for f in x $$MAKEFLAGS; do \
1596 case $$f in \
1597 *=* | --[!k]*);; \
1598 *k*) failcom='fail=yes';; \
1599 esac; \
1600 done; \
1601 dot_seen=no; \
1602 case "$@" in \
1603 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1604 *) list='$(SUBDIRS)' ;; \
1605 esac; \
1606 rev=''; for subdir in $$list; do \
1607 if test "$$subdir" = "."; then :; else \
1608 rev="$$subdir $$rev"; \
1609 fi; \
1610 done; \
1611 rev="$$rev ."; \
1612 target=`echo $@ | sed s/-recursive//`; \
1613 for subdir in $$rev; do \
1614 echo "Making $$target in $$subdir"; \
1615 if test "$$subdir" = "."; then \
1616 local_target="$$target-am"; \
1617 else \
1618 local_target="$$target"; \
1619 fi; \
1620 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1621 || eval $$failcom; \
1622 done && test -z "$$fail"
1623tags-recursive:
1624 list='$(SUBDIRS)'; for subdir in $$list; do \
1625 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1626 done
1627ctags-recursive:
1628 list='$(SUBDIRS)'; for subdir in $$list; do \
1629 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1630 done
1631
1632ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1633 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1634 unique=`for i in $$list; do \
1635 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1636 done | \
1637 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1638 END { if (nonempty) { for (i in files) print i; }; }'`; \
1639 mkid -fID $$unique
1640tags: TAGS
1641
1642TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1643 $(TAGS_FILES) $(LISP)
1644 set x; \
1645 here=`pwd`; \
1646 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1647 include_option=--etags-include; \
1648 empty_fix=.; \
1649 else \
1650 include_option=--include; \
1651 empty_fix=; \
1652 fi; \
1653 list='$(SUBDIRS)'; for subdir in $$list; do \
1654 if test "$$subdir" = .; then :; else \
1655 test ! -f $$subdir/TAGS || \
1656 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1657 fi; \
1658 done; \
1659 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1660 unique=`for i in $$list; do \
1661 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1662 done | \
1663 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1664 END { if (nonempty) { for (i in files) print i; }; }'`; \
1665 shift; \
1666 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1667 test -n "$$unique" || unique=$$empty_fix; \
1668 if test $$# -gt 0; then \
1669 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1670 "$$@" $$unique; \
1671 else \
1672 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1673 $$unique; \
1674 fi; \
1675 fi
1676ctags: CTAGS
1677CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1678 $(TAGS_FILES) $(LISP)
1679 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1680 unique=`for i in $$list; do \
1681 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1682 done | \
1683 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1684 END { if (nonempty) { for (i in files) print i; }; }'`; \
1685 test -z "$(CTAGS_ARGS)$$unique" \
1686 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1687 $$unique
1688
1689GTAGS:
1690 here=`$(am__cd) $(top_builddir) && pwd` \
1691 && $(am__cd) $(top_srcdir) \
1692 && gtags -i $(GTAGS_ARGS) "$$here"
1693
1694distclean-tags:
1695 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1696
1697distdir: $(DISTFILES)
1698 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1699 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1700 list='$(DISTFILES)'; \
1701 dist_files=`for file in $$list; do echo $$file; done | \
1702 sed -e "s|^$$srcdirstrip/||;t" \
1703 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1704 case $$dist_files in \
1705 */*) $(MKDIR_P) `echo "$$dist_files" | \
1706 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1707 sort -u` ;; \
1708 esac; \
1709 for file in $$dist_files; do \
1710 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1711 if test -d $$d/$$file; then \
1712 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1713 if test -d "$(distdir)/$$file"; then \
1714 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1715 fi; \
1716 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1717 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1718 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1719 fi; \
1720 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1721 else \
1722 test -f "$(distdir)/$$file" \
1723 || cp -p $$d/$$file "$(distdir)/$$file" \
1724 || exit 1; \
1725 fi; \
1726 done
1727 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1728 if test "$$subdir" = .; then :; else \
1729 test -d "$(distdir)/$$subdir" \
1730 || $(MKDIR_P) "$(distdir)/$$subdir" \
1731 || exit 1; \
1732 fi; \
1733 done
1734 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1735 if test "$$subdir" = .; then :; else \
1736 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1737 $(am__relativize); \
1738 new_distdir=$$reldir; \
1739 dir1=$$subdir; dir2="$(top_distdir)"; \
1740 $(am__relativize); \
1741 new_top_distdir=$$reldir; \
1742 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1743 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1744 ($(am__cd) $$subdir && \
1745 $(MAKE) $(AM_MAKEFLAGS) \
1746 top_distdir="$$new_top_distdir" \
1747 distdir="$$new_distdir" \
1748 am__remove_distdir=: \
1749 am__skip_length_check=: \
1750 am__skip_mode_fix=: \
1751 distdir) \
1752 || exit 1; \
1753 fi; \
1754 done
1755check-am: all-am
1756check: $(BUILT_SOURCES)
1757 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1758all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
1759install-binPROGRAMS: install-libLTLIBRARIES
1760
1761installdirs: installdirs-recursive
1762installdirs-am:
1763 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopfilesdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(wmpropertiesdir)" "$(DESTDIR)$(libmutterincludedir)"; do \
1764 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1765 done
1766install: $(BUILT_SOURCES)
1767 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1768install-exec: install-exec-recursive
1769install-data: install-data-recursive
1770uninstall: uninstall-recursive
1771
1772install-am: all-am
1773 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1774
1775installcheck: installcheck-recursive
1776install-strip:
1777 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1778 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1779 `test -z '$(STRIP)' || \
1780 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1781mostlyclean-generic:
1782
1783clean-generic:
1784 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1785
1786distclean-generic:
1787 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1788 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1789
1790maintainer-clean-generic:
1791 @echo "This command is intended for maintainers to use"
1792 @echo "it deletes files that may require special tools to rebuild."
1793 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1794clean: clean-recursive
1795
1796clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1797 clean-libtool clean-noinstPROGRAMS mostlyclean-am
1798
1799distclean: distclean-recursive
1800 -rm -rf ./$(DEPDIR)
1801 -rm -f Makefile
1802distclean-am: clean-am distclean-compile distclean-generic \
1803 distclean-tags
1804
1805dvi: dvi-recursive
1806
1807dvi-am:
1808
1809html: html-recursive
1810
1811html-am:
1812
1813info: info-recursive
1814
1815info-am:
1816
1817install-data-am: install-data-local install-desktopfilesDATA \
1818 install-girDATA install-libmutterincludeHEADERS \
1819 install-pkgconfigDATA install-schemaDATA install-typelibDATA \
1820 install-wmpropertiesDATA
1821
1822install-dvi: install-dvi-recursive
1823
1824install-dvi-am:
1825
1826install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1827
1828install-html: install-html-recursive
1829
1830install-html-am:
1831
1832install-info: install-info-recursive
1833
1834install-info-am:
1835
1836install-man:
1837
1838install-pdf: install-pdf-recursive
1839
1840install-pdf-am:
1841
1842install-ps: install-ps-recursive
1843
1844install-ps-am:
1845
1846installcheck-am:
1847
1848maintainer-clean: maintainer-clean-recursive
1849 -rm -rf ./$(DEPDIR)
1850 -rm -f Makefile
1851maintainer-clean-am: distclean-am maintainer-clean-generic
1852
1853mostlyclean: mostlyclean-recursive
1854
1855mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1856 mostlyclean-libtool
1857
1858pdf: pdf-recursive
1859
1860pdf-am:
1861
1862ps: ps-recursive
1863
1864ps-am:
1865
1866uninstall-am: uninstall-binPROGRAMS uninstall-desktopfilesDATA \
1867 uninstall-girDATA uninstall-libLTLIBRARIES \
1868 uninstall-libmutterincludeHEADERS uninstall-pkgconfigDATA \
1869 uninstall-schemaDATA uninstall-typelibDATA \
1870 uninstall-wmpropertiesDATA
1871
1872.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1873 ctags-recursive install install-am install-strip \
1874 tags-recursive
1875
1876.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1877 all all-am check check-am clean clean-binPROGRAMS \
1878 clean-generic clean-libLTLIBRARIES clean-libtool \
1879 clean-noinstPROGRAMS ctags ctags-recursive distclean \
1880 distclean-compile distclean-generic distclean-libtool \
1881 distclean-tags distdir dvi dvi-am html html-am info info-am \
1882 install install-am install-binPROGRAMS install-data \
1883 install-data-am install-data-local install-desktopfilesDATA \
1884 install-dvi install-dvi-am install-exec install-exec-am \
1885 install-girDATA install-html install-html-am install-info \
1886 install-info-am install-libLTLIBRARIES \
1887 install-libmutterincludeHEADERS install-man install-pdf \
1888 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1889 install-schemaDATA install-strip install-typelibDATA \
1890 install-wmpropertiesDATA installcheck installcheck-am \
1891 installdirs installdirs-am maintainer-clean \
1892 maintainer-clean-generic mostlyclean mostlyclean-compile \
1893 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1894 tags tags-recursive uninstall uninstall-am \
1895 uninstall-binPROGRAMS uninstall-desktopfilesDATA \
1896 uninstall-girDATA uninstall-libLTLIBRARIES \
1897 uninstall-libmutterincludeHEADERS uninstall-pkgconfigDATA \
1898 uninstall-schemaDATA uninstall-typelibDATA \
1899 uninstall-wmpropertiesDATA
1900
1901
1902# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
1903.AUTOPARALLEL:
1904
1905@HAVE_INTROSPECTION_TRUE@include $(INTROSPECTION_MAKEFILE)
1906
1907@HAVE_INTROSPECTION_TRUE@Meta-$(api_version).gir: libmutter.la
1908
1909@INTLTOOL_DESKTOP_RULE@
1910
1911@INTLTOOL_XML_NOMERGE_RULE@
1912
1913@INTLTOOL_SCHEMAS_RULE@
1914
1915@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
1916@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
1917@GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
1918
1919inlinepixbufs.h: $(IMAGES)
1920 $(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
1921
1922mutter-marshal.h: stamp-mutter-marshal.h
1923 @true
1924stamp-mutter-marshal.h: Makefile mutter-marshal.list
1925 $(AM_V_GEN) $(GLIB_GENMARSHAL) \
1926 --prefix=_mutter_marshal \
1927 --header \
1928 $(srcdir)/mutter-marshal.list > xgen-tmh && \
1929 (cmp -s xgen-tmh mutter-marshal.h || cp -f xgen-tmh mutter-marshal.h) && \
1930 rm -f xgen-tmh && \
1931 echo timestamp > $(@F)
1932
1933mutter-marshal.c: Makefile mutter-marshal.list
1934 $(AM_V_GEN) (echo "#include \"mutter-marshal.h\"" ; \
1935 $(GLIB_GENMARSHAL) \
1936 --prefix=_mutter_marshal \
1937 --body \
1938 $(srcdir)/mutter-marshal.list ) > xgen-tmc && \
1939 cp -f xgen-tmc mutter-marshal.c && \
1940 rm -f xgen-tmc
1941
1942mutter-enum-types.h: stamp-mutter-enum-types.h Makefile
1943 @true
1944stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.in
1945 $(AM_V_GEN) ( cd $(srcdir) && \
1946 $(GLIB_MKENUMS) \
1947 --template mutter-enum-types.h.in \
1948 $(libmutterinclude_base_headers) ) >> xgen-teth && \
1949 (cmp -s xgen-teth mutter-enum-types.h || cp xgen-teth mutter-enum-types.h) && \
1950 rm -f xgen-teth && \
1951 echo timestamp > $(@F)
1952
1953mutter-enum-types.c: stamp-mutter-enum-types.h mutter-enum-types.c.in
1954 $(AM_V_GEN) ( cd $(srcdir) && \
1955 $(GLIB_MKENUMS) \
1956 --template mutter-enum-types.c.in \
1957 $(libmutterinclude_base_headers) ) >> xgen-tetc && \
1958 cp xgen-tetc mutter-enum-types.c && \
1959 rm -f xgen-tetc
1960
1961# Tell versions [3.59,3.63) of GNU make to not export all variables.
1962# Otherwise a system limit (for SysV at least) may be exceeded.
1963.NOEXPORT:
01964
=== added file '.pc/applied-patches'
--- .pc/applied-patches 1970-01-01 00:00:00 +0000
+++ .pc/applied-patches 2011-09-07 08:11:27 +0000
@@ -0,0 +1,2 @@
101_Wcast-align.patch
203_link_gles2.patch
03
=== renamed file '.pc/applied-patches' => '.pc/applied-patches.moved'
=== added file 'src/compositor/meta-background-actor-private.h'
--- src/compositor/meta-background-actor-private.h 1970-01-01 00:00:00 +0000
+++ src/compositor/meta-background-actor-private.h 2011-09-07 08:11:27 +0000
@@ -0,0 +1,15 @@
1/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
2
3#ifndef META_BACKGROUND_ACTOR_PRIVATE_H
4#define META_BACKGROUND_ACTOR_PRIVATE_H
5
6#include <meta/screen.h>
7#include <meta/meta-background-actor.h>
8
9void meta_background_actor_set_visible_region (MetaBackgroundActor *self,
10 cairo_region_t *visible_region);
11
12void meta_background_actor_update (MetaScreen *screen);
13void meta_background_actor_screen_size_changed (MetaScreen *screen);
14
15#endif /* META_BACKGROUND_ACTOR_PRIVATE_H */
016
=== renamed file 'src/compositor/meta-background-actor-private.h' => 'src/compositor/meta-background-actor-private.h.moved'
=== added file 'src/wm-tester/test-attached.c'
--- src/wm-tester/test-attached.c 1970-01-01 00:00:00 +0000
+++ src/wm-tester/test-attached.c 2011-09-07 08:11:27 +0000
@@ -0,0 +1,100 @@
1#include <gtk/gtk.h>
2
3enum {
4 DESTROY_PARENT,
5 DETACH,
6 ATTACH_1,
7 ATTACH_2
8};
9
10GtkWidget *window1, *window2;
11
12static void
13dialog_response (GtkDialog *dialog, int response, gpointer user_data)
14{
15 if (response == DESTROY_PARENT)
16 {
17 GtkWidget *window = GTK_WIDGET (gtk_window_get_transient_for (GTK_WINDOW (dialog)));
18
19 if (window == window1)
20 {
21 gtk_dialog_set_response_sensitive (dialog, ATTACH_1, FALSE);
22 window1 = NULL;
23 }
24 else
25 {
26 gtk_dialog_set_response_sensitive (dialog, ATTACH_2, FALSE);
27 window2 = NULL;
28 }
29
30 gtk_dialog_set_response_sensitive (dialog, DESTROY_PARENT, FALSE);
31 gtk_dialog_set_response_sensitive (dialog, DETACH, FALSE);
32 gtk_widget_destroy (window);
33 }
34 else if (response == DETACH)
35 {
36 gtk_window_set_transient_for (GTK_WINDOW (dialog), NULL);
37 gtk_dialog_set_response_sensitive (dialog, DESTROY_PARENT, FALSE);
38 gtk_dialog_set_response_sensitive (dialog, DETACH, FALSE);
39 gtk_dialog_set_response_sensitive (dialog, ATTACH_1, window1 != NULL);
40 gtk_dialog_set_response_sensitive (dialog, ATTACH_2, window2 != NULL);
41 }
42 else if (response == ATTACH_1)
43 {
44 gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (window1));
45 gtk_dialog_set_response_sensitive (dialog, DESTROY_PARENT, TRUE);
46 gtk_dialog_set_response_sensitive (dialog, DETACH, TRUE);
47 gtk_dialog_set_response_sensitive (dialog, ATTACH_1, FALSE);
48 gtk_dialog_set_response_sensitive (dialog, ATTACH_2, window2 != NULL);
49 }
50 else if (response == ATTACH_2)
51 {
52 gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (window2));
53 gtk_dialog_set_response_sensitive (dialog, DESTROY_PARENT, TRUE);
54 gtk_dialog_set_response_sensitive (dialog, DETACH, TRUE);
55 gtk_dialog_set_response_sensitive (dialog, ATTACH_1, window1 != NULL);
56 gtk_dialog_set_response_sensitive (dialog, ATTACH_2, FALSE);
57 }
58 else if (response == GTK_RESPONSE_CLOSE)
59 gtk_main_quit ();
60}
61
62int
63main (int argc, char **argv)
64{
65 GtkWidget *dialog;
66
67 gtk_init (&argc, &argv);
68
69 window1 = gtk_window_new (GTK_WINDOW_TOPLEVEL);
70 gtk_window_set_title (GTK_WINDOW (window1), "Parent 1");
71 gtk_widget_show (window1);
72
73 window2 = gtk_window_new (GTK_WINDOW_TOPLEVEL);
74 gtk_window_set_title (GTK_WINDOW (window2), "Parent 2");
75 gtk_widget_show (window2);
76
77 dialog = gtk_dialog_new_with_buttons ("Child",
78 NULL,
79 GTK_DIALOG_MODAL,
80 "Destroy Parent",
81 DESTROY_PARENT,
82 "Detach",
83 DETACH,
84 "Attach to 1",
85 ATTACH_1,
86 "Attach to 2",
87 ATTACH_2,
88 GTK_STOCK_QUIT,
89 GTK_RESPONSE_CLOSE,
90 NULL);
91 gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog), DESTROY_PARENT, FALSE);
92 gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog), DETACH, FALSE);
93
94 g_signal_connect (dialog, "response", G_CALLBACK (dialog_response), NULL);
95 gtk_widget_show (dialog);
96
97 gtk_main ();
98
99 return 0;
100}
0101
=== renamed file 'src/wm-tester/test-attached.c' => 'src/wm-tester/test-attached.c.moved'

Subscribers

People subscribed via source and target branches

to all changes: