OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFLAGS
(Results
26 - 50
of
89
) sorted by null
1
2
3
4
/packages/inputmethods/PinyinIME/jni/command/
Makefile
2
CFLAGS
= -g -Wall -std=c99
/sdk/emulator/qtools/tests/
common_head.mk
8
CFLAGS
:= $(OPT) -mcpu=arm9
13
$(CC) $(
CFLAGS
) -Xlinker --script ../tests.ld -o $@ $< -nostdlib
16
$(CC) $(
CFLAGS
) -static -S $<
19
$(CC) $(
CFLAGS
) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
/external/compiler-rt/make/platform/
clang_darwin.mk
91
CFLAGS
:= -Wall -Werror -O3 -fomit-frame-pointer
106
CFLAGS
.eprintf := $(
CFLAGS
) $(OSX_DEPLOYMENT_ARGS)
107
CFLAGS
.10.4 := $(
CFLAGS
) $(OSX_DEPLOYMENT_ARGS)
109
CFLAGS
.asan_osx := $(
CFLAGS
) -mmacosx-version-min=10.5
111
CFLAGS
.ios.i386 := $(
CFLAGS
) $(IOSSIM_DEPLOYMENT_ARGS)
112
CFLAGS
.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS
[
all
...]
clang_linux.mk
54
CFLAGS
:= -Wall -Werror -O3 -fomit-frame-pointer
56
CFLAGS
.full-i386 := $(
CFLAGS
) -m32
57
CFLAGS
.full-x86_64 := $(
CFLAGS
) -m64
58
CFLAGS
.profile-i386 := $(
CFLAGS
) -m32
59
CFLAGS
.profile-x86_64 := $(
CFLAGS
) -m64
60
CFLAGS
.asan-i386 := $(CFLAGS) -m3
[
all
...]
/external/libpng/contrib/pngminim/decoder/
makefile
10
CFLAGS
=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
29
$(CC) -c $(
CFLAGS
) $<
/external/libpng/contrib/pngminim/encoder/
makefile
10
CFLAGS
=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1
28
$(CC) -c $(
CFLAGS
) $<
/external/openssl/crypto/threads/
netware.bat
16
set
CFLAGS
=
27
set
CFLAGS
=-c -I..\..\outinc_nw -nosyspath -DOPENSSL_SYS_NETWARE -opt off -g -sym internal -maxerrors 20
47
mwccnlm.exe mttest.c %
CFLAGS
%
76
set
CFLAGS
=
/external/webkit/Tools/android/flex-2.5.4a/MISC/NT/
Makefile
15
CFLAGS
= -nologo -W2 -F 8000 -Ox -DUSG
72
$(CC) -c $(
CFLAGS
) $*.c
86
$(CC) $(
CFLAGS
) -c $(SKELFLAGS) main.c
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile
14
ifndef
CFLAGS
15
CFLAGS
= -MMD -O2 -Wall -g
19
CFLAGS
+= -I../../src -I../../src/utils
30
$(Q)$(CC) -c -o $@ $(
CFLAGS
) $<
35
CFLAGS
+= -DCONFIG_WPS
38
CFLAGS
+= -DCONFIG_CTRL_IFACE_DBUS_NEW
39
CFLAGS
+= -DCONFIG_CTRL_IFACE_DBUS
45
DBUS_INCLUDE := $(shell $(PKG_CONFIG) --
cflags
dbus-1)
48
CFLAGS
+= -DCONFIG_CTRL_IFACE_DBUS_INTRO
49
DBUS_INCLUDE += $(shell xml2-config --
cflags
)
[
all
...]
/external/yaffs2/yaffs2/utils/
Makefile
19
CFLAGS
= -I/usr/include -I.. -O2 -Wall -DCONFIG_YAFFS_UTIL
20
CFLAGS
+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
21
CFLAGS
+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
44
$(CC) -c $(
CFLAGS
) $< -o $@
/frameworks/compile/libbcc/runtime/make/
options.mk
10
CFLAGS
:= -Wall -Werror
/external/blktrace/
Makefile
2
CFLAGS
= -Wall -O2 -g -W
3
ALL_CFLAGS = $(
CFLAGS
) -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
/external/bzip2/
Makefile
24
CFLAGS
=-Wall -Winline -O2 -g $(BIGFILES)
41
$(CC) $(
CFLAGS
) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
44
$(CC) $(
CFLAGS
) $(LDFLAGS) -o bzip2recover bzip2recover.o
118
$(CC) $(
CFLAGS
) -c blocksort.c
120
$(CC) $(
CFLAGS
) -c huffman.c
122
$(CC) $(
CFLAGS
) -c crctable.c
124
$(CC) $(
CFLAGS
) -c randtable.c
126
$(CC) $(
CFLAGS
) -c compress.c
128
$(CC) $(
CFLAGS
) -c decompress.c
130
$(CC) $(
CFLAGS
) -c bzlib.
[
all
...]
/external/checkpolicy/
Makefile
13
CFLAGS
?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing
15
override
CFLAGS
+= -I. -I${INCLUDEDIR}
34
$(CC) $(
CFLAGS
) -o $@ -c $<
37
$(CC) $(filter-out -Werror, $(
CFLAGS
)) -o $@ -c $<
40
$(CC) $(filter-out -Werror, $(
CFLAGS
)) -o $@ -c $<
/external/clang/utils/ABITest/layout/
Makefile
12
CFLAGS
:= -std=gnu99
55
$(CC) $(
CFLAGS
) $(CC_CFLAGS) -o $@ $^
58
$(X_COMPILER) $(
CFLAGS
) $(X_CFLAGS) -o $@ $^
61
$(Y_COMPILER) $(
CFLAGS
) $(Y_CFLAGS) -o $@ $^
/external/compiler-rt/make/
options.mk
10
CFLAGS
:= -Wall -Werror
/external/icu4c/samples/
defs.mk
11
CFLAGS
=$(shell icu-config --
cflags
)
/external/libpng/contrib/pngminim/preader/
makefile
26
CFLAGS
=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
45
$(CC) -c $(
CFLAGS
) $<
/external/libsepol/src/
Makefile
17
CFLAGS
?= -Werror -Wall -W -Wundef -Wshadow -Wmissing-noreturn -Wmissing-format-attribute
18
override
CFLAGS
+= -I. -I../include -D_GNU_SOURCE
27
$(CC) $(
CFLAGS
) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
34
$(CC) $(
CFLAGS
) -fPIC -c -o $@ $<
37
$(CC) $(
CFLAGS
) -fPIC -DSHARED -c -o $@ $<
/external/qemu-pc-bios/vgabios/
Makefile
4
CFLAGS
= -g -O2 -Wall -Wstrict-prototypes
/external/wpa_supplicant_8/wpa_supplicant/
nmake.mak
26
CFLAGS
= /DCONFIG_NATIVE_WINDOWS
27
CFLAGS
= $(
CFLAGS
) /DCONFIG_NDIS_EVENTS_INTEGRATED
28
CFLAGS
= $(
CFLAGS
) /DCONFIG_ANSI_C_EXTRA
29
CFLAGS
= $(
CFLAGS
) /DCONFIG_WINPCAP
30
CFLAGS
= $(
CFLAGS
) /DIEEE8021X_EAPOL
31
CFLAGS
= $(CFLAGS) /DPKCS12_FUNC
[
all
...]
/external/zlib/contrib/delphi/
zlibd32.mak
13
# do not use "-pr" in
CFLAGS
14
CFLAGS
= -a -d -k- -O2 $(LOC)
31
$(CC) -c $(
CFLAGS
) $*.c
/external/zlib/contrib/pascal/
zlibd32.mak
13
# do not use "-pr" in
CFLAGS
14
CFLAGS
= -a -d -k- -O2 $(LOC)
31
$(CC) -c $(
CFLAGS
) $*.c
/frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk
12
CFLAGS
:= -Wall -O3 -fomit-frame-pointer
/hardware/ti/omap4xxx/domx/
Makefile
32
CFLAGS
=
Completed in 8636 milliseconds
1
2
3
4