diff --git a/Makefile b/Makefile index cf842ea..3cd5e64 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,7 @@ libs: $(MAKE) -C dpf/dgl plugins: libs - $(MAKE) all -C plugins/PowerJuice - $(MAKE) all -C plugins/PowerJuiceX2 - $(MAKE) all -C plugins/StutterJuice - $(MAKE) all -C plugins/TriggerJuice - $(MAKE) all -C plugins/VectorJuice - $(MAKE) all -C plugins/WobbleJuice + $(MAKE) all -C plugins/GrainJuice gen: plugins dpf/utils/lv2_ttl_generator @$(CURDIR)/dpf/utils/generate-ttl.sh @@ -30,12 +25,7 @@ dpf/utils/lv2_ttl_generator: clean: $(MAKE) clean -C dpf/dgl $(MAKE) clean -C dpf/utils/lv2-ttl-generator - $(MAKE) clean -C plugins/PowerJuice - $(MAKE) clean -C plugins/PowerJuiceX2 - $(MAKE) clean -C plugins/StutterJuice - $(MAKE) clean -C plugins/TriggerJuice - $(MAKE) clean -C plugins/VectorJuice - $(MAKE) clean -C plugins/WobbleJuice + $(MAKE) clean -C plugins/GrainJuice # -------------------------------------------------------------- diff --git a/dpf b/dpf index a8be008..f32b416 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit a8be0083a2b0c308a15f29d39929d5125ca623fc +Subproject commit f32b41625da5f988326b0657fd37ffe10ff7f2e7 diff --git a/plugins/Makefile.mk b/plugins/Makefile.mk index a2faef6..c7650ab 100644 --- a/plugins/Makefile.mk +++ b/plugins/Makefile.mk @@ -16,6 +16,9 @@ TARGET_DIR = ../../bin BUILD_C_FLAGS += -I. BUILD_CXX_FLAGS += -I. -I../../dpf/distrho -I../../dpf/dgl +BUILD_CXX_FLAGS += -DHAVE_DGL +BUILD_CXX_FLAGS += -DHAVE_JACK + # -------------------------------------------------------------- # Set plugin binary file targets