| # |
| # 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. |
| # |
| |
| include pre.mak |
| |
| SubMakefiles = Makefile.host \ |
| Makefile.target |
| |
| include post.mak |