HomeSort by relevance Sort by last modified time
    Searched refs:cppflags (Results 1 - 8 of 8) sorted by null

  /external/libpng/scripts/
libpng-config-head.in 21 cppflags=""
libpng-config.in 24 cppflags=""
39 --cppflags print pre-processor flags
78 --cppflags)
79 echo ${cppflags}
83 echo ${I_opts} ${cppflags} ${ccopts}
  /external/icu4c/config/
test-icu-config.sh 19 icu-config --cppflags
20 icu-config --cppflags-searchpath
icu-config-bottom 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
    [all...]
icu-config 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.
    [all...]
  /external/icu4c/test/hdrtst/
Makefile.in 71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
94 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
115 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c || FAIL=1 ; \
127 $(COMPILE.cc) -c $(cppflags) hd_$$incfile.c ||FAIL=1 ; \
139 $(COMPILE.cc) -c $(cppflags) hdp_$$incfile.c || FAIL=1; \
152 $(COMPILE.cc) -c $(cppflags) hin_$$incfile.c || FAIL=1 ; \
164 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c || FAIL=1 ; \
  /external/icu4c/samples/
defs.mk 10 CPPFLAGS=$(shell icu-config --cppflags)
  /external/openssh/
configure 665 CPPFLAGS
768 CPPFLAGS
    [all...]

Completed in 246 milliseconds