The R Project SVN R-packages

Rev

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

Rev 4441 Rev 4819
Line 9... Line 9...
9
  DLLLIBS = $(PKG_LIBS) -lR
9
  DLLLIBS = $(PKG_LIBS) -lR
10
  SHLIB_EXT = .dll
10
  SHLIB_EXT = .dll
11
  PKG_HOME = $(shell $(RHOME)/src/gnuwin32/Rpwd.exe .)
11
  PKG_HOME = $(shell $(RHOME)/src/gnuwin32/Rpwd.exe .)
12
  MkInclude = $(PKG_HOME)/Win.mk
12
  MkInclude = $(PKG_HOME)/Win.mk
13
else
13
else
-
 
14
  SHLIB_EXT = .so
14
  MkInclude = $(R_HOME)/etc${R_ARCH}/Makeconf
15
  MkInclude = $(R_HOME)/etc${R_ARCH}/Makeconf
15
endif
16
endif
16
 
17
 
17
include SOURCES_C.mkf
18
include SOURCES_C.mkf
18
 
19