~ubuntu-branches/ubuntu/karmic/empathy/karmic

« back to all changes in this revision

Viewing changes to docs/libempathy/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2007-12-04 00:00:31 UTC
  • mto: (6.4.1 sid) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20071204000031-w2os396zoqdbcybt
Tags: upstream-0.21.3
ImportĀ upstreamĀ versionĀ 0.21.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL = 
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.6
 
4
 
 
5
# The name of the module.
 
6
DOC_MODULE=libempathy
 
7
 
 
8
# The top-level SGML file.
 
9
DOC_MAIN_SGML_FILE=libempathy-docs.sgml
 
10
 
 
11
# Extra options to supply to gtkdoc-scan
 
12
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
 
13
 
 
14
# The directory containing the source code. Relative to $(srcdir)
 
15
DOC_SOURCE_DIR=$(top_srcdir)/libempathy
 
16
 
 
17
HFILE_GLOB=$(top_srcdir)/libempathy/*.h
 
18
CFILE_GLOB=$(top_srcdir)/libempathy/*.c
 
19
 
 
20
# Headers to ignore
 
21
IGNORE_HFILES=                  \
 
22
        empathy-filter-glue.h   \
 
23
        empathy-debug.h         \
 
24
        empathy-marshal.h       \
 
25
        tp-stream-engine-gen.h  \
 
26
        $(NULL)
 
27
 
 
28
# CFLAGS and LDFLAGS for compiling scan program. Only needed
 
29
# if $(DOC_MODULE).types is non-empty.
 
30
GTKDOC_CFLAGS = \
 
31
        -I$(srcdir)                     \
 
32
        -I$(top_srcdir)                 \
 
33
        -I$(top_srcdir)/libempathy      \
 
34
        -I$(top_builddir)               \
 
35
        -I$(top_builddir)/libempathy    \
 
36
        $(LIBEMPATHY_CFLAGS)            \
 
37
        $(NULL)
 
38
 
 
39
GTKDOC_LIBS = \
 
40
        $(top_builddir)/libempathy/libempathy.la        \
 
41
        $(LIBEMPATHY_LIBS)                              \
 
42
        $(NULL)
 
43
 
 
44
# Extra options to supply to gtkdoc-mkdb
 
45
MKDB_OPTIONS = --output-format=xml --sgml-mode
 
46
 
 
47
# Images to copy into HTML directory
 
48
HTML_IMAGES =
 
49
 
 
50
content_files =                 \
 
51
        version.xml
 
52
 
 
53
extra_files = version.xml.in
 
54
 
 
55
include $(top_srcdir)/gtk-doc.make
 
56
 
 
57
EXTRA_DIST +=                           \
 
58
        version.xml.in