summaryrefslogtreecommitdiff
path: root/icu/Module_icu.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-25 17:39:43 -0500
committerTor Lillqvist <tml@iki.fi>2012-12-27 15:53:39 +0000
commitb92a0d9208e1b1a33818a3c451e9952963295f6c (patch)
treef468dbf463d43f6f43b56e0a0eed7bec84f00a5b /icu/Module_icu.mk
parente7f7053b227cf109c3cf733d0c698e51aed159a3 (diff)
convert icu to gbuild and add to tail_build
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'icu/Module_icu.mk')
-rw-r--r--icu/Module_icu.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/icu/Module_icu.mk b/icu/Module_icu.mk
new file mode 100644
index 000000000000..524147b1e960
--- /dev/null
+++ b/icu/Module_icu.mk
@@ -0,0 +1,21 @@
+# -*- 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,icu))
+
+ifeq ($(SYSTEM_ICU),NO)
+$(eval $(call gb_Module_add_targets,icu,\
+ UnpackedTarball_icu \
+ UnpackedTarball_icu_data \
+ ExternalPackage_icu \
+ ExternalProject_icu \
+))
+endif
+
+# vim: set noet sw=4 ts=4: