Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / CppunitTest_sc_macros_test.mk
blobd6c812ccb5ae22d9ea0b6040454cf382d3e4011e
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) 2011 Red Hat, Inc., Caolán McNamara <caolanm@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,sc_macros_test))
30 $(eval $(call gb_CppunitTest_add_exception_objects,sc_macros_test, \
31 sc/qa/extras/macros-test \
34 $(eval $(call gb_CppunitTest_use_libraries,sc_macros_test, \
35 avmedia \
36 basegfx \
37 comphelper \
38 cppu \
39 cppuhelper \
40 drawinglayer \
41 editeng \
42 fileacc \
43 for \
44 forui \
45 i18nisolang1 \
46 msfilter \
47 oox \
48 sal \
49 salhelper \
50 sax \
51 sb \
52 sc \
53 sfx \
54 sot \
55 svl \
56 svt \
57 svx \
58 svxcore \
59 test \
60 tl \
61 tk \
62 ucbhelper \
63 unotest \
64 utl \
65 vbahelper \
66 vcl \
67 xo \
68 $(gb_UWINAPI) \
71 $(eval $(call gb_CppunitTest_set_include,sc_macros_test,\
72 -I$(SRCDIR)/sc/source/ui/inc \
73 -I$(SRCDIR)/sc/inc \
74 $$(INCLUDE) \
77 $(eval $(call gb_CppunitTest_use_api,sc_macros_test,\
78 offapi \
79 oovbaapi \
80 udkapi \
83 $(eval $(call gb_CppunitTest_use_ure,sc_macros_test))
85 $(eval $(call gb_CppunitTest_use_components,sc_macros_test,\
86 basic/util/sb \
87 comphelper/util/comphelp \
88 configmgr/source/configmgr \
89 dbaccess/util/dba \
90 fileaccess/source/fileacc \
91 filter/source/config/cache/filterconfig1 \
92 forms/util/frm \
93 framework/util/fwk \
94 i18npool/util/i18npool \
95 linguistic/source/lng \
96 oox/util/oox \
97 package/source/xstor/xstor \
98 package/util/package2 \
99 sax/source/expatwrap/expwrap \
100 sax/source/fastparser/fastsax \
101 sc/util/sc \
102 sc/util/scd \
103 sc/util/scfilt \
104 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
105 sc/util/vbaobj) \
106 scripting/source/basprov/basprov \
107 scripting/util/scriptframe \
108 sfx2/util/sfx \
109 sot/util/sot \
110 svl/source/fsstor/fsstorage \
111 svtools/util/svt \
112 toolkit/util/tk \
113 ucb/source/core/ucb1 \
114 ucb/source/ucp/file/ucpfile1 \
115 ucb/source/ucp/tdoc/ucptdoc1 \
116 unotools/util/utl \
117 unoxml/source/rdf/unordf \
118 unoxml/source/service/unoxml \
121 $(eval $(call gb_CppunitTest_use_configuration,sc_macros_test))
123 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_macros_test))
125 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_macros_test))
127 # vim: set noet sw=4 ts=4: