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.
|
- RACK_DIR ?= ../..
- SLUG = Fundamental
- VERSION = 0.6.1
-
- FLAGS += -Idep/include
- SOURCES += $(wildcard src/*.cpp)
- SOURCES += $(wildcard libsamplerate-0.1.9/src/*.c)
- DISTRIBUTABLES += $(wildcard LICENSE*) res
-
- libsamplerate := libsamplerate-0.1.9
- DEPS += $(libsamplerate)
-
- $(libsamplerate):
- mkdir -p dep
- $(WGET) "http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz"
- $(UNTAR) libsamplerate-0.1.9.tar.gz
- cp config.h libsamplerate-0.1.9/src/
-
-
- include $(RACK_DIR)/plugin.mk
|