OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cflags
(Results
176 - 200
of
988
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/
valgrind.pc.in
15
Cflags
: -I${includedir}
/external/webkit/Source/WebKit/efl/
ewebkit.pc.in
13
Cflags
: -I${includedir}/@WebKit_LIBRARY_NAME@-@PROJECT_VERSION_MAJOR@
/external/webkit/Source/autotools/
webkit.m4
11
# If CXXFLAGS and
CFLAGS
are unset, default to empty.
17
if test -z "$
CFLAGS
"; then
18
CFLAGS
=""
26
# Make sure CXXFLAGS and
CFLAGS
are set before expanding AC_PROG_CXX to avoid
31
saved_CFLAGS="$
CFLAGS
"
32
CFLAGS
="$
CFLAGS
-fvisibility=hidden -fvisibility-inlines-hidden"
38
CFLAGS
="$saved_CFLAGS"
151
# We don't use --
cflags
as this gives us a lot of things that we don't
/external/yaffs2/yaffs2/direct/
Makefile
17
CFLAGS
= -Wall -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -g $(EXTRA_COMPILE_FLAGS) -DNO_Y_INLINE
18
#
CFLAGS
+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
19
#
CFLAGS
+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
46
gcc -c $(
CFLAGS
) $< -o $@
/prebuilt/linux-x86/sdl/lib/pkgconfig/
sdl.pc
14
Cflags
: -I${includedir}/SDL -D_GNU_SOURCE=1 -D_REENTRANT
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/pkgconfig/
alsa.pc
14
Cflags
: -I${includedir} -I${includedir}/alsa
/prebuilt/windows/sdl/lib/pkgconfig/
sdl.pc
14
Cflags
: -I${includedir}/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main
/system/media/wilhelm/tools/hashgen/
Makefile
6
CFLAGS
= -I../../include -g -DNDEBUG
9
gcc -c -o $@ $(
CFLAGS
) $<
46
gcc -o $@ $(
CFLAGS
) frag1.o OpenSLES_IID.o
57
gcc -o $@ $(
CFLAGS
) part5gen.o OpenSLES_IID.o interfaces.o
/external/chromium/testing/gtest/m4/
acx_pthread.m4
28
dnl with $PTHREAD_CC $
CFLAGS
$PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS
32
dnl these variables in your default LIBS,
CFLAGS
, and CC:
35
dnl
CFLAGS
="$
CFLAGS
$PTHREAD_CFLAGS"
77
save_CFLAGS="$
CFLAGS
"
78
CFLAGS
="$
CFLAGS
$PTHREAD_CFLAGS"
81
AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with
CFLAGS
=$PTHREAD_CFLAGS])
89
CFLAGS
="$save_CFLAGS"
155
PTHREAD_CFLAGS="`pthread-config --
cflags
`"
[
all
...]
/external/protobuf/gtest/m4/
acx_pthread.m4
28
dnl with $PTHREAD_CC $
CFLAGS
$PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS
32
dnl these variables in your default LIBS,
CFLAGS
, and CC:
35
dnl
CFLAGS
="$
CFLAGS
$PTHREAD_CFLAGS"
77
save_CFLAGS="$
CFLAGS
"
78
CFLAGS
="$
CFLAGS
$PTHREAD_CFLAGS"
81
AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with
CFLAGS
=$PTHREAD_CFLAGS])
89
CFLAGS
="$save_CFLAGS"
155
PTHREAD_CFLAGS="`pthread-config --
cflags
`"
[
all
...]
/external/protobuf/m4/
acx_pthread.m4
28
dnl with $PTHREAD_CC $
CFLAGS
$PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS
32
dnl these variables in your default LIBS,
CFLAGS
, and CC:
35
dnl
CFLAGS
="$
CFLAGS
$PTHREAD_CFLAGS"
77
save_CFLAGS="$
CFLAGS
"
78
CFLAGS
="$
CFLAGS
$PTHREAD_CFLAGS"
81
AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with
CFLAGS
=$PTHREAD_CFLAGS])
89
CFLAGS
="$save_CFLAGS"
155
PTHREAD_CFLAGS="`pthread-config --
cflags
`"
[
all
...]
/external/grub/stage2/
Makefile.in
282
$(CPPFLAGS) $(AM_CFLAGS) $(
CFLAGS
)
284
LINK = $(CCLD) $(AM_CFLAGS) $(
CFLAGS
) $(AM_LDFLAGS) $(LDFLAGS) -o $@
333
CFLAGS
= @
CFLAGS
@
[
all
...]
/development/pdk/pndk/config/
config.mk
25
$(CC) $(
CFLAGS
) -fno-exceptions -fno-rtti $(INC) -o $@ -c $<
28
$(CC) $(
CFLAGS
) $(INC) -o $@ -c $<
/external/bluetooth/glib/gthread/
makefile.msc.in
19
$(CC) -c $(
CFLAGS
) gthread-impl.c
25
$(CC) $(
CFLAGS
) -LD -Fe$@ $(gthread_OBJECTS) gthread.res \
/external/dnsmasq/bld/
Makefile
0
CFLAGS
= -Wall -W -O2
8
$(CC) $(
CFLAGS
) $(COPTS) $(I18N) $(DNSMASQ_CFLAGS) $(RPM_OPT_FLAGS) -c $<
/external/dropbear/libtomcrypt/
build.sh
5
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/icu4c/samples/
defs.mk
11
CFLAGS
=$(shell icu-config --
cflags
)
/external/libpng/contrib/pngminim/decoder/
makefile
10
CFLAGS
=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
29
$(CC) -c $(
CFLAGS
) $<
makefile.std
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
) $<
makefile.std
10
CFLAGS
=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1
28
$(CC) -c $(
CFLAGS
) $<
/external/libpng/scripts/
libpng-config-body.in
14
--
cflags
print preprocessor flags, I_opts, and compiler options
56
--
cflags
)
/external/libvpx/nestegg/
Makefile.am
48
$(MAKE) all
CFLAGS
="@DEBUG@"
51
$(MAKE) all
CFLAGS
="@PROFILE@"
/external/yaffs2/yaffs2/mtdemul/
Makefile
20
CFLAGS
= -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall -g
32
gcc -c $(
CFLAGS
) $< -o $@
/external/bluetooth/glib/gobject/
makefile.msc.in
71
$(CC) $(
CFLAGS
) -Fm -LD -Fe$@ $(gobject_OBJECTS) gobject.res \
79
$(CC) -Fe$@ $(
CFLAGS
) -UGOBJECT_COMPILATION glib-genmarshal.c \
83
$(CC) -Fe$@ $(
CFLAGS
) -UGOBJECT_COMPILATION gobject-query.c \
90
$(CC) $(
CFLAGS
) -c $<
91
$(CC) $(
CFLAGS
) -Fe$@ $< gobject-2.0.lib ..\glib\glib-2.0.lib ..\gmodule\gmodule-2.0.lib $(LDFLAGS) user32.lib /subsystem:console
Completed in 3316 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>