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=../libswfdec
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=../libswfdec-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)/libswfdec/*.h $(top_srcdir)/libswfdec-gtk/*.h
46 CFILE_GLOB=$(top_srcdir)/libswfdec/*.c $(top_srcdir)/libswfdec-gtk/*.c
48 # Header files to ignore when scanning.
49 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
56 swfdec_as_frame_internal.h \
57 swfdec_as_internal.h \
58 swfdec_as_interpret.h \
62 swfdec_as_script_function.h \
69 swfdec_audio_internal.h \
70 swfdec_audio_event.h \
72 swfdec_audio_stream.h \
75 swfdec_button_movie.h \
79 swfdec_codec_audio.h \
80 swfdec_codec_video.h \
88 swfdec_text_field_movie.h \
92 swfdec_flv_decoder.h \
93 swfdec_flash_security.h \
96 swfdec_graphic_movie.h \
102 swfdec_load_object.h \
103 swfdec_loader_internal.h \
104 swfdec_loadertarget.h \
106 swfdec_morph_movie.h \
107 swfdec_morphshape.h \
109 swfdec_movie_clip_loader.h \
110 swfdec_net_connection.h \
111 swfdec_net_stream.h \
114 swfdec_player_internal.h \
117 swfdec_resource_request.h \
118 swfdec_ringbuffer.h \
119 swfdec_root_movie.h \
120 swfdec_root_sprite.h \
122 swfdec_script_internal.h \
124 swfdec_security_allow.h \
126 swfdec_shape_parser.h \
128 swfdec_sound_object.h \
130 swfdec_sprite_movie.h \
132 swfdec_style_sheet.h \
133 swfdec_swf_decoder.h \
136 swfdec_text_format.h \
140 swfdec_video_movie.h \
146 ../libswfdec-gtk/swfdec_gtk_keys.h \
147 ../libswfdec-gtk/swfdec_gtk_loader.h \
148 ../libswfdec-gtk/swfdec_gtk_player.h \
149 ../libswfdec-gtk/swfdec_gtk_widget.h
155 # Images to copy into HTML directory.
156 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
159 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
160 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
163 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
164 # These files must be listed here *and* in content_files
165 # e.g. expand_content_files=running.sgml
166 expand_content_files=
168 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
169 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
170 # signals and properties.
171 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
172 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
173 INCLUDES=$(SWFDEC_GTK_CFLAGS) $(CAIRO_CFLAGS)
174 GTKDOC_LIBS=$(SWFDEC_GTK_LIBS)
176 # This includes the standard gtk-doc make rules, copied by gtkdocize.
177 include $(top_srcdir)/gtk-doc.make
179 # Other files to distribute
180 # e.g. EXTRA_DIST += version.xml.in
183 # Comment this out if you want your docs-status tested during 'make check'
184 #TESTS = $(GTKDOC_CHECK)