# -*- 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_outlineobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_outlineobj, \ sc/qa/extras/scoutlineobj \ )) $(eval $(call gb_CppunitTest_use_external,sc_outlineobj,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,sc_outlineobj, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_set_include,sc_outlineobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_outlineobj,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_components,sc_outlineobj,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ filter/source/config/cache/filterconfig1 \ filter/source/storagefilterdetect/storagefd \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scripting/source/basprov/basprov \ scripting/util/scriptframe \ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ xmloff/util/xo \ svtools/util/svt \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_outlineobj)) # vim: set noet sw=4 ts=4: ora/co-24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/redland
AgeCommit message (Expand)Author
2013-05-01use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon
2013-04-15redland: fix an assertion in MSVC _DEBUG buildMichael Stahl
2013-04-10fix build of raptor on mingwDavid Tardon
2013-04-04redland: no idea what those unused .def files are good forMichael Stahl
2013-04-04redland: reindent thatMichael Stahl
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier
2013-04-03redland: stop using --with-threads, it supports only POSIX...Michael Stahl
2013-04-03redland: clean up libxml2 usageMichael Stahl
2013-04-03redland: we don't need the raptor features using libxsltMichael Stahl
2013-04-03libxslt: remove usage of dmake remnant XSLTLIBMichael Stahl
2013-04-03libxml2: remove usage of dmake remnant LIBXML2LIBMichael Stahl
2013-04-03redland: stop delivering headersMichael Stahl
2013-04-03Fix Android build of redland and rasqalTor Lillqvist
2013-04-03Easter Bunny brings new redland tarballsMichael Stahl
2013-03-27fix build of redland on mingwDavid Tardon
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13deliver the right libs on mingwDavid Tardon
2013-03-13do not escape too muchDavid Tardon
2013-02-28remove all d.lstMichael Stahl
2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl
2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley
2013-01-31redland depends on both raptor and rasqalStephan Bergmann
2013-01-31Call macosx-change-install-names on "external" libs, tooStephan Bergmann
2013-01-31Proper spacing in makefile command line continuationsStephan Bergmann
2013-01-01MAKE not GNUMAKEPeter Foley
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
2012-12-31Deliver raptor.h and rasqal.hTor Lillqvist
2012-12-31redland depends on rasqalTor Lillqvist
2012-12-31Fix misleading indentationTor Lillqvist
2012-12-31Fix redland cross-compilation at least for AndroidTor Lillqvist
2012-12-31Fix typo s/ANDRIOD/ANDROID/Tor Lillqvist
2012-12-30convert redland to gbuild and add to tail_buildPeter Foley
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-11-19Try to use -fvisibility=hidden when DISABLE_DYNLOADINGTor Lillqvist
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim