1 ## Process this file with automake to produce Makefile.in
5 DOC_MAIN_SGML_FILE= $(DOC_MODULE)-docs.xml
9 MKDB_OPTIONS= --sgml-mode --output-format=xml
12 HFILE_GLOB= $(top_srcdir)/adg/*.h
13 CFILE_GLOB= $(top_srcdir)/adg/*.c
14 IGNORE_HFILES= adg-adim-private.h \
15 adg-canvas-private.h \
16 adg-container-private.h \
17 adg-context-private.h \
19 adg-entity-private.h \
28 INCLUDES= -I$(top_srcdir) \
31 GTKDOC_LIBS= $(top_builddir)/adg/libadg.la \
35 include $(top_srcdir)/gtk-doc.make