vcl: sfx2: LOK: Support per-view popup windows
[LibreOffice.git] / RepositoryModule_build.mk
blob541940515eba9f447b91ee922d6816a77fb1d253
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 registry \
38 remotebridges \
39 ridljar \
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 $(WITH_GALLERY_BUILD), \
60 avmedia \
61 basic \
62 canvas \
63 configmgr \
64 connectivity \
65 cppcanvas \
66 drawinglayer \
67 editeng \
68 extensions \
69 filter \
70 framework \
71 linguistic \
72 mysqlc \
73 officecfg \
74 package \
75 postprocess \
76 sfx2 \
77 sot \
78 svgio \
79 emfio \
80 svl \
81 svtools \
82 svx \
83 swext \
84 toolkit \
85 ucb \
86 unoxml \
87 vcl \
88 xmloff \
89 xmlscript \
90 ) \
91 helpcompiler \
92 xmlhelp \
93 ) \
94 $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
97 # vim: set shiftwidth=4 tabstop=4 noexpandtab: