# $Id$ # automake source for the gtk-doc generated API documentation Makefile # Copyright (C) 2002 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; exactly version 2 of June 1991 is required # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # captive: declare for Makefile-head.am we plan to include macros/Makefile-gtk-doc.am WANT_GTK_DOC=1 include $(top_srcdir)/Makefile-head.am # captive: configuration for gtk-doc.make of gtk-doc # The name of the module, e.g. 'glib'. DOC_MODULE=$(PACKAGE)-apiref # The top-level SGML file. Change it if you want. DOC_MAIN_SGML_FILE=$(DOC_MODULE).xml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments # documenting functions and macros. DOC_SOURCE_DIR=$(top_srcdir)/src # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS= # 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= CFILE_GLOB= # Header files to ignore when scanning; space-separated list of strings. # captive: Ignore $(top_srcdir)/src/libcaptive/include/reactos/ # captive: Ignore $(top_srcdir)/src/libcaptive/reactos/ # captive: Ignore $(top_srcdir)/src/libcaptive/sandbox/sandbox.h IGNORE_HFILES=reactos sandbox.h # Images to copy into HTML directory. HTML_IMAGES= # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files= # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib # contains GtkObjects/GObjects and you want to document signals and properties. GTKDOC_CFLAGS=$(GNOME_VFS_MODULE_CFLAGS) $(GLIB_CFLAGS) # of $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am GTKDOC_CFLAGS+=-DLIBCAPTIVE GTKDOC_CFLAGS+=-I$(top_srcdir)/src/libcaptive/reactos/include GTKDOC_CFLAGS+=-I$(top_srcdir)/reactos/include -I$(top_srcdir)/reactos/ntoskrnl/include GTKDOC_LIBS=$(captive_library) $(GLIB_LIBS) EXTRA_DIST+= \ gtk-doc.make-captive include gtk-doc.make-captive $(DOC_MODULE)-overrides.txt: touch $@ $(DOC_MODULE)-sections.txt: touch $@ # Prevent: No rule to make target `tmpl/*.sgml', needed by `sgml-build.stamp'. Stop. tmpl/*.sgml: