Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / ure / Package_install.mk
blob94156b87ffb01949f85626e2dee33afd39837105
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,ure_install,$(SRCDIR)/ure/source))
12 ifneq (WNT,$(OS))
13 ifeq ($(ENABLE_MACOSX_MACLIKE_APP_STRUCTURE),)
14 $(eval $(call gb_Package_add_file,ure_install,$(LIBO_URE_BIN_FOLDER)/startup.sh,startup.sh))
15 $(eval $(call gb_Package_add_symbolic_link,ure_install,$(LIBO_URE_BIN_FOLDER)/uno,startup.sh))
16 endif
17 endif
19 ifeq (MACOSX,$(OS))
20 ifeq ($(ENABLE_MACOSX_MACLIKE_APP_STRUCTURE),)
21 $(eval $(call gb_Package_add_symbolic_link,ure_install,MacOS/urelibs,../ure-link/lib))
22 endif
23 else ifeq (WNT,$(OS))
24 $(eval $(call gb_Package_add_file,ure_install,ure-link,ure-link))
25 else
26 $(eval $(call gb_Package_add_symbolic_link,ure_install,ure-link,ure))
27 endif
29 $(eval $(call gb_Package_add_files,ure_install,$(LIBO_URE_ETC_FOLDER),\
30 $(call gb_Helper_get_rcfile,jvmfwk3) \
31 $(call gb_Helper_get_rcfile,uno) \
34 # vim:set noet sw=4 ts=4: