## Process this file with automake to produce Makefile.in # The name of the module, e.g. 'glib'. DOC_MODULE=libsexy # The top-level SGML file. Change it if you want. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # 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)/libsexy # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS=--deprecated-guards="GNOME_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS= # Extra options to supply to gtkdoc-fixref. FIXXREF_OPTIONS= # Used for dependencies. HFILE_GLOB=$(top_srcdir)/libsexy/*.h CFILE_GLOB=$(top_srcdir)/libsexy/*.c # Header files to ignore when scanning. IGNORE_HFILES = \ sexy-marshal.h \ gtkspell-iso-codes.h # Images to copy into HTML directory. HTML_IMAGES = # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files = # Other files to distribute. extra_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 = $(PACKAGE_CFLAGS) -I$(top_srcdir) -I$(top_builddir) GTKDOC_LIBS = $(PACKAGE_LIBS) $(top_builddir)/libsexy/libsexy.la GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) # If you need to override some of the declarations, place them in the # $(DOC_MODULE)-overrides.txt file and uncomment the second line here. DOC_OVERRIDES = #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt include $(top_srcdir)/gtk-doc.make