Changes to introspection generation to remove DOCTYPE and XML
[platform/core/uifw/at-spi2-atk.git] / docs / reference / cspi / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.6
4
5 # Files whose declarations are to be ignored (private)
6 IGNORE_HFILES = spi-impl.h
7
8 # The name of the module.
9 DOC_MODULE=at-spi-cspi
10
11 # The top-level SGML file.
12 DOC_MAIN_SGML_FILE=at-spi-cspi-docs.sgml
13
14 # The directory containing the source code (if it contains documentation).
15 DOC_SOURCE_DIR=../../../cspi 
16
17 # Used for dependencies
18 HFILE_GLOB = $(top_srcdir)/cspi/*.h
19 CFILE_GLOB = $(top_srcdir)/cspi/*.c
20
21 # CFLAGS and LDFLAGS for compiling scan program. Only needed
22 # if $(DOC_MODULE).types is non-empty.
23 INCLUDES =                      \
24         -I$(top_srcdir)         \
25         -I$(top_builddir)       \
26         $(DEP_CFLAGS)
27
28 #GTKDOC_LIBS = $(top_builddir)/cspilibcspi.la
29
30 # gtkdoc-mkdb related varaibles
31 MKDB_OPTIONS =
32 content_files =
33
34 HTML_IMAGES =
35
36 include $(top_srcdir)/gtk-doc.make