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 # configure generated files for MSVC
15 $(eval
$(call gb_UnpackedTarball_add_file
,raptor
,src
/raptor2.h
,external
/redland
/raptor
/raptor2.h
))
16 $(eval
$(call gb_UnpackedTarball_add_file
,raptor
,src
/raptor_config.h
,external
/redland
/raptor
/raptor_config.h
))
18 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,raptor
,0))
20 $(eval
$(call gb_UnpackedTarball_add_patches
,raptor
,\
21 external
/redland
/raptor
/raptor-freebsd.patch
.1 \
22 $(if
$(filter WNTGCC
,$(OS
)$(COM
)),external
/redland
/raptor
/raptor-mingw.patch
.1) \
23 $(if
$(filter-out WNT
,$(OS
)),external
/redland
/raptor
/raptor-bundled-soname.patch
.1) \
24 $(if
$(filter ANDROID
,$(OS
)),external
/redland
/raptor
/raptor-android.patch
.1) \
25 external
/redland
/raptor
/ubsan.patch \
26 $(if
$(SYSTEM_LIBXML
),,external
/redland
/raptor
/rpath.patch
) \
29 # vim: set noet sw=4 ts=4: