HomeSort by relevance Sort by last modified time
    Searched refs:cppflags (Results 1 - 7 of 7) 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/test/hdrtst/
Makefile 56 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp ; \
70 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
85 $(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" ; \
107 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c ; \
124 $(COMPILE.cc) -c $(cppflags) hd_$$incfile.c ; \
141 $(COMPILE.cc) -c $(cppflags) hdp_$$incfile.c ; \
158 $(COMPILE.cc) -c $(cppflags) hin_$$incfile.c ; \
175 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c ; \
Makefile.in 74 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp ; \
88 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
103 $(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" ; \
126 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c ; \
143 $(COMPILE.cc) -c $(cppflags) hd_$$incfile.c ; \
160 $(COMPILE.cc) -c $(cppflags) hdp_$$incfile.c ; \
177 $(COMPILE.cc) -c $(cppflags) hin_$$incfile.c ; \
194 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c ; \
  /external/icu4c/config/
test-icu-config.sh 19 icu-config --cppflags
20 icu-config --cppflags-searchpath
icu-config-bottom 26 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
27 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
29 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
78 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
79 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
213 --cppflags)
215 echo $ECHO_N "${CPPFLAGS}${ECHO_C} " | sed -e 's/-I. //'
218 --cppflags-searchpath)
222 --cppflags-dynamic
    [all...]
  /external/icu4c/samples/
defs.mk 10 CPPFLAGS=$(shell icu-config --cppflags)

Completed in 232 milliseconds