GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / RepositoryModule_build.mk
blob74dcba43b57a1045f22a73008c0a4191db577623
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 idl \
26 io \
27 javaunohelper \
28 jurt \
29 jvmaccess \
30 jvmfwk \
31 l10ntools \
32 o3tl \
33 offapi \
34 officecfg \
35 oovbaapi \
36 registry \
37 remotebridges \
38 ridljar \
39 rsc \
40 sal \
41 salhelper \
42 sax \
43 setup_native \
44 shell \
45 solenv \
46 soltools \
47 stoc \
48 store \
49 tools \
50 ucbhelper \
51 udkapi \
52 unoidl \
53 unoil \
54 unotest \
55 unotools \
56 ure \
57 xmlreader \
58 $(call gb_Helper_optional_for_host,DESKTOP, \
59 $(if $(filter YES,$(WITH_GALLERY_BUILD)), \
60 avmedia \
61 basebmp \
62 basic \
63 canvas \
64 configmgr \
65 cppcanvas \
66 drawinglayer \
67 editeng \
68 framework \
69 linguistic \
70 package \
71 sfx2 \
72 sot \
73 svgio \
74 svl \
75 svtools \
76 svx \
77 toolkit \
78 ucb \
79 unoxml \
80 vcl \
81 xmloff \
82 xmlscript \
83 ) \
84 helpcompiler \
85 xmlhelp \
86 ) \
87 $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
90 # vim: set shiftwidth=4 tabstop=4 noexpandtab: