Updated core
[LibreOffice.git] / redland / UnpackedTarball_raptor.mk
blob08f8b67a0264dbb245b26dffb34540f5868d6629
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)))
14 # configure generated files for MSVC
15 $(eval $(call gb_UnpackedTarball_add_file,raptor,src/raptor2.h,redland/raptor/raptor2.h))
16 $(eval $(call gb_UnpackedTarball_add_file,raptor,src/raptor_config.h,redland/raptor/raptor_config.h))
18 $(eval $(call gb_UnpackedTarball_add_patches,raptor,\
19 redland/raptor/raptor-freebsd.patch.1 \
20 $(if $(filter WNTGCC,$(OS)$(COM)),redland/raptor/raptor-mingw.patch.1) \
21 $(if $(filter-out WNT,$(OS)),redland/raptor/raptor-bundled-soname.patch.1) \
22 $(if $(filter ANDROID,$(OS)),redland/raptor/raptor-android.patch.1) \
25 # vim: set noet sw=4 ts=4: