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.
|
- SLUG=Bidoo
-
- include ../../../build_shared_plugin_pre_linux.mk
-
- EXTRAFLAGS+= -DUSE_KISS_FFT -Idep/include -I./src/dep/audiofile -I./src/dep/filters -I./src/dep/freeverb \
- -I./src/dep/gist/libs/kiss_fft130 -I./src/dep/gist/src -I./src/dep/minimp3\
- -I./src/dep/gist/src/mfcc -I./src/dep/gist/src/core -I./src/dep/gist/src/fft \
- -I./src/dep/gist/src/onset-detection-functions -I./src/dep/gist/src/pitch
-
- include make.objects
-
- define BIN_POST_FXN
- cp -f $(SLUG).so ../../../../vst2_bin/plugins/$(SLUG)/plugin.so.fx
- cp -f $(SLUG).so ../../../../vst2_bin/plugins/$(SLUG)/plugin.so.instr
- endef
-
- include ../../../build_shared_plugin_post_linux.mk
|