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 | |
---|
3 | AUTOMAKE_OPTIONS = 1.6 |
---|
4 | |
---|
5 | # The name of the module. |
---|
6 | DOC_MODULE=atk |
---|
7 | |
---|
8 | # The top-level SGML file. |
---|
9 | DOC_MAIN_SGML_FILE=atk-docs.sgml |
---|
10 | |
---|
11 | # The directory containing the source code (if it contains documentation). |
---|
12 | DOC_SOURCE_DIR=../atk |
---|
13 | |
---|
14 | # Used for dependencies |
---|
15 | HFILE_GLOB = $(top_srcdir)/atk/*.h |
---|
16 | CFILE_GLOB = $(top_srcdir)/atk/*.c |
---|
17 | |
---|
18 | # Header files to ignore when scanning |
---|
19 | IGNORE_HFILES = atkmarshal.h atkintl.h |
---|
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)/atk/libatk-$(ATK_API_VERSION).la |
---|
29 | |
---|
30 | # gtkdoc-mkdb related varaibles |
---|
31 | MKDB_OPTIONS = |
---|
32 | content_files = \ |
---|
33 | version.xml |
---|
34 | HTML_IMAGES = |
---|
35 | |
---|
36 | include $(top_srcdir)/gtk-doc.make |
---|
37 | |
---|
38 | # Other files to distribute |
---|
39 | EXTRA_DIST += version.xml.in |
---|
Note: See
TracBrowser
for help on using the repository browser.