|
|
|
@@ -46,7 +46,7 @@ def build(bld): |
|
|
|
'JackConnectionManager.cpp', |
|
|
|
'ringbuffer.c', |
|
|
|
'JackError.cpp', |
|
|
|
'JackException.cpp', |
|
|
|
'JackException.cpp', |
|
|
|
'JackFrameTimer.cpp', |
|
|
|
'JackGraphManager.cpp', |
|
|
|
'JackPort.cpp', |
|
|
|
@@ -56,7 +56,7 @@ def build(bld): |
|
|
|
'JackMidiAPI.cpp', |
|
|
|
'JackEngineControl.cpp', |
|
|
|
'JackShmMem.cpp', |
|
|
|
'JackGenericClientChannel.cpp', |
|
|
|
'JackGenericClientChannel.cpp', |
|
|
|
'shm.c', |
|
|
|
'JackGlobals.cpp', |
|
|
|
'JackDebugClient.cpp', |
|
|
|
@@ -75,7 +75,7 @@ def build(bld): |
|
|
|
'../posix/JackPosixThread.cpp', |
|
|
|
'../posix/JackPosixSemaphore.cpp', |
|
|
|
'../posix/JackPosixProcessSync.cpp', |
|
|
|
'../posix/JackPosixMutex.cpp', |
|
|
|
'../posix/JackPosixMutex.cpp', |
|
|
|
'../posix/JackSocket.cpp', |
|
|
|
'../linux/JackLinuxTime.c', |
|
|
|
] |
|
|
|
@@ -117,7 +117,7 @@ def build(bld): |
|
|
|
serverlib.source = [] + common_libsources |
|
|
|
serverlib.source += [ |
|
|
|
'JackAudioDriver.cpp', |
|
|
|
'JackTimedDriver.cpp', |
|
|
|
'JackTimedDriver.cpp', |
|
|
|
'JackMidiDriver.cpp', |
|
|
|
'JackDriver.cpp', |
|
|
|
'JackEngine.cpp', |
|
|
|
@@ -135,7 +135,7 @@ def build(bld): |
|
|
|
'JackNetTool.cpp', |
|
|
|
'JackNetInterface.cpp', |
|
|
|
'JackArgParser.cpp', |
|
|
|
'JackRequestDecoder.cpp', |
|
|
|
'JackRequestDecoder.cpp', |
|
|
|
'JackMidiAsyncQueue.cpp', |
|
|
|
'JackMidiAsyncWaitQueue.cpp', |
|
|
|
'JackMidiBufferReadQueue.cpp', |
|
|
|
@@ -201,7 +201,7 @@ def build(bld): |
|
|
|
'JackNetAPI.cpp', |
|
|
|
'JackNetInterface.cpp', |
|
|
|
'JackNetTool.cpp', |
|
|
|
'JackException.cpp', |
|
|
|
'JackException.cpp', |
|
|
|
'JackAudioAdapterInterface.cpp', |
|
|
|
'JackLibSampleRateResampler.cpp', |
|
|
|
'JackResampler.cpp', |
|
|
|
|