loplugin:returnconstval in fpicker..reportdesign
[LibreOffice.git] / external / coinmp / UnpackedTarball_coinmp.mk
blob35cfbfcdbae8740e8f88db974b8d9765331b8dd5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,coinmp))
12 $(eval $(call gb_UnpackedTarball_set_tarball,coinmp,$(COINMP_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_fix_end_of_line,coinmp,\
15 CoinMP/MSVisualStudio/v9/CoinMP.sln \
18 $(eval $(call gb_UnpackedTarball_set_patchlevel,coinmp,0))
20 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,coinmp))
21 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,coinmp,\
22 BuildTools \
23 Cbc \
24 Cgl \
25 Clp \
26 CoinMP \
27 CoinUtils \
28 Data/Sample \
29 Osi \
32 $(eval $(call gb_UnpackedTarball_add_patches,coinmp,\
33 external/coinmp/osi_cuts_iterator.patch.0 \
34 external/coinmp/no-binaries.patch.1 \
35 external/coinmp/werror-format-security.patch.0 \
36 external/coinmp/werror-undef.patch.0 \
37 external/coinmp/coinmp-msvc-disable-sse2.patch.1 \
38 $(if $(filter MSC,$(COM)),external/coinmp/windows.build.patch.1) \
39 external/coinmp/werror-format-pedantic.patch.0 \
40 external/coinmp/ubsan.patch.0 \
41 external/coinmp/rpath.patch \
42 external/coinmp/libtool.patch \
45 # vim: set noet sw=4 ts=4: