|
@@ -53,6 +53,7 @@ nanosvg = include/nanosvg.h |
|
|
oui-blendish = include/blendish.h |
|
|
oui-blendish = include/blendish.h |
|
|
osdialog = include/osdialog.h |
|
|
osdialog = include/osdialog.h |
|
|
pffft = include/pffft.h |
|
|
pffft = include/pffft.h |
|
|
|
|
|
fuzzysearchdatabase = include/FuzzySearchDatabase.hpp |
|
|
|
|
|
|
|
|
DEPS += $(glew) |
|
|
DEPS += $(glew) |
|
|
DEPS += $(glfw) |
|
|
DEPS += $(glfw) |
|
@@ -68,6 +69,7 @@ DEPS += $(nanosvg) |
|
|
DEPS += $(oui-blendish) |
|
|
DEPS += $(oui-blendish) |
|
|
DEPS += $(osdialog) |
|
|
DEPS += $(osdialog) |
|
|
DEPS += $(pffft) |
|
|
DEPS += $(pffft) |
|
|
|
|
|
DEPS += $(fuzzysearchdatabase) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEP_LOCAL := . |
|
|
DEP_LOCAL := . |
|
@@ -244,6 +246,9 @@ $(pffft): | pffft |
|
|
mkdir -p include |
|
|
mkdir -p include |
|
|
cp pffft/*.h include/ |
|
|
cp pffft/*.h include/ |
|
|
|
|
|
|
|
|
|
|
|
$(fuzzysearchdatabase): |
|
|
|
|
|
cp fuzzysearchdatabase/src/FuzzySearchDatabase.hpp include/ |
|
|
|
|
|
|
|
|
# Helpers |
|
|
# Helpers |
|
|
|
|
|
|
|
|
src: glew-2.1.0 glfw jansson-2.12 speexdsp-SpeexDSP-1.2rc3 openssl-1.1.1d curl-7.66.0 zstd-1.4.5 libarchive-3.4.3 rtmidi-4.0.0 rtaudio nanovg nanosvg oui-blendish osdialog pffft |
|
|
src: glew-2.1.0 glfw jansson-2.12 speexdsp-SpeexDSP-1.2rc3 openssl-1.1.1d curl-7.66.0 zstd-1.4.5 libarchive-3.4.3 rtmidi-4.0.0 rtaudio nanovg nanosvg oui-blendish osdialog pffft |
|
|