michael@0: ## -*-makefile-*- michael@0: ## Copyright (c) 2003, International Business Machines Corporation and michael@0: ## others. All Rights Reserved. michael@0: ## michael@0: michael@0: # Note, this is not a real mh- file. You got here because configure michael@0: # (specifically, aclocal.m4) could not determine a suitable mh- file. michael@0: # michael@0: # Perhaps your platform wasn't detected- try changing aclocal.m4 and michael@0: # re-running autoconf. michael@0: # michael@0: # If your platform is truly new/different: michael@0: # As a start, try copying mh-linux (which is fairly generic) over this michael@0: # file, and re-run config.status. michael@0: michael@0: %.$(STATIC_O) %.o %.$(STATIC_O) %.o ../data/%.o %.d %.d %.$(SO).$(SO_TARGET_VERSION_MAJOR) %.$(SO): michael@0: @echo michael@0: @echo michael@0: @echo "*** ERROR - configure could not detect your platform" michael@0: @echo "*** see the readme.html" michael@0: @echo "*** or, try copying icu/source/config/mh-linux to mh-unknown" michael@0: @echo "*** and editing it." michael@0: @echo michael@0: @echo michael@0: exit 1 michael@0: michael@0: