NFC flatten PageBreakWin and minor cleanup
[LibreOffice.git] / sc / CppunitTest_sc_perfobj.mk
blob9c6edc2c421be530a320f219ab5f340ff04b7b36
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_perfobj))
14 $(eval $(call gb_CppunitTest_use_external,sc_perfobj,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_perfobj))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sc_perfobj, \
19 sc/qa/perf/scperfobj \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_perfobj, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sc \
39 sfx \
40 sot \
41 subsequenttest \
42 svl \
43 svt \
44 svx \
45 svxcore \
46 test \
47 tk \
48 tl \
49 ucbhelper \
50 unotest \
51 utl \
52 vbahelper \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_set_include,sc_perfobj,\
58 -I$(SRCDIR)/sc/source/ui/inc \
59 -I$(SRCDIR)/sc/inc \
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_api,sc_perfobj, \
64 oovbaapi \
67 $(eval $(call gb_CppunitTest_use_sdk_api,sc_perfobj))
69 $(eval $(call gb_CppunitTest_use_ure,sc_perfobj))
70 $(eval $(call gb_CppunitTest_use_vcl,sc_perfobj))
73 $(eval $(call gb_CppunitTest_use_rdb,sc_perfobj,services))
75 $(eval $(call gb_CppunitTest_use_configuration,sc_perfobj))
77 # vim: set noet sw=4 ts=4: