Update git submodules
[LibreOffice.git] / scp2 / InstallScript_setup_osl.mk
blob6f7b58204225e83ed9efb7e6ce9884af8dc4e631
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_InstallScript_InstallScript,setup_osl))
12 $(eval $(call gb_InstallScript_use_modules,setup_osl,\
13 scp2/base \
14 scp2/calc \
15 scp2/draw \
16 scp2/graphicfilter \
17 scp2/impress \
18 scp2/math \
19 scp2/ooo \
20 scp2/python \
21 scp2/ure \
22 scp2/writer \
23 scp2/xsltfilter \
24 $(if $(filter WNT,$(OS)),\
25 scp2/activex \
26 scp2/quickstart \
27 scp2/spsupp \
28 scp2/windows \
29 $(if $(filter MSC,$(COM)),\
30 scp2/winexplorerext \
31 ) \
32 ) \
33 $(if $(WITH_EXTENSION_INTEGRATION),\
34 scp2/extensions \
35 ) \
36 $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GIO) $(ENABLE_GTK3)),\
37 scp2/gnome \
38 ) \
39 $(if $(filter TRUE,$(ENABLE_QT5) $(ENABLE_KF5) $(ENABLE_GTK3_KDE5)),\
40 scp2/kde \
41 ) \
42 $(if $(filter TRUE,$(ENABLE_ONLINE_UPDATE)),\
43 scp2/onlineupdate \
44 ) \
47 # vim: set shiftwidth=4 tabstop=4 noexpandtab: