File: Makefile.am

package info (click to toggle)
libao 1.0.0-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,212 kB
  • ctags: 641
  • sloc: sh: 9,838; ansic: 4,881; makefile: 255
file content (46 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download | duplicates (6)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign

docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)

# We list all of these as opposed to using a wildcard so that
# building outside the source directory works.
doc_DATA =  ao_append_option.html \
            ao_close.html \
            ao_default_driver_id.html \
            ao_device.html \
            ao_driver_id.html \
            ao_driver_info.html \
            ao_driver_info_list.html \
            ao_file_extension.html \
            ao_free_options.html \
            ao_info.html \
            ao_initialize.html \
            ao_is_big_endian.html \
            ao_open_file.html \
            ao_open_live.html \
            ao_option.html \
            ao_play.html \
            ao_plugin_close.html \
            ao_plugin_device_clear.html \
            ao_plugin_device_init.html \
            ao_plugin_driver_info.html \
            ao_plugin_file_extension.html \
            ao_plugin_open.html \
            ao_plugin_play.html \
            ao_plugin_set_option.html \
            ao_plugin_test.html \
            ao_sample_format.html \
            ao_shutdown.html \
            config.html \
            drivers.html \
            index.html \
            libao-api.html \
            overview.html \
            plugin-api.html \
            plugin-overview.html \
            ao_example.c \
            style.css

EXTRA_DIST = $(doc_DATA)