/external/qemu/distrib/zlib-1.2.3/ |
H A D | configure | 12 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 14 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 17 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 18 # If you have problems, try without defining CC and CFLAGS before reporting 37 old_cflags="$CFLAGS" 68 cflags=${CFLAGS-"-O3"} 69 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 76 SFLAGS=${CFLAGS-"-fPIC -O3"} 77 CFLAGS="$cflags" 106 HP-UX*) SFLAGS=${CFLAGS [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
H A D | build.com | 33 $ CFLAGS = "/noList/Opt=2/Debug/noVerbose" 37 $ then CFLAGS = "/noList/Prefix=All" 40 $ else CFLAGS = "/noList/Optimize=noInline" 98 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] ccl.c 99 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] dfa.c 100 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] ecs.c 101 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] gen.c 102 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] main.c 103 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] misc.c 104 $ 'CC' 'CFLAGS' 'CDEF [all...] |
/external/compiler-rt/make/platform/ |
H A D | multi_arch.mk | 10 CFLAGS := -Wall -Werror macro 11 CFLAGS.m32 := $(CFLAGS) -m32 -O3 12 CFLAGS.m64 := $(CFLAGS) -m64 -O3
|
H A D | clang_linux.mk | 60 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer macro 62 CFLAGS.full-i386 := $(CFLAGS) -m32 63 CFLAGS.full-x86_64 := $(CFLAGS) -m64 64 CFLAGS.profile-i386 := $(CFLAGS) -m32 65 CFLAGS.profile-x86_64 := $(CFLAGS) -m64 66 CFLAGS [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | nmake.mak | 26 CFLAGS = /DCONFIG_NATIVE_WINDOWS macro 27 CFLAGS = $(CFLAGS) /DCONFIG_NDIS_EVENTS_INTEGRATED macro 28 CFLAGS = $(CFLAGS) /DCONFIG_ANSI_C_EXTRA macro 29 CFLAGS = $(CFLAGS) /DCONFIG_WINPCAP macro 30 CFLAGS = $(CFLAGS) /DIEEE8021X_EAPOL macro 31 CFLAGS macro 32 CFLAGS = $(CFLAGS) /DEAP_MD5 macro 33 CFLAGS = $(CFLAGS) /DEAP_TLS macro 34 CFLAGS = $(CFLAGS) /DEAP_MSCHAPv2 macro 35 CFLAGS = $(CFLAGS) /DEAP_PEAP macro 36 CFLAGS = $(CFLAGS) /DEAP_TTLS macro 37 CFLAGS = $(CFLAGS) /DEAP_GTC macro 38 CFLAGS = $(CFLAGS) /DEAP_OTP macro 39 CFLAGS = $(CFLAGS) /DEAP_SIM macro 40 CFLAGS = $(CFLAGS) /DEAP_LEAP macro 41 CFLAGS = $(CFLAGS) /DEAP_PSK macro 42 CFLAGS = $(CFLAGS) /DEAP_AKA macro 44 CFLAGS = $(CFLAGS) /DEAP_PAX macro 45 CFLAGS = $(CFLAGS) /DEAP_TNC macro 46 CFLAGS = $(CFLAGS) /DPCSC_FUNCS macro 47 CFLAGS = $(CFLAGS) /DCONFIG_CTRL_IFACE macro 48 CFLAGS = $(CFLAGS) /DCONFIG_CTRL_IFACE_NAMED_PIPE macro 49 CFLAGS = $(CFLAGS) /DCONFIG_DRIVER_NDIS macro 50 CFLAGS = $(CFLAGS) /I..\\src /I..\\src\\utils macro 51 CFLAGS = $(CFLAGS) /I. macro 52 CFLAGS = $(CFLAGS) /DWIN32 macro 53 CFLAGS = $(CFLAGS) /Fo$(OBJDIR)\\\\ /c macro 54 CFLAGS = $(CFLAGS) /W3 macro 60 CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE macro 178 CFLAGS = $(CFLAGS) /I"$(WINPCAPDIR)/Include" /I"$(OPENSSLDIR)\\include" macro [all...] |
/external/zlib/src/contrib/untgz/ |
H A D | Makefile | 2 CFLAGS=-g macro 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz 8 $(CC) $(CFLAGS) -c -I../.. untgz.c
|
/external/dnsmasq/contrib/wrt/ |
H A D | Makefile | 0 CFLAGS?= -O2 -Wall -W 1 CFLAGS?= -O2 -Wall -W macro
|
/external/yaffs2/yaffs2/mtdemul/ |
H A D | Makefile | 20 CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall -g macro 32 gcc -c $(CFLAGS) $< -o $@
|
/external/compiler-rt/test/Unit/ |
H A D | test | 20 CFLAGS="-Os -nodefaultlibs -I../../lib" 22 CFLAGS="-arch $ARCH $CFLAGS" 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe 50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | Makefile | 14 ifndef CFLAGS 15 CFLAGS = -MMD -O2 -Wall -g macro 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 48 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_INTRO 53 CFLAGS += $(DBUS_INCLUDE)
|
/external/openssl/crypto/ |
H A D | cversion.c | 82 #ifdef CFLAGS 83 static char buf[sizeof(CFLAGS)+11]; 85 BIO_snprintf(buf,sizeof buf,"compiler: %s",CFLAGS);
|
/external/dropbear/libtomcrypt/ |
H A D | testbuild.sh | 6 CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -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 && rm -f testok.txt && exit 1)
|
/external/libvorbis/test/ |
H A D | Makefile.am | 16 $(MAKE) all CFLAGS="@DEBUG@" 19 $(MAKE) all CFLAGS="@PROFILE@"
|
/external/openssh/ |
H A D | survey.sh.in | 21 CFLAGS="@CFLAGS@" 52 echo "cflags: $CFLAGS"
|
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | Makefile | 12 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH 13 CFLAGS += -DCONFIG_CRYPTO_INTERNAL 14 CFLAGS += -DCONFIG_TLSV11 15 CFLAGS += -DCONFIG_TLSV12
|
/external/wpa_supplicant_8/src/tls/ |
H A D | Makefile | 12 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH 13 CFLAGS += -DCONFIG_CRYPTO_INTERNAL 14 CFLAGS += -DCONFIG_TLSV11 15 CFLAGS += -DCONFIG_TLSV12
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | Makefile | 12 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH 13 CFLAGS += -DCONFIG_CRYPTO_INTERNAL 14 CFLAGS += -DCONFIG_TLSV11 15 CFLAGS += -DCONFIG_TLSV12
|
/external/zlib/src/contrib/minizip/ |
H A D | Makefile | 2 CFLAGS=-O -I../.. macro 8 $(CC) -c $(CFLAGS) $*.c 13 $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS) 16 $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS)
|
/external/webkit/Tools/mangleme/ |
H A D | Makefile | 9 CFLAGS = -Wall -O3 -fomit-frame-pointer -funroll-loops macro 16 $(CC) $(CFLAGS) $< -o $(OUTDIR)/$*.cgi
|
/external/zlib/src/ |
H A D | configure | 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 13 # If you have problems, try without defining CC and CFLAGS before reporting 76 old_cflags="$CFLAGS" 130 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then 172 cflags=${CFLAGS-"-O3"} 173 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 186 CFLAGS="${CFLAGS [all...] |
/external/blktrace/btreplay/ |
H A D | Makefile | 9 CFLAGS = -Wall -W -O2 -g macro 13 override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS) 32 $(CC) $(CFLAGS) -c -o $*.o $< 35 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) 38 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) 41 @$(CC) -MM $(CFLAGS) *.c 1> .depend
|
/external/llvm/autoconf/m4/ |
H A D | link_options.m4 | 30 oldcflags="$CFLAGS" 31 CFLAGS="$CFLAGS -Wl,-R." 34 CFLAGS="$oldcflags" 51 oldcflags="$CFLAGS" 52 CFLAGS="$CFLAGS -Wl,-export-dynamic" 55 CFLAGS="$oldcflags" 73 oldcflags="$CFLAGS" 96 CFLAGS [all...] |
/external/llvm/projects/sample/autoconf/m4/ |
H A D | link_options.m4 | 30 oldcflags="$CFLAGS" 31 CFLAGS="$CFLAGS -Wl,-R." 34 CFLAGS="$oldcflags" 51 oldcflags="$CFLAGS" 52 CFLAGS="$CFLAGS -Wl,-export-dynamic" 55 CFLAGS="$oldcflags" 73 oldcflags="$CFLAGS" 96 CFLAGS [all...] |
/external/ppp/pppd/plugins/ |
H A D | Makefile.sol2 | 9 CFLAGS = -c -O -I.. -I../../include $(COPTS) 18 $(CC) $(CFLAGS) -c $? 24 $(CC) $(CFLAGS) -c $?
|
/external/wpa_supplicant_6/wpa_supplicant/ |
H A D | Makefile | 5 ifndef CFLAGS 6 CFLAGS = -MMD -O2 -Wall -g macro 12 CFLAGS += -I../src 13 CFLAGS += -I../src/crypto 14 CFLAGS += -I../src/utils 15 CFLAGS += -I../src/common 16 CFLAGS += -I../src/rsn_supp 73 CFLAGS += -DOS_NO_C_LIB_DEFINES 87 CFLAGS += -Werror -DEAPOL_TEST 99 CFLAGS [all...] |