b50966e77c36fc408ce28d066abaf10105ba22e3
[libdcp.git] / src / wscript
1 #
2 #    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
3 #
4 #    This program is free software; you can redistribute it and/or modify
5 #    it under the terms of the GNU General Public License as published by
6 #    the Free Software Foundation; either version 2 of the License, or
7 #    (at your option) any later version.
8 #
9 #    This program is distributed in the hope that it will be useful,
10 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #    GNU General Public License for more details.
13 #
14 #    You should have received a copy of the GNU General Public License
15 #    along with this program; if not, write to the Free Software
16 #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 #
18 #    In addition, as a special exception, the copyright holders give
19 #    permission to link the code of portions of this program with the
20 #    OpenSSL library under certain conditions as described in each
21 #    individual source file, and distribute linked combinations
22 #    including the two.
23 #
24 #    You must obey the GNU General Public License in all respects
25 #    for all of the code used other than OpenSSL.  If you modify
26 #    file(s) with this exception, you may extend this exception to your
27 #    version of the file(s), but you are not obligated to do so.  If you
28 #    do not wish to do so, delete this exception statement from your
29 #    version.  If you delete this exception statement from all source
30 #    files in the program, then also delete it here.
31 #
32
33 from waflib import TaskGen
34
35 def build(bld):
36     source = """
37              array_data.cc
38              asset.cc
39              asset_factory.cc
40              asset_writer.cc
41              atmos_asset.cc
42              atmos_asset_writer.cc
43              bitstream.cc
44              certificate_chain.cc
45              certificate.cc
46              chromaticity.cc
47              colour_conversion.cc
48              combine.cc
49              cpl.cc
50              data.cc
51              dcp.cc
52              dcp_time.cc
53              decrypted_kdm.cc
54              decrypted_kdm_key.cc
55              encrypted_kdm.cc
56              exceptions.cc
57              font_asset.cc
58              fsk.cc
59              gamma_transfer_function.cc
60              identity_transfer_function.cc
61              interop_load_font_node.cc
62              interop_subtitle_asset.cc
63              j2k_transcode.cc
64              key.cc
65              language_tag.cc
66              local_time.cc
67              locale_convert.cc
68              metadata.cc
69              modified_gamma_transfer_function.cc
70              mono_picture_asset.cc
71              mono_picture_asset_writer.cc
72              mono_picture_frame.cc
73              mxf.cc
74              name_format.cc
75              object.cc
76              openjpeg_image.cc
77              picture_asset.cc
78              picture_asset_writer.cc
79              pkl.cc
80              raw_convert.cc
81              reel.cc
82              reel_asset.cc
83              reel_atmos_asset.cc
84              reel_closed_caption_asset.cc
85              reel_encryptable_asset.cc
86              reel_file_asset.cc
87              reel_interop_subtitle_asset.cc
88              reel_mono_picture_asset.cc
89              reel_picture_asset.cc
90              reel_markers_asset.cc
91              reel_smpte_subtitle_asset.cc
92              reel_sound_asset.cc
93              reel_stereo_picture_asset.cc
94              reel_subtitle_asset.cc
95              ref.cc
96              rgb_xyz.cc
97              s_gamut3_transfer_function.cc
98              smpte_load_font_node.cc
99              smpte_subtitle_asset.cc
100              sound_asset.cc
101              sound_asset_writer.cc
102              sound_frame.cc
103              stereo_picture_asset.cc
104              stereo_picture_asset_writer.cc
105              stereo_picture_frame.cc
106              subtitle.cc
107              subtitle_asset.cc
108              subtitle_asset_internal.cc
109              subtitle_image.cc
110              subtitle_string.cc
111              transfer_function.cc
112              types.cc
113              util.cc
114              verify.cc
115              verify_j2k.cc
116              version.cc
117              """
118
119     headers = """
120               array_data.h
121               asset.h
122               asset_reader.h
123               asset_writer.h
124               atmos_asset.h
125               atmos_asset_reader.h
126               atmos_asset_writer.h
127               atmos_frame.h
128               certificate_chain.h
129               certificate.h
130               chromaticity.h
131               colour_conversion.h
132               combine.h
133               compose.hpp
134               cpl.h
135               crypto_context.h
136               data.h
137               dcp.h
138               dcp_assert.h
139               dcp_time.h
140               decrypted_kdm.h
141               decrypted_kdm_key.h
142               encrypted_kdm.h
143               exceptions.h
144               font_asset.h
145               frame.h
146               fsk.h
147               gamma_transfer_function.h
148               identity_transfer_function.h
149               interop_load_font_node.h
150               interop_subtitle_asset.h
151               j2k_transcode.h
152               key.h
153               language_tag.h
154               load_font_node.h
155               local_time.h
156               locale_convert.h
157               metadata.h
158               mono_picture_asset.h
159               mono_picture_asset_reader.h
160               mono_picture_frame.h
161               modified_gamma_transfer_function.h
162               mxf.h
163               name_format.h
164               object.h
165               openjpeg_image.h
166               picture_asset.h
167               picture_asset_writer.h
168               pkl.h
169               raw_convert.h
170               rgb_xyz.h
171               reel.h
172               reel_asset.h
173               reel_atmos_asset.h
174               reel_closed_caption_asset.h
175               reel_encryptable_asset.h
176               reel_file_asset.h
177               reel_interop_subtitle_asset.h
178               reel_markers_asset.h
179               reel_mono_picture_asset.h
180               reel_picture_asset.h
181               reel_sound_asset.h
182               reel_smpte_subtitle_asset.h
183               reel_stereo_picture_asset.h
184               reel_subtitle_asset.h
185               ref.h
186               s_gamut3_transfer_function.h
187               smpte_load_font_node.h
188               smpte_subtitle_asset.h
189               sound_frame.h
190               sound_asset.h
191               sound_asset_reader.h
192               sound_asset_writer.h
193               stereo_picture_asset.h
194               stereo_picture_asset_reader.h
195               stereo_picture_asset_writer.h
196               stereo_picture_frame.h
197               subtitle.h
198               subtitle_asset.h
199               subtitle_image.h
200               subtitle_string.h
201               transfer_function.h
202               types.h
203               util.h
204               verify.h
205               verify_j2k.h
206               version.h
207               """
208
209     # Main library
210     if bld.env.STATIC:
211         obj = bld(features='cxx cxxstlib')
212     else:
213         obj = bld(features='cxx cxxshlib')
214     obj.name = 'libdcp%s' % bld.env.API_VERSION
215     obj.target = 'dcp%s' % bld.env.API_VERSION
216     obj.export_includes = ['.']
217     obj.uselib = 'BOOST_FILESYSTEM BOOST_SIGNALS2 BOOST_DATETIME OPENSSL SIGC++ LIBXML++ OPENJPEG CXML XMLSEC1 ASDCPLIB_CTH XERCES'
218     obj.source = source
219
220     # Library for gcov
221     if bld.is_defined('HAVE_GCOV'):
222         if bld.env.STATIC:
223             obj = bld(features='cxx cxxstlib')
224         else:
225             obj = bld(features='cxx cxxshlib')
226         obj.name = 'libdcp%s_gcov' % bld.env.API_VERSION
227         obj.target = 'dcp%s_gcov' % bld.env.API_VERSION
228         obj.export_includes = ['.']
229         obj.uselib = 'BOOST_FILESYSTEM BOOST_SIGNALS2 BOOST_DATETIME OPENSSL SIGC++ LIBXML++ OPENJPEG CXML XMLSEC1 ASDCPLIB_CTH XERCES'
230         obj.use = 'libkumu-libdcp%s libasdcp-libdcp%s' % (bld.env.API_VERSION, bld.env.API_VERSION)
231         obj.source = source
232         obj.cppflags = ['-fprofile-arcs', '-ftest-coverage', '-fno-inline', '-fno-default-inline', '-fno-elide-constructors', '-g', '-O0']
233
234     bld.install_files('${PREFIX}/include/libdcp%s/dcp' % bld.env.API_VERSION, headers)
235     if bld.env.STATIC:
236         bld.install_files('${PREFIX}/lib', 'libdcp%s.a' % bld.env.API_VERSION)