Makefile.am revision 3306a5316851e3c7af12514d45c46da590f37311
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering## Process this file with automake to produce Makefile.in
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering# We require automake 1.10 at least.
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart PoetteringAUTOMAKE_OPTIONS = 1.10
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering# This is a blank Makefile.am for using gtk-doc.
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering# Copy this to your project's API docs directory and modify the variables to
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering# of using the various options.
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering# The name of the module, e.g. 'glib'.
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart PoetteringDOC_MODULE=libudev
9cf2578683de834026f501c24a0f5d3d0991d0a6Dave Reisner# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
306a7fd82e790b3c00ba5cf806ccd6c0108061b5Lennart Poettering#DOC_MODULE_VERSION=2
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# e.g. DOC_SOURCE_DIR=../../../gtk
DOC_SOURCE_DIR=$(top_srcdir)/src/libudev
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB=$(top_srcdir)/src/libudev/libudev*.h
CFILE_GLOB=$(top_srcdir)/src/libudev/libudev*.c
IGNORE_HFILES = libudev-private.h
content_files = version.xml
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += version.xml.in
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types