Home
last modified time | relevance | path

Searched refs:U_MAKE (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
Dppalmos.h268 #ifndef U_MAKE
269 #define U_MAKE "nmake" macro
Dpwin32.h370 #ifndef U_MAKE
371 #define U_MAKE "nmake" macro
Dplinux.h366 #ifndef U_MAKE
367 #define U_MAKE "make" macro
Dpnacl.h368 #ifndef U_MAKE
369 #define U_MAKE "make" macro
Dpmac.h389 #ifndef U_MAKE
390 #define U_MAKE "/usr/bin/gnumake" macro
Dpandroid.h366 #ifndef U_MAKE
367 #define U_MAKE "make" macro
Dpqnx.h366 #ifndef U_MAKE
367 #define U_MAKE "make" macro
Dpfreebsd.h364 #ifndef U_MAKE
365 #define U_MAKE "gmake" macro
Dplatform.h.in363 * \def U_MAKE
366 #ifndef U_MAKE
367 #define U_MAKE "@U_MAKE@" macro
Dpopenbsd.h313 #define U_MAKE "/usr/local/bin/gmake" macro
/external/icu/icu4c/source/
DrunConfigureICU194 U_MAKE=gmake; export U_MAKE
Dconfigure.ac184 AC_PATH_PROGS(U_MAKE, gmake gnumake, make)
185 AC_SUBST(U_MAKE) subst
1355 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
1356 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
1358 echo "** WARNING: $U_MAKE may not be GNU make."
1366 AC_MSG_CHECKING([the version of "$U_MAKE"])
1367 if "$U_MAKE" -f "$srcdir/config/gmakever.mk" PLATFORM="$platform"; then
Dconfigure3925 case $U_MAKE in
3927 ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a path.
3948 U_MAKE=$ac_cv_path_U_MAKE
3949 if test -n "$U_MAKE"; then
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $U_MAKE" >&5
3951 $as_echo "$U_MAKE" >&6; }
3958 test -n "$U_MAKE" && break
3960 test -n "$U_MAKE" || U_MAKE="make"
8724 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
8725 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
[all …]
Dconfig.status549 s,@U_MAKE@,make,;t t
Dconfig.log923 U_MAKE='make'
/external/chromium_org/third_party/icu/source/
Dconfigure.in161 AC_PATH_PROGS(U_MAKE, gmake gnumake, make)
162 AC_SUBST(U_MAKE) subst
1387 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
1388 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
1390 echo "** WARNING: $U_MAKE may not be GNU make."
1395 AC_MSG_CHECKING([the version of "$U_MAKE"])
1396 if "$U_MAKE" -f "$srcdir/config/gmakever.mk" PLATFORM="$platform"; then
Dconfigure4146 case $U_MAKE in
4148 ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a path.
4169 U_MAKE=$ac_cv_path_U_MAKE
4170 if test -n "$U_MAKE"; then
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $U_MAKE" >&5
4172 $as_echo "$U_MAKE" >&6; }
4179 test -n "$U_MAKE" && break
4181 test -n "$U_MAKE" || U_MAKE="make"
9106 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
9107 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
[all …]