1999-08-16 18:51:52 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
# The name of the module.
|
2010-05-10 23:05:42 +00:00
|
|
|
DOC_MODULE=gdk3
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
# The top-level SGML file.
|
|
|
|
DOC_MAIN_SGML_FILE=gdk-docs.sgml
|
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Extra options to supply to gtkdoc-scan
|
2011-12-19 12:32:32 +00:00
|
|
|
SCAN_OPTIONS=--deprecated-guards=GDK_DISABLE_DEPRECATED \
|
|
|
|
--ignore-decorators=G_GNUC_WARN_UNUSED_RESULT
|
2001-02-12 17:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# The directory containing the source code. Relative to $(srcdir)
|
2011-10-21 13:55:50 +00:00
|
|
|
DOC_SOURCE_DIR=$(top_srcdir)/gdk $(top_srcdir)/gdk/x11
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Used for dependencies
|
|
|
|
HFILE_GLOB=$(top_srcdir)/gdk/*.h $(top_srcdir)/gdk/x11/gdkx.h
|
|
|
|
CFILE_GLOB=$(top_srcdir)/gdk/*.c
|
|
|
|
|
2000-09-07 18:17:06 +00:00
|
|
|
# Header files to ignore when scanning
|
2010-12-25 05:02:39 +00:00
|
|
|
IGNORE_HFILES= \
|
2002-10-11 01:04:45 +00:00
|
|
|
gdkintl.h \
|
|
|
|
gdkmarshalers.h \
|
2000-09-07 18:17:06 +00:00
|
|
|
gdkkeysyms.h \
|
|
|
|
gdkinternals.h \
|
|
|
|
gdkprivate.h \
|
2010-12-25 05:02:39 +00:00
|
|
|
gdk*private.h \
|
2005-05-08 05:48:45 +00:00
|
|
|
keyname-table.h \
|
2010-12-25 05:02:39 +00:00
|
|
|
win32 \
|
2005-12-19 21:02:08 +00:00
|
|
|
x11 \
|
|
|
|
quartz
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2012-05-12 16:27:41 +00:00
|
|
|
# Extra files to add when scanning
|
2000-09-07 18:17:06 +00:00
|
|
|
EXTRA_HFILES= \
|
2012-05-12 16:27:41 +00:00
|
|
|
$(top_srcdir)/gdk/x11/gdkx.h
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
|
|
|
# if $(DOC_MODULE).types is non-empty.
|
2011-05-16 11:47:17 +00:00
|
|
|
AM_CPPFLAGS = \
|
2010-12-25 05:02:39 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GDK_DEP_CFLAGS)
|
|
|
|
|
2011-02-10 19:41:02 +00:00
|
|
|
GTKDOC_LIBS = $(top_builddir)/gdk/libgdk-3.la $(GDK_DEP_LIBS)
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-mkdb
|
2014-02-09 22:24:06 +00:00
|
|
|
MKDB_OPTIONS=--output-format=xml --name-space=gdk
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
|
|
|
|
content_files = \
|
2011-02-09 06:32:24 +00:00
|
|
|
version.xml
|
2003-05-06 21:55:41 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Images to copy into HTML directory
|
2010-12-25 05:02:39 +00:00
|
|
|
HTML_IMAGES = \
|
2004-11-21 16:24:58 +00:00
|
|
|
images/rotated-text.png \
|
2010-12-25 05:02:39 +00:00
|
|
|
images/X_cursor.png \
|
|
|
|
images/arrow.png \
|
|
|
|
images/based_arrow_down.png \
|
|
|
|
images/based_arrow_up.png \
|
|
|
|
images/boat.png \
|
|
|
|
images/bogosity.png \
|
|
|
|
images/bottom_left_corner.png \
|
|
|
|
images/bottom_right_corner.png \
|
|
|
|
images/bottom_side.png \
|
|
|
|
images/bottom_tee.png \
|
|
|
|
images/box_spiral.png \
|
|
|
|
images/center_ptr.png \
|
|
|
|
images/circle.png \
|
|
|
|
images/clock.png \
|
|
|
|
images/coffee_mug.png \
|
|
|
|
images/cross.png \
|
|
|
|
images/cross_reverse.png \
|
|
|
|
images/crosshair.png \
|
|
|
|
images/diamond_cross.png \
|
|
|
|
images/dot.png \
|
|
|
|
images/dotbox.png \
|
|
|
|
images/double_arrow.png \
|
|
|
|
images/draft_large.png \
|
|
|
|
images/draft_small.png \
|
|
|
|
images/draped_box.png \
|
|
|
|
images/exchange.png \
|
|
|
|
images/fleur.png \
|
|
|
|
images/gobbler.png \
|
|
|
|
images/gumby.png \
|
|
|
|
images/hand1.png \
|
|
|
|
images/hand2.png \
|
|
|
|
images/heart.png \
|
|
|
|
images/icon.png \
|
|
|
|
images/iron_cross.png \
|
|
|
|
images/left_ptr.png \
|
|
|
|
images/left_side.png \
|
|
|
|
images/left_tee.png \
|
|
|
|
images/leftbutton.png \
|
|
|
|
images/ll_angle.png \
|
|
|
|
images/lr_angle.png \
|
|
|
|
images/man.png \
|
|
|
|
images/middlebutton.png \
|
|
|
|
images/mouse.png \
|
|
|
|
images/pencil.png \
|
|
|
|
images/pirate.png \
|
|
|
|
images/plus.png \
|
|
|
|
images/question_arrow.png \
|
|
|
|
images/right_ptr.png \
|
|
|
|
images/right_side.png \
|
|
|
|
images/right_tee.png \
|
|
|
|
images/rightbutton.png \
|
|
|
|
images/rtl_logo.png \
|
|
|
|
images/sailboat.png \
|
|
|
|
images/sb_down_arrow.png \
|
|
|
|
images/sb_h_double_arrow.png \
|
|
|
|
images/sb_left_arrow.png \
|
|
|
|
images/sb_right_arrow.png \
|
|
|
|
images/sb_up_arrow.png \
|
|
|
|
images/sb_v_double_arrow.png \
|
|
|
|
images/shuttle.png \
|
|
|
|
images/sizing.png \
|
|
|
|
images/spider.png \
|
|
|
|
images/spraycan.png \
|
|
|
|
images/star.png \
|
|
|
|
images/target.png \
|
|
|
|
images/tcross.png \
|
|
|
|
images/top_left_arrow.png \
|
|
|
|
images/top_left_corner.png \
|
|
|
|
images/top_right_corner.png \
|
|
|
|
images/top_side.png \
|
|
|
|
images/top_tee.png \
|
|
|
|
images/trek.png \
|
|
|
|
images/ul_angle.png \
|
|
|
|
images/umbrella.png \
|
|
|
|
images/ur_angle.png \
|
|
|
|
images/watch.png \
|
|
|
|
images/xterm.png
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2014-09-04 04:17:30 +00:00
|
|
|
if ENABLE_DOC_CROSS_REFERENCES
|
2003-05-06 21:55:41 +00:00
|
|
|
# Extra options to supply to gtkdoc-fixref
|
2010-06-26 05:06:30 +00:00
|
|
|
FIXXREF_OPTIONS= \
|
2007-02-14 21:54:29 +00:00
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
|
|
|
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
|
2014-09-04 04:17:30 +00:00
|
|
|
endif
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
include $(top_srcdir)/gtk-doc.make
|
1999-08-16 18:51:52 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# Other files to distribute
|
|
|
|
EXTRA_DIST += version.xml.in
|
2009-05-04 00:08:11 +00:00
|
|
|
|
2012-04-23 02:51:54 +00:00
|
|
|
if ENABLE_GTK_DOC
|
|
|
|
TESTS_ENVIRONMENT = cd $(srcdir) && \
|
|
|
|
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
|
|
|
|
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
|
2013-01-15 04:22:10 +00:00
|
|
|
#TESTS = $(GTKDOC_CHECK)
|
2012-04-23 02:51:54 +00:00
|
|
|
endif
|
|
|
|
|
2009-05-04 00:08:11 +00:00
|
|
|
-include $(top_srcdir)/git.mk
|