| /external/ImageMagick/ | 
| configure.ac | 59 for var in CC CFLAGS CPPFLAGS CXX CXXCPP LDFLAGS LIBS ; do 519 CPPFLAGS="$CL_CFLAGS $CPPFLAGS"
 685 CPPFLAGS="$CPPFLAGS -DMAGICKCORE_HDRI_ENABLE=$magick_hdri_enable"
 805 CPPFLAGS="$CPPFLAGS -DMAGICKCORE_QUANTUM_DEPTH=$QUANTUM_DEPTH"
 911         CPPFLAGS="$CPPFLAGS -D_DLL"
 921         CPPFLAGS="$CPPFLAGS -D_LIB
 [all...]
 | 
| /external/valgrind/helgrind/tests/ | 
| Makefile.in | 400 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 485 CPPFLAGS = @CPPFLAGS@
 [all...]
 | 
| /external/cmockery/cmockery_0_1_2/ | 
| configure | 468 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GCC_TRUE GCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS LIBOBJS LTLIBOBJS' 921 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 922 ac_env_CPPFLAGS_value=$CPPFLAGS
 923 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 924 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 [all...]
 | 
| /external/ImageMagick/ImageMagick/script/ | 
| advanced-unix-installation.html | 142   CPPFLAGS        = -I/usr/local/include/ImageMagick 164 <dt>CPPFLAGS</dt>
 178 <p>Any variable (e.g. CPPFLAGS or LDFLAGS) which requires a directory path must specify an absolute path rather than a relative path.</p>
 418 <p>While <code>configure</code> is designed to ease installation of ImageMagick, it often discovers problems that would otherwise be encountered later when compiling ImageMagick. The configure script tests for headers and libraries by executing the compiler (CC) with the specified compilation flags (CFLAGS), pre-processor flags (CPPFLAGS), and linker flags (LDFLAGS). Any errors are logged to the file <code>config.log</code>. If configure fails to discover a header or library please review this log file to determine why, however, please be aware that *errors in the <code>config.log</code> are normal* because configure works by trying something and seeing if it fails. An error in <code>config.log</code> is only a problem if the test should have passed on your system.</p>
 420 <p>Common causes of configure failures are: 1) a delegate header is not in the header include path (CPPFLAGS -I option); 2) a delegate library is not in the linker search/run path (LDFLAGS -L/-R option); 3) a delegate library is missing a function (old version?); or 4) compilation environment is faulty.</p>
 [all...]
 | 
| /external/e2fsprogs/ | 
| configure | 785 CPPFLAGS 902 CPPFLAGS
 [all...]
 | 
| /external/libcap-ng/libcap-ng-0.7/bindings/python/ | 
| Makefile.in | 91 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 94 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 155 CPPFLAGS = @CPPFLAGS@
 406 @am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_capng_la_CFLAGS) $(CFLAGS) -MT _capng_la-capng_wrap.lo -MD -MP -MF $(DEPDIR)/_capng_la-capng_wrap.Tpo -c -o _capng_la-capng_wrap.lo `test -f 'capng_wrap.c' || echo '$(srcdir)/'`capng_wrap.c
 410 @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_capng_la_CFLAGS) $(CFLAGS) -c -o _capng_la-capng_wrap.lo `test -f 'capng_wrap.c' || echo '$(srcdir)/'`capng_wrap.c
 
 | 
| /prebuilts/go/darwin-x86/src/cmd/cgo/ | 
| doc.go | 34 CFLAGS, CPPFLAGS, CXXFLAGS, FFLAGS and LDFLAGS may be defined with pseudo 48 Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool
 65 the allowed CPPFLAGS, CXXFLAGS, FFLAGS, and LDFLAGS.
 74 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
 75 used to compile C files in that package. All the CPPFLAGS and CXXFLAGS
 77 package. All the CPPFLAGS and FFLAGS directives in a package are concatenated
 [all...]
 | 
| /prebuilts/go/linux-x86/src/cmd/cgo/ | 
| doc.go | 34 CFLAGS, CPPFLAGS, CXXFLAGS, FFLAGS and LDFLAGS may be defined with pseudo 48 Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool
 65 the allowed CPPFLAGS, CXXFLAGS, FFLAGS, and LDFLAGS.
 74 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
 75 used to compile C files in that package. All the CPPFLAGS and CXXFLAGS
 77 package. All the CPPFLAGS and FFLAGS directives in a package are concatenated
 [all...]
 | 
| /external/fdlibm/ | 
| configure | 277 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT AR CHMOD CP RANLIB RM LIBOBJS LTLIBOBJS' 730 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 731 ac_env_CPPFLAGS_value=$CPPFLAGS
 732 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 733 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 808   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 [all...]
 | 
| /external/curl/ | 
| configure | 1059 CPPFLAGS 1213 CPPFLAGS
 [all...]
 | 
| /external/fec/ | 
| configure | 312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SO_NAME VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SH_LIB REBIND MLIBS ARCH_OPTION LIBOBJS LTLIBOBJS' 765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 766 ac_env_CPPFLAGS_value=$CPPFLAGS
 767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 850   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 [all...]
 | 
| /external/libnetfilter_conntrack/ | 
| configure | 675 CPPFLAGS 774 CPPFLAGS
 [all...]
 | 
| /external/pcre/dist2/ | 
| configure | 731 CPPFLAGS 856 CPPFLAGS
 [all...]
 | 
| /external/icu/icu4c/source/ | 
| runConfigureICU | 432 echo "export CPP=$CPP CC=$CC CXX=$CXX CPPFLAGS=$CPPFLAGS CFLAGS=$CFLAGS CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS MAKE=$MAKE" 
 | 
| /external/ipsec-tools/src/include-glibc/ | 
| Makefile.in | 59 CPPFLAGS = @CPPFLAGS@ 
 | 
| /external/libchrome/ | 
| SConstruct | 305 if os.environ.has_key('CPPFLAGS'): 306   env['CCFLAGS'] += Split(os.environ['CPPFLAGS'])
 
 | 
| /external/libexif/binary/ | 
| Makefile.in | 83 CPPFLAGS = @CPPFLAGS@ 
 | 
| /external/libexif/m4m/ | 
| Makefile.in | 83 CPPFLAGS = @CPPFLAGS@ 
 | 
| /external/libogg/doc/libogg/ | 
| Makefile.in | 73 CPPFLAGS = @CPPFLAGS@ 
 | 
| /external/libxml2/win32/ | 
| Makefile.mingw | 36 CPPFLAGS += -I$(XML_SRCDIR)/include -DNOLIBTOOL 38 CPPFLAGS += -D_REENTRANT
 
 | 
| /external/llvm/docs/ | 
| Projects.rst | 223 ``CFLAGS`` & ``CPPFLAGS`` 229     It is highly suggested that you append to ``CFLAGS`` and ``CPPFLAGS`` as
 
 | 
| /external/ltp/doc/ | 
| build-system-guide.txt | 125 	cc -I../../include $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(LDLIBS) \ 146 $(CPPFLAGS)		: Preprocessor flags, e.g. -I arguments.
 
 | 
| /external/valgrind/exp-dhat/tests/ | 
| Makefile.in | 140 CPPFLAGS = @CPPFLAGS@ 
 | 
| /external/valgrind/lackey/tests/ | 
| Makefile.in | 143 CPPFLAGS = @CPPFLAGS@ 
 | 
| /external/valgrind/none/tests/mips32/ | 
| Makefile.in | 232 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 244 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 313 CPPFLAGS = @CPPFLAGS@
 [all...]
 |