Browse Source

Don't build ntk stuff per default; Update submodule

pull/2/head
falkTX 10 years ago
parent
commit
1a32c6dd54
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      Makefile
  2. +1
    -1
      dpf

+ 4
- 4
Makefile View File

@@ -12,12 +12,12 @@ libs:
$(MAKE) -C dpf/dgl $(MAKE) -C dpf/dgl


plugins: libs plugins: libs
$(MAKE) all -C plugins/openav-ducka
$(MAKE) all -C plugins/openav-roomy
$(MAKE) all -C plugins/Info $(MAKE) all -C plugins/Info
$(MAKE) all -C plugins/Meters $(MAKE) all -C plugins/Meters
$(MAKE) all -C plugins/Parameters $(MAKE) all -C plugins/Parameters
$(MAKE) all -C plugins/States $(MAKE) all -C plugins/States
#$(MAKE) all -C plugins/openav-ducka
#$(MAKE) all -C plugins/openav-roomy


gen: plugins dpf/utils/lv2_ttl_generator gen: plugins dpf/utils/lv2_ttl_generator
@$(CURDIR)/dpf/utils/generate-ttl.sh @$(CURDIR)/dpf/utils/generate-ttl.sh
@@ -30,12 +30,12 @@ dpf/utils/lv2_ttl_generator:
clean: clean:
$(MAKE) clean -C dpf/dgl $(MAKE) clean -C dpf/dgl
$(MAKE) clean -C dpf/utils/lv2-ttl-generator $(MAKE) clean -C dpf/utils/lv2-ttl-generator
$(MAKE) clean -C plugins/openav-ducka
$(MAKE) clean -C plugins/openav-roomy
$(MAKE) clean -C plugins/Info $(MAKE) clean -C plugins/Info
$(MAKE) clean -C plugins/Meters $(MAKE) clean -C plugins/Meters
$(MAKE) clean -C plugins/Parameters $(MAKE) clean -C plugins/Parameters
$(MAKE) clean -C plugins/States $(MAKE) clean -C plugins/States
#$(MAKE) clean -C plugins/openav-ducka
#$(MAKE) clean -C plugins/openav-roomy


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




+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 705461229ce83c1d1c4b8b84c8668a2a5b7dde02
Subproject commit 22e800215d02ef816a12c3279f17b47dcbad8a0c

Loading…
Cancel
Save