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.

21 lines
488B

  1. RACK_DIR ?= ../..
  2. SLUG = Fundamental
  3. VERSION = 0.6.2
  4. FLAGS += -I./libsamplerate-0.1.9/src
  5. SOURCES += $(wildcard src/*.cpp)
  6. SOURCES += $(wildcard libsamplerate-0.1.9/src/*.c)
  7. DISTRIBUTABLES += $(wildcard LICENSE*) res
  8. libsamplerate := libsamplerate-0.1.9
  9. DEPS += $(libsamplerate)
  10. $(libsamplerate):
  11. mkdir -p dep
  12. $(WGET) "http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz"
  13. $(UNTAR) libsamplerate-0.1.9.tar.gz
  14. cp config.h libsamplerate-0.1.9/src/
  15. include $(RACK_DIR)/plugin.mk