Home | History | Annotate | Download | only in config

Lines Matching full:print

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"
26 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
27 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
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"
35 echo " --exec-prefix Print prefix for executables (/bin)"
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"
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)"
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"
67 ## Print the normal usage message