Blame view

Makefile 267 Bytes
18afc10ef   daniau   git-svn-id: https...
1
2
3
4
5
6
7
8
9
10
11
12
  # Makefile pour compiler lapack + atlas avec gfortran + gcc
  # Il faut au préalable placer le processeur en mode performance
  
  all:
  		( ./build.sh )
  
  install:
  		( cp atlas-3.8.2/install/lib/*.a $(BTREE)/lib )
  
  clean:
  		( rm -rf atlas-3.8.2 )
  		( rm -rf lapack-3.1.1 )