Add ODF 1.3 Extended / ODF 1.4 versions to configuration and UI
[LibreOffice.git] / external / coinmp / UnpackedTarball_coinmp.mk
blob20cf9184516e76cc8e5822b9763e06a876ca0fee
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 ifneq ($(MSYSTEM),)
33 # use binary flag so patch from git-bash won't choke on mixed line-endings in patches
34 $(eval $(call gb_UnpackedTarball_set_patchflags,coinmp,--binary))
35 endif
37 # * external/coinmp/Wnon-c-typedef-for-linkage.patch upstream at
38 # <https://list.coin-or.org/pipermail/coin-discuss/2020-February/003972.html> "[Coin-discuss]
39 # Small patch to fix Clang -Wnon-c-typedef-for-linkage in Clp":
40 $(eval $(call gb_UnpackedTarball_add_patches,coinmp,\
41 external/coinmp/no-binaries.patch.1 \
42 external/coinmp/werror-undef.patch.0 \
43 external/coinmp/coinmp-msvc-disable-sse2.patch.1 \
44 $(if $(filter MSC,$(COM)),external/coinmp/windows.build.patch.1) \
45 external/coinmp/ubsan.patch.0 \
46 external/coinmp/rpath.patch \
47 external/coinmp/libtool.patch \
48 external/coinmp/Wnon-c-typedef-for-linkage.patch \
49 external/coinmp/register.patch \
50 external/coinmp/configure-exit.patch \
51 external/coinmp/pedantic-errors.patch \
52 external/coinmp/bind2nd.patch.1 \
53 external/coinmp/clang-with-path.patch \
54 external/coinmp/odr.patch \
57 # vim: set noet sw=4 ts=4: