The R Project SVN R

Rev

Rev 63217 | Rev 65644 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63217 Rev 65340
Line 18... Line 18...
18
## General Public License for more details.
18
## General Public License for more details.
19
##
19
##
20
## A copy of the GNU General Public License is available at
20
## A copy of the GNU General Public License is available at
21
## http://www.r-project.org/Licenses/
21
## http://www.r-project.org/Licenses/
22
 
22
 
23
revision='$Revision: 63217 $'
23
revision='$Revision: 65340 $'
24
version=`set - ${revision}; echo ${2}`
24
version=`set - ${revision}; echo ${2}`
25
version="R configuration information retrieval script: ${R_VERSION} (r${version})
25
version="R configuration information retrieval script: ${R_VERSION} (r${version})
26
 
26
 
27
Copyright (C) 2002-13 The R Core Team.
27
Copyright (C) 2002-13 The R Core Team.
28
This is free software; see the GNU General Public License version 2
28
This is free software; see the GNU General Public License version 2
Line 51... Line 51...
51
  CPICFLAGS     special flags for compiling C code to be turned into a
51
  CPICFLAGS     special flags for compiling C code to be turned into a
52
		shared library
52
		shared library
53
  CPP           C preprocessor
53
  CPP           C preprocessor
54
  CPPFLAGS      C/C++ preprocessor flags, e.g. -I<dir> if you have
54
  CPPFLAGS      C/C++ preprocessor flags, e.g. -I<dir> if you have
55
		headers in a nonstandard directory <dir>
55
		headers in a nonstandard directory <dir>
56
  CXX           C++ compiler command
56
  CXX           C++ compiler command for C++98 code
57
  CXXCPP        C++ preprocessor
57
  CXXCPP        C++ preprocessor
58
  CXXFLAGS      C++ compiler flags
58
  CXXFLAGS      C++ compiler flags
59
  CXXPICFLAGS   special flags for compiling C++ code to be turned into a
59
  CXXPICFLAGS   special flags for compiling C++ code to be turned into a
60
		shared library
60
		shared library
-
 
61
  CXX1X         C++ compiler command for C++11 code
-
 
62
  CXX1XSTD      flag used to enable C++11 support
-
 
63
  CXX1XFLAGS    C++11 compiler flags
-
 
64
  CXX1XXPICFLAGS
-
 
65
                special flags for compiling C++11 code to be turned into
-
 
66
                a shared library
61
  DYLIB_EXT	file extension (including '.') for dynamic libraries
67
  DYLIB_EXT	file extension (including '.') for dynamic libraries
62
  DYLIB_LD      command for linking dynamic libraries which contain
68
  DYLIB_LD      command for linking dynamic libraries which contain
63
		object files from a C or Fortran compiler only
69
		object files from a C or Fortran compiler only
64
  DYLIB_LDFLAGS
70
  DYLIB_LDFLAGS
65
		special flags used by DYLIB_LD
71
		special flags used by DYLIB_LD
Line 234... Line 240...
234
  fi
240
  fi
235
fi
241
fi
236
query="${MAKE} -s ${makefiles} print R_HOME=${R_HOME}"
242
query="${MAKE} -s ${makefiles} print R_HOME=${R_HOME}"
237
 
243
 
238
ok_c_vars="CC CFLAGS CPICFLAGS CPP CPPFLAGS"
244
ok_c_vars="CC CFLAGS CPICFLAGS CPP CPPFLAGS"
239
ok_cxx_vars="CXX CXXCPP CXXFLAGS CXXPICFLAGS"
245
ok_cxx_vars="CXX CXXCPP CXXFLAGS CXXPICFLAGS CXX1X CXX1XSTD CXX1XFLAGS CXX1XPICFLAGS"
240
ok_dylib_vars="DYLIB_EXT DYLIB_LD DYLIB_LDFLAGS"
246
ok_dylib_vars="DYLIB_EXT DYLIB_LD DYLIB_LDFLAGS"
241
ok_objc_vars="OBJC OBJCFLAGS"
247
ok_objc_vars="OBJC OBJCFLAGS"
242
ok_java_vars="JAVA JAVAC JAVAH JAR JAVA_HOME JAVA_LIBS JAVA_CPPFLAGS"
248
ok_java_vars="JAVA JAVAC JAVAH JAR JAVA_HOME JAVA_LIBS JAVA_CPPFLAGS"
243
ok_f77_vars="F77 FFLAGS FPICFLAGS FLIBS SAFE_FFLAGS FC FCFLAGS FCPICFLAGS"
249
ok_f77_vars="F77 FFLAGS FPICFLAGS FLIBS SAFE_FFLAGS FC FCFLAGS FCPICFLAGS"
244
ok_ld_vars="LDFLAGS"
250
ok_ld_vars="LDFLAGS"