# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # 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): # Copyright (C) 2011 Matúš Kukan (initial developer) # # All Rights Reserved. # # 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. # This is not really a test. Only a dynamic library which is loaded by # sal_osl_module unit test library. $(eval $(call gb_CppunitTest_CppunitTest,Module_DLL)) $(eval $(call gb_CppunitTest_set_visibility_default,Module_DLL)) $(eval $(call gb_CppunitTest_add_exception_objects,Module_DLL,\ sal/qa/osl/module/osl_Module_DLL \ )) $(eval $(call gb_CppunitTest_use_libraries,Module_DLL,\ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: -5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/redland/ExternalProject_rasqal.mk
AgeCommit message (Expand)Author
2017-10-31redland: pass opt. flags to configureosnola
2017-10-28use predefined workdir pathDavid Tardon
2017-09-15consistent naming of externals: xml2 -> libxml2Michael Stahl
2017-02-10Remove MinGW supportStephan Bergmann
2016-01-29Android autoconf fixesPeter Foley
2015-06-05use $(DISABLE_DYNLOADING)David Tardon
2015-02-06propagate user-set CFLAGS to buildDavid Tardon
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl
2013-11-04fdo#70393: move redland to a subdir of externalKhaled Hosny