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
,\
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: