bnc#382137 DocxAttributeOutput: don't store address of local variable
[LibreOffice.git] / scp2 / InstallScript_setup_osl.mk
blobf54cad1c4fb48bc3932f39df5fb6a66f7cd01b6f
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/accessories \
14 scp2/base \
15 scp2/calc \
16 scp2/canvas \
17 scp2/draw \
18 scp2/graphicfilter \
19 scp2/impress \
20 scp2/math \
21 scp2/ooo \
22 scp2/python \
23 scp2/ure \
24 scp2/writer \
25 scp2/xsltfilter \
26 $(if $(filter WNT,$(OS)),\
27 scp2/activex \
28 scp2/quickstart \
29 scp2/windows \
30 $(if $(filter MSC,$(COM)),\
31 scp2/winexplorerext \
32 ) \
33 ) \
34 $(if $(filter TRUE,$(ENABLE_CRASHDUMP)),\
35 scp2/crashrep \
36 ) \
37 $(if $(filter YES,$(WITH_EXTENSION_INTEGRATION)),\
38 scp2/extensions \
39 ) \
40 $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GCONF) $(ENABLE_GNOMEVFS) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\
41 scp2/gnome \
42 ) \
43 $(if $(filter TRUE,$(ENABLE_KDE) $(ENABLE_KDE4)),\
44 scp2/kde \
45 ) \
46 $(if $(filter TRUE,$(ENABLE_ONLINE_UPDATE)),\
47 scp2/onlineupdate \
48 ) \
49 $(if $(filter TRUE,$(ENABLE_TDE)),\
50 scp2/tde \
51 ) \
54 # vim: set shiftwidth=4 tabstop=4 noexpandtab: