TOP = ../../.. PROGRAM = CLAMWidgets include $(TOP)/build/defaults.cfg IS_LIBRARY = 1 CLAM_DOUBLE = 0 # whether to use double (1) or float (0) for TData CLAM_USE_XML = 0 # whether to compile XML dependant code, and link agains Xerces CLAM_DISABLE_CHECKS = 0 # whether to disable all the CLAM checks, both debug and normal CLAM_USE_RELEASE_ASSERTS = 0 # whether to simulate release checks being in debug mode USE_ALSA = 0 USE_FFTW = 0 USE_FLTK = 0 USE_QT = 1 USE_GL = 1 USE_DIRECTX = 0 USE_PORTAUDIO = 0 USE_RTAUDIO = 0 USE_RTAUDIO = 0 USE_PTHREADS = 1 USE_PORTMIDI = 0 USE_CPPUNIT = 0 USE_SNDFILE = 0 USE_MAD = 0 USE_ID3 = 0 USE_OGGVORBIS = 1 PRJ_SEARCH_INCLUDES = \ $(TOP)/examples/Prototyper/ \ PRJ_SEARCH_RECURSE_INCLUDES = \ $(TOP)/../CLAM_NetworkEditor/src/ \ include $(TOP)/build/system.cfg #LIBRARIES_DEBUG = $(LIBRARIES_DEBUG) qui #LIBRARIES_RELEASE = $(LIBRARIES_RELEASE) qui DEFINES = $(DEFINES)\ QT_PLUGIN QT_SHARED QT_THREAD_SUPPORT \ SOURCES = \ $(CLAM_PATH)/examples/QtDesignerPlugins/CLAMWidgetsPlugin.cxx \ $(CLAM_PATH)/src/Errors/Err.cxx \ $(CLAM_PATH)/src/Defines/Assert.cxx \ $(CLAM_PATH)/src/Storage/XML/BasicXMLable.cxx \ $(CLAM_PATH)/src/Storage/XML/XMLAdapter.cxx \ $(CLAM_PATH)/src/Storage/XML/XMLComponentAdapter.cxx \ $(CLAM_PATH)/src/Base/DynamicType.cxx \ $(CLAM_PATH)/src/Errors/ErrOutOfMemory.cxx \ $(CLAM_PATH)/src/Standard/Array.cxx \ $(CLAM_PATH)/src/Data/BasicProcessing/Audio.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Utils/VMColor.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Plots/NetPlot.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Plots/NetAudioPlot.cxx \ $(CLAM_PATH)/src/Standard/Complex.cxx \ $(CLAM_PATH)/src/Standard/Polar.cxx \ $(CLAM_PATH)/src/Standard/Enum.cxx \ $(CLAM_PATH)/src/Standard/Point.cxx \ $(CLAM_PATH)/src/Standard/BPF.cxx \ $(CLAM_PATH)/src/Data/BasicProcessing/Spectrum.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Plots/NetSpectrumPlot.cxx \ $(CLAM_PATH)/src/Data/BasicProcessing/SpectralPeak.cxx \ $(CLAM_PATH)/src/Data/BasicProcessing/SpectralPeakArray.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Plots/NetPeaksPlot.cxx \ $(CLAM_PATH)/src/Data/BasicProcessing/Fundamental.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Plots/NetFundPlot.cxx \ $(CLAM_PATH)/src/Storage/XML/XMLStorage.cxx \ $(CLAM_PATH)/src/Errors/ErrDynamicType.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Surfaces/GLContext.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Controllers/NetPlotController.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Surfaces/NetDisplaySurface.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Renderers/Renderer.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Renderers/DataRenderer.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Controllers/NetAudioPlotController.cxx \ $(CLAM_PATH)/src/Standard/Text.cxx \ $(CLAM_PATH)/src/Standard/Flags.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Controllers/NetSpectrumPlotController.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Renderers/NetPeaksRenderer.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Controllers/NetPeaksPlotController.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Renderers/Dial.cxx \ $(CLAM_PATH)/src/Visualization/QTVM/Network/Controllers/NetFundPlotController.cxx \