root/trunk/libffado/src/SConscript

Revision 1747, 9.5 kB (checked in by arnonym, 14 years ago)

Some buildsystem stuff:

  • Replace more AppendUnique?() by MergeFlags?()
  • Manage the GENERIC_AVC dependancy in src/SConscript where it is used
  • Forward-port the creation of libffado.so.* from the 2.0-branch.
Line 
1 #
2 # Copyright (C) 2007-2008 Arnold Krille
3 # Copyright (C) 2007-2008 Pieter Palmers
4 #
5 # This file is part of FFADO
6 # FFADO = Free Firewire (pro-)audio drivers for linux
7 #
8 # FFADO is based upon FreeBoB.
9 #
10 # This program is free software: you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation, either version 2 of the License, or
13 # (at your option) version 3 of the License.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
22 #
23
24 import os
25
26 Import( 'env' )
27
28 libenv = env.Clone()
29
30 libenv.MergeFlags( "-I#/ -I#/src" )
31
32 ffado_source = env.Split( '\
33         devicemanager.cpp \
34         ffado.cpp \
35         ffadodevice.cpp \
36         debugmodule/debugmodule.cpp \
37         DeviceStringParser.cpp \
38         libieee1394/ARMHandler.cpp \
39         libieee1394/configrom.cpp \
40         libieee1394/csr1212.c \
41         libieee1394/CycleTimerHelper.cpp \
42         libieee1394/ieee1394service.cpp \
43         libieee1394/IEC61883.cpp \
44         libieee1394/IsoHandler.cpp \
45         libieee1394/IsoHandlerManager.cpp \
46         libstreaming/StreamProcessorManager.cpp \
47         libstreaming/util/cip.c \
48         libstreaming/generic/StreamProcessor.cpp \
49         libstreaming/generic/Port.cpp \
50         libstreaming/generic/PortManager.cpp \
51         libutil/cmd_serialize.cpp \
52         libutil/DelayLockedLoop.cpp \
53         libutil/IpcRingBuffer.cpp \
54         libutil/PacketBuffer.cpp \
55         libutil/Configuration.cpp \
56         libutil/OptionContainer.cpp \
57         libutil/PosixMessageQueue.cpp \
58         libutil/PosixSharedMemory.cpp \
59         libutil/PosixMutex.cpp \
60         libutil/PosixThread.cpp \
61         libutil/ringbuffer.c \
62         libutil/StreamStatistics.cpp \
63         libutil/SystemTimeSource.cpp \
64         libutil/TimestampedBuffer.cpp \
65         libutil/Watchdog.cpp \
66         libcontrol/Element.cpp \
67         libcontrol/BasicElements.cpp \
68         libcontrol/MatrixMixer.cpp \
69         libcontrol/CrossbarRouter.cpp \
70         libcontrol/ClockSelect.cpp \
71         libcontrol/Nickname.cpp \
72 ')
73
74 if env['SERIALIZE_USE_EXPAT']:
75         ffado_source.append('libutil/serialize_expat.cpp')
76         ffado_source.append('libutil/serialize_expat_xml.cpp')
77 else:
78         ffado_source.append('libutil/serialize_libxml.cpp')
79
80 bebob_source = env.Split( '\
81         bebob/bebob_avdevice.cpp \
82         bebob/bebob_avdevice_subunit.cpp \
83         bebob/bebob_avplug.cpp \
84         bebob/bebob_dl_bcd.cpp \
85         bebob/bebob_dl_codes.cpp \
86         bebob/bebob_dl_mgr.cpp \
87         bebob/bebob_functionblock.cpp \
88         bebob/bebob_mixer.cpp \
89         bebob/focusrite/focusrite_generic.cpp \
90         bebob/focusrite/focusrite_saffire.cpp \
91         bebob/focusrite/focusrite_saffirepro.cpp \
92         bebob/focusrite/focusrite_cmd.cpp \
93         bebob/terratec/terratec_device.cpp \
94         bebob/terratec/terratec_cmd.cpp \
95         bebob/edirol/edirol_fa101.cpp \
96         bebob/edirol/edirol_fa66.cpp \
97         bebob/esi/quatafire610.cpp \
98         bebob/mackie/onyxmixer.cpp \
99 ' )
100
101 bebob_pkgdata = env.Split( '\
102         maudio/refdesign.xml \
103         maudio/fw410.xml \
104         maudio/fwap.xml \
105 ' )
106
107 maudio_source =  env.Split( '\
108         maudio/maudio_avdevice.cpp \
109 ' )
110
111 maudio_pkgdata = env.Split( '\
112 ' )     
113
114 genericavc_source =  env.Split( '\
115         genericavc/avc_avdevice.cpp \
116         genericavc/stanton/scs.cpp \
117 ' )
118
119 genericavc_pkgdata = env.Split( '\
120 ' )     
121
122 fireworks_source =  env.Split( '\
123         fireworks/fireworks_device.cpp \
124         fireworks/fireworks_control.cpp \
125         fireworks/fireworks_firmware.cpp \
126         fireworks/efc/efc_avc_cmd.cpp \
127         fireworks/efc/efc_cmd.cpp \
128         fireworks/efc/efc_cmds_hardware.cpp \
129         fireworks/efc/efc_cmds_hardware_ctrl.cpp \
130         fireworks/efc/efc_cmds_flash.cpp \
131         fireworks/efc/efc_cmds_mixer.cpp \
132         fireworks/efc/efc_cmds_monitor.cpp \
133         fireworks/efc/efc_cmds_ioconfig.cpp \
134         fireworks/fireworks_session_block.cpp \
135         fireworks/audiofire/audiofire_device.cpp \
136 ' )
137
138 fireworks_pkgdata =  env.Split( '\
139 ' )
140
141 oxford_source =  env.Split( '\
142         oxford/oxford_device.cpp \
143         libstreaming/amdtp-oxford/AmdtpOxfordReceiveStreamProcessor.cpp \
144 ' )
145
146 oxford_pkgdata = env.Split( '\
147 ' )     
148
149 motu_source = env.Split( '\
150         motu/motu_avdevice.cpp \
151         motu/motu_controls.cpp \
152         libstreaming/motu/MotuPort.cpp \
153         libstreaming/motu/MotuPortInfo.cpp \
154         libstreaming/motu/MotuReceiveStreamProcessor.cpp \
155         libstreaming/motu/MotuTransmitStreamProcessor.cpp \
156 ' )
157
158 dice_source = env.Split( '\
159         dice/dice_avdevice.cpp \
160         dice/dice_eap.cpp \
161         dice/focusrite/focusrite_eap.cpp \
162         dice/focusrite/saffire_pro40.cpp \
163         dice/focusrite/saffire_pro24.cpp \
164 ' )
165
166 bounce_source = env.Split( '\
167         bounce/bounce_avdevice.cpp \
168         bounce/bounce_slave_avdevice.cpp \
169 ' )
170
171 metric_halo_source = env.Split( '\
172         metrichalo/mh_avdevice.cpp \
173 ' )
174
175 rme_source = env.Split( '\
176         rme/rme_shm.cpp \
177         rme/rme_avdevice.cpp \
178         rme/rme_avdevice_settings.cpp \
179         rme/fireface_flash.cpp \
180         rme/fireface_hw.cpp \
181         rme/fireface_settings_ctrls.cpp \
182         libstreaming/rme/RmePort.cpp \
183         libstreaming/rme/RmePortInfo.cpp \
184         libstreaming/rme/RmeReceiveStreamProcessor.cpp \
185         libstreaming/rme/RmeTransmitStreamProcessor.cpp \
186 ' )
187
188 amdtp_source = env.Split( '\
189         libstreaming/amdtp/AmdtpPort.cpp \
190         libstreaming/amdtp/AmdtpPortInfo.cpp \
191         libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp \
192         libstreaming/amdtp/AmdtpTransmitStreamProcessor.cpp \
193 ' )
194
195 libavc_source = env.Split( '\
196         libavc/streamformat/avc_extended_stream_format.cpp \
197         libavc/musicsubunit/avc_descriptor_music.cpp \
198         libavc/musicsubunit/avc_musicsubunit.cpp \
199         libavc/audiosubunit/avc_audiosubunit.cpp \
200         libavc/audiosubunit/avc_descriptor_audio.cpp \
201         libavc/audiosubunit/avc_function_block.cpp \
202         libavc/descriptors/avc_descriptor_cmd.cpp \
203         libavc/descriptors/avc_descriptor.cpp \
204         libavc/general/avc_extended_subunit_info.cpp \
205         libavc/general/avc_unit_info.cpp \
206         libavc/general/avc_generic.cpp \
207         libavc/general/avc_subunit_info.cpp \
208         libavc/general/avc_connect.cpp \
209         libavc/general/avc_signal_format.cpp \
210         libavc/general/avc_extended_cmd_generic.cpp \
211         libavc/general/avc_extended_plug_info.cpp \
212         libavc/general/avc_plug_info.cpp \
213         libavc/general/avc_unit.cpp \
214         libavc/general/avc_subunit.cpp \
215         libavc/general/avc_plug.cpp \
216         libavc/general/avc_vendor_dependent_cmd.cpp \
217         libavc/avc_definitions.cpp \
218         libavc/ccm/avc_signal_source.cpp \
219 ' )
220
221 source = ffado_source
222 pkgdata = []
223 if env['ENABLE_BEBOB']:
224         env['ENABLE_GENERICAVC'] = True
225         libenv.MergeFlags( "-DENABLE_BEBOB" )
226         source += bebob_source
227         pkgdata += bebob_pkgdata
228 if env['ENABLE_MAUDIO']:
229         env['ENABLE_GENERICAVC'] = True
230         libenv.MergeFlags( "-DENABLE_MAUDIO" )
231         source += maudio_source
232         pkgdata += maudio_pkgdata
233 if env['ENABLE_FIREWORKS']:
234         env['ENABLE_GENERICAVC'] = True
235         libenv.MergeFlags( "-DENABLE_FIREWORKS" )
236         source += fireworks_source
237         pkgdata += fireworks_pkgdata
238 if env['ENABLE_OXFORD']:
239         env['ENABLE_GENERICAVC'] = True
240         libenv.MergeFlags( "-DENABLE_OXFORD" )
241         source += oxford_source
242         pkgdata += oxford_pkgdata
243 if env['ENABLE_MOTU']:
244         libenv.MergeFlags( "-DENABLE_MOTU" )
245         source += motu_source
246 if env['ENABLE_DICE']:
247         env['ENABLE_GENERICAVC'] = True
248         libenv.MergeFlags( "-DENABLE_DICE" )
249         source += dice_source
250 if env['ENABLE_METRIC_HALO']:
251         libenv.MergeFlags( "-DENABLE_METRIC_HALO" )
252         source += metric_halo_source
253 if env['ENABLE_RME']:
254         libenv.MergeFlags( "-DENABLE_RME" )
255         source += rme_source
256 if env['ENABLE_BOUNCE']:
257         env['ENABLE_GENERICAVC'] = True
258         libenv.MergeFlags( "-DENABLE_BOUNCE" )
259         source += bounce_source
260
261 if env['ENABLE_GENERICAVC']:
262         libenv.MergeFlags( "-DENABLE_GENERICAVC" )
263         source += libavc_source
264         source += amdtp_source
265         source += genericavc_source
266         pkgdata += genericavc_pkgdata
267
268 if not env.GetOption( "clean" ):
269         libenv.MergeFlags( "-lrt" )
270         libenv.MergeFlags( env['LIBRAW1394_FLAGS'] )
271         libenv.MergeFlags( env['LIBIEC61883_FLAGS'] )
272         if not env['SERIALIZE_USE_EXPAT']:
273                 libenv.MergeFlags( env['LIBXML26_FLAGS'] )
274         else:
275                 libenv.PrependUnique( LIBS=["expat"] )
276         if env['REQUIRE_LIBAVC']:
277                 libenv.MergeFlags( env['LIBAVC1394_FLAGS'] )
278
279 # add the libconfig
280 libenv.MergeFlags( "-I#/external/libconfig" )
281 libenv.MergeFlags( "-L"+env['build_base']+"external/libconfig" )
282 libenv.MergeFlags( "-lconfigpp" )
283
284 libname_versioned = "libffado.so.%s" % libenv['VERSION']
285 libname_versioned_short = "libffado.so.%s" % libenv['VERSION'].split('.')[0]
286
287 libenv.MergeFlags( "-Wl,-soname=%s" % libname_versioned_short )
288 ffadolib = libenv.SharedLibrary( "ffado", source )
289
290 #libenv.Install( "$libdir", ffadolib )
291 installer = libenv.InstallAs ( "$libdir/%s" % libname_versioned , ffadolib )
292
293 # if stripping would be something for us
294 #libenv.AddPostAction(installer, [['strip', env['STRIPFLAGS'], t[0].path]])
295
296 # make the required links
297 libenv.NoCache( '$libdir/%s' % libname_versioned )
298 libenv.AddPostAction(installer, [['rm', '-f', '$libdir/libffado.so', '$libdir/%s' % libname_versioned_short],
299                                  ['cd', '$libdir',
300                                  '&&','ln', '-s', libname_versioned_short, 'libffado.so',
301                                  '&&','ln', '-s', installer[0].name, libname_versioned_short,
302                                  ]
303                                 ])
304
305 if libenv['BUILD_STATIC_LIB']:
306     ffadolib_static = libenv.StaticLibrary( "ffado", source )
307
308 #
309 # Install the pkgdata to $sharedir
310 #
311 for data in pkgdata:
312         libenv.Install( "$sharedir", data )
313
314 #
315 # For the debugging apps
316 #
317 env2 = libenv.Clone()
318 env2.PrependUnique( LIBPATH=env['build_base']+"src" )
319 env2.PrependUnique( LIBS="ffado" )
320
321 apps = { \
322         "test-debugmodule" : "debugmodule/test_debugmodule.cpp", \
323         "test-dll" : "libutil/test-dll.cpp", \
324         "test-unittests-util" : "libutil/unittests.cpp", \
325         "test-cyclecalc" : "libieee1394/test-cyclecalc.cpp", \
326 }
327
328 installapps = []
329
330 for app in apps.keys():
331         env2.Program( target=app, source = env.Split( apps[app] ) )
332         if app.find( "test" ) == -1:
333                 env2.Install( "$bindir", app )
334
Note: See TracBrowser for help on using the browser.