The R Project SVN R

Rev

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

Rev 85167 Rev 86911
Line 34... Line 34...
34
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(SOURCES_C)
34
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(SOURCES_C)
35
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
35
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
36
 
36
 
37
R:
37
R:
38
	@$(MAKE) $(Rblas_la)
38
	@$(MAKE) $(Rblas_la)
39
	@$(MAKE) rhome="$(abs_top_builddir)" Rblas_install
39
	@$(MAKE) DESTDIR="" rhome="$(abs_top_builddir)" Rblas_install
40
 
40
 
41
blas2.o: blas2.f90
41
blas2.o: blas2.f90
42
	$(FC) $(ALL_FCFLAGS) -c @FCFLAGS_f90@ $< -o $@
42
	$(FC) $(ALL_FCFLAGS) -c @FCFLAGS_f90@ $< -o $@
43
cmplxblas2.o: cmplxblas2.f90
43
cmplxblas2.o: cmplxblas2.f90
44
	$(FC) $(ALL_FCFLAGS) -c @FCFLAGS_f90@ $< -o $@
44
	$(FC) $(ALL_FCFLAGS) -c @FCFLAGS_f90@ $< -o $@