2001-05-05 04:39:29 +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 = libgimpcolor
|
2001-05-05 04:39:29 +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-05 04:39:29 +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-05 04:39:29 +08:00
|
|
|
|
2002-03-08 20:36:40 +08:00
|
|
|
# Extra options to pass to gtkdoc-scangobj
|
|
|
|
SCANGOBJ_OPTIONS =
|
2001-05-05 04:39:29 +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:51:44 +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
|
2002-05-13 19:00:16 +08:00
|
|
|
IGNORE_HFILES = gimpcolor.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-05 04:39:29 +08:00
|
|
|
|
2004-12-14 06:51:55 +08:00
|
|
|
|
|
|
|
include $(top_srcdir)/gtk-doc.make
|
|
|
|
|
|
|
|
# Other files to distribute
|
|
|
|
EXTRA_DIST += version.in
|