bump product version to 4.1.6.2
[LibreOffice.git] / sd / Module_sd.mk
blob27cbffa7242c676069d12f83a3457072fbd8a2cd
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,sd))
12 $(eval $(call gb_Module_add_targets,sd,\
13 AllLangResTarget_sd \
14 Library_sd \
15 Library_sdd \
16 Library_sdfilt \
17 Library_sdui \
18 Package_opengl \
19 Package_web \
20 Package_xml \
21 UIConfig_sdraw \
22 UIConfig_simpress \
25 ifneq ($(OS),DRAGONFLY)
26 $(eval $(call gb_Module_add_check_targets,sd,\
27 CppunitTest_sd_uimpress \
28 CppunitTest_sd_import_tests \
29 CppunitTest_sd_filters_test \
31 endif
34 $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
35 JunitTest_sd_unoapi \
38 # vim: set noet sw=4 ts=4: