mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
- add snd_device_name_hint() and snd_device_name_free_hint() functions - add snd_ctl_iface_conf_name() functions - do not accept parameters for the plugin definition without @args section - add defaults.pcm.dmix.card/device and dsnoop.card/device definitions - add hints for HDA-Intel.conf, pcm/dmix.conf, pcm/dsnoop.conf and alsa.conf - add test/namehint test utility - doxygen related cleanups
22 lines
696 B
Makefile
22 lines
696 B
Makefile
check_PROGRAMS=control pcm pcm_min latency seq \
|
|
playmidi1 timer rawmidi midiloop \
|
|
oldapi queue_timer namehint
|
|
|
|
control_LDADD=../src/libasound.la
|
|
pcm_LDADD=../src/libasound.la
|
|
pcm_min_LDADD=../src/libasound.la
|
|
latency_LDADD=../src/libasound.la
|
|
seq_LDADD=../src/libasound.la
|
|
playmidi1_LDADD=../src/libasound.la
|
|
timer_LDADD=../src/libasound.la
|
|
rawmidi_LDADD=../src/libasound.la
|
|
midiloop_LDADD=../src/libasound.la
|
|
oldapi_LDADD=../src/libasound.la
|
|
queue_timer_LDADD=../src/libasound.la
|
|
namehint_LDADD=../src/libasound.la
|
|
code_CFLAGS=-Wall -pipe -g -O2
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|
|
AM_CFLAGS=-Wall -pipe -g
|
|
|
|
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
|