2 # ***** BEGIN LGPL LICENSE BLOCK *****
4 # Copyright 2009 Jrg Hermann Mller
6 # This file is part of AudaSpace.
8 # AudaSpace is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU Lesser General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
13 # AudaSpace is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU Lesser General Public License for more details.
18 # You should have received a copy of the GNU Lesser General Public License
19 # along with AudaSpace. If not, see <http://www.gnu.org/licenses/>.
21 # ***** END LGPL LICENSE BLOCK *****
32 ${PTHREADS_INCLUDE_DIRS}
36 FX/AUD_AccumulatorFactory.cpp
37 FX/AUD_BaseIIRFilterReader.cpp
38 FX/AUD_ButterworthFactory.cpp
39 FX/AUD_CallbackIIRFilterReader.cpp
40 FX/AUD_DelayFactory.cpp
41 FX/AUD_DelayReader.cpp
42 FX/AUD_DoubleFactory.cpp
43 FX/AUD_DoubleReader.cpp
44 FX/AUD_DynamicIIRFilterFactory.cpp
45 FX/AUD_DynamicIIRFilterReader.cpp
46 FX/AUD_EffectFactory.cpp
47 FX/AUD_EffectReader.cpp
48 FX/AUD_EnvelopeFactory.cpp
49 FX/AUD_FaderFactory.cpp
50 FX/AUD_FaderReader.cpp
51 FX/AUD_HighpassFactory.cpp
52 FX/AUD_IIRFilterFactory.cpp
53 FX/AUD_IIRFilterReader.cpp
54 FX/AUD_LimiterFactory.cpp
55 FX/AUD_LimiterReader.cpp
56 FX/AUD_LoopFactory.cpp
58 FX/AUD_LowpassFactory.cpp
59 FX/AUD_PingPongFactory.cpp
60 FX/AUD_PitchFactory.cpp
61 FX/AUD_PitchReader.cpp
62 FX/AUD_RectifyFactory.cpp
63 FX/AUD_ReverseFactory.cpp
64 FX/AUD_ReverseReader.cpp
65 FX/AUD_SquareFactory.cpp
67 FX/AUD_SuperposeFactory.cpp
68 FX/AUD_SuperposeReader.cpp
69 FX/AUD_VolumeFactory.cpp
71 intern/AUD_AnimateableProperty.cpp
72 intern/AUD_AnimateableProperty.h
75 intern/AUD_BufferReader.cpp
76 intern/AUD_BufferReader.h
79 intern/AUD_ChannelMapperFactory.cpp
80 intern/AUD_ChannelMapperFactory.h
81 intern/AUD_ChannelMapperReader.cpp
82 intern/AUD_ChannelMapperReader.h
83 intern/AUD_ConverterFactory.cpp
84 intern/AUD_ConverterFactory.h
85 intern/AUD_ConverterFunctions.cpp
86 intern/AUD_ConverterFunctions.h
87 intern/AUD_ConverterReader.cpp
88 intern/AUD_ConverterReader.h
89 intern/AUD_FileFactory.cpp
90 intern/AUD_FileFactory.h
91 intern/AUD_FileWriter.cpp
92 intern/AUD_FileWriter.h
93 intern/AUD_I3DDevice.h
94 intern/AUD_I3DHandle.h
100 intern/AUD_JOSResampleFactory.cpp
101 intern/AUD_JOSResampleFactory.h
102 intern/AUD_JOSResampleReader.cpp
103 intern/AUD_JOSResampleReader.h
104 intern/AUD_LinearResampleFactory.cpp
105 intern/AUD_LinearResampleFactory.h
106 intern/AUD_LinearResampleReader.cpp
107 intern/AUD_LinearResampleReader.h
110 intern/AUD_MixerFactory.cpp
111 intern/AUD_MixerFactory.h
112 intern/AUD_NULLDevice.cpp
113 intern/AUD_NULLDevice.h
115 intern/AUD_ReadDevice.cpp
116 intern/AUD_ReadDevice.h
117 intern/AUD_Reference.h
118 intern/AUD_ReferenceHandler.cpp
119 intern/AUD_ResampleFactory.h
120 intern/AUD_ResampleReader.cpp
121 intern/AUD_ResampleReader.h
122 intern/AUD_SequencerEntry.cpp
123 intern/AUD_SequencerEntry.h
124 intern/AUD_SequencerFactory.cpp
125 intern/AUD_SequencerFactory.h
126 intern/AUD_SequencerHandle.cpp
127 intern/AUD_SequencerHandle.h
128 intern/AUD_SequencerReader.cpp
129 intern/AUD_SequencerReader.h
130 intern/AUD_SilenceFactory.cpp
131 intern/AUD_SilenceFactory.h
132 intern/AUD_SilenceReader.cpp
133 intern/AUD_SilenceReader.h
134 intern/AUD_SinusFactory.cpp
135 intern/AUD_SinusFactory.h
136 intern/AUD_SinusReader.cpp
137 intern/AUD_SinusReader.h
138 intern/AUD_SoftwareDevice.cpp
139 intern/AUD_SoftwareDevice.h
141 intern/AUD_StreamBufferFactory.cpp
142 intern/AUD_StreamBufferFactory.h
144 FX/AUD_AccumulatorFactory.h
145 FX/AUD_BaseIIRFilterReader.h
146 FX/AUD_ButterworthFactory.h
147 FX/AUD_CallbackIIRFilterReader.h
148 FX/AUD_DelayFactory.h
150 FX/AUD_DoubleFactory.h
151 FX/AUD_DoubleReader.h
152 FX/AUD_DynamicIIRFilterFactory.h
153 FX/AUD_DynamicIIRFilterReader.h
154 FX/AUD_EffectFactory.h
155 FX/AUD_EffectReader.h
156 FX/AUD_EnvelopeFactory.h
157 FX/AUD_FaderFactory.h
159 FX/AUD_HighpassFactory.h
160 FX/AUD_IIRFilterFactory.h
161 FX/AUD_IIRFilterReader.h
162 FX/AUD_LimiterFactory.h
163 FX/AUD_LimiterReader.h
166 FX/AUD_LowpassFactory.h
167 FX/AUD_PingPongFactory.h
168 FX/AUD_PitchFactory.h
170 FX/AUD_RectifyFactory.h
171 FX/AUD_ReverseFactory.h
172 FX/AUD_ReverseReader.h
173 FX/AUD_SquareFactory.h
175 FX/AUD_SuperposeFactory.h
176 FX/AUD_SuperposeReader.h
177 FX/AUD_VolumeFactory.h
180 if(WITH_CODEC_FFMPEG)
181 add_definitions(-DWITH_FFMPEG)
186 ${FFMPEG_INCLUDE_DIRS}
189 ffmpeg/AUD_FFMPEGFactory.cpp
190 ffmpeg/AUD_FFMPEGReader.cpp
191 ffmpeg/AUD_FFMPEGWriter.cpp
193 ffmpeg/AUD_FFMPEGFactory.h
194 ffmpeg/AUD_FFMPEGReader.h
195 ffmpeg/AUD_FFMPEGWriter.h
200 add_definitions(-DWITH_SDL)
208 SDL/AUD_SDLDevice.cpp
215 add_definitions(-DWITH_OPENAL)
220 ${OPENAL_INCLUDE_DIR}
223 OpenAL/AUD_OpenALDevice.cpp
225 OpenAL/AUD_OpenALDevice.h
230 add_definitions(-DWITH_JACK)
238 jack/AUD_JackDevice.cpp
240 jack/AUD_JackDevice.h
244 if(WITH_CODEC_SNDFILE)
245 add_definitions(-DWITH_SNDFILE)
250 ${SNDFILE_INCLUDE_DIRS}
253 sndfile/AUD_SndFileFactory.cpp
254 sndfile/AUD_SndFileReader.cpp
255 sndfile/AUD_SndFileWriter.cpp
257 sndfile/AUD_SndFileFactory.h
258 sndfile/AUD_SndFileReader.h
259 sndfile/AUD_SndFileWriter.h
264 add_definitions(-DWITH_SAMPLERATE)
266 ${SAMPLERATE_INCLUDE_DIRS}
269 SRC/AUD_SRCResampleFactory.cpp
270 SRC/AUD_SRCResampleReader.cpp
272 SRC/AUD_SRCResampleFactory.h
273 SRC/AUD_SRCResampleReader.h
277 if(WITH_FFTW3 AND FALSE)
278 add_definitions(-DWITH_FFTW3)
283 ${FFTW3_INCLUDE_DIRS}
286 fftw/AUD_BandPassFactory.cpp
287 fftw/AUD_BandPassReader.cpp
289 fftw/AUD_BandPassFactory.h
290 fftw/AUD_BandPassReader.h
299 ${PYTHON_INCLUDE_DIRS}
306 add_definitions(-DWITH_PYTHON)
309 blender_add_lib(bf_intern_audaspace "${SRC}" "${INC}" "${INC_SYS}")