1*0e209d39SAndroid Build Coastguard Worker## -*-makefile-*- 2*0e209d39SAndroid Build Coastguard Worker## Copyright (C) 2016 and later: Unicode, Inc. and others. 3*0e209d39SAndroid Build Coastguard Worker## License & terms of use: http://www.unicode.org/copyright.html 4*0e209d39SAndroid Build Coastguard Worker## Copyright (c) 2003, International Business Machines Corporation and 5*0e209d39SAndroid Build Coastguard Worker## others. All Rights Reserved. 6*0e209d39SAndroid Build Coastguard Worker## 7*0e209d39SAndroid Build Coastguard Worker 8*0e209d39SAndroid Build Coastguard Worker# Note, this is not a real mh- file. You got here because configure 9*0e209d39SAndroid Build Coastguard Worker# (specifically, aclocal.m4) could not determine a suitable mh- file. 10*0e209d39SAndroid Build Coastguard Worker# 11*0e209d39SAndroid Build Coastguard Worker# Perhaps your platform wasn't detected- try changing aclocal.m4 and 12*0e209d39SAndroid Build Coastguard Worker# re-running autoconf. 13*0e209d39SAndroid Build Coastguard Worker# 14*0e209d39SAndroid Build Coastguard Worker# If your platform is truly new/different: 15*0e209d39SAndroid Build Coastguard Worker# As a start, try copying mh-linux (which is fairly generic) over this 16*0e209d39SAndroid Build Coastguard Worker# file, and re-run config.status. 17*0e209d39SAndroid Build Coastguard Worker 18*0e209d39SAndroid Build Coastguard Worker%.$(STATIC_O) %.o %.$(STATIC_O) %.o ../data/%.o %.d %.d %.$(SO).$(SO_TARGET_VERSION_MAJOR) %.$(SO): 19*0e209d39SAndroid Build Coastguard Worker @echo 20*0e209d39SAndroid Build Coastguard Worker @echo 21*0e209d39SAndroid Build Coastguard Worker @echo "*** ERROR - configure could not detect your platform" 22*0e209d39SAndroid Build Coastguard Worker @echo "*** see the readme.html" 23*0e209d39SAndroid Build Coastguard Worker @echo "*** or, try copying icu/source/config/mh-linux to mh-unknown" 24*0e209d39SAndroid Build Coastguard Worker @echo "*** and editing it." 25*0e209d39SAndroid Build Coastguard Worker @echo 26*0e209d39SAndroid Build Coastguard Worker @echo 27*0e209d39SAndroid Build Coastguard Worker exit 1 28*0e209d39SAndroid Build Coastguard Worker 29*0e209d39SAndroid Build Coastguard Worker 30