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
,rasqal
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,rasqal
,$(RASQAL_TARBALL
),,redland
))
14 # configure generated files for MSVC
15 $(eval
$(call gb_UnpackedTarball_add_file
,rasqal
,src
/rasqal.h
,external
/redland
/rasqal
/rasqal.h
))
17 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,rasqal
,0))
19 $(eval
$(call gb_UnpackedTarball_add_patches
,rasqal
,\
20 external
/redland
/rasqal
/rasqal-pkgconfig.patch
.1 \
21 external
/redland
/rasqal
/rasqal-freebsd.patch
.1 \
22 external
/redland
/rasqal
/rasqal-msvc.patch
.1 \
23 external
/redland
/rasqal
/rasqal-aix.patch
.1 \
24 $(if
$(filter-out WNT
,$(OS
)),external
/redland
/rasqal
/rasqal-bundled-soname.patch
.1) \
25 $(if
$(filter ANDROID
,$(OS
)),external
/redland
/rasqal
/rasqal-android.patch
.1) \
26 $(if
$(filter WNTGCC
,$(OS
)$(COM
)),external
/redland
/rasqal
/rasqal-mingw.patch
.1) \
27 $(if
$(CROSS_COMPILING
),external
/redland
/rasqal
/rasqal-xcompile.patch
.1) \
28 external
/redland
/rasqal
/rpath.patch \
31 # vim: set noet sw=4 ts=4: