File: Makefile.am

package info (click to toggle)
streamtuner 0.99.99-15
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,220 kB
  • ctags: 2,980
  • sloc: ansic: 27,119; sh: 8,206; xml: 4,811; makefile: 444; python: 366
file content (27 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The name of the module.
DOC_MODULE = streamtuner

# The top-level SGML file.
DOC_MAIN_SGML_FILE = streamtuner-docs.sgml

# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards="ST_DISABLE_DEPRECATED"

# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR = ../../src/streamtuner

# Used for dependencies
HFILE_GLOB = $(top_srcdir)/src/streamtuner/*-api.h
CFILE_GLOB = $(top_srcdir)/src/streamtuner/*.c

# Headers to ignore
include private-headers.make
IGNORE_HFILES =	streamtuner.h $(private_headers)

# Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS = --sgml-mode --output-format=xml --ignore-files=trio

# include common portion ...
include $(top_srcdir)/docs/gtk-doc.make

EXTRA_DIST += generate-private-headers