Home | History | Annotate | Download | only in config

Lines Matching refs:cppflags

28     echo "  --cppflags             Print C Preprocessor flags [CPPFLAGS]"
29 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
80 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
81 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
232 --cppflags)
234 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
237 --cppflags-searchpath)
241 --cppflags-dynamic)