The R Project SVN R

Rev

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

Rev 59051 Rev 59916
Line 10... Line 10...
10
endif
10
endif
11
	@$(MAKE) --no-print-directory -f Makefile.win install
11
	@$(MAKE) --no-print-directory -f Makefile.win install
12
 
12
 
13
CSOURCES = Lapack.c
13
CSOURCES = Lapack.c
14
OBJS=$(CSOURCES:.c=.o) dllversion.o
14
OBJS=$(CSOURCES:.c=.o) dllversion.o
15
LIBSOURCES = dlamch.f dlapack0.f dlapack1.f dlapack2.f dlapack3.f dlapack4.f cmplx.f
15
LIBSOURCES = dlamch.f dlapack.f cmplx.f
16
LIBOBJECTS = $(LIBSOURCES:.f=.o) init_win.o Rlapackrc.o
16
LIBOBJECTS = $(LIBSOURCES:.f=.o) init_win.o Rlapackrc.o
17
 
17
 
18
CPPFLAGS=-I../../include -DHAVE_CONFIG_H
18
CPPFLAGS=-I../../include -DHAVE_CONFIG_H
19
dlamch-FFLAGS=-ffloat-store
19
dlamch-FFLAGS=-ffloat-store
20
 
20