OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cppflags
(Results
351 - 375
of
1154
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/valgrind/drd/tests/
Makefile.in
562
$(
CPPFLAGS
) $(AM_CFLAGS) $(CFLAGS)
574
$(AM_CPPFLAGS) $(
CPPFLAGS
) $(AM_CXXFLAGS) $(CXXFLAGS)
681
CPPFLAGS
= @
CPPFLAGS
@
[
all
...]
/external/compiler-rt/lib/sanitizer_common/tests/
Android.bp
25
cppflags
: [
/external/e2fsprogs/debian/
rules
145
CPPFLAGS
?= $(shell if dpkg-buildflags > /dev/null 2>&1 ; then \
147
dpkg-buildflags --get
CPPFLAGS
; fi)
298
${EXTRA_CONF_FLAGS} CFLAGS="${CFLAGS}"
CPPFLAGS
="$(
CPPFLAGS
)" \
308
CPPFLAGS
="$(
CPPFLAGS
)" CFLAGS_SHLIB="$(CFLAGS_SHLIB)" \
321
CPPFLAGS
="$(
CPPFLAGS
)" LDFLAGS="$(LDFLAGS)" \
329
CPPFLAGS
="$(
CPPFLAGS
)" LDFLAGS="$(LDFLAGS)"
[
all
...]
/external/elfutils/m4/
iconv.m4
30
dnl Add $INCICONV to
CPPFLAGS
before performing the following checks,
34
am_save_CPPFLAGS="$
CPPFLAGS
"
35
AC_LIB_APPENDTOVAR([
CPPFLAGS
], [$INCICONV])
204
CPPFLAGS
="$am_save_CPPFLAGS"
/external/google-breakpad/
README
7
Configure: CXXFLAGS=-m32 CFLAGS=-m32
CPPFLAGS
=-m32 ./configure
/external/googletest/googlemock/
Android.bp
34
cppflags
: ["-std=c++11"],
/external/icu/icu4c/source/config/
mh-mingw
19
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(
CPPFLAGS
)
20
GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(
CPPFLAGS
)
25
CPPFLAGS
+= -DU_STATIC_IMPLEMENTATION
33
CPPFLAGS
+= -DWINVER=0x0601 -D_WIN32_WINNT=0x0601
mh-mingw64
19
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(
CPPFLAGS
)
20
GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(
CPPFLAGS
)
25
CPPFLAGS
+= -DU_STATIC_IMPLEMENTATION
33
CPPFLAGS
+= -DWINVER=0x0601 -D_WIN32_WINNT=0x0601
mh-cygwin
9
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(
CPPFLAGS
)
10
GEN_DEPS.cc= $(CXX) -E -MM -std=c++11 $(DEFS) $(
CPPFLAGS
)
15
CPPFLAGS
+= -DU_STATIC_IMPLEMENTATION
mh-cygwin64
9
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(
CPPFLAGS
)
10
GEN_DEPS.cc= $(CXX) -E -MM -std=c++11 $(DEFS) $(
CPPFLAGS
)
15
CPPFLAGS
+= -DU_STATIC_IMPLEMENTATION
/external/icu/icu4c/source/data/
icupkg.inc.in
18
CPPFLAGS
+= -I$(top_builddir)/common -I$(top_srcdir)/common
/external/icu/icu4c/source/extra/uconv/
pkgdata.inc.in
20
CPPFLAGS
+= -I$(top_builddir)/common -I$(top_srcdir)/common
/external/libpng/contrib/intel/
INSTALL
29
Finally, configure libpng with -DPNG_INTEL_SSE in
CPPFLAGS
:
32
CPPFLAGS
="-DPNG_INTEL_SSE" ./configure [options]
33
make
CPPFLAGS
="-DPNG_INTEL_SSE" [options]
47
with -DPNG_INTEL_SSE in
CPPFLAGS
.
/external/ltp/testcases/kernel/syscalls/utils/
newer_64.mk
26
CPPFLAGS
+= -I$(abs_srcdir) -I$(abs_srcdir)/../utils
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Makefile
30
CPPFLAGS
+= -I$(abs_srcdir)/lib
/external/pdfium/third_party/libpng16/contrib/intel/
INSTALL
29
Finally, configure libpng with -DPNG_INTEL_SSE in
CPPFLAGS
:
32
CPPFLAGS
="-DPNG_INTEL_SSE" ./configure [options]
33
make
CPPFLAGS
="-DPNG_INTEL_SSE" [options]
47
with -DPNG_INTEL_SSE in
CPPFLAGS
.
/external/python/cpython2/Demo/pysvr/
Makefile
38
CPPFLAGS
=$(PYINCL)
/frameworks/native/libs/vr/libvrflinger/
Android.bp
87
cppflags
: [
/frameworks/native/vulkan/libvulkan/
Android.bp
45
cppflags
: [
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
Android.bp
25
cppflags
: [
/system/extras/simpleperf/
Android.bp
38
cppflags
: [
/external/expat/
README.md
64
./configure
CPPFLAGS
=-DXML_LARGE_SIZE
95
`./configure
CPPFLAGS
=-DXML_UNICODE --without-xmlwf`<br/>
97
`./configure CFLAGS="-g -O2 -fshort-wchar"
CPPFLAGS
=-DXML_UNICODE_WCHAR_T
/external/freetype/docs/
VERSIONS.TXT
97
old_CPPFLAGS="$
CPPFLAGS
"
98
CPPFLAGS
=`freetype-config --cflags`
111
CPPFLAGS
="$old_CPPFLAGS"],
/external/icu/icu4c/source/tools/toolutil/
Makefile.in
48
CPPFLAGS
+= -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(LIBCPPFLAGS)
51
CPPFLAGS
+= "-DU_BUILD=\"@build@\"" "-DU_HOST=\"@host@\"" "-DU_CC=\"@CC@\"" "-DU_CXX=\"@CXX@\""
52
CPPFLAGS
+= -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit
/external/libpng/contrib/pngminim/decoder/
makefile
17
CPPFLAGS
=-I. -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP
85
$(CC) -c $(
CPPFLAGS
) $(CFLAGS) $<
104
srcdir=$(PNGSRC)
CPPFLAGS
="-DPNG_USER_CONFIG -I."\
Completed in 723 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>