]> Pileus Git - ~andy/gtk/blob - docs/reference/libgail-util/Makefile.am
Add git.mk to generate .gitignore files
[~andy/gtk] / docs / reference / libgail-util / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 AUTOMAKE_OPTIONS = 1.7
5
6 # The name of the module.
7 DOC_MODULE=gail-libgail-util
8
9 # The top-level SGML file.
10 DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml
11
12 # The directory containing the source code (if it contains documentation).
13 DOC_SOURCE_DIR=../../../modules/other/gail/libgail-util
14
15 # Used for dependencies
16 HFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.h
17 CFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.c
18
19 # CFLAGS and LDFLAGS for compiling scan program. Only needed
20 # if $(DOC_MODULE).types is non-empty.
21 INCLUDES =                      \
22         -I$(top_srcdir)         \
23         -I$(top_builddir)       \
24         $(DEP_CFLAGS)
25
26 GTKDOC_LIBS = $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la
27
28 # gtkdoc-mkdb related varaibles
29 MKDB_OPTIONS =
30 content_files =
31
32 HTML_IMAGES =
33
34 include $(top_srcdir)/gtk-doc.make
35
36 -include $(top_srcdir)/git.mk