Copy the gcc's stdlibs to solver even if not packaging them
[LibreOffice.git] / sd / CppunitTest_sd_uimpress.mk
blobd8d30ed6a1561bf9238c2ed3c7d47430497c0efe
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_CppunitTest_CppunitTest,sd_uimpress))
30 $(eval $(call gb_CppunitTest_set_include,sd_uimpress,\
31 $$(INCLUDE) \
32 -I$(realpath $(SRCDIR)/sd/inc) \
33 -I$(OUTDIR)/inc \
36 $(eval $(call gb_CppunitTest_add_defs,sd_uimpress,\
37 -DSD_DLLIMPLEMENTATION \
40 $(eval $(call gb_CppunitTest_add_api,sd_uimpress,\
41 offapi \
42 udkapi \
45 $(eval $(call gb_CppunitTest_add_library_objects,sd_uimpress,sd))
47 $(eval $(call gb_CppunitTest_add_linked_libs,sd_uimpress,\
48 avmedia \
49 basegfx \
50 canvastools \
51 comphelper \
52 cppcanvas \
53 cppu \
54 cppuhelper \
55 drawinglayer \
56 editeng \
57 i18nisolang1 \
58 msfilter \
59 sal \
60 salhelper \
61 sb \
62 sfx \
63 sot \
64 svl \
65 svt \
66 svxcore \
67 svx \
68 tk \
69 tl \
70 ucbhelper \
71 utl \
72 vcl \
73 xo \
74 $(gb_STDLIBS) \
77 $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\
78 sd/qa/unit/uimpress \
81 $(eval $(call gb_CppunitTest_uses_ure,sd_uimpress))
83 $(eval $(call gb_CppunitTest_add_type_rdbs,sd_uimpress,\
84 types \
87 $(eval $(call gb_CppunitTest_add_components,sd_uimpress,\
88 framework/util/fwk \
89 i18npool/util/i18npool \
92 $(eval $(call gb_CppunitTest_add_old_components,sd_uimpress,\
93 configmgr \
96 $(eval $(call gb_CppunitTest_set_args,sd_uimpress,\
97 --headless \
98 --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
99 "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
102 # vim: set noet sw=4 ts=4: