Update git submodules
[LibreOffice.git] / scp2 / InstallScript_setup_osl.mk
blob081f9dc6e26c046cc6c3982215e4a87b4461b3e6
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/windows \
28 $(if $(filter MSC,$(COM)),\
29 scp2/winexplorerext \
30 ) \
31 ) \
32 $(if $(WITH_EXTENSION_INTEGRATION),\
33 scp2/extensions \
34 ) \
35 $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\
36 scp2/gnome \
37 ) \
38 $(if $(filter TRUE,$(ENABLE_QT5) $(ENABLE_KF5) $(ENABLE_GTK3_KDE5)),\
39 scp2/kde \
40 ) \
41 $(if $(filter TRUE,$(ENABLE_ONLINE_UPDATE)),\
42 scp2/onlineupdate \
43 ) \
46 # vim: set shiftwidth=4 tabstop=4 noexpandtab: