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