Searched refs:CFLAGS (Results 26 - 50 of 232) sorted by relevance

12345678910

/external/checkpolicy/test/
H A DMakefile9 CFLAGS ?= -g -Wall -W -Werror -O2 -pipe macro
10 override CFLAGS += -I$(INCLUDEDIR)
/external/libsepol/utils/
H A DMakefile5 CFLAGS ?= -Wall -Werror macro
6 override CFLAGS += -I../include
/external/qemu/android/build/
H A Dcommon.sh100 HOST_CFLAGS="$CFLAGS -mno-cygwin"
226 CFLAGS="$CFLAGS -mno-cygwin"
258 CFLAGS="$CFLAGS -m32"
265 CFLAGS="$CFLAGS -Wa,--32"
308 log2 "Object : $CC -o $TMPO -c $CFLAGS $TMPC"
309 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
331 log2 "RunExec : $CC -o $TMPE $CFLAGS
[all...]
/external/wpa_supplicant_8/hostapd/
H A DMakefile5 ifndef CFLAGS
6 CFLAGS = -MMD -O2 -Wall -g macro
9 CFLAGS += -I../src
10 CFLAGS += -I../src/utils
14 # CFLAGS += -DUSE_KERNEL_HEADERS -I/usr/src/linux/include
27 CFLAGS += -DOS_NO_C_LIB_DEFINES
31 CFLAGS += -DCONFIG_NATIVE_WINDOWS
65 CFLAGS += -DHOSTAPD
68 CFLAGS += -DWPA_TRACE
72 CFLAGS
[all...]
/external/clang/utils/ABITest/layout/
H A DMakefile12 CFLAGS := -std=gnu99 macro
55 $(CC) $(CFLAGS) $(CC_CFLAGS) -o $@ $^
58 $(X_COMPILER) $(CFLAGS) $(X_CFLAGS) -o $@ $^
61 $(Y_COMPILER) $(CFLAGS) $(Y_CFLAGS) -o $@ $^
/external/iproute2/misc/
H A DMakefile13 $(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c -lm
16 $(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LIBNETLINK) -lm
19 $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
22 $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb -lpthread
/external/libogg/src/
H A DMakefile.am25 $(MAKE) all CFLAGS="@DEBUG@"
28 $(MAKE) all CFLAGS="@PROFILE@"
/external/qemu/distrib/zlib-1.2.3/
H A DMakefile12 $(ZLIB_OBJS): CFLAGS += $(ZLIB_CFLAGS)
/external/quake/quake/src/QW/server/
H A Dmakefile2 #CFLAGS = -g -Wall -DDEBUG -I../client -I. -DSERVERONLY
3 #CFLAGS = -mpentium -O6 -Wall -I../client -I. -DSERVERONLY -fomit-frame-pointer -fno-strength-reduce
4 #CFLAGS = -mpentium -O2 -Wall -I../client -I. -DSERVERONLY -fomit-frame-pointer -fno-strength-reduce
5 CFLAGS=-DSERVERONLY -I../client -V2.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce macro
38 cc $(CFLAGS) -o $(EXE) $(OFILES) $(LDFLAGS)
44 make "CFLAGS = -O4 -g -Wall -I../client -DSERVERONLY"
47 make "CFLAGS = -g -pg -O -Wall -I../client -DPROFILE"
50 .c.o: ; cc -c $(CFLAGS) -o $@ $*.c
51 .s.o: ; cc -c $(CFLAGS) -o $@ $*.s
/external/yaffs2/yaffs2/utils/
H A DMakefile19 CFLAGS = -I/usr/include -I.. -O2 -Wall -DCONFIG_YAFFS_UTIL macro
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 $@
/external/dhcpcd/mk/
H A Dcc.mk3 # Setup some good default CFLAGS
4 CFLAGS?= -Os macro
10 CFLAGS+= ${_CSTD}$(shell ${_CSTD_SH})
23 CFLAGS+= ${_CC_FLAGS}$(shell ${_CC_FLAGS_SH})
28 CFLAGS+= ${GGDB}
/external/ppp/pppd/
H A DMakefile.linux82 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)
85 CFLAGS += -DCHAPMS=1
90 CFLAGS += -DMSLANMAN=1
93 CFLAGS += -DMPPE=1
99 CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/local/ssl/include
116 CFLAGS += -DHAS_SHADOW
121 CFLAGS += -DHAVE_CRYPT_H=1
131 CFLAGS += -DUSE_CRYPT=1
139 CFLAGS += -DUSE_PAM
148 CFLAGS
[all...]
/external/blktrace/btt/
H A DMakefile9 CFLAGS = -Wall -W -O2 -g macro
12 override CFLAGS += $(INCS) $(XCFLAGS)
26 @$(CC) -MM $(CFLAGS) -I.. $^ 1> .depend
38 $(CC) $(CFLAGS) -c -o $*.o $<
41 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile5 ifndef CFLAGS
6 CFLAGS = -MMD -O2 -Wall -g macro
13 CFLAGS += -I../src
14 CFLAGS += -I../src/utils
87 CFLAGS += -DOS_NO_C_LIB_DEFINES
95 CFLAGS += -DWPA_TRACE
101 CFLAGS += -funwind-tables
103 CFLAGS += -DWPA_TRACE_BFD
117 CFLAGS += -DCONFIG_ELOOP_POLL
122 CFLAGS
[all...]
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2.in56 $(CC) $(OBJS) $(CFLAGS) $(LOADLIBES) -o $(TARGET) $(LDFLAGS)
87 -CFLAGS := -O3 -pthread -D_POSIX_C_SOURCE=200112
88 +CFLAGS := -g3 -m32 -O3 -pthread -D_POSIX_C_SOURCE=200112
89 #CFLAGS := -g3 -pthread -D_POSIX_C_SOURCE=200112
90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS)
[all...]
/external/icu4c/config/
H A Dmh-alpha-linux-cc20 CFLAGS += -ieee
24 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -signed -accept nogccinline
29 LINK.c= $(CC) -call_shared $(CFLAGS) $(LDFLAGS)
H A Dmh-alpha-osf20 CFLAGS += -ieee
24 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c
29 LINK.c= $(CC) -call_shared $(CFLAGS) $(LDFLAGS)
/external/compiler-rt/lib/tsan/output_tests/
H A Dtest_output.sh13 CFLAGS="-fthread-sanitizer -fPIE -O1 -g -fno-builtin -Wall"
22 $COMPILER $SRC $CFLAGS -c -o $OBJ
/external/bsdiff/
H A DMakefile0 CFLAGS += -O3 -lbz2
/external/compiler-rt/lib/tsan/go/
H A Dbuildgo.sh69 echo gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
70 gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk15 # appropriate choices for CC and CFLAGS.
42 CFLAGS := -Wall -Werror macro
43 CFLAGS.Debug := $(CFLAGS) -g
44 CFLAGS.Release := $(CFLAGS) -O3 -fomit-frame-pointer
45 CFLAGS.Profile := $(CFLAGS) -pg -g
/external/dropbear/libtomcrypt/
H A Dbuild.sh5 CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -j4 -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && exit 1)
/external/dropbear/libtommath/etc/
H A Dmakefile0 CFLAGS += -Wall -W -Wshadow -O3 -fomit-frame-pointer -funroll-loops -I../
20 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
25 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
30 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86l
/external/libogg/
H A DMakefile.am27 $(MAKE) all CFLAGS="@DEBUG@"
30 $(MAKE) all CFLAGS="@PROFILE@"
/external/libvorbis/examples/
H A DMakefile.am31 $(MAKE) all CFLAGS="@DEBUG@"
34 $(MAKE) all CFLAGS="@PROFILE@"

Completed in 558 milliseconds

12345678910