Continue work for redistributable binaries, WIP
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0c6746fdce
commit
649773c851
6 changed files with 143 additions and 22 deletions
22
Makefile
22
Makefile
|
@ -6,7 +6,24 @@
|
|||
|
||||
include dpf/Makefile.base.mk
|
||||
|
||||
all: cardinal deps dgl plugins gen
|
||||
all: cardinal deps dgl plugins gen resources
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Build config
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
DESTDIR ?=
|
||||
SYSDEPS ?= false
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Check for system-wide dependencies
|
||||
|
||||
# HAVE_LIBARCHIVE = $(shell pkg-config --exists libarchive && echo true)
|
||||
#
|
||||
# libjansson.a
|
||||
# libsamplerate.a
|
||||
# libspeexdsp.a
|
||||
# libzstd.a
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
||||
|
@ -23,6 +40,9 @@ dgl:
|
|||
plugins: deps
|
||||
$(MAKE) all -C plugins
|
||||
|
||||
resources: cardinal gen
|
||||
$(MAKE) resources -C plugins
|
||||
|
||||
ifneq ($(CROSS_COMPILING),true)
|
||||
gen: cardinal dpf/utils/lv2_ttl_generator
|
||||
@$(CURDIR)/dpf/utils/generate-ttl.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue