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
,cross_toolset
))
12 $(eval
$(call gb_Module_add_moduledirs
,cross_toolset
,\
62 $(call gb_Helper_optional
,BOOST
,boost
) \
63 $(call gb_Helper_optional
,CLUCENE
,clucene
) \
64 $(call gb_Helper_optional
,CPPUNIT
,cppunit
) \
65 $(call gb_Helper_optional_for_host
,DESKTOP
, \
66 $(if
$(filter YES
,$(WITH_GALLERY_BUILD
)), \
91 $(call gb_Helper_optional
,VIGRA
,vigra
) \
98 $(call gb_Helper_optional
,EXPAT
,expat
) \
99 $(call gb_Helper_optional
,ICU
,icu
) \
100 $(call gb_Helper_optional
,LIBLANGTAG
,liblangtag
) \
101 $(call gb_Helper_optional
,LIBXML2
,libxml2
) \
102 $(call gb_Helper_optional
,LIBXSLT
,libxslt
) \
103 $(call gb_Helper_optional
,QADEVOOO
,qadevOOo
) \
104 $(call gb_Helper_optional
,UCPP
,ucpp
) \
105 $(call gb_Helper_optional
,ZLIB
,zlib
) \
108 # vim: set shiftwidth=4 tabstop=4 noexpandtab: