Lines Matching refs:cppflags
208 CPPFLAGS="-ffunction-sections -fdata-sections ${THREADSCPPFLAGS} ${LIBCPPFLAGS} -I${prefix}/include"
228 SHLIB_c="${CC} ${DEFS} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -shared"
229 SHLIB_cc="${CXX} ${DEFS} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -shared"
296 GEN_DEPS_c="${CC} -E -MM ${DEFS} ${CPPFLAGS}"
297 GEN_DEPS_cc="${CXX} -E -MM ${DEFS} ${CPPFLAGS}"
375 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
376 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
378 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
427 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
428 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
579 --cppflags)
581 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
584 --cppflags-searchpath)
588 --cppflags-dynamic)