2 # ***** BEGIN LGPL LICENSE BLOCK *****
4 # Copyright 2009 Jörg Hermann Müller
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 FX/AUD_AccumulatorFactory.cpp
33 FX/AUD_BaseIIRFilterReader.cpp
34 FX/AUD_ButterworthFactory.cpp
35 FX/AUD_CallbackIIRFilterReader.cpp
36 FX/AUD_DelayFactory.cpp
37 FX/AUD_DelayReader.cpp
38 FX/AUD_DoubleFactory.cpp
39 FX/AUD_DoubleReader.cpp
40 FX/AUD_EffectFactory.cpp
41 FX/AUD_EffectReader.cpp
42 FX/AUD_EnvelopeFactory.cpp
43 FX/AUD_FaderFactory.cpp
44 FX/AUD_FaderReader.cpp
45 FX/AUD_HighpassFactory.cpp
46 FX/AUD_IIRFilterFactory.cpp
47 FX/AUD_IIRFilterReader.cpp
48 FX/AUD_LimiterFactory.cpp
49 FX/AUD_LimiterReader.cpp
50 FX/AUD_LoopFactory.cpp
52 FX/AUD_LowpassFactory.cpp
53 FX/AUD_PingPongFactory.cpp
54 FX/AUD_PitchFactory.cpp
55 FX/AUD_PitchReader.cpp
56 FX/AUD_RectifyFactory.cpp
57 FX/AUD_ReverseFactory.cpp
58 FX/AUD_ReverseReader.cpp
59 FX/AUD_SquareFactory.cpp
61 FX/AUD_SuperposeFactory.cpp
62 FX/AUD_SuperposeReader.cpp
63 FX/AUD_VolumeFactory.cpp
67 intern/AUD_BufferReader.cpp
68 intern/AUD_BufferReader.h
71 intern/AUD_ChannelMapperFactory.cpp
72 intern/AUD_ChannelMapperFactory.h
73 intern/AUD_ChannelMapperReader.cpp
74 intern/AUD_ChannelMapperReader.h
75 intern/AUD_ConverterFactory.cpp
76 intern/AUD_ConverterFactory.h
77 intern/AUD_ConverterFunctions.cpp
78 intern/AUD_ConverterFunctions.h
79 intern/AUD_ConverterReader.cpp
80 intern/AUD_ConverterReader.h
81 intern/AUD_DefaultMixer.cpp
82 intern/AUD_DefaultMixer.h
83 intern/AUD_FileFactory.cpp
84 intern/AUD_FileFactory.h
85 intern/AUD_I3DDevice.h
89 intern/AUD_LinearResampleFactory.cpp
90 intern/AUD_LinearResampleFactory.h
91 intern/AUD_LinearResampleReader.cpp
92 intern/AUD_LinearResampleReader.h
95 intern/AUD_MixerFactory.cpp
96 intern/AUD_MixerFactory.h
97 intern/AUD_NULLDevice.cpp
98 intern/AUD_NULLDevice.h
100 intern/AUD_ReadDevice.cpp
101 intern/AUD_ReadDevice.h
102 intern/AUD_Reference.h
103 intern/AUD_ResampleFactory.h
104 intern/AUD_SequencerFactory.cpp
105 intern/AUD_SequencerFactory.h
106 intern/AUD_SequencerReader.cpp
107 intern/AUD_SequencerReader.h
108 intern/AUD_SilenceFactory.cpp
109 intern/AUD_SilenceFactory.h
110 intern/AUD_SilenceReader.cpp
111 intern/AUD_SilenceReader.h
112 intern/AUD_SinusFactory.cpp
113 intern/AUD_SinusFactory.h
114 intern/AUD_SinusReader.cpp
115 intern/AUD_SinusReader.h
116 intern/AUD_SoftwareDevice.cpp
117 intern/AUD_SoftwareDevice.h
119 intern/AUD_StreamBufferFactory.cpp
120 intern/AUD_StreamBufferFactory.h
122 FX/AUD_AccumulatorFactory.h
123 FX/AUD_BaseIIRFilterReader.h
124 FX/AUD_ButterworthFactory.h
125 FX/AUD_CallbackIIRFilterReader.h
126 FX/AUD_DelayFactory.h
128 FX/AUD_DoubleFactory.h
129 FX/AUD_DoubleReader.h
130 FX/AUD_EffectFactory.h
131 FX/AUD_EffectReader.h
132 FX/AUD_EnvelopeFactory.h
133 FX/AUD_FaderFactory.h
135 FX/AUD_HighpassFactory.h
136 FX/AUD_IIRFilterFactory.h
137 FX/AUD_IIRFilterReader.h
138 FX/AUD_LimiterFactory.h
139 FX/AUD_LimiterReader.h
142 FX/AUD_LowpassFactory.h
143 FX/AUD_PingPongFactory.h
144 FX/AUD_PitchFactory.h
146 FX/AUD_RectifyFactory.h
147 FX/AUD_ReverseFactory.h
148 FX/AUD_ReverseReader.h
149 FX/AUD_SquareFactory.h
151 FX/AUD_SuperposeFactory.h
152 FX/AUD_SuperposeReader.h
153 FX/AUD_VolumeFactory.h
156 if(WITH_CODEC_FFMPEG)
157 add_definitions(-DWITH_FFMPEG)
158 list(APPEND INC ffmpeg ${FFMPEG_INC})
160 ffmpeg/AUD_FFMPEGFactory.cpp
161 ffmpeg/AUD_FFMPEGReader.cpp
163 ffmpeg/AUD_FFMPEGFactory.h
164 ffmpeg/AUD_FFMPEGReader.h
169 add_definitions(-DWITH_SDL)
170 list(APPEND INC SDL ${SDL_INCLUDE_DIR})
172 SDL/AUD_SDLDevice.cpp
179 add_definitions(-DWITH_OPENAL)
180 list(APPEND INC OpenAL ${OPENAL_INCLUDE_DIR})
182 OpenAL/AUD_OpenALDevice.cpp
184 OpenAL/AUD_OpenALDevice.h
189 add_definitions(-DWITH_JACK)
190 list(APPEND INC jack ${JACK_INC})
192 jack/AUD_JackDevice.cpp
194 jack/AUD_JackDevice.h
198 if(WITH_CODEC_SNDFILE)
199 add_definitions(-DWITH_SNDFILE)
200 list(APPEND INC sndfile ${SNDFILE_INC})
202 sndfile/AUD_SndFileFactory.cpp
203 sndfile/AUD_SndFileReader.cpp
205 sndfile/AUD_SndFileFactory.h
206 sndfile/AUD_SndFileReader.h
211 add_definitions(-DWITH_SAMPLERATE)
213 SRC/AUD_SRCResampleFactory.cpp
214 SRC/AUD_SRCResampleReader.cpp
216 SRC/AUD_SRCResampleFactory.h
217 SRC/AUD_SRCResampleReader.h
221 if(WITH_FFTW3 AND FALSE)
222 add_definitions(-DWITH_FFTW3)
223 list(APPEND INC fftw ${FFTW3_INC})
225 fftw/AUD_BandPassFactory.cpp
226 fftw/AUD_BandPassReader.cpp
228 fftw/AUD_BandPassFactory.h
229 fftw/AUD_BandPassReader.h
234 list(APPEND INC Python ${PYTHON_INCLUDE_DIRS})
240 add_definitions(-DWITH_PYTHON)
255 blender_add_lib(bf_intern_audaspace "${SRC}" "${INC}")