summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* autotools: update stylePatrick Welche2014-02-261-1/+1
| | | | | | | | | - rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add m4/attributes.m4 as dist file..Jaroslav Kysela2009-01-051-1/+2
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Add the attributes.m4 macro file from xine/lscube.Diego E. 'Flameeyes' Pettenò2008-11-211-0/+2
| | | | | | | | This is a shared macro file that is currently maintained in both xine and lscube repositories and contains a series of utility macros to check compiler and linker features. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* hgcompile -> gitcompileJaroslav Kysela2008-06-031-1/+1
|
* Allow build without libdl and libpthreadTakashi Iwai2007-03-221-1/+4
| | | | | Allow building alsa-lib without libdl and libpthread. Added new options to configure, --with-libdl and --with-pthread.
* Add --disable-alisp configure optionTakashi Iwai2006-09-061-0/+2
| | | | Added --disable-alisp configure option to disable alsip support.
* Add hgcompile script and fix INSTALL documentTakashi Iwai2006-05-121-1/+1
| | | | | Added hgcompile script (just a copy of cvscompile), and fixed INSTALL document about HG.
* Allow partial build with selected componentsTakashi Iwai2005-11-301-1/+8
| | | | | | | | | | | | | | | | | 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.
* moved simple mixer abstraction modules to modules/mixer/simple directoryJaroslav Kysela2005-08-221-1/+1
| | | | | Compile dynamic modules outside the alsa-lib tree to allow linking them against libasound.so - proper versions of dynamic symbols.
* added AUTOMAKE_OPTIONS.Takashi Iwai2004-02-251-0/+1
|
* Switch from old to new PCM API retaining binary compatibilityJaroslav Kysela2003-11-051-1/+1
| | | | Changed version to 1.0.0pre1
* Added MEMORY-LEAK to EXTRA_DISTJaroslav Kysela2003-08-261-1/+1
|
* Initial code for lisp interpreterJaroslav Kysela2003-06-241-1/+1
|
* Oops, depmod should be depcompJaroslav Kysela2002-10-241-1/+1
|
* Added depmod to distribution tarballJaroslav Kysela2002-10-241-1/+1
|
* Removed --bzip2 option for older tar callJaroslav Kysela2002-10-241-1/+1
|
* It seems that older tars are confused with --bzip2, use pipe instaedJaroslav Kysela2002-10-231-2/+2
|
* Used long options for tarJaroslav Kysela2002-10-231-2/+2
|
* Added check for AMTARJaroslav Kysela2002-10-231-1/+5
|
* Use long option for bzip2 compression to make it work with new and older tarJaroslav Kysela2002-10-231-1/+1
|
* Replaced j argument for tar with older IJaroslav Kysela2002-10-221-1/+1
|
* Changed AMTAR -> TARJaroslav Kysela2002-10-221-1/+1
|
* - using $(AMTAR) instead or $(TAR) in the Makefile.amTakashi Iwai2002-10-071-1/+1
| | | | - using -j instead of -I to compress using bzip2 rather than gzip
* Removed pack targetJaroslav Kysela2001-11-201-7/+0
|
* Added 'doc' ruleJaroslav Kysela2001-04-061-1/+7
|
* Added rewind to API in place of appl_ptr(). Moved aserver to a better placeAbramo Bagnara2000-09-261-1/+1
|
* Misc fixes:Takashi Iwai2000-05-261-2/+1
| | | | | - add confdefs.h to .cvsignore. - use tar options instead of actually changing owner when packing.
* Added TODO to distAbramo Bagnara2000-05-091-1/+1
|
* Added dist-hook..Jaroslav Kysela2000-02-161-0/+4
|
* pack -> .bz2Jaroslav Kysela2000-02-161-1/+1
|
* Added version..Jaroslav Kysela1999-08-231-1/+1
|
* 0.3.1; small fix for packJaroslav Kysela1999-06-051-0/+1
|
* pack fixJaroslav Kysela1999-06-041-0/+1
|
* Added libtool to extra dist..Jaroslav Kysela1999-01-311-1/+1
|
* Some patches for clean compilation...Jaroslav Kysela1999-01-181-1/+7
|
* Added configure script..Jaroslav Kysela1999-01-031-1/+1
|
* Mainly tarbal distribution fixes...Jaroslav Kysela1998-12-301-0/+1
|
* Added rpm targetChris Cannam1998-11-181-1/+3
|
* Switch to automake and libtoolChris Cannam1998-11-181-0/+4