2001-05-26 04:44:40 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
# The name of the module.
|
2002-03-08 20:36:40 +08:00
|
|
|
DOC_MODULE = libgimpbase
|
2001-05-26 04:44:40 +08:00
|
|
|
|
|
|
|
# The top-level SGML file.
|
2002-03-08 20:36:40 +08:00
|
|
|
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
2001-05-26 04:44:40 +08:00
|
|
|
|
2002-03-08 20:36:40 +08:00
|
|
|
# The directory containing the source code.
|
|
|
|
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
|
2001-05-26 04:44:40 +08:00
|
|
|
|
2002-03-08 20:36:40 +08:00
|
|
|
# Extra options to pass to gtkdoc-scangobj
|
|
|
|
SCANGOBJ_OPTIONS =
|
2001-05-26 04:44:40 +08:00
|
|
|
|
2002-03-08 20:36:40 +08:00
|
|
|
# Extra options to supply to gtkdoc-scan
|
2006-11-27 17:47:23 +08:00
|
|
|
SCAN_OPTIONS = --deprecated-guards="GIMP_DISABLE_DEPRECATED"
|
2002-03-08 20:36:40 +08:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-mkdb
|
2003-02-07 02:38:54 +08:00
|
|
|
MKDB_OPTIONS = --sgml-mode --output-format=xml
|
2002-03-08 20:36:40 +08:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-fixref
|
|
|
|
FIXXREF_OPTIONS =
|
|
|
|
|
|
|
|
# Used for dependencies
|
|
|
|
HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
|
|
|
|
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
|
|
|
|
|
|
|
|
# Header files to ignore when scanning
|
2003-07-29 03:49:19 +08:00
|
|
|
IGNORE_HFILES = \
|
2003-11-16 07:09:17 +08:00
|
|
|
gimpbase.h \
|
|
|
|
gimpbase-private.h \
|
2005-12-14 21:36:12 +08:00
|
|
|
gimpprotocol.h \
|
2005-11-06 09:06:41 +08:00
|
|
|
gimpreloc.h \
|
2005-12-14 21:36:12 +08:00
|
|
|
gimpwire.h \
|
2003-07-29 03:49:19 +08:00
|
|
|
gimpwin32-io.h
|
2002-03-08 20:36:40 +08:00
|
|
|
|
|
|
|
# Images to copy into HTML directory
|
|
|
|
HTML_IMAGES=
|
|
|
|
|
|
|
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
|
|
|
content_files =
|
|
|
|
|
|
|
|
# Other files to distribute
|
|
|
|
extra_files =
|
|
|
|
|
|
|
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
|
|
|
# if $(DOC_MODULE).types is non-empty.
|
|
|
|
GTKDOC_CFLAGS =
|
|
|
|
GTKDOC_LIBS =
|
2001-05-26 04:44:40 +08:00
|
|
|
|
2004-12-14 06:51:55 +08:00
|
|
|
|
|
|
|
include $(top_srcdir)/gtk-doc.make
|
|
|
|
|
|
|
|
# Other files to distribute
|
|
|
|
EXTRA_DIST += version.in
|