1 | NULL = |
---|
2 | ## Process this file with automake to create Makefile.in. |
---|
3 | |
---|
4 | AUTOMAKE_OPTIONS = 1.6 |
---|
5 | |
---|
6 | # The name of the module. |
---|
7 | DOC_MODULE=gnome-vfs-2.0 |
---|
8 | |
---|
9 | # The top-level SGML file. |
---|
10 | DOC_MAIN_SGML_FILE=gnome-vfs-2.0-docs.sgml |
---|
11 | |
---|
12 | # Extra options to supply to gtkdoc-scan |
---|
13 | SCAN_OPTIONS= |
---|
14 | |
---|
15 | # The directory containing the source code. Relative to $(srcdir) |
---|
16 | DOC_SOURCE_DIR=../libgnomevfs |
---|
17 | |
---|
18 | # Extra options to supply to gtkdoc-mkdb |
---|
19 | MKDB_OPTIONS=--output-format=xml |
---|
20 | |
---|
21 | # Extra options to supply to gtkdoc-fixref |
---|
22 | FIXXREF_OPTIONS= |
---|
23 | |
---|
24 | # Used for dependencies |
---|
25 | HFILE_GLOB=$(top_srcdir)/libgnomevfs/*.h |
---|
26 | CFILE_GLOB=$(top_srcdir)/libgnomevfs/*.c |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | # Headers to ignore |
---|
32 | IGNORE_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 |
---|
63 | HTML_IMAGES = |
---|
64 | |
---|
65 | # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) |
---|
66 | content_files = \ |
---|
67 | writing-modules.sgml \ |
---|
68 | about.sgml \ |
---|
69 | version.xml |
---|
70 | |
---|
71 | extra_files = version.xml.in |
---|
72 | |
---|
73 | # CFLAGS and LDFLAGS for compiling scan program. Only needed |
---|
74 | # if $(DOC_MODULE).types is non-empty. |
---|
75 | GTKDOC_CFLAGS = \ |
---|
76 | -I$(top_srcdir) \ |
---|
77 | $(VFS_CFLAGS) \ |
---|
78 | $(LIBGNOMEVFS_CFLAGS) |
---|
79 | |
---|
80 | GTKDOC_LIBS = $(LIBGNOMEVFS_LIBS) \ |
---|
81 | $(top_builddir)/libgnomevfs/libgnomevfs-2.la |
---|
82 | |
---|
83 | include $(top_srcdir)/gtk-doc.make |
---|
84 | |
---|
85 | dist-hook-local: |
---|
86 | # mkdir $(distdir)/TEXT; \ |
---|
87 | # for f in $(srcdir)/TEXT/* ; do \ |
---|
88 | # test -f $$f && cp -p $$f $(distdir)/TEXT; \ |
---|
89 | # done |
---|