Lines Matching full:echo
8 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
21 echo " --bindir Print binary directory path (bin)"
22 echo " --cc Print C compiler used [CC]"
23 echo " --cflags Print C compiler flags [CFLAGS]"
24 echo " --cflags-dynamic Print additional C flags for"
25 echo " building shared libraries."
26 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
27 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
28 echo " building shared libraries."
29 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
30 echo " --cxx Print C++ compiler used [CXX]"
31 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
32 echo " --cxxflags-dynamic Print additional C++ flags for"
33 echo " building shared libraries."
34 echo " --detect-prefix Attempt to detect prefix based on PATH"
35 echo " --exec-prefix Print prefix for executables (/bin)"
36 echo " --exists Return with 0 status if ICU exists else fail"
37 echo " --help, -?, --usage Print this message"
38 echo " --icudata Print shortname of ICU data file (icudt21l)"
39 echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)"
40 echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgdata(1)."
41 echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]"
42 echo " --invoke Print commands to invoke an ICU program"
43 echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
44 echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. "
45 echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
46 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
47 echo " --ldflags-searchpath Print only -L (search path) directive"
48 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
49 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
50 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
51 echo " --mandir Print manpage (man) path"
52 echo " --prefix Print PREFIX to icu install (/usr/local)"
53 echo " --prefix=XXX Set prefix to XXX for remainder of command"
54 echo " --sbindir Print system binary path (sbin) "
55 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir."
56 echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
57 echo " --shlib-cc Print the command to compile and build C++ shared libraries with ICU"
58 echo " --sysconfdir Print system config (etc) path"
59 echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)"
60 echo " --version Print ICU version ($VERSION)"
61 echo " --incfile Print path to Makefile.inc"
62 echo " --incpkgdatafile Print path to pkgdata.inc (for -O option of pkgdata)"
63 echo " --install Print path to install-sh"
64 echo " --mkinstalldirs Print path to mkinstalldirs"
70 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
76 echo "${ME}: icu-config: ICU configuration helper script"
77 echo
78 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
79 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
80 echo ' LDFLAGS=$(shell icu-config --ldflags)'
81 echo " (etc).."
82 echo
83 echo "Usage:"
86 echo
87 echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output"
88 echo
89 echo "Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved."
97 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
98 echo "### Try the --prefix= option " 1>&2
99 echo "### or --detect-prefix"
100 echo "### $ME: Exitting." 1>&2
127 echo "passed"
137 var=`echo $arg | sed -e 's/^[^=]*=//'`
138 # echo "### processing $arg" 1>&2
147 echo $SO
151 echo $bindir
155 echo $libdir
163 echo $sbindir
167 echo ${MKINSTALLDIRS}
171 echo ${INSTALL}
189 echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD}
194 echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT}
198 echo $ECHO_N "${CFLAGS}${ECHO_C} "
202 echo $ECHO_N "${CC}${ECHO_C} "
206 echo $ECHO_N "${CXX}${ECHO_C} "
210 echo $ECHO_N "${CXXFLAGS}${ECHO_C} "
214 # Don't echo the -I. - it's unneeded.
215 echo $ECHO_N "${CPPFLAGS}${ECHO_C} " | sed -e 's/-I. //'
219 echo $ECHO_N "-I${prefix}/include${ECHO_C} "
223 echo $ECHO_N "${SHAREDLIBCPPFLAGS}${ECHO_C} "
227 echo $ECHO_N "${SHAREDLIBCXXFLAGS}${ECHO_C} "
231 echo $ECHO_N "${SHAREDLIBCFLAGS}${ECHO_C} "
235 echo $ECHO_N "${LIBS}${ECHO_C} "
239 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${LIBS}${ECHO_C} "
244 echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA}${ECHO_C} "
248 echo $ECHO_N "${ICULIBS_ICUIO}${ECHO_C} "
252 echo $ECHO_N "${ICULIBS_OBSOLETE}${ECHO_C} "
256 echo $ECHO_N "${ICULIBS_TOOLUTIL}${ECHO_C} "
260 echo $ECHO_N "${ICULIBS_LAYOUT} ${ICULIBS_LAYOUTEX}${ECHO_C} "
264 echo $ECHO_N "-L${libdir}${ECHO_C} "
268 HERE=`echo $0 | sed -e "s/$ME//g"`
271 echo "## Using --prefix=${prefix}" 1>&2
278 echo $exec_prefix
282 echo $prefix
292 echo $sysconfdir
296 echo $mandir
300 echo $ECHO_N "${datadir}${ECHO_C} "
304 echo $ECHO_N "${pkglibdir}/Makefile.inc${ECHO_C} "
308 echo $ECHO_N "${pkglibdir}/pkgdata.inc${ECHO_C} "
312 echo $ECHO_N "${ICUDATA_NAME}${ECHO_C} "
316 echo $ECHO_N "${PKGDATA_MODE}${ECHO_C} "
320 echo $ECHO_N "${ICUPKGDATA_DIR}${ECHO_C} "
324 echo $ECHO_N "${ICUDATA_DIR}${ECHO_C} "
328 echo $ECHO_N "${SHLIB_c}${ECHO_C} "
332 echo $ECHO_N "${SHLIB_cc}${ECHO_C} "
336 echo $ECHO_N $VERSION
340 echo $ECHO_N $UNICODE_VERSION
364 echo ${ME}: ERROR Unknown Option $arg 1>&2
365 echo 1>&2
367 echo "### $ME: Exitting." 1>&2
379 echo