1
## Process this file with automake to produce Makefile.in
3
# We require automake 1.6 at least.
8
# This is a blank Makefile.am for using gtk-doc.
9
# Copy this to your project's API docs directory and modify the variables to
10
# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
11
# of using the various options.
13
# The name of the module, e.g. 'glib'.
16
# The top-level SGML file. You can change this if you want to.
17
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
19
# The directory containing the source code. Relative to $(srcdir).
20
# gtk-doc will search all .c & .h files beneath here for inline comments
21
# documenting the functions and macros.
22
# e.g. DOC_SOURCE_DIR=../../../gtk
23
DOC_SOURCE_DIR=../../libawn
25
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
28
# Extra options to supply to gtkdoc-scan.
29
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
32
# Extra options to supply to gtkdoc-mkdb.
33
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
34
MKDB_OPTIONS=--sgml-mode --output-format=xml
36
# Extra options to supply to gtkdoc-mktmpl
37
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
40
# Extra options to supply to gtkdoc-fixref. Not normally needed.
41
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
44
# Used for dependencies. The docs will be rebuilt if any of these change.
45
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
46
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
47
HFILE_GLOB=$(top_srcdir)/libawn/*.h
48
CFILE_GLOB=$(top_srcdir)/libawn/*.c
50
# Header files to ignore when scanning.
51
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
54
# Images to copy into HTML directory.
55
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
58
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
59
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
62
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
63
# These files must be listed here *and* in content_files
64
# e.g. expand_content_files=running.sgml
67
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
68
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
69
# signals and properties.
70
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
71
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
75
-I$(top_srcdir)/libawn \
81
$(top_builddir)/libawn/libawn.la \
84
# This includes the standard gtk-doc make rules, copied by gtkdocize.
85
include $(top_srcdir)/gtk-doc.make
87
# Other files to distribute
88
# e.g. EXTRA_DIST += version.xml.in