Bump version to 4.1-6
[LibreOffice.git] / redland / Module_redland.mk
blob431a66da532332451aecb59f20cbf69b57a3d0e9
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_Module_Module,redland))
12 ifeq ($(SYSTEM_REDLAND),NO)
13 $(eval $(call gb_Module_add_targets,redland,\
14 UnpackedTarball_raptor \
15 UnpackedTarball_rasqal \
16 UnpackedTarball_redland \
18 ifeq ($(COM),MSC)
19 $(eval $(call gb_Module_add_targets,redland,\
20 Library_raptor \
21 Library_rasqal \
22 Library_rdf \
24 else
25 $(eval $(call gb_Module_add_targets,redland,\
26 ExternalPackage_raptor \
27 ExternalPackage_rasqal \
28 ExternalPackage_redland \
29 ExternalProject_raptor \
30 ExternalProject_rasqal \
31 ExternalProject_redland \
33 endif
34 endif
36 # vim: set noet sw=4 ts=4: