bump product version to 5.0.4.1
[LibreOffice.git] / oox / CppunitTest_oox_tokenmap.mk
blob9eac2a544bff3f7f1b0f391d2c962e7b543eafef
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval $(call gb_CppunitTest_CppunitTest,oox_tokenmap))
13 $(eval $(call gb_CppunitTest_add_exception_objects,oox_tokenmap,\
14 oox/qa/token/tokenmap-test \
17 $(eval $(call gb_CppunitTest_use_custom_headers,oox_tokenmap,oox/generated))
19 $(eval $(call gb_CppunitTest_use_api,oox_tokenmap,\
20 offapi \
21 udkapi \
24 $(eval $(call gb_CppunitTest_use_library_objects,oox_tokenmap,oox))
26 ifeq ($(TLS),OPENSSL)
27 $(eval $(call gb_CppunitTest_use_externals,oox_tokenmap,\
28 openssl \
29 openssl_headers \
31 else
32 ifeq ($(TLS),NSS)
33 $(eval $(call gb_CppunitTest_use_externals,oox_tokenmap,\
34 plc4 \
35 nss3 \
37 endif
38 endif
40 $(eval $(call gb_CppunitTest_use_libraries,oox_tokenmap,\
41 basegfx \
42 comphelper \
43 cppu \
44 cppuhelper \
45 editeng \
46 expwrap \
47 drawinglayer \
48 msfilter \
49 sal \
50 i18nlangtag \
51 sax \
52 sfx \
53 svl \
54 svt \
55 svx \
56 svxcore \
57 sot \
58 tl \
59 utl \
60 vcl \
61 xo \
62 xmlscript \
63 $(gb_UWINAPI) \
66 # vim: set noet sw=4 ts=4: