2012-01-31 17:03:14 +00:00
|
|
|
DOC_MODULE = clutter
|
|
|
|
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
|
2015-03-03 15:54:36 +00:00
|
|
|
DOC_SOURCE_DIR = $(top_srcdir)/clutter $(top_builddir)/clutter
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2015-05-19 11:58:08 +00:00
|
|
|
SCANGOBJ_OPTIONS =
|
2015-03-15 16:05:10 +00:00
|
|
|
SCAN_OPTIONS =
|
2015-05-19 11:58:08 +00:00
|
|
|
MKDB_OPTIONS = --xml-mode --output-format=xml --name-space=clutter
|
2012-01-31 17:03:14 +00:00
|
|
|
MKTMPL_OPTIONS =
|
|
|
|
FIXXREF_OPTIONS = \
|
2008-04-25 13:37:36 +00:00
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
2009-09-09 15:15:54 +00:00
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
|
|
|
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo \
|
2011-06-20 12:56:46 +00:00
|
|
|
--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
|
2015-05-19 11:58:08 +00:00
|
|
|
--extra-dir=$(COGL_PREFIX)/share/gtk-doc/html/cogl \
|
|
|
|
--extra-dir=$(GDK_PREFIX)/share/gtk-doc/html/gdk \
|
|
|
|
--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk
|
|
|
|
|
|
|
|
BUILT_HFILES = \
|
|
|
|
clutter-enum-types.h \
|
|
|
|
clutter-version.h \
|
|
|
|
clutter-marshal.h
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
HFILE_GLOB = \
|
2011-06-20 12:56:46 +00:00
|
|
|
$(top_srcdir)/clutter/*.h \
|
2010-06-30 14:50:47 +00:00
|
|
|
$(top_builddir)/clutter/*.h \
|
2014-12-16 00:15:18 +00:00
|
|
|
$(top_srcdir)/clutter/deprecated/*.h \
|
2008-04-25 13:37:36 +00:00
|
|
|
$(top_srcdir)/clutter/x11/clutter-x11.h \
|
2009-03-18 17:06:56 +00:00
|
|
|
$(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
|
2011-11-03 16:05:36 +00:00
|
|
|
$(top_srcdir)/clutter/x11/clutter-glx-texture-pixmap.h \
|
|
|
|
$(top_srcdir)/clutter/egl/clutter-egl.h \
|
2014-12-16 00:15:18 +00:00
|
|
|
$(top_builddir)/clutter/cex100/clutter-cex100.h \
|
2011-11-03 16:05:36 +00:00
|
|
|
$(top_srcdir)/clutter/win32/clutter-win32.h \
|
2011-12-20 13:32:37 +00:00
|
|
|
$(top_srcdir)/clutter/gdk/clutter-gdk.h \
|
2013-05-13 11:07:26 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
2011-12-20 13:32:37 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/clutter-wayland-compositor.h \
|
2015-03-03 16:14:45 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/clutter-wayland-surface.h \
|
2015-05-19 11:58:08 +00:00
|
|
|
$(top_srcdir)/clutter/mir/clutter-mir.h \
|
|
|
|
$(top_srcdir)/clutter/cally/*.h
|
2011-06-20 12:56:46 +00:00
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
CFILE_GLOB = \
|
2011-06-20 12:56:46 +00:00
|
|
|
$(top_srcdir)/clutter/*.c \
|
2015-05-19 11:58:08 +00:00
|
|
|
$(top_srcdir)/clutter/cally/*.c \
|
2011-06-20 12:56:46 +00:00
|
|
|
$(top_srcdir)/clutter/cogl/*.c \
|
2009-03-18 17:06:56 +00:00
|
|
|
$(top_srcdir)/clutter/x11/*.c \
|
2011-11-03 16:05:36 +00:00
|
|
|
$(top_srcdir)/clutter/win32/*.c \
|
|
|
|
$(top_srcdir)/clutter/gdk/*.c \
|
2011-11-10 18:01:48 +00:00
|
|
|
$(top_srcdir)/clutter/cex100/*.c \
|
2011-12-20 13:32:37 +00:00
|
|
|
$(top_srcdir)/clutter/egl/*.c \
|
2014-12-16 00:15:18 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/*.c \
|
2015-03-12 17:39:26 +00:00
|
|
|
$(top_srcdir)/clutter/mir/*.c \
|
2014-12-16 00:15:18 +00:00
|
|
|
$(top_srcdir)/clutter/deprecated/*.c
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
IGNORE_HFILES = \
|
2012-08-07 08:39:04 +00:00
|
|
|
config.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter.h \
|
2010-05-19 15:10:05 +00:00
|
|
|
clutter-actor-meta-private.h \
|
2010-11-08 16:01:19 +00:00
|
|
|
clutter-actor-private.h \
|
|
|
|
clutter-backend-private.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-bezier.h \
|
2012-02-23 11:50:43 +00:00
|
|
|
clutter-cogl-compat.h \
|
2010-04-06 09:54:20 +00:00
|
|
|
clutter-color-static.h \
|
2011-01-19 17:54:28 +00:00
|
|
|
clutter-config.h \
|
2014-12-14 14:20:53 +00:00
|
|
|
clutter-constraint-private.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-debug.h \
|
|
|
|
clutter-deprecated.h \
|
2010-11-08 16:01:19 +00:00
|
|
|
clutter-device-manager-private.h \
|
2012-02-23 11:50:43 +00:00
|
|
|
clutter-easing.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-enum-types.h \
|
2011-01-18 14:09:04 +00:00
|
|
|
clutter-event-translator.h \
|
2011-06-09 14:40:57 +00:00
|
|
|
clutter-flatten-effect.h \
|
2012-11-29 09:18:37 +00:00
|
|
|
clutter-gesture-action-private.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-id-pool.h \
|
|
|
|
clutter-keysyms.h \
|
2010-09-10 12:41:49 +00:00
|
|
|
clutter-keysyms-compat.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-keysyms-table.h \
|
|
|
|
clutter-marshal.h \
|
2015-03-03 16:14:45 +00:00
|
|
|
clutter-master-clock-default.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-master-clock.h \
|
|
|
|
clutter-model-private.h \
|
2012-02-02 14:51:17 +00:00
|
|
|
clutter-paint-node-private.h \
|
2010-11-08 16:01:19 +00:00
|
|
|
clutter-paint-volume-private.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-private.h \
|
|
|
|
clutter-script-private.h \
|
2014-09-15 15:42:54 +00:00
|
|
|
clutter-settings-private.h \
|
2010-11-08 16:01:19 +00:00
|
|
|
clutter-stage-manager-private.h \
|
|
|
|
clutter-stage-private.h \
|
2010-01-15 14:47:20 +00:00
|
|
|
clutter-stage-window.h \
|
|
|
|
clutter-timeout-interval.h \
|
2015-05-19 11:58:08 +00:00
|
|
|
cally-actor-private.h \
|
2011-11-22 00:29:08 +00:00
|
|
|
cex100 \
|
2010-01-15 14:47:20 +00:00
|
|
|
cogl \
|
2011-11-03 16:05:36 +00:00
|
|
|
egl \
|
2010-12-09 15:06:12 +00:00
|
|
|
evdev \
|
2011-11-03 16:05:36 +00:00
|
|
|
gdk \
|
2015-03-03 16:14:45 +00:00
|
|
|
mir \
|
2010-01-15 14:47:20 +00:00
|
|
|
osx \
|
2011-11-03 16:05:36 +00:00
|
|
|
tslib \
|
2010-01-15 14:47:20 +00:00
|
|
|
x11 \
|
2010-11-08 16:01:19 +00:00
|
|
|
wayland \
|
2008-04-25 13:37:36 +00:00
|
|
|
win32
|
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
EXTRA_HFILES = \
|
2009-06-10 13:24:33 +00:00
|
|
|
$(top_srcdir)/clutter/x11/clutter-x11.h \
|
|
|
|
$(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
|
2011-11-03 16:05:36 +00:00
|
|
|
$(top_srcdir)/clutter/x11/clutter-glx-texture-pixmap.h \
|
|
|
|
$(top_srcdir)/clutter/egl/clutter-egl.h \
|
2011-11-10 18:01:48 +00:00
|
|
|
$(top_srcdir)/clutter/cex100/clutter-cex100.h \
|
2011-11-03 16:05:36 +00:00
|
|
|
$(top_srcdir)/clutter/win32/clutter-win32.h \
|
2011-12-20 13:32:37 +00:00
|
|
|
$(top_srcdir)/clutter/gdk/clutter-gdk.h \
|
2013-05-13 11:07:26 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
2011-12-20 13:32:37 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/clutter-wayland-compositor.h \
|
2015-03-12 17:39:26 +00:00
|
|
|
$(top_srcdir)/clutter/wayland/clutter-wayland-surface.h \
|
|
|
|
$(top_srcdir)/clutter/mir/clutter-mir.h
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
HTML_IMAGES = \
|
2008-04-25 13:37:36 +00:00
|
|
|
actor-box.png \
|
2012-02-29 15:05:44 +00:00
|
|
|
actor-example.png \
|
2010-02-25 17:09:55 +00:00
|
|
|
animator-key-frames.png \
|
2009-10-23 16:32:18 +00:00
|
|
|
bin-layout.png \
|
|
|
|
box-layout.png \
|
2010-11-15 15:02:07 +00:00
|
|
|
constraints-example.png \
|
2009-01-20 18:13:36 +00:00
|
|
|
easing-modes.png \
|
2008-04-25 13:37:36 +00:00
|
|
|
event-flow.png \
|
2012-02-29 15:12:55 +00:00
|
|
|
flow-layout.png \
|
2011-02-28 15:05:51 +00:00
|
|
|
path-alpha-func.png \
|
2012-02-29 15:12:55 +00:00
|
|
|
offscreen-redirect.png \
|
|
|
|
table-layout.png
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
SVG_IMAGES = \
|
|
|
|
animator-key-frames.svg \
|
|
|
|
easing-modes.svg
|
|
|
|
|
|
|
|
content_files = \
|
2009-09-03 15:51:14 +00:00
|
|
|
glossary.xml \
|
2008-06-26 09:02:58 +00:00
|
|
|
clutter-overview.xml \
|
2009-02-23 13:44:03 +00:00
|
|
|
building-clutter.xml \
|
2009-06-23 14:25:16 +00:00
|
|
|
running-clutter.xml \
|
2012-08-20 13:28:17 +00:00
|
|
|
migrating-ClutterAnimation.xml \
|
|
|
|
migrating-ClutterBehaviour.xml \
|
2009-09-09 15:01:07 +00:00
|
|
|
migrating-ClutterEffect.xml \
|
2012-08-20 13:28:17 +00:00
|
|
|
migrating-ClutterPath.xml
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2012-01-31 17:03:14 +00:00
|
|
|
expand_content_files = \
|
2009-09-03 15:51:14 +00:00
|
|
|
glossary.xml \
|
2008-06-26 09:02:58 +00:00
|
|
|
clutter-overview.xml \
|
2009-02-23 13:44:03 +00:00
|
|
|
building-clutter.xml \
|
2009-06-23 14:25:16 +00:00
|
|
|
running-clutter.xml \
|
2012-08-20 13:28:17 +00:00
|
|
|
migrating-ClutterAnimation.xml \
|
|
|
|
migrating-ClutterBehaviour.xml \
|
2009-09-09 15:01:07 +00:00
|
|
|
migrating-ClutterEffect.xml \
|
2012-08-20 13:28:17 +00:00
|
|
|
migrating-ClutterPath.xml
|
2008-04-25 13:37:36 +00:00
|
|
|
|
2015-05-19 11:58:08 +00:00
|
|
|
GTKDOC_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DCLUTTER_DISABLE_DEPRECATION_WARNINGS $(CLUTTER_CFLAGS)
|
2012-01-31 17:03:14 +00:00
|
|
|
GTKDOC_LIBS = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)
|
2008-04-25 13:37:36 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/gtk-doc.make
|
|
|
|
|
2015-05-19 11:58:08 +00:00
|
|
|
EXTRA_DIST += clutter.types
|
2012-01-31 17:03:14 +00:00
|
|
|
EXTRA_DIST += $(HTML_IMAGES) $(SVG_IMAGES)
|
2015-03-03 16:14:45 +00:00
|
|
|
|
|
|
|
if ENABLE_GTK_DOC
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
DOC_MODULE=$(DOC_MODULE) \
|
|
|
|
DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
|
|
|
|
SRCDIR=$(abs_srcdir) \
|
|
|
|
BUILDDIR=$(abs_builddir)
|
|
|
|
|
2015-03-12 17:40:24 +00:00
|
|
|
TESTS = $(GTKDOC_CHECK)
|
2015-03-03 16:14:45 +00:00
|
|
|
endif
|