2011-08-09 12:12:48 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-24 05:00:35 -05:00
|
|
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License or as specified alternatively below. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# Major Contributor(s):
|
2011-12-06 15:15:10 -06:00
|
|
|
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
|
|
|
|
# (initial developer)
|
|
|
|
#
|
|
|
|
# All Rights Reserved.
|
2011-04-24 05:00:35 -05:00
|
|
|
#
|
|
|
|
# For minor contributions see the git repository.
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
|
|
|
|
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
|
|
|
|
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
|
|
|
# instead of those above.
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,starmath_qa_cppunit))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\
|
|
|
|
$$(INCLUDE) \
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/starmath/inc \
|
2011-05-30 11:48:02 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_api,starmath_qa_cppunit,\
|
|
|
|
offapi \
|
|
|
|
udkapi \
|
2011-04-24 05:00:35 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_set_defs,starmath_qa_cppunit,\
|
|
|
|
$$(DEFS) \
|
|
|
|
-DSMDLL \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_library_objects,starmath_qa_cppunit,\
|
|
|
|
sm \
|
|
|
|
))
|
|
|
|
|
2011-06-10 09:07:51 -05:00
|
|
|
$(call gb_CxxObject_get_target,starmath/qa/cppunit/test_starmath): $(WORKDIR)/AllLangRes/sm
|
2011-04-29 03:55:19 -05:00
|
|
|
|
2011-04-24 05:00:35 -05:00
|
|
|
$(eval $(call gb_CppunitTest_add_linked_libs,starmath_qa_cppunit,\
|
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
editeng \
|
|
|
|
i18nisolang1 \
|
2012-03-07 18:40:31 -06:00
|
|
|
i18nutil \
|
2011-04-24 05:00:35 -05:00
|
|
|
sal \
|
|
|
|
sfx \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svxcore \
|
|
|
|
svx \
|
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
utl \
|
|
|
|
vcl \
|
|
|
|
xo \
|
|
|
|
$(gb_STDLIBS) \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,starmath_qa_cppunit,\
|
|
|
|
starmath/qa/cppunit/test_nodetotextvisitors \
|
|
|
|
starmath/qa/cppunit/test_starmath \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_uses_ure,starmath_qa_cppunit))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_type_rdbs,starmath_qa_cppunit,\
|
|
|
|
types \
|
|
|
|
))
|
|
|
|
|
2011-11-11 03:01:19 -06:00
|
|
|
$(eval $(call gb_CppunitTest_add_components,starmath_qa_cppunit,\
|
2011-12-14 03:41:19 -06:00
|
|
|
configmgr/source/configmgr \
|
2011-11-11 03:01:19 -06:00
|
|
|
framework/util/fwk \
|
|
|
|
i18npool/util/i18npool \
|
|
|
|
toolkit/util/tk \
|
|
|
|
sfx2/util/sfx \
|
2011-04-24 05:00:35 -05:00
|
|
|
))
|
|
|
|
|
2011-11-11 03:01:19 -06:00
|
|
|
$(eval $(call gb_CppunitTest_add_old_components,starmath_qa_cppunit,\
|
|
|
|
component/vcl/vcl \
|
|
|
|
mcnttype \
|
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(strip $(OS)),WNT)
|
|
|
|
$(eval $(call gb_CppunitTest_add_old_components,starmath_qa_cppunit,\
|
|
|
|
ftransl \
|
|
|
|
sysdtrans \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-04-24 05:00:35 -05:00
|
|
|
$(eval $(call gb_CppunitTest_set_args,starmath_qa_cppunit,\
|
2011-07-01 08:47:56 -05:00
|
|
|
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
|
2011-04-24 05:00:35 -05:00
|
|
|
))
|
|
|
|
|
2011-07-30 15:03:51 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|