first commit

This commit is contained in:
Alexander Chalikiopoulos
2022-04-20 14:37:47 +02:00
commit 2a8f6c8485
67 changed files with 32174 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
NAME = EP_MK1
FILES_DSP = $(wildcard *.cpp)
FILES_DSP += $(wildcard *.c)
include ../../dpf/Makefile.plugins.mk
LINK_FLAGS += -lpthread
CFLAGS += -Wno-unused-parameter
CXXFLAGS += -Wno-unused-parameter
TARGETS += jack
TARGETS += lv2_dsp
TARGETS += vst2
TARGETS += vst3
all: $(TARGETS)