mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
13 lines
220 B
Text
13 lines
220 B
Text
|
|
# 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
|