You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- outfile=paulstretch
-
- rm -f $outfile
-
- fluid -c GUI.fl
- fluid -c FreeEditUI.fl
-
- g++ -ggdb GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp `fltk-config --cflags` \
- `fltk-config --ldflags` \
- -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
|