2008-11-12 16:09:27 -05:00
|
|
|
BUILT_SOURCES =
|
|
|
|
CLEANFILES =
|
|
|
|
|
|
|
|
include Makefile-tidy.am
|
|
|
|
|
|
|
|
gnome_shell_cflags = \
|
2008-10-31 00:22:44 -04:00
|
|
|
$(MUTTER_PLUGIN_CFLAGS) \
|
|
|
|
-DGETTEXT_PACKAGE=gnome-shell \
|
|
|
|
-DJSDIR=\"$(pkgdatadir)/js\"
|
|
|
|
|
|
|
|
plugindir = $(libdir)/metacity/plugins/clutter
|
|
|
|
plugin_LTLIBRARIES = libgnome-shell.la
|
|
|
|
|
|
|
|
libgnome_shell_la_SOURCES = \
|
|
|
|
gnome-shell-plugin.c \
|
2008-11-07 13:42:23 -05:00
|
|
|
shell-process.c \
|
|
|
|
shell-process.h \
|
2008-10-31 00:22:44 -04:00
|
|
|
shell-global.c \
|
|
|
|
shell-global.h
|
|
|
|
|
|
|
|
libgnome_shell_la_LDFLAGS = -avoid-version -module
|
2008-11-12 16:09:27 -05:00
|
|
|
libgnome_shell_la_LIBADD = $(MUTTER_PLUGIN_LIBS) libtidy-1.0.la
|
|
|
|
libgnome_shell_la_CPPFLAGS = $(gnome_shell_cflags)
|
2008-10-31 00:22:44 -04:00
|
|
|
|
|
|
|
# We can't have any undefined symbols when g-ir-scanner dlopens the library
|
|
|
|
# to introspect it, so we link everything a _second_ time, including a
|
|
|
|
# stub file that just defines all the symbols that we use from metacity
|
|
|
|
noinst_LTLIBRARIES = libgnome-shell-introspect.la
|
|
|
|
|
|
|
|
libgnome_shell_introspect_la_SOURCES = \
|
|
|
|
$(libgnome_shell_la_SOURCES) \
|
|
|
|
metacity-symbols.c
|
|
|
|
# The dummy -rpath here is needed to convince libtool to build a
|
|
|
|
# noinst_LTLIBRARY shared
|
|
|
|
libgnome_shell_introspect_la_LDFLAGS = -avoid-version -module -rpath $(libdir)
|
2008-11-12 16:09:27 -05:00
|
|
|
libgnome_shell_introspect_la_LIBADD = $(MUTTER_PLUGIN_LIBS) libtidy-1.0.la
|
|
|
|
libgnome_shell_introspect_la_CPPFLAGS = $(gnome_shell_cflags)
|
2008-10-31 00:22:44 -04:00
|
|
|
|
2008-11-02 00:18:43 -04:00
|
|
|
typelibdir = $(pkglibdir)/girepository
|
2008-11-12 16:09:27 -05:00
|
|
|
typelib_DATA = Shell-0.1.typelib Tidy-1.0.typelib
|
2008-10-31 00:22:44 -04:00
|
|
|
|
|
|
|
# After we run g-ir-scanner, we need to change the library name written in
|
|
|
|
# the .gir file from the "fake" second copy of the library to the real name
|
2008-11-12 16:09:27 -05:00
|
|
|
Shell-0.1.gir: libgnome-shell-introspect.la $(libgnome_shell_la_SOURCES) Makefile
|
2008-10-31 00:22:44 -04:00
|
|
|
g-ir-scanner \
|
|
|
|
--namespace=Shell \
|
|
|
|
--nsversion=0.1 \
|
|
|
|
--include=GObject-2.0 \
|
|
|
|
--include=Clutter-0.8 \
|
2008-11-02 00:18:41 -04:00
|
|
|
--include=Meta-2.25 \
|
2008-10-31 00:22:44 -04:00
|
|
|
--library=gnome-shell-introspect \
|
2008-11-12 16:09:27 -05:00
|
|
|
- $(libgnome_shell_la_SOURCES) \
|
|
|
|
$(libgnome_shell_la_CPPFLAGS) \
|
2008-10-31 00:22:44 -04:00
|
|
|
-o $@.tmp
|
|
|
|
sed 's/gnome-shell-introspect/gnome-shell/' < $@.tmp > $@ && rm $@.tmp
|
|
|
|
|
|
|
|
# The dependency on libgnome-shell.la here is because g-ir-compiler opens it
|
|
|
|
# (not the fake library, since we've already done the rewriting)
|
|
|
|
Shell-0.1.typelib: libgnome-shell.la Shell-0.1.gir
|
2008-11-03 15:41:25 -05:00
|
|
|
LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. g-ir-compiler Shell-0.1.gir -o $@
|
2008-11-12 16:09:27 -05:00
|
|
|
|
|
|
|
# After we run g-ir-scanner, we need to change the library name written in
|
|
|
|
# the .gir file from the "fake" second copy of the library to the real name
|
|
|
|
Tidy-1.0.gir: libgnome-shell-introspect.la $(libgnome_shell_la_SOURCES) Makefile
|
|
|
|
g-ir-scanner \
|
|
|
|
--namespace=Tidy \
|
|
|
|
--nsversion=1.0 \
|
|
|
|
--include=GObject-2.0 \
|
|
|
|
--include=Clutter-0.8 \
|
|
|
|
--library=gnome-shell-introspect \
|
|
|
|
$(tidy_source_h) \
|
|
|
|
$(tidy_source_c) \
|
|
|
|
$(tidy_cflags) \
|
|
|
|
-o $@.tmp
|
|
|
|
sed 's/gnome-shell-introspect/gnome-shell/' < $@.tmp > $@ && rm $@.tmp
|
|
|
|
|
|
|
|
# The dependency on libgnome-shell.la here is because g-ir-compiler opens it
|
|
|
|
# (not the fake library, since we've already done the rewriting)
|
|
|
|
Tidy-1.0.typelib: libgnome-shell.la Tidy-1.0.gir
|
|
|
|
LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. g-ir-compiler Tidy-1.0.gir -o $@
|