~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.6
 
4
 
 
5
# The name of the module.
 
6
DOC_MODULE = libgimpwidgets
 
7
 
 
8
# The top-level SGML file.
 
9
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
 
10
 
 
11
# The directory containing the source code.
 
12
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
 
13
 
 
14
# Extra options to pass to gtkdoc-scangobj
 
15
SCANGOBJ_OPTIONS =
 
16
 
 
17
# Extra options to supply to gtkdoc-scan
 
18
SCAN_OPTIONS = --deprecated-guards="GIMP_DISABLE_DEPRECATED"
 
19
 
 
20
# Extra options to supply to gtkdoc-mkdb
 
21
MKDB_OPTIONS = --sgml-mode --output-format=xml
 
22
 
 
23
# Extra options to supply to gtkdoc-fixref
 
24
FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpmath/html --extra-dir=../libgimp/html
 
25
 
 
26
# Used for dependencies
 
27
HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
 
28
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
 
29
 
 
30
# Header files to ignore when scanning
 
31
IGNORE_HFILES = \
 
32
        gimpwidgets-private.h
 
33
 
 
34
# Images to copy into HTML directory
 
35
IMAGES_DIR = $(top_srcdir)/themes/Default/images
 
36
HTML_IMAGES = \
 
37
        $(IMAGES_DIR)/stock-*.png       \
 
38
        $(IMAGES_DIR)/tools/stock-*.png
 
39
 
 
40
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 
41
content_files =
 
42
 
 
43
# Other files to distribute
 
44
extra_files =
 
45
 
 
46
# CFLAGS and LDFLAGS for compiling scan program. Only needed
 
47
# if $(DOC_MODULE).types is non-empty.
 
48
GTKDOC_CFLAGS = \
 
49
        @CFLAGS@                \
 
50
        -I$(top_srcdir)         \
 
51
        -I$(top_builddir)       \
 
52
        @GTK_CFLAGS@            \
 
53
        -DGIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION
 
54
 
 
55
GTKDOC_LIBS = \
 
56
        $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la        \
 
57
        $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la      \
 
58
        $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la        \
 
59
        $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la  \
 
60
        @GTK_LIBS@
 
61
 
 
62
 
 
63
include $(top_srcdir)/gtk-doc.make
 
64
 
 
65
# Other files to distribute
 
66
EXTRA_DIST += version.in