blob: ca9a3da0d0fcd90cb80d8b697516e095c3db6d40 [file] [log] [blame]
#
# Copyright (c) 2010-2011 Nest, Inc.
# All rights reserved.
#
# This document is the property of Nest. It is considered
# confidential and proprietary information.
#
# This document may not be reproduced or transmitted in any form,
# in whole or in part, without the express written permission of
# Nest.
#
# Description:
# This file is the makefile for the International Components for
# Unicode (ICU) library.
#
# Per "icu/readme.html", the correct way to cross-compile ICU is
# is build first a host version and then to build a target version
# and to point the target version at that host version.
#
.NOTPARALLEL:
include pre.mak
SubMakefiles = Makefile.host
ifneq ($(BUILD_FEATURE_SIMULATOR),1)
SubMakefiles += Makefile.target
endif
include post.mak