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