TOP = ../../.. PROGRAM = Salto_v2Drafts include $(TOP)/build/defaults.cfg CLAM_DOUBLE = 0 # whether to use double (1) or float (0) for TData CLAM_USE_XML = 1 # 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 = $(HAS_ALSA) USE_FFTW = 1 USE_FLTK = 1 USE_DIRECTX = $(HAS_DIRECTX) USE_PORTAUDIO = $(HAS_PORTAUDIO) USE_RTAUDIO = $(HAS_RTAUDIO) USE_PTHREADS = 0 USE_PORTMIDI = $(HAS_PORTMIDI) PRJ_SEARCH_INCLUDES = PRJ_SEARCH_RECURSE_INCLUDES = $(TOP)/examples/SALTOv2 include $(TOP)/build/system.cfg SOURCES = \ $(CLAM_PATH)/examples/SALTOv2/Application/SaltoAppMain.cxx \ $(SOURCES_AUDIODEVICE) \ $(SOURCES_MIDIDEVICE)