Initial version by Uros Bizjak <uros@kss-loka.si>

This commit is contained in:
Jaroslav Kysela 2001-06-05 06:49:09 +00:00
parent 8968d2aab7
commit eaaf0e43b8
6 changed files with 737 additions and 0 deletions

12
sb16_csp/make.conf Normal file
View 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