source: trunk/third/gnome-vfs2/doc/Makefile.am @ 20794

Revision 20794, 2.1 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20793, which included commits to RCS files with non-trunk default branches.
Line 
1NULL =
2## Process this file with automake to create Makefile.in.
3
4AUTOMAKE_OPTIONS = 1.6
5
6# The name of the module.
7DOC_MODULE=gnome-vfs-2.0
8
9# The top-level SGML file.
10DOC_MAIN_SGML_FILE=gnome-vfs-2.0-docs.sgml
11
12# Extra options to supply to gtkdoc-scan
13SCAN_OPTIONS=
14
15# The directory containing the source code. Relative to $(srcdir)
16DOC_SOURCE_DIR=../libgnomevfs
17
18# Extra options to supply to gtkdoc-mkdb
19MKDB_OPTIONS=--output-format=xml
20
21# Extra options to supply to gtkdoc-fixref
22FIXXREF_OPTIONS=
23
24# Used for dependencies
25HFILE_GLOB=$(top_srcdir)/libgnomevfs/*.h
26CFILE_GLOB=$(top_srcdir)/libgnomevfs/*.c
27
28
29
30
31# Headers to ignore
32IGNORE_HFILES=                                  \
33        GNOME_VFS_Daemon.h                      \
34        gnome-vfs-async-job-map.h               \
35        gnome-vfs-backend.h                     \
36        gnome-vfs-cancellable-ops.h             \
37        gnome-vfs-client.h                      \
38        gnome-vfs-client-call.h                 \
39        gnome-vfs-cancellation-private.h        \
40        gnome-vfs-configuration.h               \
41        gnome-vfs-daemon-method.h               \
42        gnome-vfs-handle-private.h              \
43        gnome-vfs-i18n.h                        \
44        gnome-vfs-job-queue.h                   \
45        gnome-vfs-job-slave.h                   \
46        gnome-vfs-job.h                         \
47        gnome-vfs-metadata-private.h            \
48        gnome-vfs-mime-magic.h                  \
49        gnome-vfs-mime-private.h                \
50        gnome-vfs-mime-sniff-buffer.h           \
51        gnome-vfs-mime-sniff-buffer-private.h   \
52        gnome-vfs-module-callback-private.h     \
53        gnome-vfs-monitor-private.h             \
54        gnome-vfs-private-utils.h               \
55        gnome-vfs-private.h                     \
56        gnome-vfs-process.h                     \
57        gnome-vfs-pthread.h                     \
58        gnome-vfs-ssl-private.h                 \
59        gnome-vfs-thread-pool.h
60        $(NULL)
61
62# Images to copy into HTML directory
63HTML_IMAGES =
64
65# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
66content_files =                 \
67        writing-modules.sgml    \
68        about.sgml              \
69        version.xml
70
71extra_files = version.xml.in
72
73# CFLAGS and LDFLAGS for compiling scan program. Only needed
74# if $(DOC_MODULE).types is non-empty.
75GTKDOC_CFLAGS = \
76        -I$(top_srcdir)         \
77        $(VFS_CFLAGS)           \
78        $(LIBGNOMEVFS_CFLAGS)
79
80GTKDOC_LIBS = $(LIBGNOMEVFS_LIBS) \
81        $(top_builddir)/libgnomevfs/libgnomevfs-2.la
82
83include $(top_srcdir)/gtk-doc.make
84
85dist-hook-local:
86#       mkdir $(distdir)/TEXT;          \
87#       for f in $(srcdir)/TEXT/* ; do  \
88#         test -f $$f && cp -p $$f $(distdir)/TEXT; \
89#       done
Note: See TracBrowser for help on using the repository browser.