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

  /external/libpng/scripts/
libpng-config-head.in 21 cppflags=""
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
setup.py 39 """parse the CPPFlags macro"""
41 cppflags = [x for x in flags.split() if not x.startswith("-I")]
42 cppflags.append("-DYASM_LIB_INTERNAL")
43 cppflags.append("-DYASM_BC_INTERNAL")
44 cppflags.append("-DYASM_EXPR_INTERNAL")
45 return (incl_dir, cppflags)
63 def RunSetup(incldir, cppflags, sources):
73 extra_compile_args=cppflags,
82 incldir, cppflags = ParseCPPFlags(opts["includes"])
86 cppflags.append('-w'
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
  /external/libpng/
libpng-config.in 24 cppflags=""
39 --cppflags print pre-processor flags
78 --cppflags)
79 echo ${cppflags}
83 echo ${I_opts} ${cppflags} ${ccopts}
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native irreader` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-jit
11 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen
  /external/chromium_org/third_party/opus/src/
Makefile.unix 42 cppflags-from-defines = $(addprefix -D,$(1))
43 cppflags-from-includes = $(addprefix -I,$(1))
63 CFLAGS += $(call cppflags-from-defines,$(CDEFINES))
64 CFLAGS += $(call cppflags-from-includes,$(CINCLUDES))
  /external/libopus/
Makefile.unix 42 cppflags-from-defines = $(addprefix -D,$(1))
43 cppflags-from-includes = $(addprefix -I,$(1))
63 CFLAGS += $(call cppflags-from-defines,$(CDEFINES))
64 CFLAGS += $(call cppflags-from-includes,$(CINCLUDES))
  /external/chromium_org/third_party/icu/source/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)'
235 --cppflags)
237 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
240 --cppflags-searchpath)
244 --cppflags-dynamic
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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)'
235 --cppflags)
237 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
240 --cppflags-searchpath)
244 --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/icu/icu4c/source/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/chromium_org/third_party/mesa/src/scons/
llvm.py 172 # Treat --cppflags specially to prevent NDEBUG from disabling
174 cppflags = env.ParseFlags('!llvm-config --cppflags')
176 cppflags['CPPDEFINES'].remove('NDEBUG')
179 env.MergeFlags(cppflags)
  /external/mesa3d/scons/
llvm.py 172 # Treat --cppflags specially to prevent NDEBUG from disabling
174 cppflags = env.ParseFlags('!llvm-config --cppflags')
176 cppflags['CPPDEFINES'].remove('NDEBUG')
179 env.MergeFlags(cppflags)
  /external/chromium_org/third_party/icu/source/samples/
defs.mk 10 CPPFLAGS=$(shell icu-config --cppflags)
  /external/icu/icu4c/source/samples/
defs.mk 10 CPPFLAGS=$(shell icu-config --cppflags)
  /bionic/libc/
Android.mk 549 # Define some common cppflags
    [all...]

Completed in 516 milliseconds