Lines Matching refs:cppflags
30 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
31 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
33 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
81 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
82 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
236 --cppflags)
238 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
241 --cppflags-searchpath)
245 --cppflags-dynamic)