# -*- 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_modelobj)) $(eval $(call gb_CppunitTest_use_external,sc_modelobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_modelobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_modelobj, \ sc/qa/extras/scmodelobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_modelobj, \ comphelper \ cppu \ cppuhelper \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_modelobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_modelobj)) $(eval $(call gb_CppunitTest_use_ure,sc_modelobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_modelobj)) $(eval $(call gb_CppunitTest_use_rdb,sc_modelobj,services)) $(eval $(call gb_CppunitTest_use_components,sc_modelobj)) $(eval $(call gb_CppunitTest_use_configuration,sc_modelobj)) # vim: set noet sw=4 ts=4: cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libxmlsec
AgeCommit message (Expand)Author
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer
2013-02-28remove all d.lstMichael Stahl
2013-02-28add missing openssl & nss3 dependencies to libxmlsecMichael Meeks
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-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl
2013-01-02convert nss to gbuildPeter Foley
2012-12-06fix patch pathCaolán McNamara
2012-12-06fix xmlsec build under RHEL-5 (again)Caolán McNamara
2012-12-01fix libxmlsec delivering with mingwLuboš Luňák
2012-12-01our xmlsec setup calls autoreconf, so patch Makefile.am tooLuboš Luňák
2012-12-01fix(?) libxmlsec build with mingwLuboš Luňák
2012-12-01fix patch to apply after gbuild changesLuboš Luňák
2012-12-01Fix OS X build at least with current tool-chainTor Lillqvist
2012-11-30convert libxmlsec to gbuildPeter Foley
2012-11-29drop need for libtool but keep buildable on RHEL-5Caolán McNamara
2012-11-28patch twiddling breaks autoconf -i on macosxCaolán McNamara
2012-11-28get autoreconf to succeed under RHEL-5Caolán McNamara
2012-10-30make that mingw suffix patch mingw onlyCaolán McNamara
2012-10-30fix mingw cross-compilation of libxmlsecDavid Tardon