l10ntools: remove unused srclex
[LibreOffice.git] / sw / CppunitTest_sw_apitests.mk
blobfa0fc26e7d20229d8fbd02d20f12de6cb992a694
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,sw_apitests))
14 $(eval $(call gb_CppunitTest_use_external,sw_apitests,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_apitests, \
17 sw/qa/api/SwXDocumentIndex \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_apitests, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 drawinglayer \
26 editeng \
27 for \
28 forui \
29 i18nlangtag \
30 msfilter \
31 oox \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sw \
37 sfx \
38 sot \
39 svl \
40 svt \
41 svx \
42 svxcore \
43 test \
44 tl \
45 tk \
46 ucbhelper \
47 unotest \
48 utl \
49 vbahelper \
50 vcl \
51 xo \
54 $(eval $(call gb_CppunitTest_set_include,sw_apitests,\
55 -I$(SRCDIR)/sw/inc \
56 $$(INCLUDE) \
59 $(eval $(call gb_CppunitTest_use_api,sw_apitests,\
60 offapi \
61 udkapi \
64 $(eval $(call gb_CppunitTest_use_ure,sw_apitests))
65 $(eval $(call gb_CppunitTest_use_vcl,sw_apitests))
66 $(eval $(call gb_CppunitTest_use_configuration,sw_apitests))
68 $(eval $(call gb_CppunitTest_use_components,sw_apitests,\
69 basic/util/sb \
70 embeddedobj/util/embobj \
71 comphelper/util/comphelp \
72 configmgr/source/configmgr \
73 dbaccess/util/dba \
74 filter/source/config/cache/filterconfig1 \
75 filter/source/storagefilterdetect/storagefd \
76 forms/util/frm \
77 framework/util/fwk \
78 i18npool/util/i18npool \
79 i18npool/source/search/i18nsearch \
80 oox/util/oox \
81 package/source/xstor/xstor \
82 package/util/package2 \
83 sax/source/expatwrap/expwrap \
84 scripting/source/basprov/basprov \
85 scripting/util/scriptframe \
86 sfx2/util/sfx \
87 sot/util/sot \
88 svl/source/fsstor/fsstorage \
89 svl/util/svl \
90 svtools/util/svt \
91 svx/util/svx \
92 sw/util/msword \
93 sw/util/sw \
94 sw/util/swd \
95 sw/util/vbaswobj \
96 toolkit/util/tk \
97 ucb/source/core/ucb1 \
98 ucb/source/ucp/file/ucpfile1 \
99 ucb/source/ucp/tdoc/ucptdoc1 \
100 unotools/util/utl \
101 unoxml/source/rdf/unordf \
102 unoxml/source/service/unoxml \
103 uui/util/uui \
104 xmloff/util/xo \
107 # vim: set noet sw=4 ts=4: