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.

18 lines
642B

  1. SLUG=Bidoo
  2. include ../../../build_shared_plugin_pre_linux.mk
  3. EXTRAFLAGS+= -DUSE_KISS_FFT -Idep/include -I./src/dep/audiofile -I./src/dep/filters -I./src/dep/freeverb \
  4. -I./src/dep/gist/libs/kiss_fft130 -I./src/dep/gist/src -I./src/dep/minimp3\
  5. -I./src/dep/gist/src/mfcc -I./src/dep/gist/src/core -I./src/dep/gist/src/fft \
  6. -I./src/dep/gist/src/onset-detection-functions -I./src/dep/gist/src/pitch
  7. include make.objects
  8. define BIN_POST_FXN
  9. cp -f $(SLUG).so ../../../../vst2_bin/plugins/$(SLUG)/plugin.so.fx
  10. cp -f $(SLUG).so ../../../../vst2_bin/plugins/$(SLUG)/plugin.so.instr
  11. endef
  12. include ../../../build_shared_plugin_post_linux.mk