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_add_patches
,coinmp
,\
21 external
/coinmp
/android.build.patch
.1 \
22 external
/coinmp
/no-binaries.patch
.1 \
23 external
/coinmp
/werror-format-security.patch
.0 \
24 external
/coinmp
/werror-undef.patch
.0 \
25 external
/coinmp
/coinmp-msvc-disable-sse2.patch
.1 \
26 $(if
$(filter MSC
,$(COM
)),external
/coinmp
/windows.build.patch
.1 \
27 $(if
$(filter 120,$(VCVER
)),external
/coinmp
/coinmp-vs2013.patch
.1) \
29 $(if
$(filter MACOSX
,$(OS
)),external
/coinmp
/macosx.build.patch
.1) \
30 external
/coinmp
/werror-format-pedantic.patch
.0 \
31 external
/coinmp
/rpath.patch \
34 # vim: set noet sw=4 ts=4: