The R Project SVN R

Rev

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

Rev 36821 Rev 36855
Line 62... Line 62...
62
                shared library
62
                shared library
63
  DYLIB_LD      command for linking dynamic libraries which contain
63
  DYLIB_LD      command for linking dynamic libraries which contain
64
                object files from a C or Fortran compiler only
64
                object files from a C or Fortran compiler only
65
  DYLIB_LDFLAGS
65
  DYLIB_LDFLAGS
66
                special flags used by DYLIB_LD
66
                special flags used by DYLIB_LD
67
  F2C           Fortran-to-C converter command
-
 
68
  F77           Fortran 77 compiler command
67
  F77           Fortran 77 compiler command
69
  FFLAGS        Fortran 77 compiler flags
68
  FFLAGS        Fortran 77 compiler flags
70
  FLIBS         linker flags needed to link Fortran code
69
  FLIBS         linker flags needed to link Fortran code
71
  FPICFLAGS     special flags for compiling Fortran code to be turned
70
  FPICFLAGS     special flags for compiling Fortran code to be turned
72
                into a shared library 
71
                into a shared library 
Line 153... Line 152...
153
done
152
done
154
 
153
 
155
ok_c_vars="CC CFLAGS CPICFLAGS CPP CPPFLAGS"
154
ok_c_vars="CC CFLAGS CPICFLAGS CPP CPPFLAGS"
156
ok_cxx_vars="CXX CXXCPP CXXFLAGS CXXPICFLAGS"
155
ok_cxx_vars="CXX CXXCPP CXXFLAGS CXXPICFLAGS"
157
ok_dylib_vars="DYLIB_LD DYLIB_LDFLAGS"
156
ok_dylib_vars="DYLIB_LD DYLIB_LDFLAGS"
158
ok_f77_vars="F2C F77 FFLAGS FPICFLAGS FLIBS"
157
ok_f77_vars="F77 FFLAGS FPICFLAGS FLIBS"
159
ok_ld_vars="LDFLAGS"
158
ok_ld_vars="LDFLAGS"
160
ok_shlib_vars="SHLIB_CFLAGS SHLIB_CXXLD SHLIB_CXXLDFLAGS SHLIB_FFLAGS SHLIB_LD SHLIB_LDFLAGS"
159
ok_shlib_vars="SHLIB_CFLAGS SHLIB_CXXLD SHLIB_CXXLDFLAGS SHLIB_FFLAGS SHLIB_LD SHLIB_LDFLAGS"
161
ok_tcltk_vars="TCLTK_CPPFLAGS TCLTK_LIBS"
160
ok_tcltk_vars="TCLTK_CPPFLAGS TCLTK_LIBS"
162
ok_other_vars="BLAS_LIBS LAPACK_LIBS MAKE"
161
ok_other_vars="BLAS_LIBS LAPACK_LIBS MAKE"
163
 
162