compile_linux_kissfft.sh (381B)
1 outfile=paulstretch 2 rm -f $outfile 3 4 fluid -c GUI.fl 5 fluid -c FreeEditUI.fl 6 7 8 g++ -ggdb -DKISSFFT -I./contrib GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp contrib/*.c `fltk-config --cflags` \ 9 `fltk-config --ldflags` -lz -logg -lvorbis -laudiofile -lvorbisenc -lvorbisfile -lportaudio -lpthread -lmad -lmxml -o $outfile 10 11 rm -f GUI.h GUI.cxx FreeEditUI.h FreeEditUI.cxx