TOP=../.. USE_DOUBLE = 1 USE_DEBUG = 1 USE_DEBUG_CHECKS = 1 USE_XML = 1 USE_ALSA = 1 USE_FFTW = 1 USE_FLTK = 1 USE_OPTIMIZE = 0 PRJ_SEARCH_INCLUDES = PRJ_SEARCH_RECURSE_INCLUDES = $(TOP)/draft/FltkNetworkGUI include $(TOP)/build/system.cfg SOURCES = \ $(TOP)/draft/FltkNetworkGUI/GUI/canvas.cxx \ $(TOP)/draft/FltkNetworkGUI/GUI/connection.cxx \ $(TOP)/draft/FltkNetworkGUI/GUI/ControlPresentation.cxx \ $(TOP)/draft/FltkNetworkGUI/GUI/LinkElementPresentation.cxx \ $(TOP)/draft/FltkNetworkGUI/GUI/ProcessingPresentation.cxx \ $(TOP)/draft/FltkNetworkGUI/GUI/PortPresentation.cxx \ $(TOP)/draft/FltkNetworkGUI/conboxes.cxx \ $(TOP)/draft/FltkNetworkGUI/Visualization/ProcessingAdapter.cxx \ $(TOP)/draft/FltkNetworkGUI/Visualization/ProcessingModel.cxx \ $(SOURCES_AUDIODEVICE)