summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_iOS.mk
blob: 496070d5d9d21eca5077061f256065cee5a193e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# -*- 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/.
#- Env ------------------------------------------------------------------------
IOSGEN := $(SRCDIR)/ios/generated
IOSRES := $(IOSGEN)/resources
IOSKITXC := $(WORKDIR)/ios/loKit.xcconfig
IOSAPPXC := $(WORKDIR)/ios/loApp.xcconfig
IOSKITSRC := $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit
IOSAPPSRC := $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight
IOSKITPRJ := $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj
IOSAPPPRJ := $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj
IOSAPP := $(INSTDIR)/LibreOfficeLight.app
ifeq ($(ENABLE_DEBUG),TRUE)
IOSKIT := libLibreOfficeKit_$(CPUNAME)_debug.a
else
IOSKIT := libLibreOfficeKit_$(CPUNAME).a
endif


#- Top level  -----------------------------------------------------------------
$(eval $(call gb_CustomTarget_CustomTarget,ios/ios))

$(call gb_CustomTarget_get_target,ios/ios): $(IOSGEN)/$(IOSKIT)




#- Generate xcconfig files  ---------------------------------------------------
$(IOSKITXC): $(SRCDIR)/ios/loKit.xcconfig.in $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_iOS.mk
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ENV,2)
	@mkdir -p $(WORKDIR)/ios
	sed -e "s'@BUILDDIR@'$(BUILDDIR)'g" \
	    -e "s'@INSTDIR@'$(INSTDIR)'g" \
	    -e "s'@SRCDIR@'$(SRC_ROOT)'g" \
	    -e "s'@WORKDIR@'$(WORKDIR)'g" \
	    -e "s'@CFLAGS@'$(gb_GLOBALDEFS)'g" \
	    -e "s'@CPLUSPLUSFLAGS@'$(gb_GLOBALDEFS)'g" \
	    -e "s'@SYMROOT@'$(WORKDIR)/ios/build'g" \
	    -e "s'@PRELINK@'`$(SRCDIR)/bin/lo-all-static-libs`'g" \
	    $(SRCDIR)/ios/loKit.xcconfig.in > $(WORKDIR)/ios/loKit.xcconfig

$(IOSAPPXC): $(SRCDIR)/ios/loKit.xcconfig.in $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_iOS.mk
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ENV,2)
	@mkdir -p $(WORKDIR)/ios
	sed -e "s'@BUILDDIR@'$(BUILDDIR)'g" \
	    -e "s'@INSTDIR@'$(INSTDIR)'g" \
	    -e "s'@SRCDIR@'$(SRC_ROOT)'g" \
	    -e "s'@WORKDIR@'$(WORKDIR)'g" \
	    -e "s'@CFLAGS@'$(gb_GLOBALDEFS)'g" \
	    -e "s'@CPLUSPLUSFLAGS@'$(gb_GLOBALDEFS)'g" \
	    -e "s'@SYMROOT@'$(WORKDIR)/ios/build'g" \
	    $(SRCDIR)/ios/loApp.xcconfig.in > $(WORKDIR)/ios/loApp.xcconfig

