Lines Matching refs:echo
17 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
30 echo " --noverify Don't verify that ICU is actually installed."
31 echo " --bindir Print binary directory path (bin)"
32 echo " --cc Print C compiler used [CC]"
33 echo " --cflags Print C compiler flags [CFLAGS]"
34 echo " --cflags-dynamic Print additional C flags for"
35 echo " building shared libraries."
36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
38 echo " building shared libraries."
39 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
40 echo " --cxx Print C++ compiler used [CXX]"
41 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
42 echo " --cxxflags-dynamic Print additional C++ flags for"
43 echo " building shared libraries."
44 echo " --detect-prefix Attempt to detect prefix based on PATH"
45 echo " --exec-prefix Print prefix for executables (/bin)"
46 echo " --exists Return with 0 status if ICU exists else fail"
47 echo " --help, -?, --usage Print this message"
48 echo " --icudata Print shortname of ICU data file (icudt21l)"
49 …echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(…
50 …echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
51 echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]"
52 echo " --invoke Print commands to invoke an ICU program"
53 echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
54 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. …
55 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
56 echo " --ldflags-searchpath Print only -L (search path) directive"
57 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
58 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
59 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
60 echo " --mandir Print manpage (man) path"
61 echo " --prefix Print PREFIX to icu install (/usr/local)"
62 echo " --prefix=XXX Set prefix to XXX for remainder of command"
63 echo " --sbindir Print system binary path (sbin) "
64 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir."
65 … echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
66 …echo " --shlib-cc Print the command to compile and build C++ shared libraries with IC…
67 echo " --sysconfdir Print system config (etc) path"
68 echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)"
69 echo " --version Print ICU version ($VERSION)"
70 echo " --incfile Print path to Makefile.inc"
71 echo " --incpkgdatafile Print path to pkgdata.inc (for -O option of pkgdata)"
72 echo " --install Print path to install-sh"
73 echo " --mkinstalldirs Print path to mkinstalldirs"
79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
85 echo "${ME}: icu-config: ICU configuration helper script"
86 echo
87 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
88 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
89 echo ' LDFLAGS=$(shell icu-config --ldflags)'
90 echo " (etc).."
91 echo
92 echo "Usage:"
95 echo
96 echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output"
97 echo
98 …echo "Copyright (c) 2002-2013, International Business Machines Corporation and others. All Rights …
99 echo
100 echo "NOTE: Please consider using the pkg-config (.pc) files instead of icu-config."
101 echo " See: <https://unicode-org.github.io/icu/userguide/howtouseicu> "
109 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
110 echo "### Try the --prefix= option " 1>&2
111 echo "### or --detect-prefix" 1>&2
112 echo "### (If you want to disable this check, use the --noverify option)" 1>&2
113 echo "### $ME: Exitting." 1>&2
151 echo "passed"
161 var=`echo $arg | sed -e 's/^[^=]*=//'`
162 # echo "### processing $arg" 1>&2
171 echo "### $ME: Error: --noverify must be the first argument." 1>&2
176 echo $SO
180 echo $bindir
184 echo $libdir
192 echo $sbindir
196 echo ${MKINSTALLDIRS}
200 echo ${INSTALL}
218 … echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD}
223 echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT}
227 echo $ECHO_N "${CFLAGS} ${ECHO_C}"
231 echo $ECHO_N "${CC} ${ECHO_C}"
235 echo $ECHO_N "${CXX} ${ECHO_C}"
239 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
243 # Don't echo the -I. - it's unneeded.
244 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
248 echo $ECHO_N "-I${prefix}/include ${ECHO_C}"
252 echo $ECHO_N "${SHAREDLIBCPPFLAGS} ${ECHO_C}"
256 echo $ECHO_N "${SHAREDLIBCXXFLAGS} ${ECHO_C}"
260 echo $ECHO_N "${SHAREDLIBCFLAGS} ${ECHO_C}"
264 echo $ECHO_N "${LIBS} ${ECHO_C}"
268 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${ECHO_C}"
273 echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} ${ECHO_C}"
277 echo $ECHO_N " ${ICULIBS_ICUIO} ${ECHO_C}"
281 echo $ECHO_N "${ICULIBS_OBSOLETE} ${ECHO_C}"
285 echo $ECHO_N " ${ICULIBS_TOOLUTIL} ${ECHO_C}"
289 echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
294 echo $ECHO_N "-L${libdir} ${ECHO_C}"
298 HERE=`echo $0 | sed -e "s/$ME//g"`
301 echo "## Using --prefix=${prefix}" 1>&2
308 echo $exec_prefix
312 echo $prefix
322 echo $sysconfdir
326 echo $mandir
330 echo $ECHO_N "${datadir} ${ECHO_C}"
334 echo $ECHO_N "${pkglibdir}/Makefile.inc ${ECHO_C}"
338 echo $ECHO_N "${pkglibdir}/pkgdata.inc ${ECHO_C}"
342 echo $ECHO_N "${ICUDATA_NAME} ${ECHO_C}"
346 echo $ECHO_N "${PKGDATA_MODE} ${ECHO_C}"
350 echo $ECHO_N "${ICUPKGDATA_DIR} ${ECHO_C}"
354 echo $ECHO_N "${ICUDATA_DIR} ${ECHO_C}"
358 echo $ECHO_N "${SHLIB_c} ${ECHO_C}"
362 echo $ECHO_N "${SHLIB_cc} ${ECHO_C}"
366 echo $ECHO_N $VERSION
370 echo $ECHO_N $UNICODE_VERSION
374 echo $host
399 echo ${ME}: ERROR Unknown Option $arg 1>&2
400 echo 1>&2
402 echo "### $ME: Exitting." 1>&2
414 echo