Browse Source

Fix submodule reference; Only build GrainJuice

grainjuice
falkTX 10 years ago
parent
commit
39df46faaa
3 changed files with 6 additions and 13 deletions
  1. +2
    -12
      Makefile
  2. +1
    -1
      dpf
  3. +3
    -0
      plugins/Makefile.mk

+ 2
- 12
Makefile View File

@@ -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

# --------------------------------------------------------------



+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit a8be0083a2b0c308a15f29d39929d5125ca623fc
Subproject commit f32b41625da5f988326b0657fd37ffe10ff7f2e7

+ 3
- 0
plugins/Makefile.mk View File

@@ -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



Loading…
Cancel
Save