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 \
15 AutoInstallLibs_gnome \
19 AutoInstallLibs_writer \
20 CustomTarget_langmacros \
21 InstallModule_accessories \
24 InstallModule_canvas \
26 InstallModule_extensions \
27 InstallModule_graphicfilter \
28 InstallModule_impress \
30 InstallModule_onlineupdate \
32 InstallModule_python \
33 InstallModule_smoketest \
35 InstallModule_writer \
36 InstallModule_xsltfilter \
37 InstallScript_setup_osl \
39 $(if
$(filter ODK
,$(BUILD_TYPE
)), \
43 $(if
$(filter WNT
,$(OS
)),\
44 InstallModule_activex \
45 InstallModule_quickstart \
46 InstallModule_windows \
47 $(if
$(filter MSC
,$(COM
)),\
48 InstallModule_winexplorerext \
51 $(if
$(filter TRUE
,$(ENABLE_CRASHDUMP
)),\
52 InstallModule_crashrep \
54 $(if
$(filter TRUE
,$(ENABLE_EVOAB2
) $(ENABLE_GCONF
) $(ENABLE_GNOMEVFS
) $(ENABLE_GIO
) $(ENABLE_GTK
) $(ENABLE_GTK3
)),\
57 $(if
$(filter TRUE
,$(ENABLE_KDE
) $(ENABLE_KDE4
)),\
60 $(if
$(filter TRUE
,$(ENABLE_TDE
)),\
65 # vim: set shiftwidth=4 tabstop=4 noexpandtab: