1 ## Process this file with automake to produce Makefile.in
3 # We require automake 1.6 at least.
6 # This is a blank Makefile.am for using gtk-doc.
7 # Copy this to your project's API docs directory and modify the variables to
8 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
9 # of using the various options.
11 # The name of the module, e.g. 'glib'.
14 # The top-level SGML file. You can change this if you want to.
15 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
17 # The directory containing the source code. Relative to $(srcdir).
18 # gtk-doc will search all .c & .h files beneath here for inline comments
19 # documenting the functions and macros.
20 # e.g. DOC_SOURCE_DIR=../../../gtk
21 DOC_SOURCE_DIR=../../../libview
23 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
26 # Extra options to supply to gtkdoc-scan.
27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
30 # Extra options to supply to gtkdoc-mkdb.
31 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
32 MKDB_OPTIONS=--sgml-mode --output-format=xml
34 # Extra options to supply to gtkdoc-mktmpl
35 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
38 # Extra options to supply to gtkdoc-fixref. Not normally needed.
39 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
42 # Used for dependencies. The docs will be rebuilt if any of these change.
43 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
44 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
45 HFILE_GLOB=$(top_srcdir)/libview/*.h
46 CFILE_GLOB=$(top_srcdir)/libview/*.c
48 # Header files to ignore when scanning.
49 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
53 ev-transition-animation.h \
54 ev-view-accessible.h \
58 # Images to copy into HTML directory.
59 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
62 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
63 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
67 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
68 # These files must be listed here *and* in content_files
69 # e.g. expand_content_files=running.sgml
72 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
73 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
74 # signals and properties.
75 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
76 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
80 -I$(top_srcdir)/libview \
81 -DDATADIR=\"$(pkgdatadir)\" \
82 -DGNOMEDATADIR=\"$(datadir)\" \
83 -DEVINCE_UIDIR=\"$(pkgdatadir)\" \
84 -DGNOMELOCALEDIR=\"$(datadir)/locale\" \
85 -DEVINCE_COMPILATION \
86 -I$(top_srcdir)/libdocument \
87 -I$(top_builddir)/libdocument \
94 $(top_builddir)/libview/libevview.la \
95 $(top_builddir)/libdocument/libevdocument.la \
98 # This includes the standard gtk-doc make rules, copied by gtkdocize.
99 include $(top_srcdir)/gtk-doc.make
101 # Other files to distribute
102 # e.g. EXTRA_DIST += version.xml.in
103 EXTRA_DIST += version.xml.in