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
82
) sorted by null
1
2
3
4
/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/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/icu4c/extra/scrptrun/
Makefile
27
CFLAGS
= -O3 $(THREADSCFLAGS)
/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/qemu-pc-bios/vgabios/
Makefile
4
CFLAGS
= -g -O2 -Wall -Wstrict-prototypes
/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/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
=
/hardware/ti/omap4xxx/domx/domx/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/test/
Makefile
32
CFLAGS
=
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile
32
CFLAGS
=
/external/iproute2/
Makefile
33
CFLAGS
= $(CCOPTS) -I../include $(DEFINES)
/external/openssl/ssl/
Makefile
15
CFLAGS
= $(INCLUDES) $(CFLAG)
[
all
...]
Completed in 468 milliseconds
1
2
3
4