1 ## Process this file with automake to produce Makefile.in
3 # We require automake 1.6 at least.
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'.
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"
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
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
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
58 swfdec_as_frame_internal.h \
59 swfdec_as_internal.h \
60 swfdec_as_interpret.h \
64 swfdec_as_script_function.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 \
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 \
87 swfdec_button_movie.h \
90 swfdec_cached_image.h \
91 swfdec_cached_video.h \
96 swfdec_color_transform_as.h \
97 swfdec_constant_pool.h \
102 swfdec_text_field.h \
103 swfdec_text_field_movie.h \
107 swfdec_flv_decoder.h \
108 swfdec_function_list.h \
110 swfdec_gradient_pattern.h \
112 swfdec_graphic_movie.h \
114 swfdec_image_decoder.h \
119 swfdec_load_object.h \
120 swfdec_load_sound.h \
121 swfdec_loader_internal.h \
122 swfdec_stream_target.h \
124 swfdec_morph_movie.h \
125 swfdec_morphshape.h \
127 swfdec_movie_clip_loader.h \
128 swfdec_net_connection.h \
129 swfdec_net_stream.h \
132 swfdec_player_internal.h \
133 swfdec_policy_file.h \
135 swfdec_renderer_internal.h \
137 swfdec_resource_request.h \
138 swfdec_ringbuffer.h \
139 swfdec_root_movie.h \
140 swfdec_root_sprite.h \
142 swfdec_script_internal.h \
144 swfdec_shape_parser.h \
146 swfdec_sound_matrix.h \
147 swfdec_sound_object.h \
148 swfdec_sound_provider.h \
150 swfdec_sprite_movie.h \
152 swfdec_style_sheet.h \
153 swfdec_swf_decoder.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 \
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 \
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
188 # Images to copy into HTML directory.
189 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
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
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
216 # Comment this out if you want your docs-status tested during 'make check'
217 #TESTS = $(GTKDOC_CHECK)