Files
loongoffice/ios/Module_ios.mk
Tor Lillqvist 48c29ef3f8 Now we can re-add CustomTarget_MobileLibreOffice_app
Change-Id: Iefb00e72f2700503ea33a28c9f7e2150f0d1e06e
2013-11-22 15:19:12 +02:00

22 lines
550 B
Makefile

# -*- 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_Module_Module,ios))
ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
Executable_LibreOffice \
CustomTarget_LibreOffice_app \
CustomTarget_MobileLibreOffice_app \
))
endif
# vim: set noet sw=4 ts=4: