# -*- 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_Package_Package,readlicense_oo_files,$(SRCDIR)/readlicense_oo/license)) # LICENSE (upper case) is copied without EOL conversion # license.txt is converted, prior to copy, see Package_license.mk ifneq ($(OS),WNT) $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE,LICENSE)) endif ifneq ($(OS),MACOSX) $(eval $(call gb_Package_add_file,readlicense_oo_files,NOTICE,NOTICE)) $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.fodt,LICENSE.fodt)) $(eval $(call gb_Package_add_file,readlicense_oo_files,CREDITS.fodt,CREDITS.fodt)) $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.html,LICENSE.html)) else $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/NOTICE,NOTICE)) $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE.fodt,LICENSE.fodt)) $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/CREDITS.fodt,CREDITS.fodt)) $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE.html,LICENSE.html)) endif # vim: set noet sw=4 ts=4: value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/codemaker/StaticLibrary_codemaker_cpp.mk
AgeCommit message (Expand)Author
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-24move URE headers to include/David Tardon
2013-04-10Revert "registry: new ZipPackage_registry_odk_headers"Michael Stahl
2013-04-09add missing dep on salhelper/simplereferenceobject.hxxDavid Tardon
2013-02-27registry: new ZipPackage_registry_odk_headersMichael Stahl
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl
2012-11-13fix system boostPeter Foley
2012-11-13static libraries also require boost.Michael Meeks
2012-10-31add missing deps on sal headersDavid Tardon
2012-10-01add missing deps on headers to static libsDavid Tardon
2012-09-22use package instead of explicit include pathDavid Tardon
2012-04-14rename common* static libs to codemaker_* for clarity + dmake cleanupNorbert Thiebaud