TOP = ../.. CFGTOP = ../../../.. FILES_FOR_TESTING = $(TOP)/build/srcdeps/unittests/source_files_for_testing PROGRAM = testsettings include $(CFGTOP)/build/defaults.cfg CLAM_DOUBLE = 1 # 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_DIRECTX = 0 USE_PORTAUDIO = 0 USE_RTAUDIO = 0 USE_PTHREADS = 0 USE_PORTMIDI = 0 USE_FFTW = 0 USE_FLTK = 0 USE_QT = 0 # test that expressions like aa=bb don't get tokenized (divided) # VAR_WITH_1_TOKEN = aa=bb ANOTHER_VAR_WITH_1_TOKEN=aa=bb VAR_WITH_3_TOKENS=aa = bb VAR_WITH_2_TOKENS=aa=bb aa=bb # # end test PRJ_SEARCH_INCLUDES = PRJ_SEARCH_RECURSE_INCLUDES =$(TOP)/build/srcdeps/unittests/source_files_for_testing include $(CFGTOP)/build/system.cfg CXXFLAGS_DEBUG = $(VAR_WITH_1_TOKEN) $(ANOTHER_VAR_WITH_1_TOKEN) $(VAR_WITH_3_TOKENS) $(VAR_WITH_2_TOKENS)