NAME := JuceLibraryCode JUCE_MODULES := ${JUCE_PATH}/modules # Deliberately does NOT include anything under juce_audio_plugin_client/ - # those are the plugin-side VST/VST3 entry points (define main/VSTPluginMain, # expect JucePlugin_* macros) and would collide with this executable's own # main(). This package only compiles the module amalgams the host actually # needs to load and drive a plugin. SOURCES := juce_audio_basics/juce_audio_basics.cpp SOURCES += juce_audio_devices/juce_audio_devices.cpp SOURCES += juce_audio_formats/juce_audio_formats.cpp SOURCES += juce_audio_processors/juce_audio_processors.cpp SOURCES += juce_core/juce_core.cpp SOURCES += juce_data_structures/juce_data_structures.cpp SOURCES += juce_events/juce_events.cpp SOURCES += juce_graphics/juce_graphics.cpp SOURCES += juce_gui_basics/juce_gui_basics.cpp SOURCES += juce_gui_extra/juce_gui_extra.cpp