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.

17 lines
435B

  1. outfile=paulstretch
  2. rm -f $outfile
  3. ntk-fluid -c GUI.fl
  4. ntk-fluid -c FreeEditUI.fl
  5. g++ -ggdb GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp `pkg-config ntk --cflags` \
  6. `pkg-config ntk --libs` \
  7. -laudiofile -lfftw3f -lvorbisenc -lvorbisfile -lportaudio -lpthread -lmad -lmxml \
  8. `pkg-config --cflags --libs jack samplerate` \
  9. -DHAVE_JACK -DENABLE_RESAMPLING \
  10. -o $outfile
  11. rm -f GUI.h GUI.cxx FreeEditUI.h FreeEditUI.cxx