summaryrefslogtreecommitdiff
path: root/ure/Package_install.mk
blob: e8b6515fdf10c384c177dab51d33d0938ea88c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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,ure_install,$(SRCDIR)/ure/source))

ifneq (,$(filter-out MACOSX WNT,$(OS)))
$(eval $(call gb_Package_add_file,ure_install,$(LIBO_URE_BIN_FOLDER)/uno,uno))
endif

ifeq (MACOSX,$(OS))
ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)
$(eval $(call gb_Package_add_symbolic_link,ure_install,MacOS/urelibs,../Frameworks))
endif
endif

# vim:set noet sw=4 ts=4:
2020-05-10 12:02:44 +0200'>2020-05-10new loplugin:simplifypointertoboolNoel Grandin 2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin 2020-01-26cppcheck: shadowFunction in store/storbaseJulien Nabet 2020-01-25Change some #define to constexprStephan Bergmann 2019-12-22sal_Char->char in sot..storeNoel Grandin 2019-12-06loplugin:nullptrStephan Bergmann 2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-10-17Remove some memset callsMike Kaganski 2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin 2019-01-29loplugin:flatten in stoc..storeNoel Grandin 2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin 2019-01-08tdf#42949 Fix IWYU warnings in store/source/*Gabor Kelemen 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin 2018-11-27remove unused enum storeAccessMode valueNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-10-08loplugin:constfields in stoc..svgioNoel Grandin 2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-06-12Remove redundant reinterpret_castStephan Bergmann 2018-06-12-fsanitize=functionStephan Bergmann 2018-06-11new loplugin:shouldreturnboolNoel Grandin 2018-04-28loplugin:countusersofdefaultparamsNoel Grandin 2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin 2018-01-13store: remove unnecessary comments in storpage.hxxChris Sherlock 2018-01-12More loplugin:cstylecast: storeStephan Bergmann 2018-01-09loplugin:convertlong in ucb,sotNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin 2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin 2017-11-02improve constparam lopluginNoel Grandin 2017-10-23loplugin:includeform: storeStephan Bergmann 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin