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=gtk3
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
# The top-level SGML file.
|
|
|
|
DOC_MAIN_SGML_FILE=gtk-docs.sgml
|
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Extra options to supply to gtkdoc-scan
|
2010-05-08 05:18:53 +00:00
|
|
|
SCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED"
|
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)/gtk
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Used for dependencies
|
|
|
|
HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
|
|
|
CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
|
|
|
|
2000-09-07 18:17:06 +00:00
|
|
|
# Header files to ignore when scanning
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
IGNORE_HFILES= \
|
|
|
|
fnmatch.h \
|
2013-05-09 18:15:51 +00:00
|
|
|
gtkactionmuxer.h \
|
|
|
|
gtkactionobserver.h \
|
|
|
|
gtkactionobservable.h \
|
2010-10-19 08:59:46 +00:00
|
|
|
gtk9slice.h \
|
|
|
|
gtkanimationdescription.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkdebug.h \
|
2013-01-15 04:32:05 +00:00
|
|
|
gtkactionhelper.h \
|
|
|
|
gtkapplicationprivate.h \
|
2007-06-16 02:02:37 +00:00
|
|
|
gtkbuilderprivate.h \
|
2013-01-15 04:32:05 +00:00
|
|
|
gtkcolorchooserprivate.h \
|
|
|
|
gtkcoloreditorprivate.h \
|
|
|
|
gtkcolorplaneprivate.h \
|
|
|
|
gtkcolorscaleprivate.h \
|
|
|
|
gtkcolorswatchprivate.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtkdndcursors.h \
|
2004-02-12 01:52:26 +00:00
|
|
|
gtkentryprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkfilechooserdefault.h \
|
2004-03-02 22:57:40 +00:00
|
|
|
gtkfilechooserembed.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkfilechooserentry.h \
|
2004-02-12 01:52:26 +00:00
|
|
|
gtkfilechooserprivate.h \
|
2006-06-01 03:56:42 +00:00
|
|
|
gtkfilechoosersettings.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkfilechooserutils.h \
|
|
|
|
gtkfilesystem.h \
|
|
|
|
gtkfilesystemmodel.h \
|
|
|
|
gtkfilesystemunix.h \
|
2003-12-08 22:56:52 +00:00
|
|
|
gtkfilesystemwin32.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtkiconcache.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtkiconcachevalidator.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkiconthemeparser.h \
|
|
|
|
gtkintl.h \
|
|
|
|
gtkkeyhash.h \
|
|
|
|
gtkmarshal.h \
|
2012-05-29 17:39:37 +00:00
|
|
|
gtkmenuprivate.h \
|
2005-06-30 03:21:25 +00:00
|
|
|
gtkmnemonichash.h \
|
2013-01-15 04:32:05 +00:00
|
|
|
gtkmodelmenu.h \
|
|
|
|
gtkmodelmenuitem.h \
|
2004-02-28 00:09:48 +00:00
|
|
|
gtkpathbar.h \
|
2005-08-06 05:12:11 +00:00
|
|
|
gtkplugprivate.h \
|
2006-04-21 15:09:32 +00:00
|
|
|
gtkprintbackend.h \
|
2006-04-24 05:40:24 +00:00
|
|
|
gtkprinteroption.h \
|
|
|
|
gtkprinteroptionset.h \
|
2006-04-21 15:09:32 +00:00
|
|
|
gtkprinteroptionwidget.h \
|
|
|
|
gtkprinter-private.h \
|
2006-04-24 05:40:24 +00:00
|
|
|
gtkprint-win32.h \
|
|
|
|
gtkprintutils.h \
|
2006-04-21 15:09:32 +00:00
|
|
|
gtkprintoperation-private.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkprivate.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtkquery.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkrbtree.h \
|
2006-03-31 06:31:50 +00:00
|
|
|
gtkrecentchooserdefault.h \
|
2006-04-24 05:40:24 +00:00
|
|
|
gtkrecentchooserutils.h \
|
2006-03-31 06:31:50 +00:00
|
|
|
gtkrecentchooserprivate.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtksearchengine.h \
|
|
|
|
gtksearchenginebeagle.h \
|
|
|
|
gtksearchenginetracker.h \
|
|
|
|
gtksearchenginesimple.h \
|
2007-06-26 05:22:05 +00:00
|
|
|
gtksearchenginequartz.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtksequence.h \
|
2005-08-06 05:12:11 +00:00
|
|
|
gtksocketprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtktextbtree.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtktextbufferserializ.h \
|
|
|
|
gtktextchildprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtktextdisplay.h \
|
|
|
|
gtktextiterprivate.h \
|
|
|
|
gtktextlayout.h \
|
|
|
|
gtktextmarkprivate.h \
|
|
|
|
gtktextsegment.h \
|
|
|
|
gtktexttagprivate.h \
|
|
|
|
gtktexttypes.h \
|
|
|
|
gtktextutil.h \
|
2010-10-19 08:59:46 +00:00
|
|
|
gtktimeline.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtkthemes.h \
|
2006-03-31 06:31:50 +00:00
|
|
|
gtktrayicon.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtktreedatalist.h \
|
|
|
|
gtktreeprivate.h \
|
2009-07-13 15:38:34 +00:00
|
|
|
gtktoolpaletteprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtktypebuiltins.h \
|
|
|
|
gtkxembed.h \
|
2005-08-06 05:12:11 +00:00
|
|
|
gtkwin32embed.h \
|
2006-06-01 03:56:42 +00:00
|
|
|
gtkwin32embedwidget.h \
|
2007-06-10 06:52:51 +00:00
|
|
|
gtkwindow-decorate.h \
|
2003-12-08 22:56:52 +00:00
|
|
|
xdgmime \
|
2005-06-20 05:59:03 +00:00
|
|
|
xembed.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 = \
|
2003-05-06 21:55:41 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-DGTK_ENABLE_BROKEN \
|
2014-01-23 23:49:12 +00:00
|
|
|
-Wno-deprecated-declarations \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
|
|
|
|
2008-05-29 13:25:28 +00:00
|
|
|
CPPFLAGS += \
|
|
|
|
-UGTK_DISABLE_SINGLE_INCLUDES
|
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
GTKDOC_LIBS = \
|
2012-07-04 16:41:36 +00:00
|
|
|
$(top_builddir)/gdk/libgdk-3.la \
|
2011-02-10 19:41:02 +00:00
|
|
|
$(top_builddir)/gtk/libgtk-3.la \
|
2010-12-14 17:22:35 +00:00
|
|
|
$(GTK_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=gtk
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
2003-11-18 22:50:26 +00:00
|
|
|
content_files = \
|
|
|
|
version.xml \
|
|
|
|
running.sgml \
|
|
|
|
building.sgml \
|
|
|
|
compiling.sgml \
|
2008-10-29 18:59:40 +00:00
|
|
|
drawing-model.xml \
|
2004-07-12 20:25:34 +00:00
|
|
|
glossary.xml \
|
2010-05-28 16:18:45 +00:00
|
|
|
migrating-2to3.xml \
|
2004-01-22 20:17:34 +00:00
|
|
|
migrating-checklist.sgml \
|
2012-01-08 02:44:52 +00:00
|
|
|
migrating-unique-GtkApplication.xml \
|
|
|
|
migrating-smclient-GtkApplication.xml \
|
2011-05-12 03:55:54 +00:00
|
|
|
migrating-GtkGrid.xml \
|
2010-11-12 18:28:51 +00:00
|
|
|
migrating-GtkStyleContext.xml \
|
2006-03-15 06:46:00 +00:00
|
|
|
osx.sgml \
|
2012-03-11 04:48:03 +00:00
|
|
|
broadway.xml \
|
2012-03-11 18:23:53 +00:00
|
|
|
wayland.xml \
|
2003-11-18 22:50:26 +00:00
|
|
|
question_index.sgml \
|
|
|
|
resources.sgml \
|
|
|
|
text_widget.sgml \
|
|
|
|
tree_widget.sgml \
|
|
|
|
windows.sgml \
|
|
|
|
x11.sgml \
|
2014-05-20 03:20:56 +00:00
|
|
|
gtk3-demo.xml \
|
2014-05-20 06:11:44 +00:00
|
|
|
gtk3-widget-factory.xml \
|
2014-06-24 22:36:29 +00:00
|
|
|
gtk3-icon-browser.xml \
|
2010-05-08 05:18:53 +00:00
|
|
|
gtk-query-immodules-3.0.xml \
|
2011-01-04 02:31:55 +00:00
|
|
|
gtk-update-icon-cache.xml \
|
2014-08-03 00:45:16 +00:00
|
|
|
gtk-encode-symbolic-svg.xml \
|
2012-07-16 15:29:01 +00:00
|
|
|
gtk-launch.xml \
|
2013-01-24 11:23:04 +00:00
|
|
|
broadwayd.xml \
|
2014-05-24 10:16:56 +00:00
|
|
|
input-handling.xml \
|
2010-10-15 15:04:27 +00:00
|
|
|
visual_index.xml \
|
2010-10-15 16:10:59 +00:00
|
|
|
getting_started.xml \
|
|
|
|
overview.xml
|
2003-05-06 21:55:41 +00:00
|
|
|
|
2005-05-16 18:16:42 +00:00
|
|
|
expand_content_files = \
|
2012-02-27 12:56:29 +00:00
|
|
|
compiling.sgml \
|
2008-11-21 08:21:28 +00:00
|
|
|
drawing-model.xml \
|
2010-10-15 15:04:27 +00:00
|
|
|
getting_started.xml \
|
2005-05-16 19:34:39 +00:00
|
|
|
glossary.xml \
|
2010-05-28 16:18:45 +00:00
|
|
|
migrating-2to3.xml \
|
2005-05-16 19:34:39 +00:00
|
|
|
migrating-checklist.sgml \
|
2012-01-08 02:44:52 +00:00
|
|
|
migrating-unique-GtkApplication.xml \
|
|
|
|
migrating-smclient-GtkApplication.xml \
|
2011-05-12 03:55:54 +00:00
|
|
|
migrating-GtkGrid.xml \
|
2010-11-12 18:28:51 +00:00
|
|
|
migrating-GtkStyleContext.xml \
|
2010-10-15 15:04:27 +00:00
|
|
|
question_index.sgml \
|
2005-05-16 19:34:39 +00:00
|
|
|
text_widget.sgml \
|
2010-10-15 15:04:27 +00:00
|
|
|
tree_widget.sgml
|
2005-05-16 18:16:42 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Images to copy into HTML directory
|
2001-10-20 04:38:55 +00:00
|
|
|
HTML_IMAGES = \
|
2009-03-01 05:19:42 +00:00
|
|
|
$(srcdir)/images/aboutdialog.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/accel-label.png \
|
2014-06-10 01:09:40 +00:00
|
|
|
$(srcdir)/images/action-bar.png \
|
2011-01-06 07:07:35 +00:00
|
|
|
$(srcdir)/images/appchooserbutton.png \
|
|
|
|
$(srcdir)/images/appchooserdialog.png \
|
2006-01-30 04:53:53 +00:00
|
|
|
$(srcdir)/images/assistant.png \
|
2011-05-12 03:55:54 +00:00
|
|
|
$(srcdir)/images/box-packing.png \
|
2013-04-25 01:55:13 +00:00
|
|
|
$(srcdir)/images/box-expand.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/button.png \
|
|
|
|
$(srcdir)/images/check-button.png \
|
|
|
|
$(srcdir)/images/color-button.png \
|
2012-02-15 04:48:36 +00:00
|
|
|
$(srcdir)/images/colorchooser.png \
|
2004-11-28 05:09:55 +00:00
|
|
|
$(srcdir)/images/combo-box.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/combo-box-entry.png \
|
2013-04-25 01:55:13 +00:00
|
|
|
$(srcdir)/images/combo-box-text.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/entry.png \
|
2008-10-29 18:59:40 +00:00
|
|
|
$(srcdir)/images/figure-hierarchical-drawing.png \
|
|
|
|
$(srcdir)/images/figure-windowed-label.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/file-button.png \
|
2004-12-07 06:22:19 +00:00
|
|
|
$(srcdir)/images/filechooser.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/font-button.png \
|
2012-02-15 04:48:36 +00:00
|
|
|
$(srcdir)/images/fontchooser.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/frame.png \
|
2013-05-27 20:40:43 +00:00
|
|
|
$(srcdir)/images/headerbar.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/icon-view.png \
|
|
|
|
$(srcdir)/images/image.png \
|
2013-04-25 01:55:13 +00:00
|
|
|
$(srcdir)/images/info-bar.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/label.png \
|
2012-08-04 23:10:58 +00:00
|
|
|
$(srcdir)/images/levelbar.png \
|
2006-01-30 15:39:23 +00:00
|
|
|
$(srcdir)/images/link-button.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/list-and-tree.png \
|
2012-03-06 21:37:24 +00:00
|
|
|
$(srcdir)/images/lock-button.png \
|
2012-07-14 02:31:34 +00:00
|
|
|
$(srcdir)/images/lockbutton.png \
|
2011-04-30 03:40:47 +00:00
|
|
|
$(srcdir)/images/lockbutton-locked.png \
|
|
|
|
$(srcdir)/images/lockbutton-unlocked.png \
|
|
|
|
$(srcdir)/images/lockbutton-sorry.png \
|
2004-10-10 20:35:16 +00:00
|
|
|
$(srcdir)/images/menubar.png \
|
2012-07-14 02:31:34 +00:00
|
|
|
$(srcdir)/images/menu-button.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/messagedialog.png \
|
|
|
|
$(srcdir)/images/multiline-text.png \
|
2004-10-10 20:35:16 +00:00
|
|
|
$(srcdir)/images/notebook.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/panes.png \
|
2006-04-21 15:09:32 +00:00
|
|
|
$(srcdir)/images/pagesetupdialog.png \
|
2013-05-27 20:40:43 +00:00
|
|
|
$(srcdir)/images/placessidebar.png \
|
2006-04-21 15:09:32 +00:00
|
|
|
$(srcdir)/images/printdialog.png \
|
2004-10-10 20:35:16 +00:00
|
|
|
$(srcdir)/images/progressbar.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/radio-group.png \
|
2006-03-30 18:52:52 +00:00
|
|
|
$(srcdir)/images/recentchooserdialog.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/scales.png \
|
2013-04-25 01:55:13 +00:00
|
|
|
$(srcdir)/images/scrollbar.png \
|
2004-10-11 15:14:27 +00:00
|
|
|
$(srcdir)/images/scrolledwindow.png \
|
2014-06-10 01:09:40 +00:00
|
|
|
$(srcdir)/images/search-bar.png \
|
2013-04-25 01:55:13 +00:00
|
|
|
$(srcdir)/images/search-entry.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/separator.png \
|
2004-10-11 15:14:27 +00:00
|
|
|
$(srcdir)/images/spinbutton.png \
|
2009-10-14 17:52:52 +00:00
|
|
|
$(srcdir)/images/spinner.png \
|
2013-05-27 20:40:43 +00:00
|
|
|
$(srcdir)/images/stack.png \
|
|
|
|
$(srcdir)/images/stackswitcher.png \
|
2004-10-11 15:14:27 +00:00
|
|
|
$(srcdir)/images/statusbar.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/toggle-button.png \
|
|
|
|
$(srcdir)/images/toolbar.png \
|
2009-07-13 15:38:34 +00:00
|
|
|
$(srcdir)/images/toolpalette.png \
|
2007-06-13 13:27:00 +00:00
|
|
|
$(srcdir)/images/tree-view-coordinates.png \
|
2007-06-03 05:34:56 +00:00
|
|
|
$(srcdir)/images/volumebutton.png \
|
2009-01-01 04:37:28 +00:00
|
|
|
$(srcdir)/images/window.png \
|
|
|
|
$(srcdir)/images/layout-btlr.png \
|
|
|
|
$(srcdir)/images/layout-btrl.png \
|
|
|
|
$(srcdir)/images/layout-lrbt.png \
|
|
|
|
$(srcdir)/images/layout-lrtb.png \
|
|
|
|
$(srcdir)/images/layout-rlbt.png \
|
|
|
|
$(srcdir)/images/layout-rltb.png \
|
|
|
|
$(srcdir)/images/layout-tblr.png \
|
2010-10-15 16:10:59 +00:00
|
|
|
$(srcdir)/images/layout-tbrl.png \
|
2011-05-12 03:55:54 +00:00
|
|
|
$(srcdir)/images/widget-hvalign.png \
|
2010-10-15 16:10:59 +00:00
|
|
|
$(srcdir)/images/window-default.png \
|
2010-11-29 16:23:07 +00:00
|
|
|
$(srcdir)/images/hello-world.png \
|
2011-01-19 04:57:17 +00:00
|
|
|
$(srcdir)/images/grid-packing.png \
|
|
|
|
$(srcdir)/images/drawing.png \
|
2010-12-06 12:26:00 +00:00
|
|
|
$(srcdir)/images/switch.png \
|
2010-11-22 06:41:45 +00:00
|
|
|
$(srcdir)/images/linear.png \
|
|
|
|
$(srcdir)/images/ease.png \
|
|
|
|
$(srcdir)/images/ease-in-out.png \
|
|
|
|
$(srcdir)/images/ease-in.png \
|
|
|
|
$(srcdir)/images/ease-out.png \
|
|
|
|
$(srcdir)/images/gradient1.png \
|
|
|
|
$(srcdir)/images/gradient2.png \
|
|
|
|
$(srcdir)/images/gradient3.png \
|
2010-11-22 16:15:47 +00:00
|
|
|
$(srcdir)/images/gradient4.png \
|
|
|
|
$(srcdir)/images/border1.png \
|
|
|
|
$(srcdir)/images/border2.png \
|
|
|
|
$(srcdir)/images/border3.png \
|
2010-11-23 06:05:11 +00:00
|
|
|
$(srcdir)/images/slices.png \
|
|
|
|
$(srcdir)/images/checks.png \
|
2010-11-23 16:20:29 +00:00
|
|
|
$(srcdir)/images/options.png \
|
|
|
|
$(srcdir)/images/arrows.png \
|
2010-11-23 18:36:44 +00:00
|
|
|
$(srcdir)/images/expanders.png \
|
2010-11-23 21:35:28 +00:00
|
|
|
$(srcdir)/images/background.png \
|
2010-11-23 22:38:28 +00:00
|
|
|
$(srcdir)/images/frames.png \
|
2010-11-24 03:55:52 +00:00
|
|
|
$(srcdir)/images/frame-gap.png \
|
2010-11-23 23:01:21 +00:00
|
|
|
$(srcdir)/images/sliders.png \
|
|
|
|
$(srcdir)/images/focus.png \
|
2010-11-24 04:16:22 +00:00
|
|
|
$(srcdir)/images/handles.png \
|
2011-01-05 21:30:57 +00:00
|
|
|
$(srcdir)/images/extensions.png \
|
|
|
|
$(srcdir)/images/numerableicon.png \
|
2011-12-15 05:26:02 +00:00
|
|
|
$(srcdir)/images/numerableicon2.png \
|
|
|
|
$(srcdir)/images/bloatpad-osx.png \
|
2011-12-19 20:16:11 +00:00
|
|
|
$(srcdir)/images/bloatpad-gnome.png \
|
2012-08-07 02:26:13 +00:00
|
|
|
$(srcdir)/images/bloatpad-xfce.png \
|
|
|
|
$(srcdir)/images/down-center.png \
|
|
|
|
$(srcdir)/images/down-end.png \
|
|
|
|
$(srcdir)/images/down-start.png \
|
|
|
|
$(srcdir)/images/left-center.png \
|
|
|
|
$(srcdir)/images/left-end.png \
|
|
|
|
$(srcdir)/images/left-start.png \
|
|
|
|
$(srcdir)/images/right-center.png \
|
|
|
|
$(srcdir)/images/right-end.png \
|
|
|
|
$(srcdir)/images/right-start.png \
|
|
|
|
$(srcdir)/images/up-center.png \
|
|
|
|
$(srcdir)/images/up-end.png \
|
2013-06-30 05:28:37 +00:00
|
|
|
$(srcdir)/images/up-start.png \
|
Add a new example app
Add a new example to the getting started part of the docs. The focus
of this example is on 'new stuff': GtkApplication, templates, settings,
gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer,
GtkListBox, GtkMenuButton, etc.
It is being developed in several steps. Each step is put in a separate
directory below examples/: application1, ..., application8. This is a
little repetitive, but lets us use the code of all examples in the
documentation.
2013-07-20 04:21:48 +00:00
|
|
|
$(srcdir)/images/list-box.png \
|
|
|
|
$(srcdir)/images/getting-started-app1.png \
|
|
|
|
$(srcdir)/images/getting-started-app2.png \
|
|
|
|
$(srcdir)/images/getting-started-app3.png \
|
|
|
|
$(srcdir)/images/getting-started-app4.png \
|
|
|
|
$(srcdir)/images/getting-started-app6.png \
|
|
|
|
$(srcdir)/images/getting-started-app7.png \
|
2013-07-24 04:07:41 +00:00
|
|
|
$(srcdir)/images/getting-started-app8.png \
|
2013-07-24 05:43:14 +00:00
|
|
|
$(srcdir)/images/getting-started-app9.png \
|
2013-11-16 22:03:01 +00:00
|
|
|
$(srcdir)/images/getting-started-app10.png \
|
2013-09-29 17:43:27 +00:00
|
|
|
$(srcdir)/images/exampleapp.png \
|
2014-05-11 01:39:55 +00:00
|
|
|
$(srcdir)/images/flow-box.png \
|
|
|
|
$(srcdir)/images/inspector.png
|
2001-02-12 17:50:13 +00:00
|
|
|
|
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=--extra-dir=../gdk/html \
|
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 \
|
2011-06-01 00:00:11 +00:00
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gio \
|
2007-02-14 21:54:29 +00:00
|
|
|
--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
|
|
|
|
--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
|
|
|
|
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
include $(top_srcdir)/gtk-doc.make
|
|
|
|
|
|
|
|
# Other files to distribute
|
2012-05-12 16:37:56 +00:00
|
|
|
EXTRA_DIST += version.xml.in gtk3.types.in
|
2003-10-24 22:16:07 +00:00
|
|
|
|
|
|
|
########################################################################
|
|
|
|
|
2010-05-08 05:18:53 +00:00
|
|
|
man_MANS = \
|
|
|
|
gtk-query-immodules-3.0.1 \
|
2012-07-16 15:29:01 +00:00
|
|
|
gtk-update-icon-cache.1 \
|
2014-08-03 00:45:16 +00:00
|
|
|
gtk-encode-symbolic-svg.1 \
|
2013-01-24 11:23:04 +00:00
|
|
|
gtk-launch.1 \
|
2014-05-20 03:20:56 +00:00
|
|
|
gtk3-demo.1 \
|
2014-05-20 06:11:44 +00:00
|
|
|
gtk3-widget-factory.1 \
|
2014-06-24 22:36:29 +00:00
|
|
|
gtk3-icon-browser.1 \
|
2013-01-24 11:23:04 +00:00
|
|
|
broadwayd.1
|
2009-04-15 15:13:20 +00:00
|
|
|
|
2010-05-11 17:31:53 +00:00
|
|
|
if ENABLE_MAN
|
|
|
|
|
2012-08-02 23:49:15 +00:00
|
|
|
XSLTPROC_FLAGS = \
|
|
|
|
--nonet \
|
|
|
|
--stringparam man.output.quietly 1 \
|
|
|
|
--stringparam funcsynopsis.style ansi \
|
|
|
|
--stringparam man.th.extra1.suppress 1 \
|
|
|
|
--stringparam man.authors.section.enabled 0 \
|
|
|
|
--stringparam man.copyright.section.enabled 0
|
|
|
|
|
2010-05-11 17:31:53 +00:00
|
|
|
.xml.1:
|
2012-08-02 23:49:15 +00:00
|
|
|
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
2003-06-17 00:37:28 +00:00
|
|
|
|
2010-05-11 17:31:53 +00:00
|
|
|
dist-local-check-mans-enabled:
|
|
|
|
if grep "Man generation disabled" $(man_MANS) >/dev/null; then $(RM) $(man_MANS); fi
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
$(man_MANS):
|
|
|
|
echo Man generation disabled. Creating dummy $@. Configure with --enable-man to enable it.
|
2010-05-22 02:41:35 +00:00
|
|
|
echo Man generation disabled. Remove this file, configure with --enable-man, and rebuild > $@
|
2010-05-11 17:31:53 +00:00
|
|
|
|
|
|
|
dist-local-check-mans-enabled:
|
|
|
|
echo "*** --enable-man must be used in order to make dist"
|
|
|
|
false
|
1999-08-16 18:51:52 +00:00
|
|
|
|
2009-04-15 15:13:20 +00:00
|
|
|
endif
|
|
|
|
|
2010-05-11 17:31:53 +00:00
|
|
|
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
EXTRA_DIST += $(man_MANS)
|
|
|
|
|
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
|
|
|
|
|
2011-05-07 17:00:58 +00:00
|
|
|
dist-hook-local: dist-local-check-mans-enabled all-local
|
2010-05-11 17:31:53 +00:00
|
|
|
|
|
|
|
gtk-docs-clean: clean
|
|
|
|
cd $(srcdir) && rm -rf xml html
|
2009-05-04 00:08:11 +00:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|