Remove atelier, more licensing stuff
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a34227d0ad
commit
bd8b97f428
7 changed files with 3 additions and 57 deletions
|
@ -263,22 +263,6 @@ PLUGIN_FILES += AriaModules/src/Undular.cpp
|
|||
# modules/types which are present in other plugins
|
||||
ARIA_CUSTOM = Blank
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Atelier
|
||||
|
||||
# PLUGIN_FILES += Atelier/src/Palette.cpp
|
||||
# PLUGIN_FILES += Atelier/eurorack/stmlib/dsp/atan.cc
|
||||
# PLUGIN_FILES += Atelier/eurorack/stmlib/dsp/units.cc
|
||||
# PLUGIN_FILES += Atelier/eurorack/stmlib/utils/random.cc
|
||||
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/*.cc)
|
||||
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/engine/*.cc)
|
||||
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/speech/*.cc)
|
||||
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/physical_modelling/*.cc)
|
||||
# PLUGIN_FILES += Atelier/eurorack/plaits/resources.cc
|
||||
#
|
||||
# # modules/types which are present in other plugins
|
||||
# ATELIER_CUSTOM = plaits stmlib
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# AudibleInstruments
|
||||
|
||||
|
@ -1067,17 +1051,6 @@ $(BUILD_DIR)/AriaModules/%.cpp.o: AriaModules/%.cpp
|
|||
-DpluginInstance=pluginInstance__Aria \
|
||||
-Wno-cast-function-type
|
||||
|
||||
$(BUILD_DIR)/Atelier/%.o: Atelier/%
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(ATELIER_CUSTOM),$(call custom_module_names,$(m),Atelier)) \
|
||||
-DpluginInstance=pluginInstance__Atelier \
|
||||
-DTEST \
|
||||
-IAtelier/eurorack \
|
||||
-Wno-sign-compare \
|
||||
-Wno-unused-local-typedefs
|
||||
|
||||
$(BUILD_DIR)/AudibleInstruments/%.o: AudibleInstruments/%
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue