The R Project SVN R

Rev

Rev 37107 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37107 Rev 37273
Line 39... Line 39...
39
  DLLFLAGS=-s
39
  DLLFLAGS=-s
40
  DEBUGFLAG=-Wall
40
  DEBUGFLAG=-Wall
41
endif
41
endif
42
 
42
 
43
CPPFLAGS=$(PKG_CPPFLAGS) -I$(RHOME)/include
43
CPPFLAGS=$(PKG_CPPFLAGS) -I$(RHOME)/include
44
CFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O3 $(PKG_CFLAGS)
44
CFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O2 $(PKG_CFLAGS)
45
CXXFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O3 $(PKG_CXXFLAGS)
45
CXXFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O2 $(PKG_CXXFLAGS)
46
FFLAGS=-O3 $(DEBUGFLAG) $(PKG_FFLAGS)
46
FFLAGS=-O2 $(DEBUGFLAG) $(PKG_FFLAGS)
47
DLLLIBS=-L$(RHOME)/bin $(PKG_LIBS) $(EXTRA_LIBS) -lR
47
DLLLIBS=-L$(RHOME)/bin $(PKG_LIBS) $(EXTRA_LIBS) -lR
48
RESFLAGS=--include-dir $(RHOME)/include
48
RESFLAGS=--include-dir $(RHOME)/include
49
# Note: DLLLIBS has already set -L$(RHOME)/bin
-
 
50
BLAS_LIBS=-lRblas
-
 
51
ifeq ($(strip $(USE_ACML_LAPACK)),YES)
-
 
52
LAPACK_LIBS=-L"$(ACML_PATH)" -lacml -lg2c
-
 
53
else
-
 
54
LAPACK_LIBS=-lRlapack
-
 
55
endif
-
 
56
# for use by Makevars.win
49
# for use by Makevars.win
57
R_HOME=$(RHOME)
50
R_HOME=$(RHOME)
58
 
51
 
59
AA=$(wildcard Makefile)
52
AA=$(wildcard Makefile)
60
ifeq ($(AA),Makefile)
53
ifeq ($(AA),Makefile)