Release 2.25.2
[platform/upstream/atk.git] / docs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # The name of the module.
4 DOC_MODULE = atk
5
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE = atk-docs.xml
8
9 # Extra options to supply to gtkdoc-scan
10 SCAN_OPTIONS = --deprecated-guards=ATK_DISABLE_DEPRECATED
11
12 # The directory containing the source code (if it contains documentation).
13 DOC_SOURCE_DIR = $(top_srcdir)/atk $(top_builddir)/atk
14
15 # Used for dependencies
16 HFILE_GLOB = $(top_srcdir)/atk/*.h
17 CFILE_GLOB = $(top_srcdir)/atk/*.c
18
19 # Header files to ignore when scanning
20 IGNORE_HFILES = \
21         atkmarshal.h \
22         atkintl.h
23
24 # CFLAGS and LDFLAGS for compiling scan program. Only needed
25 # if $(DOC_MODULE).types is non-empty.
26 AM_CPPFLAGS =                   \
27         -I$(top_srcdir)         \
28         -I$(top_builddir)       \
29         -DATK_DISABLE_DEPRECATION_WARNINGS \
30         $(DEP_CFLAGS)
31
32 GTKDOC_LIBS = \
33         $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la \
34         $(DEP_LIBS)
35
36 # gtkdoc-mkdb related varaibles
37 MKDB_OPTIONS =
38
39 content_files =
40
41 HTML_IMAGES =
42
43 include $(top_srcdir)/gtk-doc.make
44
45 # Other files to distribute
46 #EXTRA_DIST +=