source: trunk/third/atk/docs/Makefile.am @ 20776

Revision 20776, 882 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20775, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = 1.6
4
5# The name of the module.
6DOC_MODULE=atk
7
8# The top-level SGML file.
9DOC_MAIN_SGML_FILE=atk-docs.sgml
10
11# The directory containing the source code (if it contains documentation).
12DOC_SOURCE_DIR=../atk
13
14# Used for dependencies
15HFILE_GLOB = $(top_srcdir)/atk/*.h
16CFILE_GLOB = $(top_srcdir)/atk/*.c
17
18# Header files to ignore when scanning
19IGNORE_HFILES = atkmarshal.h atkintl.h
20
21# CFLAGS and LDFLAGS for compiling scan program. Only needed
22# if $(DOC_MODULE).types is non-empty.
23INCLUDES =                      \
24        -I$(top_srcdir)         \
25        -I$(top_builddir)       \
26        $(DEP_CFLAGS)
27
28GTKDOC_LIBS = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
29
30# gtkdoc-mkdb related varaibles
31MKDB_OPTIONS =
32content_files =         \
33        version.xml
34HTML_IMAGES =
35
36include $(top_srcdir)/gtk-doc.make
37
38# Other files to distribute
39EXTRA_DIST += version.xml.in
Note: See TracBrowser for help on using the repository browser.