look for java, javac and javadoc with the .exe suffix on windows
[LibreOffice.git] / sw / CppunitTest_sw_odffeatures.mk
blob9dea4289c6136ef67b939165d29b26fac5b6e937
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_odffeatures))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_odffeatures))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_odffeatures, \
17 sw/qa/extras/odfimport/odffeatures \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_odffeatures, \
21 comphelper \
22 cppu \
23 cppuhelper \
24 sal \
25 sw \
26 swqahelper \
27 test \
28 unotest \
29 vcl \
30 utl \
33 $(eval $(call gb_CppunitTest_use_externals,sw_odffeatures,\
34 boost_headers \
37 $(eval $(call gb_CppunitTest_set_include,sw_odffeatures,\
38 -I$(SRCDIR)/sw/inc \
39 -I$(SRCDIR)/sw/qa/inc \
40 $$(INCLUDE) \
43 $(eval $(call gb_CppunitTest_use_api,sw_odffeatures,\
44 udkapi \
45 offapi \
48 $(eval $(call gb_CppunitTest_use_ure,sw_odffeatures))
49 $(eval $(call gb_CppunitTest_use_vcl,sw_odffeatures))
51 $(eval $(call gb_CppunitTest_use_rdb,sw_odffeatures,services))
53 $(eval $(call gb_CppunitTest_use_configuration,sw_odffeatures))
55 $(eval $(call gb_CppunitTest_add_arguments,sw_odffeatures, \
56 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
59 # vim: set noet sw=4 ts=4: