OSDN Git Service

Allow partial build with selected components
authorTakashi Iwai <tiwai@suse.de>
Wed, 30 Nov 2005 11:38:24 +0000 (11:38 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 30 Nov 2005 11:38:24 +0000 (11:38 +0000)
commitdb1e39a4e847cce30b27a8585364963f8cbbb0c9
tree6a3da5037c8bc770d641257b778d17c99e744802
parent79c3d0a1efd42414547430dc6801373a3a927e6f
Allow partial build with selected components

Add --enable-* and --with-pcm-plugins configure options for partial builds.

User can choose the core components (pcm, mixer, rawmidi, hwdep, seq, instr)
via --enable-xxx or --disable-xxx option.  As default, all components are
enabled.

The PCM plugins to build can be selected via --with-pcm-plugins option.
For example, to build only rate and linear plugin, pass
  --with-pcm-plugins=rate,linear
Passing "all" will select all plugins (it's the default value).

The plug plugin will select linear and copy plugins automatically.
The other auto conversions of plug plugin are enabled only when the
corresponding plugin is selected.
Makefile.am
configure.in
modules/Makefile.am
src/Makefile.am
src/pcm/Makefile.am
src/pcm/pcm_plug.c
src/pcm/pcm_symbols.c
src/rawmidi/Makefile.am