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
759
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/build/soong/cc/
arm64_device.go
132
func (t *toolchainArm64)
Cppflags
() string {
x86_windows_host.go
142
func (t *toolchainWindows)
Cppflags
() string {
/external/dbus/
README.wince
31
./configure --host=arm-mingw32ce
CPPFLAGS
=-I/path/to/expat/include LDFLAGS=-L/path/to/expat/lib
/external/google-breakpad/src/testing/scripts/
gmock-config.in
33
g++ $(gmock-config --
cppflags
--cxxflags) -o foo.o -c foo.cpp
66
--
cppflags
compile flags specific to the C-like preprocessors
183
--
cppflags
) echo_cppflags=yes;;
260
gmock_cppflags="${gmock_cppflags} `${gtest_config} --
cppflags
`"
/external/gtest/
Android.bp
38
cppflags
: ["-std=gnu++98"],
/external/harfbuzz_ng/
.travis.yml
13
-
CPPFLAGS
=""
/external/icu/icu4c/source/samples/layout/
Makefile.in
26
CPPFLAGS
+= -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
/external/icu/icu4c/source/tools/genren/
Makefile
57
( cd $(ICUDIR) ;
CPPFLAGS
=-DU_DISABLE_RENAMING=1 $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) )
/external/libpng/scripts/
makefile.beos
44
CPPFLAGS
=-I$(ZLIBINC) # -DPNG_DEBUG=5
85
$(CC) -c $(
CPPFLAGS
) $(CFLAGS) -o $@ $<
186
$(CC) -I$(DI) $(
CPPFLAGS
) $(CFLAGS) \
193
$(CC) $(
CPPFLAGS
) $(CFLAGS) \
makefile.linux
52
CPPFLAGS
=-I$(ZLIBINC) # -DPNG_DEBUG=5
92
$(CC) -c $(
CPPFLAGS
) $(CFLAGS) -o $@ $<
207
$(CC) -I$(DI) $(
CPPFLAGS
) \
214
$(CC) $(
CPPFLAGS
) \
makefile.sgi
48
CPPFLAGS
=-I$(ZLIBINC) # -DPNG_DEBUG=5
87
$(CC) -c $(
CPPFLAGS
) $(CFLAGS) -o $@ $<
193
$(CC) -I$(DI) $(
CPPFLAGS
) \
203
$(CC) $(
CPPFLAGS
) \
makefile.std
44
CPPFLAGS
= -I$(ZLIBINC) # -DPNG_DEBUG=5
57
$(CC) -c $(
CPPFLAGS
) $(CFLAGS) -o $@ $<
/external/libxml2/win32/
Makefile.bcb
46
CPPFLAGS
= -I"$(XML_SRCDIR)\include" -DNOLIBTOOL
48
CPPFLAGS
= $(
CPPFLAGS
) -D_REENTRANT -D__MT__
320
# $(CPP) $(
CPPFLAGS
) -o $(XML_INTDIR)\$(XML_DEF).tmp $(XML_DEF).src
/external/lz4/examples/
Makefile
36
FLAGS = -I../lib $(
CPPFLAGS
) $(CFLAGS) $(LDFLAGS)
/external/mksh/
Android.mk
51
# ...and
CPPFLAGS
.
/external/mksh/src/
lalloc.c
25
/* build with
CPPFLAGS
+= -DUSE_REALLOC_MALLOC=0 on ancient systems */
/external/pcre/dist/m4/
pcre_visibility.m4
34
dnl user has put into $CC $CFLAGS $
CPPFLAGS
.
/external/vixl/
SConstruct
202
env.Append(
CPPFLAGS
= ['-Wimplicit-fallthrough', '-Wshorten-64-to-32'])
211
env.Append(
CPPFLAGS
= ['-Wunreachable-code'])
224
env.Append(
CPPFLAGS
= ['-Wno-maybe-uninitialized'])
231
env.Append(
CPPFLAGS
= ['-std=' + env['std']])
/ndk/sources/host-tools/make-3.81/
configure.in
244
*) make_cppflags="$
CPPFLAGS
"
247
*)
CPPFLAGS
="$
CPPFLAGS
-I$with_customs/include/customs"
256
CPPFLAGS
="$make_cppflags" make_badcust=yes])
/build/kati/
main.cc
84
"\t$(CC) $(CFLAGS) $(
CPPFLAGS
) $(TARGET_ARCH) -c -o $@ $<\n"
86
"\t$(CXX) $(CXXFLAGS) $(
CPPFLAGS
) $(TARGET_ARCH) -c -o $@ $<\n"
/external/avahi/avahi-daemon/
Makefile.am
161
-:
CPPFLAGS
$(
CPPFLAGS
) $(AM_CPPFLAGS) $(avahi_daemon_CPPFLAGS) \
/external/avahi/avahi-gobject/
Makefile.am
150
-:
CPPFLAGS
$(
CPPFLAGS
) $(AM_CPPFLAGS)\
/external/libpng/contrib/gregbook/
Makefile.unx
67
CPPFLAGS
= $(INCS) -DFEATURE_LOOP
97
$(CC) -c $(
CPPFLAGS
) $(CFLAGS) $<
/external/libpng/projects/owatcom/
pngconfig.mak
36
#
CPPFLAGS
should contain the options to control the result,
39
DFNFLAGS = $(DEFS) $(
CPPFLAGS
) $(CFLAGS)
/external/lz4/lib/
Makefile
70
@$(CC) $(
CPPFLAGS
) $(CFLAGS) -c $^
73
@$(CC) $(
CPPFLAGS
) $(CFLAGS) $(LDFLAGS) -shared $^ -fPIC $(SONAME_FLAGS) -o $@.$(SHARED_EXT_VER)
Completed in 1021 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>