GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / sd / CppunitTest_sd_uimpress.mk
blobf232a917ce62a104f73c9b077440bf6378768d13
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,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/sd/inc \
17 $(eval $(call gb_CppunitTest_use_api,sd_uimpress,\
18 offapi \
19 udkapi \
22 $(eval $(call gb_CppunitTest_use_library_objects,sd_uimpress,sd))
24 $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
25 avmedia \
26 basegfx \
27 canvastools \
28 comphelper \
29 cppcanvas \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 i18nlangtag \
35 msfilter \
36 sal \
37 sax \
38 salhelper \
39 sb \
40 sfx \
41 sot \
42 svl \
43 svt \
44 svxcore \
45 svx \
46 test \
47 tk \
48 tl \
49 ucbhelper \
50 utl \
51 vcl \
52 xo \
53 $(gb_UWINAPI) \
56 ifeq ($(OS),WNT)
57 $(eval $(call gb_CppunitTest_use_system_win32_libs,sd_uimpress,\
58 uuid \
59 ws2_32 \
61 endif
63 ifeq ($(OS),MACOSX)
64 $(eval $(call gb_CppunitTest_add_libs,sd_uimpress,\
65 -lobjc \
68 $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\
69 Foundation \
70 IOBluetooth \
72 endif
74 $(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\
75 boost_headers \
76 gtk \
77 dbus \
78 $(if $(ENABLE_AVAHI), \
79 avahi \
80 ) \
83 $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\
84 sd/qa/unit/uimpress \
87 $(eval $(call gb_CppunitTest_use_ure,sd_uimpress))
89 $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\
90 configmgr/source/configmgr \
91 framework/util/fwk \
92 i18npool/util/i18npool \
93 linguistic/source/lng \
94 ucb/source/core/ucb1 \
95 unoxml/source/service/unoxml \
98 $(eval $(call gb_CppunitTest_use_configuration,sd_uimpress))
100 # vim: set noet sw=4 ts=4: