Get Ildaeil to do some useful things

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-05 23:07:18 +00:00
parent d1916efe99
commit 072f9ee3ca
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
12 changed files with 1253 additions and 29 deletions

View file

@ -6,7 +6,7 @@
include dpf/Makefile.base.mk
all: cardinal deps dgl plugins gen resources
all: cardinal carla deps dgl plugins gen resources
# --------------------------------------------------------------
# Build config
@ -62,6 +62,11 @@ endif
cardinal: deps dgl plugins
$(MAKE) all -C src
carla:
$(MAKE) -C carla plugin \
CAN_GENERATE_LV2_TTL=false \
STATIC_PLUGIN_TARGET=true
deps:
ifneq ($(SYSDEPS),true)
$(MAKE) all -C deps
@ -116,4 +121,4 @@ install:
# --------------------------------------------------------------
.PHONY: deps plugins
.PHONY: carla deps plugins