Author: stephan Date: 2007-01-09 12:35:12 +0000 (Tue, 09 Jan 2007) New Revision: 24329
Added: squeeze/trunk/docs/reference/libsqueeze/Makefile.am Log: add forgotten makefile.am's Added: squeeze/trunk/docs/reference/libsqueeze/Makefile.am =================================================================== --- squeeze/trunk/docs/reference/libsqueeze/Makefile.am (rev 0) +++ squeeze/trunk/docs/reference/libsqueeze/Makefile.am 2007-01-09 12:35:12 UTC (rev 24329) @@ -0,0 +1,65 @@ +# Based on Makefile.am of thunar-vfs, written by Bennedict Meurer + +AUTOMAKE_OPTIONS = 1.8 + +# The name of the module. +DOC_MODULE=libsqueeze + +# The top-level SGML file. +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml + +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS= + +# Extra options to pass to gtkdoc-scangobj +SCANGOBJ_OPTIONS= + +# The directory containing the source code. Relative to $(srcdir) +DOC_SOURCE_DIR=../../../libsqueeze + +# Extra options to supply to gtkdoc-mkdb +MKDB_OPTIONS=--sgml-mode --output-format=xml + +# Extra options to supply to gtkdoc-fixref +FIXXREF_OPTIONS= + +# Used for dependencies +HFILE_GLOB=$(top_srcdir)/libsqueeze/*.h +CFILE_GLOB=$(top_srcdir)/libsqueeze/*.c + +# Header files to ignore when scanning +IGNORE_HFILES= \ + slist.h \ + internals.h + +# Extra files to add when scanning (relative to $srcdir) +EXTRA_HFILES= + +# Images to copy into HTML directory +HTML_IMAGES = + +# Extra SGML files that are included by DOC_MAIN_SGML_FILE +content_files = \ + version.xml + +# CFLAGS and LDFLAGS for compiling scan program. Only needed +# if $(DOC_MODULE).types is non-empty. +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ + -DEXO_API_SUBJECT_TO_CHANGE \ + $(THUNAR_VFS_CFLAGS) \ + $(GLIB_CFLAGS) + +GTKDOC_LIBS = \ + $(THUNAR_VFS_CFLAGS) \ + $(GLIB_LIBS) \ + $(top_builddir)/libsqueeze/libsqueeze-$(SQUEEZE_VERSION_API).la + +include $(top_srcdir)/gtk-doc.make + +# Other files to distribute +EXTRA_DIST += \ + version.xml.in + +# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: _______________________________________________ Xfce4-commits mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce4-commits
