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