Initial CVS version

This commit is contained in:
Jaroslav Kysela 2001-05-11 07:43:52 +00:00
parent 670c55934e
commit 8968d2aab7
9 changed files with 1103 additions and 0 deletions

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