source: trunk/ORBit2-2.14.0/docs/api/Makefile.am

Last change on this file was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 1.6 KB
Line 
1## Process this file with automake to produce Makefile.in
2AUTOMAKE_OPTIONS = 1.6
3
4# The name of the module
5DOC_MODULE=ORBit2
6
7# The top-level SGML file.
8DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
9
10# The directory containing the source code. Relative to $(srcdir).
11# gtk-doc will search all .c & .h files beneath here for inline comments
12# documenting functions and macros.
13DOC_SOURCE_DIR=$(top_srcdir)/src/orb/orb-core
14EXTRA_HFILES=\
15 $(top_srcdir)/include/orbit/orb-core/allocators.h\
16 $(top_srcdir)/include/orbit/orb-core/orbit-small.h
17
18# Extra options to supply to gtkdoc-scan.
19SCAN_OPTIONS=--deprecated-guards="ORBIT2_DISABLE_DEPRECATED"
20
21# Extra options to supply to gtkdoc-mkdb.
22MKDB_OPTIONS=--sgml-mode --output-format=xml
23
24# Extra options to supply to gtkdoc-fixref.
25FIXXREF_OPTIONS=
26
27# Used for dependencies.
28HFILE_GLOB=
29CFILE_GLOB=
30
31# Header files to ignore when scanning.
32IGNORE_HFILES= corba-ops.h \
33 iop-profiles.h \
34 orb-core-export.h \
35 orb-core-private.h \
36 orbhttp.h \
37 $orbit-debug.h \
38 orbit-policy.h
39
40# Images to copy into HTML directory.
41HTML_IMAGES =
42
43# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
44content_files =
45
46# Other files to distribute.
47extra_files =
48
49
50# CFLAGS and LDFLAGS for compiling scan program. Only needed
51# if $(DOC_MODULE).types is non-empty.
52GTKDOC_CFLAGS =
53GTKDOC_LIBS =
54
55
56# If you need to override some of the declarations, place them in the
57# $(DOC_MODULE)-overrides.txt file and uncomment the second line here.
58DOC_OVERRIDES =
59#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
60
61
62# include common portion ...
63include $(top_srcdir)/gtk-doc.make
64
Note: See TracBrowser for help on using the repository browser.