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.

16 lines
773B

  1. RACK_DIR ?= ../..
  2. SLUG = Bidoo
  3. VERSION = 0.6.7
  4. DISTRIBUTABLES += $(wildcard LICENSE*) res
  5. FLAGS += -DUSE_KISS_FFT -Idep/include -I./src/dep/audiofile -I./src/dep/filters -I./src/dep/freeverb \
  6. -I./src/dep/gist/libs/kiss_fft130 -I./src/dep/gist/src -I./src/dep/minimp3\
  7. -I./src/dep/gist/src/mfcc -I./src/dep/gist/src/core -I./src/dep/gist/src/fft \
  8. -I./src/dep/gist/src/onset-detection-functions -I./src/dep/gist/src/pitch
  9. SOURCES = $(wildcard src/*.cpp src/dep/audiofile/*cpp src/dep/filters/*cpp src/dep/freeverb/*cpp src/dep/gist/src/*cpp \
  10. src/dep/gist/libs/kiss_fft130/*c src/dep/gist/src/mfcc/*cpp src/dep/gist/src/core/*cpp src/dep/gist/src/fft/*cpp \
  11. src/dep/gist/src/onset-detection-functions/*cpp src/dep/gist/src/pitch/*cpp)
  12. include $(RACK_DIR)/plugin.mk