Updated core
[LibreOffice.git] / RepositoryModule_build.mk
blobb69d4b48b0426b412c14eb20bc831f9cb94593c9
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,\
13 autodoc \
14 basegfx \
15 binaryurp \
16 bridges \
17 cli_ure \
18 codemaker \
19 comphelper \
20 cosv \
21 cppu \
22 cppuhelper \
23 external \
24 i18nlangtag \
25 i18nutil \
26 i18npool \
27 idl \
28 idlc \
29 io \
30 javaunohelper \
31 jurt \
32 jvmaccess \
33 jvmfwk \
34 l10ntools \
35 o3tl \
36 offapi \
37 officecfg \
38 oovbaapi \
39 registry \
40 remotebridges \
41 ridljar \
42 rsc \
43 sal \
44 salhelper \
45 sax \
46 setup_native \
47 shell \
48 solenv \
49 soltools \
50 stoc \
51 store \
52 tools \
53 ucbhelper \
54 udkapi \
55 udm \
56 unoidl \
57 unoil \
58 unotest \
59 unotools \
60 ure \
61 xmlreader \
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)), \
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 ) \
95 helpcompiler \
96 xmlhelp \
97 ) \
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: