Start cleaning up the makefiles

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-22 21:54:39 +02:00
parent 57cea708dc
commit 9f3252f7ca
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
11 changed files with 148 additions and 188 deletions

View file

@ -4,23 +4,8 @@
# Created by falkTX
#
# --------------------------------------------------------------
# Import base definitions
DISTRHO_NAMESPACE = CardinalDISTRHO
DGL_NAMESPACE = CardinalDGL
USE_NANOVG_FBO = true
WASM_EXCEPTIONS = true
include ../dpf/Makefile.base.mk
# --------------------------------------------------------------
# Build config
ifeq ($(BSD),true)
SYSDEPS ?= true
else
SYSDEPS ?= false
endif
ROOT = ..
include $(ROOT)/Makefile.base.mk
# --------------------------------------------------------------
# List of drwav functions, used in several modules