~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-burn/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908093341-jh02q5ba0q8jyu9l
Tags: 2.27.92-0ubuntu1
* New upstream release (LP: #425998)
  - Some improvements when handling DVD-RW sequential
  - #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk
  - #578466 - Unable to overburn
  - #593314 - Brasero is failing to burn from sftp
  - #593492 - Compilation must be ordered by file name
  - #587122 - Copying DVD - "Error while reading video DVD (no error)"
  - #592026 - brasero crashes when eject a medium
  - #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image
  - #591880 - Image checksumming causes internal error (LP: #354995)
  - #591397 - Brasero Main window pops up after exiting from Image Burning window.
  - Translation updates
  - lots of small fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
# We require automake 1.6 at least.
 
4
AUTOMAKE_OPTIONS = 1.6
 
5
 
 
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.
 
10
 
 
11
# The name of the module, e.g. 'glib'.
 
12
DOC_MODULE=libbrasero-burn
 
13
 
 
14
# The top-level SGML file. You can change this if you want to.
 
15
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 
16
 
 
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=$(top_srcdir)/libbrasero-burn
 
22
 
 
23
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
 
24
SCANGOBJ_OPTIONS=
 
25
 
 
26
# Extra options to supply to gtkdoc-scan.
 
27
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 
 
28
SCAN_OPTIONS=
 
29
 
 
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
 
33
 
 
34
# Extra options to supply to gtkdoc-mktmpl
 
35
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
 
36
MKTMPL_OPTIONS=
 
37
 
 
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
 
40
FIXXREF_OPTIONS=--extra-dir=../libbrasero-media/html
 
41
 
 
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)/libbrasero-burn/*.h
 
46
CFILE_GLOB=$(top_srcdir)/libbrasero-burn/*.c
 
47
 
 
48
# Header files to ignore when scanning.
 
49
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
 
50
IGNORE_HFILES=  libbrasero-marshal.h    \
 
51
                brasero-caps-burn.h             \
 
52
                brasero-cover.h         \
 
53
                brasero-data-project.h          \
 
54
                brasero-data-session.h          \
 
55
                brasero-data-tree-model.h               \
 
56
                brasero-data-vfs.h              \
 
57
                brasero-dest-selection.h                \
 
58
                brasero-drive-properties.h              \
 
59
                brasero-file-monitor.h          \
 
60
                brasero-file-node.h             \
 
61
                brasero-filtered-uri.h          \
 
62
                brasero-image-properties.h              \
 
63
                brasero-image-type-chooser.h            \
 
64
                brasero-medium-properties.h             \
 
65
                brasero-plugin.h                \
 
66
                brasero-plugin-information.h            \
 
67
                brasero-plugin-registration.h           \
 
68
                brasero-progress.h              \
 
69
                brasero-session-helper.h                \
 
70
                brasero-src-image.h             \
 
71
                brasero-src-selection.h         \
 
72
                brasero-status-dialog.h         \
 
73
                brasero-tool-dialog-private.h           \
 
74
                brasero-track-type-private.h            \
 
75
                brasero-tray.h          \
 
76
                brasero-video-options.h         \
 
77
                brasero-xfer.h          \
 
78
                burn-basics.h           \
 
79
                burn-caps.h             \
 
80
                burn-dbus.h             \
 
81
                burn-debug.h            \
 
82
                burn-image-format.h             \
 
83
                burn-job.h              \
 
84
                burn-mkisofs-base.h             \
 
85
                burn-plugin-manager.h           \
 
86
                burn-process.h          \
 
87
                burn-task-ctx.h         \
 
88
                burn-task.h             \
 
89
                burn-task-item.h
 
90
 
 
91
 
 
92
# Images to copy into HTML directory.
 
93
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
 
94
HTML_IMAGES=
 
95
 
 
96
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 
97
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
 
98
content_files=version.xml
 
99
 
 
100
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
 
101
# These files must be listed here *and* in content_files
 
102
# e.g. expand_content_files=running.sgml
 
103
expand_content_files=
 
104
 
 
105
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
 
106
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
 
107
# signals and properties.
 
108
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 
109
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 
110
INCLUDES=                                                               \
 
111
        -I$(top_srcdir)                                                 \
 
112
        -I$(top_builddir)                                               \
 
113
        $(BRASERO_GLIB_CFLAGS)                                          \
 
114
        $(BRASERO_IO_CFLAGS)                                            \
 
115
        $(BRASERO_GTK_CFLAGS)
 
116
 
 
117
GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media.la $(top_builddir)/libbrasero-burn/libbrasero-burn.la
 
118
 
 
119
# This includes the standard gtk-doc make rules, copied by gtkdocize.
 
120
include $(top_srcdir)/gtk-doc.make
 
121
 
 
122
# Other files to distribute
 
123
# e.g. EXTRA_DIST += version.xml.in
 
124
EXTRA_DIST += version.xml.in
 
125
 
 
126
# Files not to distribute
 
127
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
 
128
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
 
129
#DISTCLEANFILES +=
 
130
 
 
131
# Comment this out if you want your docs-status tested during 'make check'
 
132
#TESTS = $(GTKDOC_CHECK)
 
133
 
 
134
 
 
135
 
 
136
-include $(top_srcdir)/git.mk