• Home
  • Raw
  • Download

Lines Matching refs:echo

11 #  echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
24 echo " --noverify Don't verify that ICU is actually installed."
25 echo " --bindir Print binary directory path (bin)"
26 echo " --cc Print C compiler used [CC]"
27 echo " --cflags Print C compiler flags [CFLAGS]"
28 echo " --cflags-dynamic Print additional C flags for"
29 echo " building shared libraries."
30 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
31 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
32 echo " building shared libraries."
33 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
34 echo " --cxx Print C++ compiler used [CXX]"
35 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
36 echo " --cxxflags-dynamic Print additional C++ flags for"
37 echo " building shared libraries."
38 echo " --detect-prefix Attempt to detect prefix based on PATH"
39 echo " --exec-prefix Print prefix for executables (/bin)"
40 echo " --exists Return with 0 status if ICU exists else fail"
41 echo " --help, -?, --usage Print this message"
42 echo " --icudata Print shortname of ICU data file (icudt21l)"
43echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(…
44echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
45 echo " --icudatadir Print path to packaged archive data. Can set as [ICU_DATA]"
46 echo " --invoke Print commands to invoke an ICU program"
47 echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
48echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. …
49 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
50 echo " --ldflags-searchpath Print only -L (search path) directive"
51 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
52 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
53echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
54 echo " --mandir Print manpage (man) path"
55 echo " --prefix Print PREFIX to icu install (/usr/local)"
56 echo " --prefix=XXX Set prefix to XXX for remainder of command"
57 echo " --sbindir Print system binary path (sbin) "
58 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir."
59echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
60echo " --shlib-cc Print the command to compile and build C++ shared libraries with IC…
61 echo " --sysconfdir Print system config (etc) path"
62 echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)"
63 echo " --version Print ICU version ($VERSION)"
64 echo " --incfile Print path to Makefile.inc"
65 echo " --incpkgdatafile Print path to pkgdata.inc (for -O option of pkgdata)"
66 echo " --install Print path to install-sh"
67 echo " --mkinstalldirs Print path to mkinstalldirs"
73 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
79 echo "${ME}: icu-config: ICU configuration helper script"
80 echo
81 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
82 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
83 echo ' LDFLAGS=$(shell icu-config --ldflags)'
84 echo " (etc).."
85 echo
86 echo "Usage:"
89 echo
90 echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output"
91 echo
92echo "Copyright (c) 2002-2013, International Business Machines Corporation and others. All Rights …
93 echo
94 echo "NOTE: Please consider using the pkg-config (.pc) files instead of icu-config."
95 echo " See: <http://userguide.icu-project.org/howtouseicu#TOC-pkg-config> "
103 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
104 echo "### Try the --prefix= option " 1>&2
105 echo "### or --detect-prefix" 1>&2
106 echo "### (If you want to disable this check, use the --noverify option)" 1>&2
107 echo "### $ME: Exitting." 1>&2
145 echo "passed"
155 var=`echo $arg | sed -e 's/^[^=]*=//'`
156 # echo "### processing $arg" 1>&2
165 echo "### $ME: Error: --noverify must be the first argument." 1>&2
170 echo $SO
174 echo $bindir
178 echo $libdir
186 echo $sbindir
190 echo ${MKINSTALLDIRS}
194 echo ${INSTALL}
212echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD}
217 echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT}
221 echo $ECHO_N "${CFLAGS} ${ECHO_C}"
225 echo $ECHO_N "${CC} ${ECHO_C}"
229 echo $ECHO_N "${CXX} ${ECHO_C}"
233 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
237 # Don't echo the -I. - it's unneeded.
238 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
242 echo $ECHO_N "-I${prefix}/include ${ECHO_C}"
246 echo $ECHO_N "${SHAREDLIBCPPFLAGS} ${ECHO_C}"
250 echo $ECHO_N "${SHAREDLIBCXXFLAGS} ${ECHO_C}"
254 echo $ECHO_N "${SHAREDLIBCFLAGS} ${ECHO_C}"
258 echo $ECHO_N "${LIBS} ${ECHO_C}"
262 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${ECHO_C}"
267 echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} ${ECHO_C}"
271 echo $ECHO_N " ${ICULIBS_ICUIO} ${ECHO_C}"
275 echo $ECHO_N "${ICULIBS_OBSOLETE} ${ECHO_C}"
279 echo $ECHO_N " ${ICULIBS_TOOLUTIL} ${ECHO_C}"
283 echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
288 echo $ECHO_N "-L${libdir} ${ECHO_C}"
292 HERE=`echo $0 | sed -e "s/$ME//g"`
295 echo "## Using --prefix=${prefix}" 1>&2
302 echo $exec_prefix
306 echo $prefix
316 echo $sysconfdir
320 echo $mandir
324 echo $ECHO_N "${datadir} ${ECHO_C}"
328 echo $ECHO_N "${pkglibdir}/Makefile.inc ${ECHO_C}"
332 echo $ECHO_N "${pkglibdir}/pkgdata.inc ${ECHO_C}"
336 echo $ECHO_N "${ICUDATA_NAME} ${ECHO_C}"
340 echo $ECHO_N "${PKGDATA_MODE} ${ECHO_C}"
344 echo $ECHO_N "${ICUPKGDATA_DIR} ${ECHO_C}"
348 echo $ECHO_N "${ICUDATA_DIR} ${ECHO_C}"
352 echo $ECHO_N "${SHLIB_c} ${ECHO_C}"
356 echo $ECHO_N "${SHLIB_cc} ${ECHO_C}"
360 echo $ECHO_N $VERSION
364 echo $ECHO_N $UNICODE_VERSION
368 echo $host
393 echo ${ME}: ERROR Unknown Option $arg 1>&2
394 echo 1>&2
396 echo "### $ME: Exitting." 1>&2
408 echo