# -*- 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,sc_namedrangeobj)) $(eval $(call gb_CppunitTest_use_external,sc_namedrangeobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_namedrangeobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_namedrangeobj, \ sc/qa/extras/scnamedrangeobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_namedrangeobj, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ drawinglayercore \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ $(call gb_Helper_optional,SCRIPTING, \ vbahelper) \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_namedrangeobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_namedrangeobj)) $(eval $(call gb_CppunitTest_use_ure,sc_namedrangeobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_namedrangeobj)) $(eval $(call gb_CppunitTest_use_components,sc_namedrangeobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_namedrangeobj)) # vim: set noet sw=4 ts=4: ce-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_build-examples.mk
AgeCommit message (Expand)Author
2018-04-27add a second argument to the odk_build-examples_test "template"Rene Engelhard
2018-04-25fix buildRene Engelhard
2018-04-25move $(eval $(call gb_CustomTarget_CustomTarget back to build_examples*.mkRene Engelhard
2018-04-24include build-examples_common.mk with full pathRene Engelhard
2018-04-24split odk/build-examples Java tests out into a build-examples_java testRene Engelhard
2018-02-16Start each run of CustomTarget_odk/build-examples with a clean slateStephan Bergmann
2017-09-06OSX fix ODK example builds with enabled SIPJan-Marek Glogowski
2017-06-09More tests to suppress (all .PHONY test targets should be covered now)Stephan Bergmann
2017-03-07Force CustomTarget_build-examples into en-US localeStephan Bergmann
2017-02-07Clean up tabsStephan Bergmann
2017-02-07...but on macOS we do need the SDK-augmented DYLD_LIBRARY_PATHStephan Bergmann
2017-02-05Fix LD_LIBRARY_PATH resettingStephan Bergmann
2017-02-01odk: don't run make with LD_LIBRARY_PATH setMichael Stahl
2017-02-01odk: recreate setsdkenv if config changesMichael Stahl
2017-02-01Adapt CustomTarget_odk/build-examples to macOSStephan Bergmann
2017-01-31Build the ODK examples during subsequentcheckStephan Bergmann