Lines Matching refs:ldflags
46 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. "
47 echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
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 "
52 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
80 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
82 echo ' LDFLAGS=$(shell icu-config --ldflags)'
253 --ldflags-system)
257 --ldflags)
258 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${LIBS} ${ECHO_C}"
262 --ldflags-libsonly)
266 --ldflags-icuio)
270 --ldflags-obsolete)
274 --ldflags-toolutil)
278 --ldflags-layout)
282 --ldflags-searchpath)