$(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_iOS.mk
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ENV,2)
	mkdir -p $(IOSGEN) $(IOSRES) $(IOSRES)/services \
	         $(IOSRES)/share/config $(IOSRES)/share/filter $(IOSRES)/program \
	         $(IOSGEN) $(WORKDIR)/ios;

	# generate file with call declarations
	$(SRCDIR)/solenv/bin/native-code.py \
	    -C -g core -g writer -g calc -g draw -g edit \
	    > $(IOSGEN)/native-code.h

	# generate resource files used to start/run LibreOffice
	cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt59l.dat $(IOSRES)/icudt59l.dat
	cp $(INSTDIR)/program/types.rdb             $(IOSRES)/udkapi.rdb
	cp $(INSTDIR)/program/types/offapi.rdb      $(IOSRES)
	cp $(INSTDIR)/program/types/oovbaapi.rdb    $(IOSRES)
	cp $(INSTDIR)/program/services/services.rdb $(IOSRES)/services
	cp $(INSTDIR)/program/services.rdb          $(IOSRES)
	cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/share/config
	cp $(WORKDIR)/CustomTarget/i18npool/breakiterator/dict_*.data $(IOSRES)/share
	cp $(INSTDIR)/share/filter/oox-drawingml-adj-names $(IOSRES)/share/filter
	cp $(INSTDIR)/share/filter/oox-drawingml-cs-presets $(IOSRES)/share/filter
	cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/share/filter
	cp -R $(INSTDIR)/share/registry $(IOSRES)/share

	# Set up rc, the "inifile". See getIniFileName_Impl().
	echo '[Bootstrap]' > $(IOSRES)/rc
	echo 'URE_BOOTSTRAP=file://$$APP_DATA_DIR/fundamentalrc' >> $(IOSRES)/rc
	echo 'HOME=$$SYSUSERHOME' >> $(IOSRES)/rc

	# Set up fundamentalrc, unorc, bootstraprc and versionrc.
	file=$(IOSRES)/fundamentalrc; \
	echo '[Bootstrap]'                                      >  $(IOSRES)/fundamentalrc
	echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/'            >> $(IOSRES)/fundamentalrc
	echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR'             >> $(IOSRES)/fundamentalrc
	echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry ' \
	     'res:$${BRAND_BASE_DIR}/registry' >> $(IOSRES)/fundamentalrc
	echo 'UNO_TYPES=file://$$APP_DATA_DIR/udkapi.rdb ' \
	     'file://$$APP_DATA_DIR/offapi.rdb' >> $(IOSRES)/fundamentalrc
	echo 'UNO_SERVICES=file://$$APP_DATA_DIR/services.rdb ' \
	     'file://$$APP_DATA_DIR/services/services.rdb' >> $(IOSRES)/fundamentalrc
	echo 'OSL_SOCKET_PATH=$$APP_DATA_DIR/cache' >> $(IOSRES)/fundamentalrc

	echo '[Bootstrap]' > $(IOSRES)/unorc

	# bootstraprc must be in $BRAND_BASE_DIR/program
	echo '[Bootstrap]'                                     >  $(IOSRES)/program/bootstraprc
	echo 'InstallMode=<installmode>'                       >> $(IOSRES)/program/bootstraprc
	echo "ProductKey=LibreOffice $(PRODUCTVERSION)"        >> $(IOSRES)/program/bootstraprc
	echo 'UserInstallation=$$SYSUSERHOME/userinstallation' >> $(IOSRES)/program/bootstraprc

	echo '[Version]'            >  $(IOSRES)/program/versionrc
	echo 'AllLanguages=en-US'   >> $(IOSRES)/program/versionrc
	echo 'BuildVersion='        >> $(IOSRES)/program/versionrc
	echo "buildid=$(BUILDID)"   >> $(IOSRES)/program/versionrc


#- build  ---------------------------------------------------------------------
$(IOSGEN)/$(IOSKIT): $(IOSKITXC) $(IOSAPPXC) $(IOSGEN)/native-code.h STAT_LIB_DEPEND
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2)
	CC=; \
	$(call gb_Helper_print_on_error, \
	    xcodebuild \
	        -xcconfig $(IOSKITXC) \
	        -project $(IOSKITPRJ) \
	        -target LibreOfficeKit \
	        -sdk $(IOS_SDK) \
	        -arch `echo $(CPUNAME) |  tr '[:upper:]' '[:lower:]'`\
	        -configuration $(if $(ENABLE_DEBUG),Debug,Release) \
	        build \
	        , $(WORKDIR)/ios/build.log \
	)
	cp $(WORKDIR)/ios/build/*/libLibreOfficeKit.a $(IOSGEN)/$(IOSKIT)

STAT_LIB_DEPEND:



$(INSTDIR)/$(IOSAPP): $(IOSAPPPRJ)/project.pbxproj $(IOSGEN)/$(IOSKIT)
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2)
	CC=; \
	$(call gb_Helper_print_on_error, \
	    xcodebuild \
	        -xcconfig $(IOSAPPXC) \
	        -project $(IOSAPPPRJ) \
	        -target LibreOfficeLight \
	        -sdk $(IOS_SDK) \
	        -arch $(CPU_NAME) \
	        -configuration $(if $(ENABLE_DEBUG),Debug,Release) \
	        build \
	        , $(WORKDIR)/ios/build.log \
	)


#- clean ios  -----------------------------------------------------------------
$(call gb_CustomTarget_get_clean_target,ios/ios):
	$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),ENV,2)
	$(call gb_Helper_print_on_error, \
	    xcodebuild -xcconfig $(IOSAPPXC) -project $(IOSAPPPRJ) clean \
	        , $(WORKDIR)/ios/build.log \
	)
	$(call gb_Helper_print_on_error, \
	    xcodebuild -xcconfig $(IOSKITXC) -configuration Debug -project $(IOSKITPRJ) clean \
	        , $(WORKDIR)/ios/build.log \
	)
	rm -f $(IOSGEN)/$(IOSKIT)
	rm -rf $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/project.xcworkspace
	rm -rf $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/xcuserdata
	rm -rf $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.xcworkspace
	rm -rf $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcuserdata
	rm -rf $(WORKDIR)/ios


# vim: set noet sw=4 ts=4: