2012-05-01 05:12:17 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License or as specified alternatively below. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# Major Contributor(s):
|
|
|
|
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
|
|
|
|
# (initial developer)
|
|
|
|
#
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
|
|
|
# For minor contributions see the git repository.
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
|
|
|
|
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
|
|
|
|
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
|
|
|
# instead of those above.
|
|
|
|
|
2013-02-10 07:26:14 -06:00
|
|
|
$(eval $(call gb_Module_Module,cross_toolset))
|
2012-05-01 05:12:17 -05:00
|
|
|
|
2013-02-10 07:26:14 -06:00
|
|
|
$(eval $(call gb_Module_add_moduledirs,cross_toolset,\
|
2012-08-02 10:58:12 -05:00
|
|
|
autodoc \
|
2012-05-29 02:52:42 -05:00
|
|
|
basegfx \
|
2012-05-29 03:02:35 -05:00
|
|
|
binaryurp \
|
2012-07-29 05:21:38 -05:00
|
|
|
bridges \
|
|
|
|
cli_ure \
|
2013-02-14 02:17:56 -06:00
|
|
|
codemaker \
|
2012-07-29 05:21:38 -05:00
|
|
|
comphelper \
|
2012-08-02 10:58:12 -05:00
|
|
|
cosv \
|
2012-07-29 05:21:38 -05:00
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
2013-02-10 07:26:14 -06:00
|
|
|
external \
|
2013-04-05 11:40:39 -05:00
|
|
|
i18nlangtag \
|
2012-05-29 02:57:11 -05:00
|
|
|
i18nutil \
|
2013-04-05 12:42:13 -05:00
|
|
|
i18npool \
|
2012-05-01 05:12:17 -05:00
|
|
|
idl \
|
2012-07-29 05:21:38 -05:00
|
|
|
idlc \
|
2012-05-29 03:22:16 -05:00
|
|
|
io \
|
2012-05-29 03:03:43 -05:00
|
|
|
javaunohelper \
|
2012-07-29 05:21:38 -05:00
|
|
|
jurt \
|
|
|
|
jvmaccess \
|
|
|
|
jvmfwk \
|
2013-02-18 06:48:50 -06:00
|
|
|
l10ntools \
|
2012-05-29 02:52:42 -05:00
|
|
|
o3tl \
|
2012-07-29 05:21:38 -05:00
|
|
|
offapi \
|
|
|
|
officecfg \
|
2012-05-01 05:12:17 -05:00
|
|
|
oovbaapi \
|
2012-07-29 05:21:38 -05:00
|
|
|
registry \
|
2012-05-29 03:23:08 -05:00
|
|
|
remotebridges \
|
2012-07-29 05:21:38 -05:00
|
|
|
ridljar \
|
2012-05-01 05:12:17 -05:00
|
|
|
rsc \
|
2012-10-25 23:24:15 -05:00
|
|
|
sal \
|
2012-07-29 05:21:38 -05:00
|
|
|
salhelper \
|
2012-05-29 02:59:44 -05:00
|
|
|
sax \
|
2013-02-10 17:22:07 -06:00
|
|
|
setup_native \
|
2012-05-24 03:02:27 -05:00
|
|
|
shell \
|
2013-02-26 06:18:21 -06:00
|
|
|
solenv \
|
2013-02-10 07:26:14 -06:00
|
|
|
soltools \
|
2012-07-29 05:21:38 -05:00
|
|
|
stoc \
|
|
|
|
store \
|
2012-05-29 02:50:57 -05:00
|
|
|
tools \
|
2012-07-29 05:21:38 -05:00
|
|
|
ucbhelper \
|
|
|
|
udkapi \
|
2012-08-02 10:58:12 -05:00
|
|
|
udm \
|
2013-02-25 08:31:05 -06:00
|
|
|
unoidl \
|
2012-05-29 03:14:22 -05:00
|
|
|
unoil \
|
2012-05-29 02:55:49 -05:00
|
|
|
unotest \
|
2012-05-01 05:12:17 -05:00
|
|
|
unotools \
|
2012-05-29 03:01:32 -05:00
|
|
|
ure \
|
2012-07-29 05:21:38 -05:00
|
|
|
xmlreader \
|
2013-02-14 02:17:56 -06:00
|
|
|
$(call gb_Helper_optional,BOOST,boost) \
|
|
|
|
$(call gb_Helper_optional,CLUCENE,clucene) \
|
2013-02-10 07:26:14 -06:00
|
|
|
$(call gb_Helper_optional,CPPUNIT,cppunit) \
|
2013-02-14 02:17:56 -06:00
|
|
|
$(call gb_Helper_optional_for_host,DESKTOP, \
|
|
|
|
helpcompiler \
|
2013-02-16 14:54:48 -06:00
|
|
|
xmlhelp \
|
2013-02-15 05:04:06 -06:00
|
|
|
) \
|
2013-02-18 07:08:32 -06:00
|
|
|
$(call gb_Helper_optional,EXPAT,expat) \
|
2013-02-10 07:26:14 -06:00
|
|
|
$(call gb_Helper_optional,ICU,icu) \
|
2013-02-14 02:17:56 -06:00
|
|
|
$(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
|
2013-02-10 07:26:14 -06:00
|
|
|
$(call gb_Helper_optional,LIBXML2,libxml2) \
|
|
|
|
$(call gb_Helper_optional,LIBXSLT,libxslt) \
|
2013-02-14 02:17:56 -06:00
|
|
|
$(call gb_Helper_optional,QADEVOOO,qadevOOo) \
|
|
|
|
$(call gb_Helper_optional,UCPP,ucpp) \
|
2012-11-18 07:28:42 -06:00
|
|
|
$(call gb_Helper_optional,ZLIB,zlib) \
|
2012-05-01 05:12:17 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|