blob: b69d4b48b0426b412c14eb20bc831f9cb94593c9 [file] [log] [blame]
David Tardon27fc8b52012-05-01 12:12:17 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
David Tardon27fc8b52012-05-01 12:12:17 +02002#
Michael Meeks62badf382013-04-19 21:10:42 +01003# This file is part of the LibreOffice project.
David Tardon27fc8b52012-05-01 12:12:17 +02004#
Michael Meeks62badf382013-04-19 21:10:42 +01005# 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/.
David Tardon27fc8b52012-05-01 12:12:17 +02008#
David Tardon27fc8b52012-05-01 12:12:17 +02009
Matúš Kukana811e042013-02-10 14:26:14 +010010$(eval $(call gb_Module_Module,cross_toolset))
David Tardon27fc8b52012-05-01 12:12:17 +020011
Matúš Kukana811e042013-02-10 14:26:14 +010012$(eval $(call gb_Module_add_moduledirs,cross_toolset,\
David Tardon8ee83002012-08-02 17:58:12 +020013 autodoc \
David Tardon7a109692012-05-29 09:52:42 +020014 basegfx \
David Tardon353da812012-05-29 10:02:35 +020015 binaryurp \
David Tardon778de552012-07-29 12:21:38 +020016 bridges \
17 cli_ure \
Tor Lillqvistf9890872013-02-14 10:17:56 +020018 codemaker \
David Tardon778de552012-07-29 12:21:38 +020019 comphelper \
David Tardon8ee83002012-08-02 17:58:12 +020020 cosv \
David Tardon778de552012-07-29 12:21:38 +020021 cppu \
22 cppuhelper \
Matúš Kukana811e042013-02-10 14:26:14 +010023 external \
Eike Rathke876c6192013-04-05 18:40:39 +020024 i18nlangtag \
David Tardon4e5fb222012-05-29 09:57:11 +020025 i18nutil \
Eike Rathke4ac1c8c2013-04-05 19:42:13 +020026 i18npool \
David Tardon27fc8b52012-05-01 12:12:17 +020027 idl \
David Tardon778de552012-07-29 12:21:38 +020028 idlc \
David Tardon39b6c222012-05-29 10:22:16 +020029 io \
David Tardon9c03f882012-05-29 10:03:43 +020030 javaunohelper \
David Tardon778de552012-07-29 12:21:38 +020031 jurt \
32 jvmaccess \
33 jvmfwk \
Tor Lillqvistaca7acb2013-02-18 14:48:50 +020034 l10ntools \
David Tardon7a109692012-05-29 09:52:42 +020035 o3tl \
David Tardon778de552012-07-29 12:21:38 +020036 offapi \
37 officecfg \
David Tardon27fc8b52012-05-01 12:12:17 +020038 oovbaapi \
David Tardon778de552012-07-29 12:21:38 +020039 registry \
David Tardond22fc942012-05-29 10:23:08 +020040 remotebridges \
David Tardon778de552012-07-29 12:21:38 +020041 ridljar \
David Tardon27fc8b52012-05-01 12:12:17 +020042 rsc \
David Tardone8920c62012-10-26 06:24:15 +020043 sal \
David Tardon778de552012-07-29 12:21:38 +020044 salhelper \
David Tardon15370302012-05-29 09:59:44 +020045 sax \
Peter Foley01344a82013-02-10 18:22:07 -050046 setup_native \
David Tardoncc63f2e92012-05-24 10:02:27 +020047 shell \
Matúš Kukana4a7a582013-02-26 13:18:21 +010048 solenv \
Matúš Kukana811e042013-02-10 14:26:14 +010049 soltools \
David Tardon778de552012-07-29 12:21:38 +020050 stoc \
51 store \
David Tardon913d0b32012-05-29 09:50:57 +020052 tools \
David Tardon778de552012-07-29 12:21:38 +020053 ucbhelper \
David Tardon778de552012-07-29 12:21:38 +020054 udkapi \
David Tardon8ee83002012-08-02 17:58:12 +020055 udm \
Stephan Bergmann320571b2013-02-25 15:31:05 +010056 unoidl \
David Tardon643157a2012-05-29 10:14:22 +020057 unoil \
David Tardonf953f2b2012-05-29 09:55:49 +020058 unotest \
David Tardon27fc8b52012-05-01 12:12:17 +020059 unotools \
David Tardon13b01c82012-05-29 10:01:32 +020060 ure \
David Tardon778de552012-07-29 12:21:38 +020061 xmlreader \
Tor Lillqvistf9890872013-02-14 10:17:56 +020062 $(call gb_Helper_optional,BOOST,boost) \
63 $(call gb_Helper_optional,CLUCENE,clucene) \
Matúš Kukana811e042013-02-10 14:26:14 +010064 $(call gb_Helper_optional,CPPUNIT,cppunit) \
Tor Lillqvistf9890872013-02-14 10:17:56 +020065 $(call gb_Helper_optional_for_host,DESKTOP, \
Matúš Kukanbae52ee2013-05-16 09:17:57 +020066 $(if $(filter YES,$(WITH_GALLERY_BUILD)), \
67 avmedia \
68 basebmp \
69 basic \
70 canvas \
71 configmgr \
72 cppcanvas \
73 drawinglayer \
74 editeng \
75 fileaccess \
76 framework \
77 harfbuzz \
78 lcms2 \
79 linguistic \
80 nss \
81 package \
82 sfx2 \
83 sot \
84 svl \
85 svtools \
86 svx \
87 toolkit \
88 ucb \
89 unoxml \
90 vcl \
91 $(call gb_Helper_optional,VIGRA,vigra) \
92 xmloff \
93 xmlscript \
94 ) \
Tor Lillqvistf9890872013-02-14 10:17:56 +020095 helpcompiler \
Andras Timar952afb72013-02-16 21:54:48 +010096 xmlhelp \
Tor Lillqvist987504482013-02-15 13:04:06 +020097 ) \
Tor Lillqvist9fd956a2013-02-18 15:08:32 +020098 $(call gb_Helper_optional,EXPAT,expat) \
Matúš Kukana811e042013-02-10 14:26:14 +010099 $(call gb_Helper_optional,ICU,icu) \
Tor Lillqvistf9890872013-02-14 10:17:56 +0200100 $(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
Matúš Kukana811e042013-02-10 14:26:14 +0100101 $(call gb_Helper_optional,LIBXML2,libxml2) \
102 $(call gb_Helper_optional,LIBXSLT,libxslt) \
Tor Lillqvistf9890872013-02-14 10:17:56 +0200103 $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
104 $(call gb_Helper_optional,UCPP,ucpp) \
David Tardon1444a0d2012-11-18 14:28:42 +0100105 $(call gb_Helper_optional,ZLIB,zlib) \
David Tardon27fc8b52012-05-01 12:12:17 +0200106))
107
108# vim: set shiftwidth=4 tabstop=4 noexpandtab: