The R Project SVN R

Rev

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

Rev 31003 Rev 35760
Line 22... Line 22...
22
 
22
 
23
RLIB = $(RHOME)/library
23
RLIB = $(RHOME)/library
24
PKGDIR = $(RHOME)/src/library
24
PKGDIR = $(RHOME)/src/library
25
 
25
 
26
 
26
 
27
all: libR.a libRblas.a
27
all: ../../lib/libR.a ../../lib/libRblas.a
28
 
28
 
29
libR.a:  R.exp
29
../../lib/libR.a:  R.exp
30
	$(DLLTOOL) $(DLLTOOLFLAGS) $(R-DLLTOOLFLAGS) --dllname R.dll --def R.exp --output-lib libR.a
30
	$(DLLTOOL) $(DLLTOOLFLAGS) $(R-DLLTOOLFLAGS) --dllname R.dll --def R.exp --output-lib $@
31
 
31
 
32
libRblas.a:  Rblas.def
32
../../lib/libRblas.a:  Rblas.def
33
	$(DLLTOOL) $(DLLTOOLFLAGS) $(R-DLLTOOLFLAGS) --dllname Rblas.dll \
33
	$(DLLTOOL) $(DLLTOOLFLAGS) $(R-DLLTOOLFLAGS) --dllname Rblas.dll \
34
	  --def Rblas.def --output-lib libRblas.a
34
	  --def Rblas.def --output-lib $@
35
 
35
 
36
 
36
 
37
#                          ===== Packages ======
37
#                          ===== Packages ======
38
 
38
 
39
MASS-HELP = ziponly
39
MASS-HELP = ziponly