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

1 2

  /external/libpng/scripts/
libpng-config-head.in 21 cppflags=""
  /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/ImageMagick/Magick++/bin/
Magick++-config.in 11 usage='Usage: Magick++-config [--cppflags] [--cxxflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]
15 "c++ -o magick magick.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs`"'
49 --cppflags)
  /external/ImageMagick/MagickCore/
MagickCore-config.in 11 Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2
46 --cppflags)
  /external/ImageMagick/MagickWand/
MagickWand-config.in 11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --ldflags --libs\`" 1>&2
46 --cppflags)
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 73 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
88 $(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" ; \
109 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c || FAIL=1 ; \
121 $(COMPILE.cc) -c $(cppflags) hd_$$incfile.c ||FAIL=1 ; \
133 $(COMPILE.cc) -c $(cppflags) hdp_$$incfile.c || FAIL=1; \
146 $(COMPILE.cc) -c $(cppflags) hin_$$incfile.c || FAIL=1 ; \
158 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c || FAIL=1 ; \
  /external/icu/icu4c/source/config/
test-icu-config.sh 21 icu-config --cppflags
22 icu-config --cppflags-searchpath
icu-config-bottom 30 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
31 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
33 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)"
81 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
82 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
236 --cppflags)
238 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
241 --cppflags-searchpath)
245 --cppflags-dynamic
    [all...]
  /external/jemalloc/bin/
jemalloc-config.in 20 --cppflags : Print preprocessor flags used to build jemalloc.
67 --cppflags)
68 echo "@CPPFLAGS@"
  /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))
Makefile.mips 42 cppflags-from-defines = $(addprefix -D,$(1))
43 cppflags-from-includes = $(addprefix -I,$(1))
65 CFLAGS += $(call cppflags-from-defines,$(CDEFINES))
66 CFLAGS += $(call cppflags-from-includes,$(CINCLUDES))
  /external/llvm/tools/llvm-go/
llvm-go.go 100 cpp: llvmConfig("--cppflags"),
138 #cgo CPPFLAGS: %s
148 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string) {
182 "CGO_CPPFLAGS=" + flags.cpp + " " + cppflags,
240 cppflags := os.Getenv("CGO_CPPFLAGS")
254 {"cppflags", &cppflags},
276 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags)
  /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/icu/icu4c/source/samples/
defs.mk 13 CPPFLAGS=$(shell icu-config --cppflags)
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 93 cppflags, cflags, cxxflags, fflags, ldflags := b.cflags(&Package{})
97 {"CGO_CPPFLAGS", strings.Join(cppflags, " ")},
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 93 cppflags, cflags, cxxflags, fflags, ldflags := b.cflags(&Package{})
97 {"CGO_CPPFLAGS", strings.Join(cppflags, " ")},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 458 cppflags = defines + includes
468 somevars['CPPFLAGS'] = ' '.join(cppflags) # override
  /build/soong/cc/
builder.go 231 cppFlags string
301 cppflags := strings.Join([]string{
305 flags.cppFlags,
320 cppflags += " ${config.NoOverrideClangGlobalCflags}"
323 cppflags += " ${config.NoOverrideGlobalCflags}"
362 moduleCflags = cppflags
cmakelists.go 163 cppParameters := parseCompilerParameters(ccModule.flags.CppFlags, ctx, f)
179 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) {
186 if cppflags {
linker.go 47 // cppflags, conlyflags, ldflags, or include_dirs
cc.go 105 CppFlags []string // Flags that apply to C++ source files
147 // cppflags, conlyflags, ldflags, or include_dirs
520 flags.CppFlags, _ = filterList(flags.CppFlags, config.IllegalFlags)
533 ctx.Variable(pctx, "cppflags", strings.Join(flags.CppFlags, " "))
536 flags.CppFlags = []string{"$cppflags"}
    [all...]
compiler.go 44 Cppflags []string `android:"arch_variant"`
185 CheckBadCompilerFlags(ctx, "cppflags", compiler.Properties.Cppflags)
192 flags.CppFlags = append(flags.CppFlags, esc(compiler.Properties.Cppflags)...)
277 flags.CppFlags = config.ClangFilterUnknownCflags(flags.CppFlags)
300 flags.CppFlags = append([]string{"${config.CommonClangGlobalCppflags}"}, flags.CppFlags...
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 42 my $CPPFLAGS = q{@LLVM_CPPFLAGS@};
109 } elsif ($arg eq "--cppflags") {
110 $has_opt = 1; print "$INCLUDEOPTION $CPPFLAGS\n";
186 --cppflags C preprocessor flags for files that include LLVM headers.
  /build/soong/androidmk/cmd/androidmk/
android.go 86 "LOCAL_CPPFLAGS": "cppflags",

Completed in 2052 milliseconds

1 2