remove SWFDEC_IS_AS_VALUE check
[swfdec.git] / doc / Makefile.am
blob4e9a69ff3802d66492693fddcf104bc66777dbb4
1 ## Process this file with automake to produce Makefile.in
3 # We require automake 1.6 at least.
4 AUTOMAKE_OPTIONS = 1.6
6 # This is a blank Makefile.am for using gtk-doc.
7 # Copy this to your project's API docs directory and modify the variables to
8 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
9 # of using the various options.
11 # The name of the module, e.g. 'glib'.
12 DOC_MODULE=swfdec
14 # The top-level SGML file. You can change this if you want to.
15 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
17 # The directory containing the source code. Relative to $(srcdir).
18 # gtk-doc will search all .c & .h files beneath here for inline comments
19 # documenting the functions and macros.
20 # e.g. DOC_SOURCE_DIR=../../../gtk
21 DOC_SOURCE_DIR=../swfdec
23 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
24 SCANGOBJ_OPTIONS=--type-init-func="swfdec_init();"
26 # Extra options to supply to gtkdoc-scan.
27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 
28 SCAN_OPTIONS=
30 # Extra options to supply to gtkdoc-mkdb.
31 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
32 MKDB_OPTIONS=--sgml-mode --output-format=xml --source-dir=../swfdec-gtk
34 # Extra options to supply to gtkdoc-mktmpl
35 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
36 MKTMPL_OPTIONS=
38 # Extra options to supply to gtkdoc-fixref. Not normally needed.
39 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
40 FIXXREF_OPTIONS=
42 # Used for dependencies. The docs will be rebuilt if any of these change.
43 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
44 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
45 HFILE_GLOB=$(top_srcdir)/swfdec/*.h $(top_srcdir)/swfdec-gtk/*.h
46 CFILE_GLOB=$(top_srcdir)/swfdec/*.c $(top_srcdir)/swfdec-gtk/*.c
48 # Header files to ignore when scanning.
49 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
50 IGNORE_HFILES= \
51         js \
52         jpeg \
53         swfdec_access.h \
54         swfdec_actor.h \
55         swfdec_amf.h \
56         swfdec_as_boolean.h \
57         swfdec_as_date.h \
58         swfdec_as_frame_internal.h \
59         swfdec_as_internal.h \
60         swfdec_as_interpret.h \
61         swfdec_as_math.h \
62         swfdec_as_number.h \
63         swfdec_as_scope.h \
64         swfdec_as_script_function.h \
65         swfdec_as_stack.h \
66         swfdec_as_string.h \
67         swfdec_as_strings.h \
68         swfdec_as_super.h \
69         swfdec_as_with.h \
70         swfdec_asnative.h \
71         swfdec_audio_internal.h \
72         swfdec_audio_decoder.h \
73         swfdec_audio_decoder_adpcm.h \
74         swfdec_audio_decoder_gst.h \
75         swfdec_audio_decoder_uncompressed.h \
76         swfdec_audio_event.h \
77         swfdec_audio_flv.h \
78         swfdec_audio_load.h \
79         swfdec_audio_stream.h \
80         swfdec_audio_swf_stream.h \
81         swfdec_bitmap_data.h \
82         swfdec_bitmap_movie.h \
83         swfdec_bitmap_pattern.h \
84         swfdec_bits.h \
85         swfdec_bots.h \
86         swfdec_button.h \
87         swfdec_button_movie.h \
88         swfdec_cache.h \
89         swfdec_cached.h \
90         swfdec_cached_image.h \
91         swfdec_cached_video.h \
92         swfdec_character.h \
93         swfdec_codec_gst.h \
94         swfdec_color.h \
95         swfdec_color_as.h \
96         swfdec_color_transform_as.h \
97         swfdec_constant_pool.h \
98         swfdec_debug.h \
99         swfdec_debugger.h \
100         swfdec_decoder.h \
101         swfdec_draw.h \
102         swfdec_text_field.h \
103         swfdec_text_field_movie.h \
104         swfdec_enums.h \
105         swfdec_event.h \
106         swfdec_filter.h \
107         swfdec_flv_decoder.h \
108         swfdec_function_list.h \
109         swfdec_font.h \
110         swfdec_gradient_pattern.h \
111         swfdec_graphic.h \
112         swfdec_graphic_movie.h \
113         swfdec_image.h \
114         swfdec_image_decoder.h \
115         swfdec_internal.h \
116         swfdec_interval.h \
117         swfdec_js.h \
118         swfdec_listener.h \
119         swfdec_load_object.h \
120         swfdec_load_sound.h \
121         swfdec_loader_internal.h \
122         swfdec_stream_target.h \
123         swfdec_marshal.h \
124         swfdec_morph_movie.h \
125         swfdec_morphshape.h \
126         swfdec_movie.h \
127         swfdec_movie_clip_loader.h \
128         swfdec_net_connection.h \
129         swfdec_net_stream.h \
130         swfdec_path.h \
131         swfdec_pattern.h \
132         swfdec_player_internal.h \
133         swfdec_policy_file.h \
134         swfdec_rect.h \
135         swfdec_renderer_internal.h \
136         swfdec_resource.h \
137         swfdec_resource_request.h \
138         swfdec_ringbuffer.h \
139         swfdec_root_movie.h \
140         swfdec_root_sprite.h \
141         swfdec_sandbox.h \
142         swfdec_script_internal.h \
143         swfdec_shape.h \
144         swfdec_shape_parser.h \
145         swfdec_sound.h \
146         swfdec_sound_matrix.h \
147         swfdec_sound_object.h \
148         swfdec_sound_provider.h \
149         swfdec_sprite.h \
150         swfdec_sprite_movie.h \
151         swfdec_stroke.h \
152         swfdec_style_sheet.h \
153         swfdec_swf_decoder.h \
154         swfdec_tag.h \
155         swfdec_text.h \
156         swfdec_text_attributes.h \
157         swfdec_text_buffer.h \
158         swfdec_text_layout.h \
159         swfdec_text_format.h \
160         swfdec_transform_as.h \
161         swfdec_types.h \
162         swfdec_utils.h \
163         swfdec_video.h \
164         swfdec_video_decoder.h \
165         swfdec_video_decoder_gst.h \
166         swfdec_video_decoder_screen.h \
167         swfdec_video_decoder_vp6_alpha.h \
168         swfdec_video_movie.h \
169         swfdec_video_provider.h \
170         swfdec_video_video_provider.h \
171         swfdec_xml.h \
172         swfdec_xml_node.h \
173         swfdec_xml_socket.h
175 if WITH_GTK
176 EXTRA_HFILES = \
177         ../swfdec/swfdec_version.h.in \
178         ../swfdec-gtk/swfdec_gtk_keys.h \
179         ../swfdec-gtk/swfdec_gtk_loader.h \
180         ../swfdec-gtk/swfdec_gtk_player.h \
181         ../swfdec-gtk/swfdec_gtk_socket.h \
182         ../swfdec-gtk/swfdec_gtk_widget.h
183 else
184 EXTRA_HFILES =
185 endif
188 # Images to copy into HTML directory.
189 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
190 HTML_IMAGES=
192 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
193 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
194 content_files=
196 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
197 # These files must be listed here *and* in content_files
198 # e.g. expand_content_files=running.sgml
199 expand_content_files=
201 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
202 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
203 # signals and properties.
204 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
205 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
206 INCLUDES=$(SWFDEC_GTK_CFLAGS) $(CAIRO_CFLAGS) -I$(top_builddir)
207 GTKDOC_LIBS=$(SWFDEC_GTK_LIBS) 
209 # This includes the standard gtk-doc make rules, copied by gtkdocize.
210 include $(top_srcdir)/gtk-doc.make
212 # Other files to distribute
213 # e.g. EXTRA_DIST += version.xml.in
214 EXTRA_DIST += 
216 # Comment this out if you want your docs-status tested during 'make check'
217 #TESTS = $(GTKDOC_CHECK)