1 ## Process this file with automake to produce Makefile.in
5 # 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 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
20 # The top-level SGML file. You can change this if you want to.
21 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
23 # The directory containing the source code. Relative to $(srcdir).
24 # gtk-doc will search all .c & .h files beneath here for inline comments
25 # documenting the functions and macros.
26 # e.g. DOC_SOURCE_DIR=../../../gtk
27 DOC_SOURCE_DIR= $(top_srcdir)/src
29 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
32 # Extra options to supply to gtkdoc-scan.
33 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
36 # Extra options to supply to gtkdoc-mkdb.
37 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
38 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=fm
40 # Extra options to supply to gtkdoc-mktmpl
41 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
44 # Extra options to supply to gtkdoc-mkhtml
47 # Extra options to supply to gtkdoc-fixref. Not normally needed.
48 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
51 # Used for dependencies. The docs will be rebuilt if any of these change.
52 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
53 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
55 $(top_srcdir)/src/*.h \
56 $(top_srcdir)/src/base/*.h \
57 $(top_srcdir)/src/job/*.h \
58 $(top_srcdir)/src/gtk/*.h \
61 CFILE_GLOB=$(top_srcdir)/src/*.c \
62 $(top_srcdir)/src/base/*.c \
63 $(top_srcdir)/src/job/*.c \
64 $(top_srcdir)/src/gtk/*.c \
67 # Extra header to include when scanning, which are not under DOC_SOURCE_DIR
68 # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
71 # Header files to ignore when scanning. Use base file name, no paths
72 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
83 g-udisks-volume-monitor.h \
94 # Images to copy into HTML directory.
95 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
98 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
99 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
102 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
103 # These files must be listed here *and* in content_files
104 # e.g. expand_content_files=running.sgml
105 expand_content_files=
107 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
108 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
109 # signals and properties.
110 # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
111 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
117 $(top_builddir)/src/libfm.la \
118 $(top_builddir)/src/libfm-gtk.la \
122 # This includes the standard gtk-doc make rules, copied by gtkdocize.
123 include $(top_srcdir)/gtk-doc.make
125 # Other files to distribute
126 # e.g. EXTRA_DIST += version.xml.in
129 # Files not to distribute
130 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
131 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
134 # Comment this out if you want your docs-status tested during 'make check'
136 #TESTS_ENVIRONMENT = cd $(srcsrc) &&
137 #TESTS = $(GTKDOC_CHECK)
140 -include $(top_srcdir)/git.mk