# -*- 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_Library_Library,bib)) $(eval $(call gb_Library_set_componentfile,bib,extensions/source/bibliography/bib)) $(eval $(call gb_Library_set_include,bib,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ )) $(eval $(call gb_Library_use_external,bib,boost_headers)) $(eval $(call gb_Library_use_sdk_api,bib)) $(eval $(call gb_Library_add_exception_objects,bib,\ extensions/source/bibliography/bibbeam \ extensions/source/bibliography/bibconfig \ extensions/source/bibliography/bibcont \ extensions/source/bibliography/bibload \ extensions/source/bibliography/bibmod \ extensions/source/bibliography/bibview \ extensions/source/bibliography/datman \ extensions/source/bibliography/formcontrolcontainer \ extensions/source/bibliography/framectr \ extensions/source/bibliography/general \ extensions/source/bibliography/loadlisteneradapter \ extensions/source/bibliography/toolbar \ )) $(eval $(call gb_Library_use_libraries,bib,\ dbtools \ sot \ svt \ svl \ tk \ vcl \ utl \ tl \ comphelper \ cppuhelper \ cppu \ sal \ salhelper \ i18nlangtag \ )) # vim:set noet sw=4 ts=4: '>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-22 05:35:49 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-23 10:26:06 +0000
commitb009e8fd4fce06d9abae8aaac8750ece7df212e4 (patch)
tree452fdf0407278dc35c6e7a86191ef12e9889b442 /svl
parentda18612bf67b1f7caf9d94f4d8cb7fbd626e09f2 (diff)
fixincludeguards.sh: unify all include guards
The include guard gets generated based on the path of the header file. INCLUDED_FOO_BAR_HXX for global headers in include/ INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else. See fdo#68849. Change-Id: Ia250e7c99cef3cb5bb0f9d4dc758ef2da3eec0a8 Reviewed-on: https://gerrit.libreoffice.org/6386 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>