diff options
author | N.N. <sevyves@users.sourceforge.net> | 2004-11-14 22:47:29 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2004-11-14 22:47:29 +0000 |
commit | e625413ae9b5cb00209ab406283fff0b622eb5a7 (patch) | |
tree | e6508406183c02497ab10060c08db61928ca8ed8 /stkdrone~/Makefile | |
parent | 4c34104a8fb52d339b9f43f9b851e65698998408 (diff) |
adapted for STK 4.2.0
svn path=/trunk/externals/unauthorized/; revision=2271
Diffstat (limited to 'stkdrone~/Makefile')
-rw-r--r-- | stkdrone~/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stkdrone~/Makefile b/stkdrone~/Makefile index 5e621b0..705caad 100644 --- a/stkdrone~/Makefile +++ b/stkdrone~/Makefile @@ -1,6 +1,6 @@ NAME=stkdrone~ CSYM=stkdrone_tilde -STK_HOME=/usr/local/stk-3.2 +STK_HOME=/usr/local/stk current: pd_linux @@ -21,7 +21,7 @@ LINUXINCLUDE = -I../../src -I/usr/local/include .cc.pd_linux: drone.o g++ -O3 -Wall -D__OS_Linux_ -g -I$(STK_HOME)/include -c drone.cc g++ $(LINUXCCFLAGS) $(LINUXINCLUDE) -I$(STK_HOME)/include -o $*.o -c $*.cc - ld -export_dynamic -shared -o $*.pd_linux *.o $(STK_HOME)/src/stklib.a -lc -lm -lstdc++ -lg++ + g++ -export_dynamic -shared -o $*.pd_linux *.o $(STK_HOME)/src/libstk.a -lc -lm -lpthread strip --strip-unneeded $*.pd_linux rm -f *.o ../$*.pd_linux ln -s $*/$*.pd_linux .. |