alsa-tools/sb16_csp/make.conf
2001-06-05 06:49:09 +00:00

12 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