2013-01-03 05:29:08 -06:00
|
|
|
# -*- 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_CustomTarget_CustomTarget,ios/Viewer_app))
|
|
|
|
|
|
|
|
# We distinguish between builds for the simulator and device by
|
|
|
|
# looking for the "iarmv7" or "i386" in the -arch option that is part
|
|
|
|
# of $(CC)
|
|
|
|
|
|
|
|
ifneq ($(filter i386,$(CC)),)
|
|
|
|
xcode_sdk=iphonesimulator
|
|
|
|
xcode_arch=i386
|
|
|
|
else
|
|
|
|
xcode_sdk=iphoneos
|
|
|
|
xcode_arch=armv7
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(debug),)
|
|
|
|
xcode_config := Release
|
|
|
|
else
|
|
|
|
xcode_config := Debug
|
|
|
|
endif
|
|
|
|
|
|
|
|
# If run from Xcode, check that its configuration (device or
|
|
|
|
# simulator) matches that of gbuild. We detect being run from Xcode by
|
2013-01-04 09:41:37 -06:00
|
|
|
# looking for $(SCRIPT_OUTPUT_FILE_0). The Run Script build phase in
|
|
|
|
# our project has as its (single) output file the location of the app
|
|
|
|
# executable in its app bundle.
|
2013-01-03 05:29:08 -06:00
|
|
|
|
2013-01-04 09:41:37 -06:00
|
|
|
ifneq ($(SCRIPT_OUTPUT_FILE_0),)
|
2013-01-03 05:29:08 -06:00
|
|
|
|
|
|
|
export CCACHE_CPP2=y
|
|
|
|
|
|
|
|
ifneq ($(CURRENT_ARCH),$(xcode_arch))
|
|
|
|
$(error Xcode platform (device or simulator) does not match that of this build tree)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq ($(CONFIGURATION),$(xcode_config))
|
|
|
|
$(error Xcode configuration (release or debug) does not match that of this build tree)
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-01-04 09:41:37 -06:00
|
|
|
ifneq ($(SCRIPT_OUTPUT_FILE_0),)
|
2013-03-15 15:55:33 -05:00
|
|
|
ifeq ($(EXECUTABLE_NAME),Viewer)
|
2013-01-04 09:41:37 -06:00
|
|
|
# When run from Xcode, we move the Viewer executable from solver into
|
2013-01-05 15:13:49 -06:00
|
|
|
# the Viewer.app directory that Xcode uses. We also set up/copy all
|
|
|
|
# the run-time configuration etc files that the app needs.
|
2013-01-04 09:41:37 -06:00
|
|
|
$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(SCRIPT_OUTPUT_FILE_0)
|
2013-01-03 05:29:08 -06:00
|
|
|
|
2013-01-05 15:13:49 -06:00
|
|
|
appdir=$(dir $(SCRIPT_OUTPUT_FILE_0))
|
|
|
|
buildid=$(shell git log -1 --format=%H)
|
|
|
|
|
2013-01-04 09:41:37 -06:00
|
|
|
$(SCRIPT_OUTPUT_FILE_0) : $(call gb_Executable_get_target,Viewer)
|
2013-03-01 02:55:34 -06:00
|
|
|
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2)
|
2013-01-05 15:13:49 -06:00
|
|
|
mkdir -p $(appdir)/ure
|
2013-01-04 09:41:37 -06:00
|
|
|
mv $(call gb_Executable_get_target,Viewer) $(SCRIPT_OUTPUT_FILE_0)
|
2013-01-05 15:13:49 -06:00
|
|
|
#
|
|
|
|
# Copy rdb files
|
|
|
|
#
|
|
|
|
cp $(OUTDIR)/bin/types.rdb $(appdir)
|
|
|
|
cp $(OUTDIR)/bin/ure/types.rdb $(appdir)/ure
|
|
|
|
cp $(OUTDIR)/bin/offapi.rdb $(appdir)
|
|
|
|
cp $(OUTDIR)/xml/services.rdb $(appdir)
|
|
|
|
cp $(OUTDIR)/xml/ure/services.rdb $(appdir)/ure
|
|
|
|
#
|
|
|
|
# Copy "registry" files
|
|
|
|
#
|
|
|
|
mkdir -p $(appdir)/registry/modules $(appdir)/registry/res
|
|
|
|
cp $(OUTDIR)/xml/*.xcd $(appdir)/registry
|
|
|
|
mv $(appdir)/registry/fcfg_langpack_en-US.xcd $(appdir)/registry/res
|
|
|
|
cp -R $(OUTDIR)/xml/registry/* $(appdir)/registry
|
|
|
|
#
|
|
|
|
# Copy .res files
|
|
|
|
#
|
|
|
|
# program/resource is hardcoded in tools/source/rc/resmgr.cxx. Sure,
|
|
|
|
# we could set STAR_RESOURCE_PATH instead. sigh...
|
|
|
|
#
|
|
|
|
mkdir -p $(appdir)/program/resource
|
|
|
|
cp $(OUTDIR)/bin/*en-US.res $(appdir)/program/resource
|
|
|
|
#
|
|
|
|
# Set up rc, the "inifile". See getIniFileName_Impl().
|
|
|
|
#
|
|
|
|
( \
|
|
|
|
echo '[Bootstrap]' && \
|
|
|
|
echo 'URE_BOOTSTRAP=file://$$APP_DATA_DIR/fundamentalrc' && \
|
|
|
|
echo 'HOME=$$APP_DATA_DIR/tmp' && \
|
|
|
|
: ) > $(appdir)/rc
|
|
|
|
#
|
|
|
|
# Set up fundamentalrc, unorc, bootstraprc and versionrc.
|
|
|
|
#
|
|
|
|
# Do we really need all these?
|
|
|
|
#
|
|
|
|
( \
|
|
|
|
echo '[Bootstrap]' && \
|
|
|
|
echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR' && \
|
|
|
|
echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/registry module:$${BRAND_BASE_DIR}/registry/modules res:$${BRAND_BASE_DIR}/registry' && \
|
|
|
|
: ) > $(appdir)/fundamentalrc
|
|
|
|
#
|
|
|
|
( \
|
|
|
|
echo '[Bootstrap]' && \
|
|
|
|
: UNO_TYPES and UNO_SERVICES are set up in lo-viewer.mm, is that sane? && \
|
|
|
|
: ) > $(appdir)/unorc
|
|
|
|
#
|
|
|
|
# bootstraprc must be in $BRAND_BASE_DIR/program
|
|
|
|
#
|
|
|
|
mkdir -p $(appdir)/program
|
|
|
|
( \
|
|
|
|
echo '[Bootstrap]' && \
|
|
|
|
echo 'InstallMode=<installmode>' && \
|
|
|
|
echo 'ProductKey=LibreOffice Viewer $(PRODUCTVERSION)' && \
|
|
|
|
echo 'UserInstallation=file://$$APP_DATA_DIR' && \
|
|
|
|
: ) > $(appdir)/program/bootstraprc
|
|
|
|
#
|
|
|
|
# Is this really needed?
|
|
|
|
#
|
|
|
|
( \
|
|
|
|
echo '[Version]' && \
|
|
|
|
echo 'AllLanguages=en-US' && \
|
|
|
|
echo 'BuildVersion=' && \
|
|
|
|
echo 'buildid=$(buildid)' && \
|
|
|
|
echo 'ProductMajor=360' && \
|
|
|
|
echo 'ProductMinor=1' && \
|
|
|
|
: ) > $(appdir)/program/versionrc
|
2013-01-06 16:42:06 -06:00
|
|
|
#
|
|
|
|
# Copy a sample document... good old test1.odt...
|
|
|
|
#
|
|
|
|
cp $(SRC_ROOT)/odk/examples/java/DocumentHandling/test/test1.odt $(appdir)
|
2013-03-15 15:55:33 -05:00
|
|
|
endif
|
2013-01-04 09:41:37 -06:00
|
|
|
else
|
|
|
|
# When run just from the command line, we don't have any app bundle to
|
2013-03-15 15:55:33 -05:00
|
|
|
# copy or move the executable to. So do nothing. Except one trick:
|
|
|
|
# Copy the Xcode project to BUILDDIR if SRCDIR!=BUILDDIR, so that one
|
|
|
|
# can then open it from there in Xcode.
|
|
|
|
$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(gb_Helper_PHONY)
|
|
|
|
if test $(SRCDIR) != $(BUILDDIR); then \
|
2013-03-17 09:35:43 -05:00
|
|
|
(cd $(SRCDIR) && tar cf - ios/experimental/Viewer/Viewer.xcodeproj/project.pbxproj) | (cd $(BUILDDIR) && tar xf -); \
|
2013-03-15 15:55:33 -05:00
|
|
|
fi
|
2013-01-03 05:29:08 -06:00
|
|
|
|
2013-01-04 09:41:37 -06:00
|
|
|
$(call gb_CustomTarget_get_clean_target,ios/Viewer_app) :
|
2013-03-01 02:55:34 -06:00
|
|
|
$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),APP,2)
|
2013-01-04 09:41:37 -06:00
|
|
|
# Here we just assume that Xcode's settings are default, or something
|
|
|
|
rm -rf experimental/Viewer/build
|
2013-01-03 05:29:08 -06:00
|
|
|
|
2013-01-04 09:41:37 -06:00
|
|
|
endif
|
2013-01-03 05:29:08 -06:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|