3 if [[ $
(uname
) == Darwin
]]; then
4 #On Darwin build a Jack internal client
6 faust
-a jack-internal.cpp
$f -o $f.cpp
7 ${CXX=g++} ${CXXFLAGS=-O3} `pkg-config --cflags jack` $f.cpp -ljackserver -fPIC -bundle -o ${f%.dsp}.so
11 #On Linux build a Jack internal client
13 faust
-a jack-gtk.cpp
$f -o $f.cpp
14 ${CXX=g++} ${CXXFLAGS=-O3} `pkg-config --cflags jack` $f.cpp -ljackserver -fPIC -shared -o ${f%.dsp}.so