WakeupThread - re-factor to have a single shared wakeup thread.
[libreoffice.git] / RepositoryModule_build.mk
blob3efcb3cad705bd20ac41e40d4c9de923ebf7135c
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 o3tl \
34 offapi \
35 officecfg \
36 oovbaapi \
37 pch \
38 registry \
39 remotebridges \
40 ridljar \
41 sal \
42 salhelper \
43 sax \
44 setup_native \
45 shell \
46 solenv \
47 soltools \
48 $(if $(filter EMSCRIPTEN,$(BUILD_TYPE_FOR_HOST)),static) \
49 stoc \
50 store \
51 tools \
52 ucbhelper \
53 udkapi \
54 unoidl \
55 unoil \
56 unotest \
57 unotools \
58 ure \
59 xmlreader \
60 $(if $(WITH_GALLERY_BUILD), \
61 avmedia \
62 basic \
63 canvas \
64 configmgr \
65 connectivity \
66 cppcanvas \
67 docmodel \
68 drawinglayer \
69 editeng \
70 emfio \
71 filter \
72 framework \
73 linguistic \
74 officecfg \
75 oox \
76 package \
77 postprocess \
78 sfx2 \
79 shell \
80 sot \
81 svgio \
82 svl \
83 svtools \
84 svx \
85 toolkit \
86 ucb \
87 unoxml \
88 uui \
89 vcl \
90 xmloff \
91 xmlscript \
92 ) \
93 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helpcompiler) \
94 $(call gb_Helper_optional,XMLHELP,xmlhelp) \
95 $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
98 # vim: set shiftwidth=4 tabstop=4 noexpandtab: