summaryrefslogtreecommitdiff
path: root/plugins/ZamChild670/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamChild670/Makefile')
-rw-r--r--plugins/ZamChild670/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/ZamChild670/Makefile b/plugins/ZamChild670/Makefile
new file mode 100644
index 0000000..7de113d
--- /dev/null
+++ b/plugins/ZamChild670/Makefile
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# Makefile for zam-plugins #
+# ------------------------ #
+# Created by falkTX
+#
+
+# --------------------------------------------------------------
+# Project name, used for binaries
+
+NAME = ZamChild670
+
+# --------------------------------------------------------------
+# Files to build
+
+OBJS_DSP = \
+ ZamChild670Plugin.cpp.o \
+ sidechainamplifier.cpp.o \
+ tubemodel.cpp.o \
+ variablemuamplifier.cpp.o \
+ wdfcircuits.cpp.o \
+ wavechild670.cpp.o
+
+OBJS_UI = #\
+ #ZamCompX2Artwork.cpp.o \
+ #ZamCompX2UI.cpp.o
+
+# --------------------------------------------------------------
+# Do some magic
+
+include ../Makefile.mk
+
+# --------------------------------------------------------------
+# Enable all possible plugin types
+
+ifeq ($(LINUX),true)
+#all: jack ladspa dssi lv2_sep vst
+all: ladspa
+else
+all: ladspa vst
+endif
+
+# --------------------------------------------------------------