1999-11-04 07:03:10 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
|
1999-11-04 07:03:10 +00:00
|
|
|
# The name of the module.
|
|
|
|
DOC_MODULE=gdk-pixbuf
|
|
|
|
|
|
|
|
# The top-level SGML file.
|
1999-11-04 07:30:04 +00:00
|
|
|
DOC_MAIN_SGML_FILE=gdk-pixbuf.sgml
|
1999-11-04 07:03:10 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Extra options to supply to gtkdoc-scan
|
2001-12-06 21:38:12 +00:00
|
|
|
SCAN_OPTIONS=--source-dir=../../../contrib/gdk-pixbuf-xlib --deprecated-guards="GDK_PIXBUF_ENABLE_BROKEN|GDK_PIXBUF_DISABLE_DEPRECATED"
|
2001-02-12 17:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# The directory containing the source code. Relative to $(srcdir)
|
|
|
|
DOC_SOURCE_DIR=../../../gdk-pixbuf
|
1999-11-04 07:03:10 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Used for dependencies
|
|
|
|
HFILE_GLOB=$(top_srcdir)/gdk-pixbuf/*.h $(top_srcdir)/contrib/gdk-pixbuf-xlib/*.h
|
|
|
|
CFILE_GLOB=$(top_srcdir)/gdk-pixbuf/*.c $(top_srcdir)/contrib/gdk-pixbuf-xlib/*.c
|
|
|
|
|
2000-09-07 18:17:06 +00:00
|
|
|
# Header files to ignore when scanning
|
2001-02-12 17:50:13 +00:00
|
|
|
IGNORE_HFILES= \
|
|
|
|
pixops \
|
2004-08-11 13:59:38 +00:00
|
|
|
gdk-pixbuf-alias.h \
|
2001-02-20 02:59:30 +00:00
|
|
|
gdk-pixbuf-marshal.h \
|
2001-02-12 17:50:13 +00:00
|
|
|
gdk-pixbuf-xlib-private.h \
|
|
|
|
gdk-pixbuf-i18n.h \
|
2001-10-08 21:25:33 +00:00
|
|
|
gdk-pixbuf-private.h \
|
|
|
|
io-gif-animation.h \
|
2002-10-14 00:11:00 +00:00
|
|
|
io-ani-animation.h \
|
2005-05-08 06:25:46 +00:00
|
|
|
xpm-color-table.h \
|
2001-10-08 21:25:33 +00:00
|
|
|
test-images.h
|
1999-11-04 07:03:10 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
|
|
|
|
|
|
|
GTKDOC_LIBS = \
|
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib) \
|
|
|
|
$(GTK_DEP_LIBS)
|
2001-02-12 17:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-mkdb
|
|
|
|
MKDB_OPTIONS=--main-sgml-file=$(DOC_MAIN_SGML_FILE) --sgml-mode --source-dir=../../../contrib/gdk-pixbuf-xlib --output-format=xml
|
1999-11-04 07:03:10 +00:00
|
|
|
|
2000-09-07 18:17:06 +00:00
|
|
|
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
|
2000-02-22 00:29:00 +00:00
|
|
|
content_files = \
|
2002-11-21 20:19:01 +00:00
|
|
|
version.xml \
|
2002-01-10 23:10:34 +00:00
|
|
|
gdk-pixbuf-from-drawables.sgml \
|
2002-10-14 23:38:33 +00:00
|
|
|
gdk-pixbuf-rendering.sgml \
|
2000-10-09 17:22:20 +00:00
|
|
|
gdk-pixbuf.sgml \
|
2003-06-17 00:37:28 +00:00
|
|
|
porting-from-imlib.sgml \
|
|
|
|
gdk-pixbuf-csource.xml \
|
|
|
|
gdk-pixbuf-query-loaders.xml
|
2000-02-22 00:29:00 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# Images to copy into HTML directory
|
2004-06-19 05:45:55 +00:00
|
|
|
HTML_IMAGES = composite.png
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-fixref
|
|
|
|
FIXXREF_OPTIONS=
|
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
include $(top_srcdir)/gtk-doc.make
|
|
|
|
|
|
|
|
# Other files to distribute
|
2004-06-19 05:45:55 +00:00
|
|
|
EXTRA_DIST += version.xml.in \
|
|
|
|
composite.png \
|
|
|
|
composite.dia \
|
|
|
|
apple-red-1a.png \
|
|
|
|
apple-red-2c.png \
|
|
|
|
gnome-gmush-1.png
|
2003-10-24 22:16:07 +00:00
|
|
|
|
|
|
|
########################################################################
|
|
|
|
|
2003-06-17 00:37:28 +00:00
|
|
|
man_MANS = gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1
|
|
|
|
|
|
|
|
if ENABLE_MAN
|
|
|
|
|
|
|
|
%.1 : %.xml
|
|
|
|
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
BUILT_EXTRA_DIST = $(man_MANS)
|
2003-05-06 21:55:41 +00:00
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
dist-hook-local: $(BUILT_EXTRA_DIST)
|
|
|
|
files='$(BUILT_EXTRA_DIST)'; \
|
|
|
|
for f in $$files; do \
|
|
|
|
if test -f $$f; then d=.; else d=$(srcdir); fi; \
|
|
|
|
cp $$d/$$f $(distdir) || exit 1; done
|