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_CppunitTest_CppunitTest
,sd_uimpress
))
12 $(eval
$(call gb_CppunitTest_set_include
,sd_uimpress
,\
17 $(eval
$(call gb_CppunitTest_use_sdk_api
,sd_uimpress
))
19 $(eval
$(call gb_CppunitTest_use_library_objects
,sd_uimpress
,sd
))
21 $(eval
$(call gb_CppunitTest_use_libraries
,sd_uimpress
,\
22 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
54 $(eval
$(call gb_CppunitTest_use_system_win32_libs
,sd_uimpress
,\
61 $(eval
$(call gb_CppunitTest_add_libs
,sd_uimpress
,\
65 $(eval
$(call gb_CppunitTest_use_system_darwin_frameworks
,sd_uimpress
,\
71 $(eval
$(call gb_CppunitTest_use_externals
,sd_uimpress
,\
75 $(if
$(ENABLE_AVAHI
), \
78 $(if
$(filter WNT
,$(OS
)),mDNSResponder
) \
82 $(eval
$(call gb_CppunitTest_add_exception_objects
,sd_uimpress
,\
86 $(eval
$(call gb_CppunitTest_use_ure
,sd_uimpress
))
88 $(eval
$(call gb_CppunitTest_use_components
,sd_uimpress
,\
89 configmgr
/source
/configmgr \
91 i18npool
/util
/i18npool \
92 linguistic
/source
/lng \
93 ucb
/source
/core
/ucb1 \
94 ucb
/source
/ucp
/file
/ucpfile1 \
95 unoxml
/source
/service
/unoxml \
98 $(eval
$(call gb_CppunitTest_use_configuration
,sd_uimpress
))
100 # vim: set noet sw=4 ts=4: