mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-26 07:00:10 -05:00
Initial version by Uros Bizjak <uros@kss-loka.si>
This commit is contained in:
parent
8968d2aab7
commit
eaaf0e43b8
6 changed files with 737 additions and 0 deletions
12
sb16_csp/make.conf
Normal file
12
sb16_csp/make.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Options required by the C compiler
|
||||
COPTS = -O
|
||||
|
||||
# Path to include files
|
||||
INCLUDES = -I .
|
||||
|
||||
# Options to link with alsa sound library
|
||||
ASOUND = -lasound
|
||||
|
||||
# Installation options
|
||||
INSTALL = install -s
|
||||
INSTDIR = /usr/local/bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue