Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / sw / Module_sw.mk
blob6abd3212cc7b47fc17594c95019f5e492d8a86db
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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Module_Module,sw))
22 $(eval $(call gb_Module_add_targets,sw,\
23 AllLangResTarget_sw \
24 Library_msword \
25 Library_sw \
26 Library_swd \
27 Library_swui \
28 Package_uiconfig \
29 UI_swriter \
32 ifneq ($(DISABLE_SCRIPTING),TRUE)
34 $(eval $(call gb_Module_add_targets,sw,\
35 Library_vbaswobj \
38 endif
40 $(eval $(call gb_Module_add_check_targets,sw,\
41 CppunitTest_sw_swdoc_test \
44 $(eval $(call gb_Module_add_slowcheck_targets,sw,\
45 CppunitTest_sw_macros_test \
46 CppunitTest_sw_subsequent_ooxmlexport \
47 CppunitTest_sw_subsequent_ooxmlimport \
48 CppunitTest_sw_subsequent_ww8export \
49 CppunitTest_sw_subsequent_ww8import \
50 CppunitTest_sw_subsequent_rtfexport \
51 CppunitTest_sw_subsequent_rtfimport \
52 CppunitTest_sw_subsequent_odfexport \
53 CppunitTest_sw_subsequent_odfimport \
56 ifneq ($(DISABLE_CVE_TESTS),TRUE)
57 $(eval $(call gb_Module_add_slowcheck_targets,sw,\
58 CppunitTest_sw_filters_test \
60 endif
62 ifneq ($(OOO_JUNIT_JAR),)
63 $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
64 JunitTest_sw_complex \
65 JunitTest_sw_unoapi \
67 endif
69 # vim: set noet sw=4 ts=4: