]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk/Makefile.am
Make GTK+ use an external gdk-pixbuf
[~andy/gtk] / docs / reference / gdk / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 AUTOMAKE_OPTIONS = 1.6
5
6 # The name of the module.
7 DOC_MODULE=gdk3
8
9 # The top-level SGML file.
10 DOC_MAIN_SGML_FILE=gdk-docs.sgml
11
12 # Extra options to supply to gtkdoc-scan
13 SCAN_OPTIONS=--deprecated-guards="GDK_ENABLE_BROKEN|GDK_DISABLE_DEPRECATED"
14
15 # The directory containing the source code. Relative to $(srcdir)
16 DOC_SOURCE_DIR=../../../gdk
17
18 # Used for dependencies
19 HFILE_GLOB=$(top_srcdir)/gdk/*.h $(top_srcdir)/gdk/x11/gdkx.h
20 CFILE_GLOB=$(top_srcdir)/gdk/*.c
21
22 # Header files to ignore when scanning
23 IGNORE_HFILES=                  \
24         gdkalias.h              \
25         gdkintl.h               \
26         gdkmarshalers.h         \
27         gdkkeysyms.h            \
28         gdkinternals.h          \
29         gdkprivate.h            \
30         gdkpoly-generic.h       \
31         gdkregion-generic.h     \
32         keyname-table.h         \
33         win32                   \
34         directfb                \
35         x11                     \
36         quartz
37
38 # Extra files to add when scanning (relative to $srcdir)
39 EXTRA_HFILES=                   \
40         ../../../gdk/x11/gdkx.h 
41
42 # CFLAGS and LDFLAGS for compiling scan program. Only needed
43 # if $(DOC_MODULE).types is non-empty.
44 INCLUDES = \
45         -I$(top_srcdir)         \
46         -I$(top_builddir)       \
47         -I$(top_builddir)/gdk   \
48         $(GTK_DEBUG_FLAGS)      \
49         $(GDK_DEP_CFLAGS)
50
51 GTKDOC_LIBS = $(top_builddir)/gdk/$(gdktargetlib)
52
53
54 # Extra options to supply to gtkdoc-mkdb
55 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=gdk
56
57 # Extra SGML files that are included by DOC_MAIN_SGML_FILE
58 content_files =                 \
59         version.xml             \
60         multihead.sgml
61
62 # Images to copy into HTML directory
63 HTML_IMAGES =                           \
64         images/rotated-text.png         \
65                                         \
66         images/X_cursor.png             \
67         images/arrow.png                \
68         images/based_arrow_down.png     \
69         images/based_arrow_up.png       \
70         images/boat.png                 \
71         images/bogosity.png             \
72         images/bottom_left_corner.png   \
73         images/bottom_right_corner.png  \
74         images/bottom_side.png          \
75         images/bottom_tee.png           \
76         images/box_spiral.png           \
77         images/center_ptr.png           \
78         images/circle.png               \
79         images/clock.png                \
80         images/coffee_mug.png           \
81         images/cross.png                \
82         images/cross_reverse.png        \
83         images/crosshair.png            \
84         images/diamond_cross.png        \
85         images/dot.png                  \
86         images/dotbox.png               \
87         images/double_arrow.png         \
88         images/draft_large.png          \
89         images/draft_small.png          \
90         images/draped_box.png           \
91         images/exchange.png             \
92         images/fleur.png                \
93         images/gobbler.png              \
94         images/gumby.png                \
95         images/hand1.png                \
96         images/hand2.png                \
97         images/heart.png                \
98         images/icon.png                 \
99         images/iron_cross.png           \
100         images/left_ptr.png             \
101         images/left_side.png            \
102         images/left_tee.png             \
103         images/leftbutton.png           \
104         images/ll_angle.png             \
105         images/lr_angle.png             \
106         images/man.png                  \
107         images/middlebutton.png         \
108         images/mouse.png                \
109         images/pencil.png               \
110         images/pirate.png               \
111         images/plus.png                 \
112         images/question_arrow.png       \
113         images/right_ptr.png            \
114         images/right_side.png           \
115         images/right_tee.png            \
116         images/rightbutton.png          \
117         images/rtl_logo.png             \
118         images/sailboat.png             \
119         images/sb_down_arrow.png        \
120         images/sb_h_double_arrow.png    \
121         images/sb_left_arrow.png        \
122         images/sb_right_arrow.png       \
123         images/sb_up_arrow.png          \
124         images/sb_v_double_arrow.png    \
125         images/shuttle.png              \
126         images/sizing.png               \
127         images/spider.png               \
128         images/spraycan.png             \
129         images/star.png                 \
130         images/target.png               \
131         images/tcross.png               \
132         images/top_left_arrow.png       \
133         images/top_left_corner.png      \
134         images/top_right_corner.png     \
135         images/top_side.png             \
136         images/top_tee.png              \
137         images/trek.png                 \
138         images/ul_angle.png             \
139         images/umbrella.png             \
140         images/ur_angle.png             \
141         images/watch.png                \
142         images/xterm.png 
143
144 # Extra options to supply to gtkdoc-fixref
145 FIXXREF_OPTIONS= \
146         --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
147         --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
148         --extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
149
150
151 include $(top_srcdir)/gtk-doc.make
152
153 # Other files to distribute
154 EXTRA_DIST += version.xml.in
155
156 -include $(top_srcdir)/git.mk