app: s/sprintf/g_snprintf/ in xcf_save_image()
[gimp.git] / devel-docs / libgimpbase / Makefile.am
blob012dd79f1443f6373f4181c5ca7f0b1d786ff52f
1 ## Process this file with automake to produce Makefile.in
3 # The name of the module.
4 DOC_MODULE = libgimpbase
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
9 # The directory containing the source code.
10 DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
12 # Extra options to pass to gtkdoc-scangobj
13 SCANGOBJ_OPTIONS =
15 # Extra options to supply to gtkdoc-scan
16 SCAN_OPTIONS = --deprecated-guards="GIMP_DISABLE_DEPRECATED"
18 # Extra options to supply to gtkdoc-mkdb
19 MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=gimp
21 # Extra options to supply to gtkdoc-fixref
22 FIXXREF_OPTIONS =
24 # Used for dependencies
25 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
26 CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
28 # Header files to ignore when scanning
29 IGNORE_HFILES = \
30         gimpbase.h              \
31         gimpbase-private.h      \
32         gimpcompatenums.h       \
33         gimpprotocol.h          \
34         gimpreloc.h             \
35         gimpwire.h              \
36         gimpwin32-io.h
38 # Images to copy into HTML directory
39 HTML_IMAGES=
41 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
42 content_files =
44 # Other files to distribute
45 extra_files =
47 # CFLAGS and LDFLAGS for compiling scan program. Only needed
48 # if $(DOC_MODULE).types is non-empty.
49 GTKDOC_CFLAGS =
50 GTKDOC_LIBS =
53 include $(top_srcdir)/gtk-doc.make
55 # Other files to distribute
56 EXTRA_DIST += version.in