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
,raptor
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,raptor
,$(RAPTOR_TARBALL
),,redland
))
14 $(eval
$(call gb_UnpackedTarball_update_autoconf_configs
,raptor
,build
))
16 # configure generated files for MSVC
17 $(eval
$(call gb_UnpackedTarball_add_file
,raptor
,src
/raptor2.h
,external
/redland
/raptor
/raptor2.h
))
18 $(eval
$(call gb_UnpackedTarball_add_file
,raptor
,src
/raptor_config.h
,external
/redland
/raptor
/raptor_config.h
))
20 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,raptor
,0))
22 $(eval
$(call gb_UnpackedTarball_add_patches
,raptor
,\
23 external
/redland
/raptor
/raptor-freebsd.patch
.1 \
24 external
/redland
/raptor
/raptor-msvc.patch
.1 \
25 $(if
$(filter-out WNT
,$(OS
)),external
/redland
/raptor
/raptor-bundled-soname.patch
.1) \
26 $(if
$(filter ANDROID
,$(OS
)),external
/redland
/raptor
/raptor-android.patch
.1) \
27 external
/redland
/raptor
/ubsan.patch \
28 $(if
$(SYSTEM_LIBXML
),,external
/redland
/raptor
/rpath.patch
) \
29 external
/redland
/raptor
/xml2-config.patch \
30 external
/redland
/raptor
/0001-Calcualte-max-nspace-declarations-correctly-for-XML-.patch
.1 \
31 external
/redland
/raptor
/libtool.patch \
34 # vim: set noet sw=4 ts=4: