2009-08-30 20:21:02 -04:00
|
|
|
# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
|
|
|
|
.AUTOPARALLEL:
|
|
|
|
|
2010-09-23 08:32:48 -04:00
|
|
|
if INSTALL_LIBMUTTER_PRIVATE
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
lib_LTLIBRARIES = libmutter-private.la
|
2010-09-23 08:32:48 -04:00
|
|
|
else
|
|
|
|
noinst_LTLIBRARIES = libmutter-private.la
|
|
|
|
endif
|
2001-06-02 00:14:18 -04:00
|
|
|
|
2009-05-07 17:56:27 -04:00
|
|
|
SUBDIRS=wm-tester tools compositor/plugins
|
2008-09-18 11:09:11 -04:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
INCLUDES=@MUTTER_CFLAGS@ -I $(srcdir)/include -I$(srcdir)/compositor -DMUTTER_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" -DMUTTER_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"mutter\" -DSN_API_NOT_YET_FROZEN=1 -DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) -DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) -DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) -DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) -DMUTTER_PKGLIBDIR=\"$(pkglibdir)\" -DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\"
|
2001-06-02 00:14:18 -04:00
|
|
|
|
2009-07-02 11:19:02 -04:00
|
|
|
mutter_built_sources = \
|
|
|
|
mutter-marshal.h \
|
|
|
|
mutter-marshal.c \
|
|
|
|
mutter-enum-types.h \
|
|
|
|
mutter-enum-types.c
|
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
mutter_SOURCES= \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/async-getprop.c \
|
|
|
|
core/async-getprop.h \
|
|
|
|
core/bell.c \
|
|
|
|
core/bell.h \
|
|
|
|
core/boxes.c \
|
2010-10-18 14:34:14 -04:00
|
|
|
core/boxes-private.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
include/boxes.h \
|
2009-06-25 16:29:20 -04:00
|
|
|
compositor/compositor.c \
|
2009-06-25 18:56:15 -04:00
|
|
|
compositor/compositor-private.h \
|
2010-10-18 13:27:14 -04:00
|
|
|
compositor/meta-module.c \
|
|
|
|
compositor/meta-module.h \
|
|
|
|
compositor/meta-plugin.c \
|
|
|
|
compositor/meta-plugin-manager.c \
|
|
|
|
compositor/meta-plugin-manager.h \
|
|
|
|
compositor/meta-shaped-texture.c \
|
|
|
|
compositor/meta-shaped-texture.h \
|
|
|
|
compositor/meta-texture-tower.c \
|
|
|
|
compositor/meta-texture-tower.h \
|
|
|
|
compositor/meta-window-actor.c \
|
|
|
|
compositor/meta-window-actor-private.h \
|
|
|
|
compositor/meta-window-group.c \
|
|
|
|
compositor/meta-window-group.h \
|
2009-06-25 18:56:15 -04:00
|
|
|
compositor/shadow.c \
|
|
|
|
compositor/shadow.h \
|
2009-05-07 17:56:27 -04:00
|
|
|
compositor/tidy/tidy-texture-frame.c \
|
|
|
|
compositor/tidy/tidy-texture-frame.h \
|
2010-06-14 06:48:27 -04:00
|
|
|
gdk-compat.h \
|
2010-05-10 18:46:36 -04:00
|
|
|
gtk-compat.h \
|
2010-09-23 11:35:41 -04:00
|
|
|
gdk2-drawing-utils.c \
|
|
|
|
gdk2-drawing-utils.h \
|
2008-05-18 20:00:09 -04:00
|
|
|
include/compositor.h \
|
2010-10-18 13:27:14 -04:00
|
|
|
include/meta-plugin.h \
|
|
|
|
include/meta-window-actor.h \
|
2009-05-07 17:56:27 -04:00
|
|
|
include/compositor-mutter.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/constraints.c \
|
|
|
|
core/constraints.h \
|
|
|
|
core/core.c \
|
|
|
|
core/delete.c \
|
|
|
|
core/display.c \
|
2008-05-18 20:00:09 -04:00
|
|
|
core/display-private.h \
|
|
|
|
include/display.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
ui/draw-workspace.c \
|
2008-02-02 16:35:23 -05:00
|
|
|
ui/draw-workspace.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/edge-resistance.c \
|
|
|
|
core/edge-resistance.h \
|
|
|
|
core/errors.c \
|
2008-05-18 20:00:09 -04:00
|
|
|
include/errors.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/eventqueue.c \
|
|
|
|
core/eventqueue.h \
|
|
|
|
core/frame.c \
|
2008-05-18 20:00:09 -04:00
|
|
|
core/frame-private.h \
|
|
|
|
include/frame.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
ui/gradient.c \
|
|
|
|
ui/gradient.h \
|
|
|
|
core/group-private.h \
|
|
|
|
core/group-props.c \
|
|
|
|
core/group-props.h \
|
|
|
|
core/group.c \
|
2009-01-15 10:37:48 -05:00
|
|
|
include/group.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/iconcache.c \
|
|
|
|
core/iconcache.h \
|
|
|
|
core/keybindings.c \
|
2009-01-29 10:14:25 -05:00
|
|
|
core/keybindings-private.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/main.c \
|
2010-10-18 13:27:14 -04:00
|
|
|
core/mutter-Xatomtype.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/place.c \
|
|
|
|
core/place.h \
|
|
|
|
core/prefs.c \
|
2008-02-03 00:53:18 -05:00
|
|
|
include/prefs.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/screen.c \
|
2008-05-18 20:00:09 -04:00
|
|
|
core/screen-private.h \
|
|
|
|
include/screen.h \
|
2008-05-26 17:45:43 -04:00
|
|
|
include/types.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/session.c \
|
|
|
|
core/session.h \
|
|
|
|
core/stack.c \
|
|
|
|
core/stack.h \
|
2009-06-13 16:45:32 -04:00
|
|
|
core/stack-tracker.c \
|
|
|
|
core/stack-tracker.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/util.c \
|
|
|
|
include/util.h \
|
|
|
|
core/window-props.c \
|
|
|
|
core/window-props.h \
|
|
|
|
core/window.c \
|
2008-05-18 20:00:09 -04:00
|
|
|
core/window-private.h \
|
|
|
|
include/window.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/workspace.c \
|
2009-02-12 05:48:59 -05:00
|
|
|
core/workspace-private.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/xprops.c \
|
2008-05-18 20:00:09 -04:00
|
|
|
include/xprops.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
include/common.h \
|
|
|
|
include/core.h \
|
|
|
|
include/ui.h \
|
2001-09-21 15:20:56 -04:00
|
|
|
inlinepixbufs.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
ui/fixedtip.c \
|
|
|
|
ui/fixedtip.h \
|
|
|
|
ui/frames.c \
|
|
|
|
ui/frames.h \
|
|
|
|
ui/menu.c \
|
|
|
|
ui/menu.h \
|
|
|
|
ui/metaaccellabel.c \
|
|
|
|
ui/metaaccellabel.h \
|
|
|
|
ui/resizepopup.c \
|
|
|
|
include/resizepopup.h \
|
|
|
|
ui/tabpopup.c \
|
|
|
|
include/tabpopup.h \
|
2010-06-24 14:41:28 -04:00
|
|
|
ui/tile-preview.c \
|
|
|
|
include/tile-preview.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
ui/theme-parser.c \
|
|
|
|
ui/theme.c \
|
|
|
|
ui/theme.h \
|
2010-10-18 14:34:14 -04:00
|
|
|
ui/theme-private.h \
|
2008-10-22 09:08:44 -04:00
|
|
|
ui/ui.c \
|
2009-07-02 11:19:02 -04:00
|
|
|
include/all-keybindings.h \
|
|
|
|
$(mutter_built_sources)
|
2001-06-02 00:14:18 -04:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
# by setting libmutter_private_la_CFLAGS, the files shared with
|
|
|
|
# mutter proper will be compiled with different names.
|
|
|
|
libmutter_private_la_CFLAGS =
|
|
|
|
libmutter_private_la_SOURCES= \
|
2007-12-19 16:17:50 -05:00
|
|
|
core/boxes.c \
|
|
|
|
include/boxes.h \
|
|
|
|
ui/gradient.c \
|
|
|
|
ui/gradient.h \
|
|
|
|
core/util.c \
|
|
|
|
include/util.h \
|
|
|
|
include/common.h \
|
|
|
|
ui/preview-widget.c \
|
|
|
|
ui/preview-widget.h \
|
2010-09-23 11:35:41 -04:00
|
|
|
gdk2-drawing-utils.c \
|
|
|
|
gdk2-drawing-utils.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
ui/theme-parser.c \
|
|
|
|
ui/theme.c \
|
|
|
|
ui/theme.h
|
2002-01-27 21:09:12 -05:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
libmutter_private_la_LDFLAGS = -no-undefined
|
|
|
|
libmutter_private_la_LIBADD = @MUTTER_LIBS@
|
2003-04-19 03:19:04 -04:00
|
|
|
|
2009-07-17 07:51:21 -04:00
|
|
|
# Headers installed for plugins; introspected information will
|
|
|
|
# be extracted into Mutter-<version>.gir
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
libmutterinclude_base_headers = \
|
2007-12-19 16:17:50 -05:00
|
|
|
include/boxes.h \
|
|
|
|
ui/gradient.h \
|
2009-07-08 17:25:54 -04:00
|
|
|
include/main.h \
|
2007-12-19 16:17:50 -05:00
|
|
|
include/util.h \
|
|
|
|
include/common.h \
|
2008-10-28 06:45:45 -04:00
|
|
|
ui/theme.h \
|
|
|
|
include/prefs.h \
|
|
|
|
include/window.h \
|
|
|
|
include/workspace.h \
|
|
|
|
include/compositor.h \
|
|
|
|
include/compositor-mutter.h \
|
|
|
|
include/types.h \
|
2009-08-13 04:46:15 -04:00
|
|
|
include/errors.h \
|
2008-10-28 06:45:45 -04:00
|
|
|
include/screen.h \
|
|
|
|
include/display.h \
|
2009-01-15 10:37:48 -05:00
|
|
|
include/group.h \
|
2009-01-29 10:14:25 -05:00
|
|
|
include/keybindings.h \
|
2010-10-18 13:27:14 -04:00
|
|
|
include/meta-plugin.h \
|
|
|
|
include/meta-window-actor.h
|
2002-11-07 17:09:59 -05:00
|
|
|
|
2008-11-01 13:40:29 -04:00
|
|
|
# Excluded from scanning for introspection but installed
|
2009-07-17 07:51:21 -04:00
|
|
|
# preview-widget.h: only part of libmutter-private
|
|
|
|
# atomnames.h: macros cause problems for scanning process
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
libmutterinclude_extra_headers = \
|
2009-07-17 07:51:21 -04:00
|
|
|
ui/preview-widget.h \
|
2010-10-18 11:32:50 -04:00
|
|
|
include/atomnames.h
|
2008-11-01 13:40:29 -04:00
|
|
|
|
2010-09-23 08:32:48 -04:00
|
|
|
if INSTALL_LIBMUTTER_PRIVATE
|
|
|
|
libmutterincludedir = $(includedir)/mutter/mutter-private
|
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
libmutterinclude_HEADERS = \
|
|
|
|
$(libmutterinclude_base_headers) \
|
|
|
|
$(libmutterinclude_extra_headers)
|
2010-09-23 08:32:48 -04:00
|
|
|
else
|
|
|
|
noinst_HEADERS = \
|
|
|
|
$(libmutterinclude_base_headers) \
|
|
|
|
$(libmutterinclude_extra_headers)
|
|
|
|
endif
|
2008-11-01 13:40:29 -04:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
mutter_theme_viewer_SOURCES= \
|
2007-12-19 16:17:50 -05:00
|
|
|
ui/theme-viewer.c
|
2002-11-07 17:09:59 -05:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
bin_PROGRAMS=mutter mutter-theme-viewer
|
2008-10-12 19:29:09 -04:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
|
2008-11-01 13:40:29 -04:00
|
|
|
|
|
|
|
if WITH_INTROSPECTION
|
|
|
|
# These files are in package-private directories, even though they may be used
|
|
|
|
# by plugins. If you're writing a plugin, use g-ir-compiler --add-include-path
|
|
|
|
# and g-ir-compiler --includedir.
|
|
|
|
girdir = $(pkglibdir)
|
|
|
|
gir_DATA = Meta-$(api_version).gir
|
|
|
|
|
|
|
|
typelibdir = $(pkglibdir)
|
|
|
|
typelib_DATA = Meta-$(api_version).typelib
|
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
# We need to strip out the attribute that would point back to libmutter-introspect
|
2008-11-01 13:40:29 -04:00
|
|
|
# so that libgirepository looks for symbols in the executable instead
|
2010-08-31 19:50:13 -04:00
|
|
|
Meta-$(api_version).gir: $(G_IR_SCANNER) mutter $(libmutterinclude_HEADERS) $(mutter_SOURCES) Makefile
|
2009-08-08 08:47:31 -04:00
|
|
|
$(AM_V_GEN) pwd=`pwd` ; \
|
2009-07-16 17:54:56 -04:00
|
|
|
cd $(srcdir) && \
|
2008-11-01 13:40:29 -04:00
|
|
|
$(G_IR_SCANNER) \
|
|
|
|
--namespace=Meta \
|
|
|
|
--nsversion=$(api_version) \
|
2010-08-31 19:50:13 -04:00
|
|
|
--warn-all \
|
2010-09-01 15:39:53 -04:00
|
|
|
--warn-error \
|
2008-11-01 13:40:29 -04:00
|
|
|
--include=GObject-2.0 \
|
2010-06-19 12:39:48 -04:00
|
|
|
--include=Gdk-@GTK_API_VERSION@ \
|
|
|
|
--include=Gtk-@GTK_API_VERSION@ \
|
2009-07-29 12:08:53 -04:00
|
|
|
--include=Clutter-1.0 \
|
|
|
|
--pkg=clutter-1.0 \
|
2010-06-19 12:39:48 -04:00
|
|
|
--pkg=gtk+-@GTK_API_VERSION@ \
|
2010-02-03 14:17:10 -05:00
|
|
|
--include=xlib-2.0 \
|
2008-11-01 13:40:29 -04:00
|
|
|
--include=xfixes-4.0 \
|
2009-07-16 17:54:56 -04:00
|
|
|
--program=$$pwd/mutter \
|
2010-09-01 15:39:53 -04:00
|
|
|
mutter-enum-types.h \
|
2009-07-16 17:54:56 -04:00
|
|
|
$(filter %.c,$(mutter_SOURCES)) \
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
$(libmutterinclude_base_headers) \
|
2008-11-01 13:40:29 -04:00
|
|
|
$(INCLUDES) \
|
2010-10-04 13:37:14 -04:00
|
|
|
-o $$pwd/$@
|
2008-11-01 13:40:29 -04:00
|
|
|
|
|
|
|
Meta-$(api_version).typelib: $(G_IR_COMPILER) Meta-$(api_version).gir
|
2009-08-08 08:47:31 -04:00
|
|
|
$(AM_V_GEN) LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. $(G_IR_COMPILER) Meta-$(api_version).gir -o $@
|
2008-11-01 13:40:29 -04:00
|
|
|
endif
|
|
|
|
|
2002-11-12 23:11:52 -05:00
|
|
|
EFENCE=
|
2009-07-17 07:51:21 -04:00
|
|
|
mutter_LDADD=@MUTTER_LIBS@ $(EFENCE)
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
mutter_LDFLAGS=-export-dynamic
|
2008-11-01 13:40:29 -04:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
mutter_theme_viewer_LDADD= @MUTTER_LIBS@ libmutter-private.la
|
2001-09-04 23:57:45 -04:00
|
|
|
|
2008-10-08 07:19:08 -04:00
|
|
|
testboxes_SOURCES=include/util.h core/util.c include/boxes.h core/boxes.c core/testboxes.c
|
|
|
|
testgradient_SOURCES=ui/gradient.h ui/gradient.c ui/testgradient.c
|
|
|
|
testasyncgetprop_SOURCES=core/async-getprop.h core/async-getprop.c core/testasyncgetprop.c
|
2002-01-06 12:52:21 -05:00
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
noinst_PROGRAMS=testboxes testgradient testasyncgetprop
|
2002-01-06 12:52:21 -05:00
|
|
|
|
2009-07-17 07:51:21 -04:00
|
|
|
testboxes_LDADD= @MUTTER_LIBS@
|
|
|
|
testgradient_LDADD= @MUTTER_LIBS@
|
|
|
|
testasyncgetprop_LDADD= @MUTTER_LIBS@
|
2002-01-06 12:52:21 -05:00
|
|
|
|
2008-09-12 00:05:17 -04:00
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
2008-09-02 14:49:11 -04:00
|
|
|
desktopfilesdir=$(datadir)/applications
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
desktopfiles_in_files=mutter.desktop.in
|
2003-01-10 15:43:47 -05:00
|
|
|
desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop)
|
|
|
|
desktopfiles_DATA = $(desktopfiles_files)
|
2008-03-29 20:01:18 -04:00
|
|
|
|
2008-09-12 00:05:17 -04:00
|
|
|
wmpropertiesdir=$(datadir)/gnome/wm-properties
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
wmproperties_in_files=mutter-wm.desktop.in
|
2008-09-12 00:05:17 -04:00
|
|
|
wmproperties_files=$(wmproperties_in_files:.desktop.in=.desktop)
|
|
|
|
wmproperties_DATA = $(wmproperties_files)
|
2001-09-04 23:57:45 -04:00
|
|
|
|
2001-12-09 17:41:12 -05:00
|
|
|
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
schema_in_files = mutter.schemas.in
|
2002-05-27 11:51:41 -04:00
|
|
|
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
|
|
|
|
|
2007-04-05 05:22:19 -04:00
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
|
|
|
|
2002-05-27 11:51:41 -04:00
|
|
|
@INTLTOOL_SCHEMAS_RULE@
|
2001-12-09 17:41:12 -05:00
|
|
|
|
2003-06-12 13:41:38 -04:00
|
|
|
if GCONF_SCHEMAS_INSTALL
|
2001-12-09 17:41:12 -05:00
|
|
|
install-data-local:
|
2005-01-03 18:50:10 -05:00
|
|
|
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
|
2003-06-12 13:41:38 -04:00
|
|
|
else
|
|
|
|
install-data-local:
|
|
|
|
endif
|
2001-12-09 17:41:12 -05:00
|
|
|
|
2008-08-14 10:01:51 -04:00
|
|
|
IMAGES=stock_maximize.png stock_minimize.png stock_delete.png
|
|
|
|
VARIABLES=stock_maximize_data $(srcdir)/stock_maximize.png \
|
2002-08-10 12:47:43 -04:00
|
|
|
stock_minimize_data $(srcdir)/stock_minimize.png \
|
|
|
|
stock_delete_data $(srcdir)/stock_delete.png
|
2001-09-04 23:57:45 -04:00
|
|
|
|
2001-10-13 00:00:08 -04:00
|
|
|
BUILT_SOURCES = inlinepixbufs.h
|
2009-07-16 17:54:56 -04:00
|
|
|
CLEANFILES = \
|
|
|
|
inlinepixbufs.h \
|
|
|
|
mutter.desktop \
|
|
|
|
mutter-wm.desktop \
|
|
|
|
mutter.schemas \
|
|
|
|
$(mutter_built_sources) \
|
|
|
|
$(typelib_DATA) \
|
|
|
|
$(gir_DATA)
|
2001-09-17 00:42:37 -04:00
|
|
|
|
|
|
|
inlinepixbufs.h: $(IMAGES)
|
2007-12-19 16:17:50 -05:00
|
|
|
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
|
2001-09-17 00:42:37 -04:00
|
|
|
|
2010-09-23 08:32:48 -04:00
|
|
|
if INSTALL_LIBMUTTER_PRIVATE
|
2002-11-07 17:09:59 -05:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
pkgconfig_DATA = libmutter-private.pc mutter-plugins.pc
|
2010-09-23 08:32:48 -04:00
|
|
|
endif
|
2002-11-07 17:09:59 -05:00
|
|
|
|
2003-01-10 15:43:47 -05:00
|
|
|
EXTRA_DIST=$(desktopfiles_files) \
|
2008-10-28 06:45:45 -04:00
|
|
|
$(wmproperties_files) \
|
2009-07-16 17:54:56 -04:00
|
|
|
$(IMAGES) \
|
2002-11-07 17:09:59 -05:00
|
|
|
$(desktopfiles_in_files) \
|
2008-09-12 00:05:17 -04:00
|
|
|
$(wmproperties_in_files) \
|
2002-11-07 17:09:59 -05:00
|
|
|
$(schema_in_files) \
|
Comprehensively rename to Mutter
Code:
All references in the code not related to themes, keybindings, or
GConf were changed from 'metacity' to 'mutter'. This includes, among other
things, strings, comments, the atoms used in the message protocol, and
the envvars used for debugging. The GConf schema file was reduced to
the 3 settings new to mutter.
The overall version was brought up to 2.27 to match current gnome.
Structure:
All files named '*metacity*' were renamed '*mutter*' with appropriate
changes in the automake system. Files removed are
doc/creating_themes, src/themes, doc/metacity-theme.dtd,
metacity.doap. These files will eventually end up in an external
gnome-wm-data module.
Installation location:
On the filesystem the mutter-plugindir was change from
$(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins.
The mutter-plugins.pc.in reflects these changes.
Note:
mutter.desktop.in and mutter-wm.desktop both continue to have
X-GNOME-WMSettingsModule=metacity set. This allows
gnome-control-center to continue using libmetacity.so for
configuration. This is fine since most the general keybindings and wm
settings are being read from /apps/metacity/* in gconf.
2009-06-10 06:29:20 -04:00
|
|
|
libmutter-private.pc.in \
|
2009-07-02 11:19:02 -04:00
|
|
|
mutter-plugins.pc.in \
|
2009-07-04 11:37:26 -04:00
|
|
|
mutter-enum-types.h.in \
|
|
|
|
mutter-enum-types.c.in \
|
2009-07-02 11:19:02 -04:00
|
|
|
mutter-marshal.list
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(mutter_built_sources)
|
2009-07-16 17:54:56 -04:00
|
|
|
MUTTER_STAMP_FILES = stamp-mutter-marshal.h stamp-mutter-enum-types.h
|
2009-07-02 11:19:02 -04:00
|
|
|
CLEANFILES += $(MUTTER_STAMP_FILES)
|
|
|
|
|
|
|
|
mutter-marshal.h: stamp-mutter-marshal.h
|
|
|
|
@true
|
|
|
|
stamp-mutter-marshal.h: Makefile mutter-marshal.list
|
2009-08-06 17:41:52 -04:00
|
|
|
$(AM_V_GEN) $(GLIB_GENMARSHAL) \
|
2009-07-02 11:19:02 -04:00
|
|
|
--prefix=_mutter_marshal \
|
|
|
|
--header \
|
|
|
|
$(srcdir)/mutter-marshal.list > xgen-tmh && \
|
|
|
|
(cmp -s xgen-tmh mutter-marshal.h || cp -f xgen-tmh mutter-marshal.h) && \
|
|
|
|
rm -f xgen-tmh && \
|
|
|
|
echo timestamp > $(@F)
|
|
|
|
|
|
|
|
mutter-marshal.c: Makefile mutter-marshal.list
|
2009-08-06 17:41:52 -04:00
|
|
|
$(AM_V_GEN) (echo "#include \"mutter-marshal.h\"" ; \
|
2009-07-02 11:19:02 -04:00
|
|
|
$(GLIB_GENMARSHAL) \
|
|
|
|
--prefix=_mutter_marshal \
|
|
|
|
--body \
|
|
|
|
$(srcdir)/mutter-marshal.list ) > xgen-tmc && \
|
|
|
|
cp -f xgen-tmc mutter-marshal.c && \
|
|
|
|
rm -f xgen-tmc
|
|
|
|
|
|
|
|
mutter-enum-types.h: stamp-mutter-enum-types.h Makefile
|
|
|
|
@true
|
2009-08-31 18:12:29 -04:00
|
|
|
stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.in
|
2009-08-06 17:41:52 -04:00
|
|
|
$(AM_V_GEN) ( cd $(srcdir) && \
|
2009-07-02 11:19:02 -04:00
|
|
|
$(GLIB_MKENUMS) \
|
|
|
|
--template $(srcdir)/mutter-enum-types.h.in \
|
|
|
|
$(libmutterinclude_base_headers) ) >> xgen-teth && \
|
2009-08-06 17:41:52 -04:00
|
|
|
(cmp -s xgen-teth mutter-enum-types.h || cp xgen-teth mutter-enum-types.h) && \
|
2009-07-02 11:19:02 -04:00
|
|
|
rm -f xgen-teth && \
|
|
|
|
echo timestamp > $(@F)
|
|
|
|
|
|
|
|
mutter-enum-types.c: stamp-mutter-enum-types.h mutter-enum-types.c.in
|
2009-08-06 17:41:52 -04:00
|
|
|
$(AM_V_GEN) ( cd $(srcdir) && \
|
2009-07-02 11:19:02 -04:00
|
|
|
$(GLIB_MKENUMS) \
|
|
|
|
--template $(srcdir)/mutter-enum-types.c.in \
|
|
|
|
$(libmutterinclude_base_headers) ) >> xgen-tetc && \
|
|
|
|
cp xgen-tetc mutter-enum-types.c && \
|
|
|
|
rm -f xgen-tetc
|