# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_CppunitTest_CppunitTest,connectivity_ado)) $(eval $(call gb_CppunitTest_set_include,connectivity_ado,\ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/drivers/ado \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_external,connectivity_ado,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_ado)) $(eval $(call gb_CppunitTest_use_ure,connectivity_ado)) $(eval $(call gb_CppunitTest_use_vcl,connectivity_ado)) $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_ado)) ifeq ($(COM),GCC) $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_ado,\ -fpermissive \ )) endif $(eval $(call gb_CppunitTest_add_exception_objects,connectivity_ado, \ connectivity/qa/connectivity/ado/DriverTest \ )) $(eval $(call gb_CppunitTest_use_libraries,connectivity_ado, \ comphelper \ cppu \ cppuhelper \ dbtools \ i18nlangtag \ ado \ sal \ salhelper \ sb \ test \ unotest \ ucbhelper \ utl \ )) $(eval $(call gb_CppunitTest_use_components,connectivity_ado,\ configmgr/source/configmgr \ i18npool/util/i18npool \ connectivity/source/drivers/ado/ado \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,connectivity_ado)) $(call gb_CppunitTest_get_target,connectivity_ado) : $(WORKDIR)/CppunitTest/TS001018407.mdb $(WORKDIR)/CppunitTest/TS001018407.mdb : $(SRCDIR)/connectivity/qa/connectivity/ado/TS001018407.mdb mkdir -p $(dir $@) $(call gb_Deliver_deliver,$<,$@) # vim: set noet sw=4 ts=4: breoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic/JunitTest_linguistic_unoapi.mk
AgeCommit message (Expand)Author
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2011-09-06JunitTest_linguistic_unoapi.mk still referenced removed qa/unoapi/Test.java.Stephan Bergmann
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]Michael Stahl
2011-06-16CWS gnumake4: convert linguistic to new build systemMathias Bauer
2011-03-28migrate linguistic subsequenttests to gbuildBjoern Michaelsen