mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-25 06:59:53 -05:00
Initial CVS version
This commit is contained in:
parent
670c55934e
commit
8968d2aab7
9 changed files with 1103 additions and 0 deletions
12
seq/sbiload/make.conf
Normal file
12
seq/sbiload/make.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Options required by the C compiler
|
||||
COPTS = -O2 -g
|
||||
|
||||
# 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