outfile=paulstretch rm -f $outfile ntk-fluid -c GUI.fl ntk-fluid -c FreeEditUI.fl g++ -ggdb GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp `pkg-config ntk --cflags` \ `pkg-config ntk --libs` \ -laudiofile -lfftw3f -lvorbisenc -lvorbisfile -lportaudio -lpthread -lmad -lmxml \ `pkg-config --cflags --libs jack samplerate` \ -DHAVE_JACK -DENABLE_RESAMPLING \ -o $outfile rm -f GUI.h GUI.cxx FreeEditUI.h FreeEditUI.cxx