Bump version to 4.1-6
[LibreOffice.git] / scp2 / Module_scp2.mk
blob9dc1cb6a5c52911ff457fd0780bd8efc16af9850
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,scp2))
12 $(eval $(call gb_Module_add_targets,scp2,\
13 AutoInstallLibs_graphicfilter \
14 AutoInstallLibs_tde \
15 AutoInstallLibs_gnome \
16 AutoInstallLibs_kde \
17 AutoInstallLibs_ooo \
18 AutoInstallLibs_ure \
19 AutoInstallLibs_writer \
20 CustomTarget_langmacros \
21 InstallModule_accessories \
22 InstallModule_base \
23 InstallModule_calc \
24 InstallModule_canvas \
25 InstallModule_draw \
26 InstallModule_extensions \
27 InstallModule_graphicfilter \
28 InstallModule_impress \
29 InstallModule_math \
30 InstallModule_onlineupdate \
31 InstallModule_ooo \
32 InstallModule_python \
33 InstallModule_smoketest \
34 InstallModule_ure \
35 InstallModule_writer \
36 InstallModule_xsltfilter \
37 InstallScript_setup_osl \
38 InstallScript_test \
39 $(if $(filter ODK,$(BUILD_TYPE)), \
40 InstallModule_sdkoo \
41 InstallScript_sdkoo \
42 ) \
43 $(if $(filter WNT,$(OS)),\
44 InstallModule_activex \
45 InstallModule_quickstart \
46 InstallModule_windows \
47 $(if $(filter MSC,$(COM)),\
48 InstallModule_winexplorerext \
49 ) \
50 ) \
51 $(if $(filter TRUE,$(ENABLE_CRASHDUMP)),\
52 InstallModule_crashrep \
53 ) \
54 $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GCONF) $(ENABLE_GNOMEVFS) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\
55 InstallModule_gnome \
56 ) \
57 $(if $(filter TRUE,$(ENABLE_KDE) $(ENABLE_KDE4)),\
58 InstallModule_kde \
59 ) \
60 $(if $(filter TRUE,$(ENABLE_TDE)),\
61 InstallModule_tde \
62 ) \
65 # vim: set shiftwidth=4 tabstop=4 noexpandtab: