Skip to content

Commit

Permalink
adding v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajGupta committed Apr 6, 2012
1 parent 2b0e487 commit fdcb091
Show file tree
Hide file tree
Showing 2,965 changed files with 111,097 additions and 73,418 deletions.
6 changes: 5 additions & 1 deletion Makeconf.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ AWK = @AWK@
BITMAP_LIBS = @BITMAP_LIBS@
BLAS_LIBS = @BLAS_LIBS@
BUILDDIR_IS_SRCDIR = @BUILDDIR_IS_SRCDIR@
BUILD_CC = @BUILD_CC@
BUILD_R = @BUILD_R@
CC = @CC@
CFLAGS = @CFLAGS@
CPICFLAGS = @CPICFLAGS@
Expand Down Expand Up @@ -47,6 +49,8 @@ JAVA_LIBS = @JAVA_LIBS0@
JAVAC = @JAVAC@
LATEX = @LATEX@
LDFLAGS = @LDFLAGS@
## we only need this is if it is external, as otherwise link to R
LIBINTL= @BUILD_LIBINTL_FALSE@ @LIBINTL@
LIBM = @LIBM@
LIBR = @LIBR@
LIBS = @LIBS@
Expand Down Expand Up @@ -98,7 +102,7 @@ ALL_CFLAGS = $(R_XTRA_CFLAGS) $(MAIN_CFLAGS) $(CFLAGS)
ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(MAIN_FFLAGS) $(FFLAGS)
ALL_CFLAGS_LO = $(R_XTRA_CFLAGS) $(CPICFLAGS) $(SHLIB_CFLAGS) $(CFLAGS)
ALL_FFLAGS_LO = $(R_XTRA_CFLAGS) $(FPICFLAGS) $(SHLIB_FFLAGS) $(FFLAGS)
ALL_FFLAGS_LO = $(R_XTRA_FFLAGS) $(FPICFLAGS) $(SHLIB_FFLAGS) $(FFLAGS)

.SUFFIXES:
.SUFFIXES: .c .f .m .d .o
Expand Down
Loading

0 comments on commit fdcb091

Please sign in to comment.