Lines Matching refs:echo

9 #  echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
22 echo " --noverify Don't verify that ICU is actually installed."
23 echo " --bindir Print binary directory path (bin)"
24 echo " --cc Print C compiler used [CC]"
25 echo " --cflags Print C compiler flags [CFLAGS]"
26 echo " --cflags-dynamic Print additional C flags for"
27 echo " building shared libraries."
28 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
29 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
30 echo " building shared libraries."
31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
32 echo " --cxx Print C++ compiler used [CXX]"
33 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
34 echo " --cxxflags-dynamic Print additional C++ flags for"
35 echo " building shared libraries."
36 echo " --detect-prefix Attempt to detect prefix based on PATH"
37 echo " --exec-prefix Print prefix for executables (/bin)"
38 echo " --exists Return with 0 status if ICU exists else fail"
39 echo " --help, -?, --usage Print this message"
40 echo " --icudata Print shortname of ICU data file (icudt21l)"
41echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(…
42echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
43 echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]"
44 echo " --invoke Print commands to invoke an ICU program"
45 echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
46echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. …
47echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflag…
48 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
49 echo " --ldflags-searchpath Print only -L (search path) directive"
50 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
51 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
52echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
53 echo " --mandir Print manpage (man) path"
54 echo " --prefix Print PREFIX to icu install (/usr/local)"
55 echo " --prefix=XXX Set prefix to XXX for remainder of command"
56 echo " --sbindir Print system binary path (sbin) "
57 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir."
58echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
59echo " --shlib-cc Print the command to compile and build C++ shared libraries with IC…
60 echo " --sysconfdir Print system config (etc) path"
61 echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)"
62 echo " --version Print ICU version ($VERSION)"
63 echo " --incfile Print path to Makefile.inc"
64 echo " --incpkgdatafile Print path to pkgdata.inc (for -O option of pkgdata)"
65 echo " --install Print path to install-sh"
66 echo " --mkinstalldirs Print path to mkinstalldirs"
72 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
78 echo "${ME}: icu-config: ICU configuration helper script"
79 echo
80 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
81 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
82 echo ' LDFLAGS=$(shell icu-config --ldflags)'
83 echo " (etc).."
84 echo
85 echo "Usage:"
88 echo
89 echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output"
90 echo
91echo "Copyright (c) 2002-2013, International Business Machines Corporation and others. All Rights …
92 echo
93 echo "NOTE: Please consider using the pkg-config (.pc) files instead of icu-config."
94 echo " See: <http://userguide.icu-project.org/howtouseicu#TOC-pkg-config> "
102 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
103 echo "### Try the --prefix= option " 1>&2
104 echo "### or --detect-prefix" 1>&2
105 echo "### (If you want to disable this check, use the --noverify option)" 1>&2
106 echo "### $ME: Exitting." 1>&2
144 echo "passed"
154 var=`echo $arg | sed -e 's/^[^=]*=//'`
155 # echo "### processing $arg" 1>&2
164 echo "### $ME: Error: --noverify must be the first argument." 1>&2
169 echo $SO
173 echo $bindir
177 echo $libdir
185 echo $sbindir
189 echo ${MKINSTALLDIRS}
193 echo ${INSTALL}
211echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD}
216 echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT}
220 echo $ECHO_N "${CFLAGS} ${ECHO_C}"
224 echo $ECHO_N "${CC} ${ECHO_C}"
228 echo $ECHO_N "${CXX} ${ECHO_C}"
232 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
236 # Don't echo the -I. - it's unneeded.
237 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
241 echo $ECHO_N "-I${prefix}/include ${ECHO_C}"
245 echo $ECHO_N "${SHAREDLIBCPPFLAGS} ${ECHO_C}"
249 echo $ECHO_N "${SHAREDLIBCXXFLAGS} ${ECHO_C}"
253 echo $ECHO_N "${SHAREDLIBCFLAGS} ${ECHO_C}"
257 echo $ECHO_N "${LIBS} ${ECHO_C}"
261 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${ECHO_C}"
266 echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} ${ECHO_C}"
270 echo $ECHO_N " ${ICULIBS_ICUIO} ${ECHO_C}"
274 echo $ECHO_N "${ICULIBS_OBSOLETE} ${ECHO_C}"
278 echo $ECHO_N " ${ICULIBS_TOOLUTIL} ${ECHO_C}"
282 echo $ECHO_N "${ICULIBS_LAYOUT} ${ICULIBS_LAYOUTEX} ${ECHO_C}"
286 echo $ECHO_N "-L${libdir} ${ECHO_C}"
290 HERE=`echo $0 | sed -e "s/$ME//g"`
293 echo "## Using --prefix=${prefix}" 1>&2
300 echo $exec_prefix
304 echo $prefix
314 echo $sysconfdir
318 echo $mandir
322 echo $ECHO_N "${datadir} ${ECHO_C}"
326 echo $ECHO_N "${pkglibdir}/Makefile.inc ${ECHO_C}"
330 echo $ECHO_N "${pkglibdir}/pkgdata.inc ${ECHO_C}"
334 echo $ECHO_N "${ICUDATA_NAME} ${ECHO_C}"
338 echo $ECHO_N "${PKGDATA_MODE} ${ECHO_C}"
342 echo $ECHO_N "${ICUPKGDATA_DIR} ${ECHO_C}"
346 echo $ECHO_N "${ICUDATA_DIR} ${ECHO_C}"
350 echo $ECHO_N "${SHLIB_c} ${ECHO_C}"
354 echo $ECHO_N "${SHLIB_cc} ${ECHO_C}"
358 echo $ECHO_N $VERSION
362 echo $ECHO_N $UNICODE_VERSION
366 echo $host
391 echo ${ME}: ERROR Unknown Option $arg 1>&2
392 echo 1>&2
394 echo "### $ME: Exitting." 1>&2
406 echo