Files
JaySynth/Source/synth/Makefile
T
jens b4f4b1fa66 - Refactored MAke system. Put sources into config.mk
- export variables of main Makefile
2023-04-26 10:50:12 +02:00

12 lines
311 B
Makefile

include $(MAKE_HOME)/defaults.mk
LIBSRC_PATH ?= $(realpath ../../../../libsrc)
VST2_SDK_PATH ?= $(realpath ../../sdk/vst/vstsdk2.4)
include config.mk
INCLUDES ?= -I $(LIBSRC_PATH) -I $(VST2_SDK_PATH)
DEFINES += -Dradio_float_t=float -Dfir_float_t=float -Dsynth_float_t=float
include $(MAKE_HOME)/compile.mk