~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

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=cheese
 
13
 
 
14
# The top-level SGML file. You can change this if you want to.
 
15
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
 
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=../../libcheese
 
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 --name-space=cheese
 
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=
 
41
 
 
42
# Add the builddir to the HTML path so that version.xml is found
 
43
MKHTML_OPTIONS=--path="$(abs_builddir)"
 
44
 
 
45
# Used for dependencies. The docs will be rebuilt if any of these change.
 
46
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
 
47
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
 
48
HFILE_GLOB=$(top_srcdir)/libcheese/*.h
 
49
CFILE_GLOB=$(top_srcdir)/libcheese/*.c
 
50
 
 
51
# Header files to ignore when scanning.
 
52
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
 
53
IGNORE_HFILES=                                  \
 
54
        cheese-camera-device.h                  \
 
55
        cheese-camera.h                         \
 
56
        cheese-countdown.h                      \
 
57
        cheese-fileutil.h                       \
 
58
        cheese-flash.h                          \
 
59
        cheese-gconf.h                          \
 
60
        cheese-widget-private.h                 \
 
61
        cheese-enum-types.h                     \
 
62
        um-crop-area.h
 
63
 
 
64
# Images to copy into HTML directory.
 
65
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
 
66
HTML_IMAGES=
 
67
 
 
68
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 
69
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
 
70
content_files=version.xml
 
71
 
 
72
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
 
73
# These files must be listed here *and* in content_files
 
74
# e.g. expand_content_files=running.sgml
 
75
expand_content_files=
 
76
 
 
77
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
 
78
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
 
79
# signals and properties.
 
80
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 
81
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 
82
INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(CHEESE_CFLAGS)
 
83
GTKDOC_LIBS=\
 
84
        $(top_builddir)/libcheese/libcheesecommon.la \
 
85
        $(top_builddir)/libcheese/libcheese-gtk.la
 
86
 
 
87
# This includes the standard gtk-doc make rules, copied by gtkdocize.
 
88
include $(top_srcdir)/gtk-doc.make
 
89
 
 
90
# Other files to distribute
 
91
# e.g. EXTRA_DIST += version.xml.in
 
92
EXTRA_DIST += version.xml.in
 
93
 
 
94
#if ENABLE_GTK_DOC
 
95
#TESTS_ENVIRONMENT = cd $(srcdir) &&
 
96
#TESTS = $(GTKDOC_CHECK)
 
97
#endif