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