macOS /w Xcode 15: force the old linker when targeting macOS 11 or lower
[libreoffice.git] / RepositoryModule_build.mk
blob2059c1f2a5a99e3a6ea2c8ff9be4f04e4d23e7f6
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 stoc \
49 store \
50 tools \
51 ucbhelper \
52 udkapi \
53 unoidl \
54 unoil \
55 unotest \
56 unotools \
57 ure \
58 xmlreader \
59 $(if $(WITH_GALLERY_BUILD), \
60 avmedia \
61 basic \
62 canvas \
63 configmgr \
64 connectivity \
65 cppcanvas \
66 docmodel \
67 drawinglayer \
68 editeng \
69 emfio \
70 filter \
71 framework \
72 linguistic \
73 officecfg \
74 oox \
75 package \
76 postprocess \
77 sfx2 \
78 shell \
79 sot \
80 svgio \
81 svl \
82 svtools \
83 svx \
84 toolkit \
85 ucb \
86 unoxml \
87 uui \
88 vcl \
89 xmloff \
90 xmlscript \
91 ) \
92 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helpcompiler) \
93 $(call gb_Helper_optional,XMLHELP,xmlhelp) \
94 $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
97 # vim: set shiftwidth=4 tabstop=4 noexpandtab: