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 instsetoo_ULFLIST
:= ActionTe \
19 $(eval
$(call gb_CustomTarget_CustomTarget
,instsetoo_native
/install))
21 $(eval
$(call gb_CustomTarget_register_targets
,instsetoo_native
/install,\
23 $(if
$(filter-out WNT
,$(OS
)),\
24 bin
/find-requires-gnome.sh \
25 bin
/find-requires-x11.sh
) \
26 $(foreach ulf
,$(instsetoo_ULFLIST
),win_ulffiles
/$(ulf
).ulf
) \
29 $(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/install.phony
: \
30 $(SRCDIR
)/solenv
/bin
/make_installer.pl \
31 $(foreach ulf
,$(instsetoo_ULFLIST
),$(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/win_ulffiles
/$(ulf
).ulf
) \
32 $(if
$(filter-out WNT
,$(OS
)),\
33 $(addprefix $(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/,\
34 bin
/find-requires-gnome.sh \
35 bin
/find-requires-x11.sh
) \
37 $(call gb_Postprocess_get_target
,AllModulesButInstsetNative
)
39 $(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/bin
/find-requires-
%.sh
: $(SRCDIR
)/instsetoo_native
/inc_openoffice
/unix
/find-requires-
%.sh
40 cat
$< | tr
-d
"\015" > $@
43 $(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/win_ulffiles
/%.ulf
: \
44 |
$(call gb_Postprocess_get_target
,AllModulesButInstsetNative
)
46 $(eval
$(call gb_CustomTarget_ulfex_rule
,\
47 $(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/win_ulffiles
/%.ulf
,\
48 $(SRCDIR
)/instsetoo_native
/inc_openoffice
/windows
/msi_languages
/%.ulf
,\
49 $(foreach lang
,$(gb_TRANS_LANGS
),\
50 $(gb_POLOCATION
)/$(lang
)/instsetoo_native
/inc_openoffice
/windows
/msi_languages.po
)))
52 export ENABLE_DOWNLOADSETS ?
= TRUE
54 export DONT_REMOVE_PACKAGE
:= TRUE
56 export instsetoo_OUT
:= $(WORKDIR
)/installation
57 export LOCAL_OUT
:= $(instsetoo_OUT
)
58 export LOCAL_COMMON_OUT
:= $(instsetoo_OUT
)
60 instsetoo_native_WITH_LANG
:= en-US
$(filter-out en-US
,$(gb_WITH_LANG
))
63 define instsetoo_native_msitemplates
65 TEMPLATE_DIR
=$(dir $@
)msi_templates \
66 && rm -rf
$${TEMPLATE_DIR} \
67 && mkdir
-p
$${TEMPLATE_DIR}/Binary \
68 && for I in
$(SRCDIR
)/instsetoo_native
/inc_
$(1)/windows
/msi_templates
/*.
* ; do
$(GREP
) -v
'^#' "$$I" > $${TEMPLATE_DIR}/`basename $$I` || true
; done \
69 && $(GNUCOPY
) $(SRCDIR
)/instsetoo_native
/inc_common
/windows
/msi_templates
/Binary
/*.
* $${TEMPLATE_DIR}/Binary
72 instsetoo_native_msitemplates
:=
75 define instsetoo_native_install_command
76 $(call instsetoo_native_msitemplates
,$(1))
77 $(call gb_Helper_print_on_error
, \
79 $(foreach pkgformat
,$(5),\
81 -f
$(BUILDDIR
)/instsetoo_native
/util
/openoffice.lst \
82 -l
$(subst $(WHITESPACE
),$(COMMA
),$(strip $(2))) \
83 -p LibreOffice
$(if
$(ENABLE_RELEASE_BUILD
),,_Dev
)$(3) \
85 -buildid
$(if
$(filter deb0 rpm0
,$(pkgformat
)$(LIBO_VERSION_PATCH
)),1,$(LIBO_VERSION_PATCH
)) \
86 $(if
$(filter WNT
,$(OS
)), \
87 -msitemplate
$(dir $@
)msi_templates \
88 -msilanguage
$(dir $@
)win_ulffiles \
91 -format
$(pkgformat
) \
92 $(if
$(VERBOSE
)$(verbose
),-verbose
,-quiet
) \
96 $(call gb_CustomTarget_get_workdir
,instsetoo_native
/install)/install.phony
:
97 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),PRL
,2)
98 rm -rf
$(instsetoo_OUT
)
99 ifeq (TRUE
,$(LIBO_TEST_INSTALL
))
100 $(call instsetoo_native_install_command
,openoffice
,en-US
,,,archive
)
101 unzip
-q
-d
$(TESTINSTALLDIR
) $(instsetoo_OUT
)/LibreOffice
$(if
$(ENABLE_RELEASE_BUILD
),,_Dev
)/archive
/install/en-US
/LibreOffice
*_archive.zip
102 mv
$(TESTINSTALLDIR
)/LibreOffice
*_archive
/LibreOffice
*/* $(TESTINSTALLDIR
)/
103 rmdir
$(TESTINSTALLDIR
)/LibreOffice
*_archive
/LibreOffice
*
104 rmdir
$(TESTINSTALLDIR
)/LibreOffice
*_archive
105 ifeq (ODK
,$(filter ODK
,$(BUILD_TYPE
)))
106 $(call instsetoo_native_install_command
,sdkoo
,en-US
,_SDK
,,archive
)
107 unzip
-q
-d
$(TESTINSTALLDIR
) $(instsetoo_OUT
)/LibreOffice
$(if
$(ENABLE_RELEASE_BUILD
),,_Dev
)_SDK
/archive
/install/en-US
/LibreOffice
*_archive_sdk.zip
108 mv
$(TESTINSTALLDIR
)/LibreOffice
*_archive_sdk
/LibreOffice
*_SDK
/sdk \
110 rmdir
$(TESTINSTALLDIR
)/LibreOffice
*_archive_sdk
/LibreOffice
*_SDK
111 rmdir
$(TESTINSTALLDIR
)/LibreOffice
*_archive_sdk
113 else # LIBO_TEST_INSTALL
114 $(call instsetoo_native_install_command
,openoffice
,$(if
$(filter WNT
,$(OS
)),$(instsetoo_native_WITH_LANG
),en-US
),,,$(PKGFORMAT
))
115 ifeq (ODK
,$(filter ODK
,$(BUILD_TYPE
)))
116 $(call instsetoo_native_install_command
,sdkoo
,en-US
,_SDK
,,$(PKGFORMAT
))
118 ifeq (HELP
,$(filter HELP
,$(BUILD_TYPE
))$(filter MACOSX
,$(OS
)))
119 $(foreach lang
,$(gb_HELP_LANGS
),\
120 $(call instsetoo_native_install_command
,ooohelppack
,$(lang
),,-helppack
,$(PKGFORMAT
)))
123 $(foreach lang
,$(instsetoo_native_WITH_LANG
),\
124 $(call instsetoo_native_install_command
,ooolangpack
,$(lang
),,-languagepack
,$(PKGFORMAT
)))
126 endif # LIBO_TEST_INSTALL
128 # vim: set noet sw=4 ts=4: