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_edittext_movie.h \
92 swfdec_flv_decoder.h \
95 swfdec_graphic_movie.h \
101 swfdec_load_object.h \
102 swfdec_loader_internal.h \
103 swfdec_loadertarget.h \
105 swfdec_morph_movie.h \
106 swfdec_morphshape.h \
108 swfdec_net_connection.h \
109 swfdec_net_stream.h \
112 swfdec_player_internal.h \
114 swfdec_ringbuffer.h \
115 swfdec_root_movie.h \
116 swfdec_root_sprite.h \
118 swfdec_script_internal.h \
119 swfdec_scriptable.h \
121 swfdec_shape_parser.h \
124 swfdec_sprite_movie.h \
126 swfdec_swf_decoder.h \
127 swfdec_swf_instance.h \
133 swfdec_video_movie.h \
139 ../libswfdec-gtk/swfdec_gtk_keys.h \
140 ../libswfdec-gtk/swfdec_gtk_loader.h \
141 ../libswfdec-gtk/swfdec_gtk_player.h \
142 ../libswfdec-gtk/swfdec_gtk_widget.h
148 # Images to copy into HTML directory.
149 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
152 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
153 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
156 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
157 # These files must be listed here *and* in content_files
158 # e.g. expand_content_files=running.sgml
159 expand_content_files=
161 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
162 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
163 # signals and properties.
164 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
165 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
166 INCLUDES=$(SWFDEC_GTK_CFLAGS) $(CAIRO_CFLAGS)
167 GTKDOC_LIBS=$(SWFDEC_GTK_LIBS)
169 # This includes the standard gtk-doc make rules, copied by gtkdocize.
170 include $(top_srcdir)/gtk-doc.make
172 # Other files to distribute
173 # e.g. EXTRA_DIST += version.xml.in
176 # Comment this out if you want your docs-status tested during 'make check'
177 TESTS = $(GTKDOC_CHECK)