Related: cid#1364016 Missing move assignment operator
[LibreOffice.git] / RepositoryModule_build.mk
blob587e0454d9fd61cd1e42cd9c1ae3743929b0c883
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 basegfx \
14 binaryurp \
15 bridges \
16 cli_ure \
17 codemaker \
18 comphelper \
19 cppu \
20 cppuhelper \
21 external \
22 i18nlangtag \
23 i18nutil \
24 i18npool \
25 instsetoo_native \
26 idl \
27 io \
28 javaunohelper \
29 jurt \
30 jvmaccess \
31 jvmfwk \
32 l10ntools \
33 net_ure \
34 o3tl \
35 offapi \
36 officecfg \
37 oovbaapi \
38 pch \
39 registry \
40 remotebridges \
41 ridljar \
42 sal \
43 salhelper \
44 sax \
45 setup_native \
46 shell \
47 solenv \
48 soltools \
49 $(if $(filter EMSCRIPTEN,$(BUILD_TYPE_FOR_HOST)),static) \
50 stoc \
51 store \
52 tools \
53 ucbhelper \
54 udkapi \
55 unoidl \
56 unoil \
57 unotest \
58 unotools \
59 ure \
60 xmlreader \
61 $(if $(WITH_GALLERY_BUILD), \
62 avmedia \
63 basic \
64 canvas \
65 configmgr \
66 connectivity \
67 cppcanvas \
68 docmodel \
69 drawinglayer \
70 editeng \
71 emfio \
72 filter \
73 framework \
74 linguistic \
75 officecfg \
76 oox \
77 package \
78 postprocess \
79 sfx2 \
80 shell \
81 sot \
82 svgio \
83 svl \
84 svtools \
85 svx \
86 toolkit \
87 ucb \
88 unoxml \
89 uui \
90 vcl \
91 xmloff \
92 xmlscript \
93 ) \
94 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helpcompiler) \
95 $(call gb_Helper_optional,XMLHELP,xmlhelp) \
96 $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
99 # vim: set shiftwidth=4 tabstop=4 noexpandtab: