ali@0: ## Process this file with automake to produce Makefile.in ali@0: ali@0: # We require automake 1.6 at least. ali@0: AUTOMAKE_OPTIONS=1.6 ali@0: ali@0: # This is a blank Makefile.am for using gtk-doc. ali@0: # Copy this to your project's API docs directory and modify the variables to ali@0: # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples ali@0: # of using the various options. ali@0: ali@0: # The name of the module, e.g. 'glib'. ali@0: DOC_MODULE=libxexpr ali@0: ali@0: # Uncomment for versioned docs and specify the version of the module, e.g. '2'. ali@0: #DOC_MODULE_VERSION=2 ali@0: ali@0: ali@0: # The top-level SGML file. You can change this if you want to. ali@0: DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml ali@0: ali@0: # The directory containing the source code. Relative to $(srcdir). ali@0: # gtk-doc will search all .c & .h files beneath here for inline comments ali@0: # documenting the functions and macros. ali@0: # e.g. DOC_SOURCE_DIR=../../../gtk ali@0: DOC_SOURCE_DIR=../../libxexpr ali@0: ali@0: # Extra options to pass to gtkdoc-scangobj. Not normally needed. ali@0: SCANGOBJ_OPTIONS= ali@0: ali@0: # Extra options to supply to gtkdoc-scan. ali@0: # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" ali@0: SCAN_OPTIONS=--rebuild-types --rebuild-sections ali@0: ali@0: # Extra options to supply to gtkdoc-mkdb. ali@0: # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml ali@0: MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=xexpr ali@0: ali@0: # Extra options to supply to gtkdoc-mktmpl ali@0: # e.g. MKTMPL_OPTIONS=--only-section-tmpl ali@0: MKTMPL_OPTIONS= ali@0: ali@0: # Extra options to supply to gtkdoc-mkhtml ali@0: MKHTML_OPTIONS= ali@0: ali@0: # Extra options to supply to gtkdoc-fixref. Not normally needed. ali@0: # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html ali@0: FIXXREF_OPTIONS= ali@0: ali@0: # Used for dependencies. The docs will be rebuilt if any of these change. ali@0: # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h ali@0: # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c ali@0: HFILE_GLOB=$(top_srcdir)/libxexpr/*.h ali@0: CFILE_GLOB=$(top_srcdir)/libxexpr/*.c ali@0: ali@0: # Header files to ignore when scanning. ali@0: # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h ali@0: IGNORE_HFILES=xexpr.h xexprprivate.h ali@0: ali@0: # Images to copy into HTML directory. ali@0: # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png ali@0: HTML_IMAGES= ali@0: ali@0: # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). ali@0: # e.g. content_files=running.sgml building.sgml changes-2.0.sgml ali@0: content_files=version.xml implementation_defined_behaviour.xml \ ali@0: language_extensions.xml xexpr.xml ali@0: ali@0: # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded ali@0: # These files must be listed here *and* in content_files ali@0: # e.g. expand_content_files=running.sgml ali@0: expand_content_files= ali@0: ali@0: # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. ali@0: # Only needed if you are using gtkdoc-scangobj to dynamically query widget ali@0: # signals and properties. ali@0: # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) ali@0: # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) ali@0: GTKDOC_CFLAGS= ali@0: GTKDOC_LIBS= ali@0: ali@0: # This includes the standard gtk-doc make rules, copied by gtkdocize. ali@0: include $(top_srcdir)/gtk-doc.make ali@0: ali@0: # Other files to distribute ali@0: # e.g. EXTRA_DIST += version.xml.in ali@0: EXTRA_DIST+=version.xml.in ali@0: ali@0: # Files not to distribute ali@0: # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types ali@0: # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt ali@0: DISTCLEANFILES=$(DOC_MODULE).types $(DOC_MODULE)-sections.txt ali@0: ali@0: # Comment this out if you want your docs-status tested during 'make check' ali@0: TESTS_ENVIRONMENT=cd $(srcdir) && ali@0: TESTS=$(GTKDOC_CHECK)