~carifio/seahorse/seahorse-remove-broken-help-buttons

« back to all changes in this revision

Viewing changes to reference/libseahorse/Makefile.am

ImportĀ upstreamĀ versionĀ 2.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTOMAKE_OPTIONS = 1.6
 
2
 
 
3
# The name of the module.
 
4
DOC_MODULE=libseahorse
 
5
 
 
6
# The top-level SGML file.
 
7
DOC_MAIN_SGML_FILE=libseahorse-docs.sgml
 
8
 
 
9
# Extra options to supply to gtkdoc-scan
 
10
SCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED" 
 
11
 
 
12
# Extra options to pass to gtkdoc-scangobj
 
13
SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)" 
 
14
 
 
15
# The directory containing the source code. Relative to $(srcdir)
 
16
DOC_SOURCE_DIR=../../libseahorse
 
17
 
 
18
# Used for dependencies
 
19
HFILE_GLOB=$(top_srcdir)/libseahorse/*.h
 
20
CFILE_GLOB=$(top_srcdir)/libseahorse/*.c
 
21
 
 
22
# Header files to ignore when scanning
 
23
IGNORE_HFILES=
 
24
 
 
25
# CFLAGS and LDFLAGS for compiling scan program. Only needed
 
26
# if $(DOC_MODULE).types is non-empty.
 
27
INCLUDES = \
 
28
        -I$(top_srcdir)         \
 
29
        -I../../libseahorse     \
 
30
        -DGTK_ENABLE_BROKEN
 
31
        
 
32
CFLAGS = $(GTK_CFLAGS)
 
33
LIBS = $(GTK_LIBS)
 
34
 
 
35
CPPFLAGS += \
 
36
        -UGTK_DISABLE_SINGLE_INCLUDES
 
37
 
 
38
GTKDOC_LIBS = ../../libseahorse/libseahorse.la
 
39
#       $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
 
40
#       $(top_builddir)/gdk/$(gdktargetlib)                             \
 
41
#       $(top_builddir)/gtk/$(gtktargetlib)
 
42
 
 
43
 
 
44
# Extra options to supply to gtkdoc-mkdb
 
45
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=seahorse
 
46
 
 
47
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 
48
content_files = version.xml
 
49
 
 
50
expand_content_files =
 
51
 
 
52
# Images to copy into HTML directory
 
53
HTML_IMAGES = 
 
54
# Extra options to supply to gtkdoc-fixref
 
55
FIXXREF_OPTIONS= \
 
56
        --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
 
57
        --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
 
58
        --extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
 
59
        --extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
 
60
        --extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
 
61
 
 
62
include $(top_srcdir)/gtk-doc.make
 
63
 
 
64
# Other files to distribute
 
65
EXTRA_DIST += version.xml.in