Rename demo program to stk-demo

This allows distributors to ship the program, because demo is too generic a name
This commit is contained in:
Felipe Sateler
2014-06-09 12:17:02 -04:00
parent 1799064d6f
commit cc568a58c1
17 changed files with 31 additions and 31 deletions

View File

@@ -1 +1 @@
wish < tcl/Banded.tcl | demo BandedWG -or -ip
wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip

View File

@@ -1 +1 @@
wish < tcl/Banded.tcl | demo BandedWG -or -ip
wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip

View File

@@ -1 +1 @@
wish < tcl/Drums.tcl | ./demo Drummer -or -ip
wish < tcl/Drums.tcl | stk-demo Drummer -or -ip

View File

@@ -1 +1 @@
wish < tcl/Drums.tcl | demo Drummer -or -ip
wish < tcl/Drums.tcl | stk-demo Drummer -or -ip

View File

@@ -1,7 +1,7 @@
### Do not edit -- Generated by 'configure --with-whatever' from Makefile.in
### STK demo Makefile - for various flavors of unix
PROGRAMS = demo
PROGRAMS = stk-demo
RM = /bin/rm
SRC_PATH = ../../src
OBJECT_PATH = @object_path@
@@ -61,8 +61,8 @@ $(OBJECT_PATH)/.placeholder:
mkdir -vp $(OBJECT_PATH)
touch $(OBJECT_PATH)/.placeholder
demo: demo.cpp $(OBJECTS)
$(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) -o demo demo.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
stk-demo: demo.cpp $(OBJECTS)
$(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) -o stk-demo demo.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
libdemo: demo.cpp
$(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) -o demo utilities.cpp demo.cpp -L../../src -lstk $(LIBRARY)

View File

@@ -1 +1 @@
wish < tcl/Modal.tcl | ./demo ModalBar -or -ip
wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip

View File

@@ -1 +1 @@
wish < tcl/Modal.tcl | demo ModalBar -or -ip
wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip

View File

@@ -1 +1 @@
wish < tcl/Physical.tcl | ./demo Clarinet -or -ip
wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip

View File

@@ -1 +1 @@
wish < tcl/Physical.tcl | demo Clarinet -or -ip
wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip

View File

@@ -1 +1 @@
wish < tcl/Shakers.tcl | ./demo Shakers -or -ip
wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip

View File

@@ -1 +1 @@
wish < tcl/Shakers.tcl | demo Shakers -or -ip
wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip

View File

@@ -1 +1 @@
wish < tcl/Demo.tcl | ./demo Clarinet -or -ip
wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip

View File

@@ -1 +1 @@
wish < tcl/Demo.tcl | demo Clarinet -or -ip
wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip

View File

@@ -1 +1 @@
wish < tcl/Voice.tcl | ./demo FMVoices -or -ip
wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip

View File

@@ -1 +1 @@
wish < tcl/Voice.tcl | demo FMVoices -or -ip
wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip