defvar.make.SUN
上传用户:goto8899
上传日期:2014-01-20
资源大小:303k
文件大小:0k
- MOD = mod
- ####### Definition du compilateur et des options
- # Compilateur FORTRAN 90
- CF = f90
- # Options de base
- FB = -M$(INCDIR) -M$(PRJINC)
- # Optimisation classique
- FO = -O3
- FO_debug = -C
- FO_opt = -O3 -tpp7 -xW
- FO_prof = $(FO_opt) -pg
- FO_ = $(FO_debug)
- FO = $(FO_$(OPT))
- ####### Definition de l'閐iteur de lien et des options
- # Editeur de lien
- LINKER = f90
- # Options de base
- LINKFB = -L$(LIBDIR)
- ####### Librairies syst鑝es
- CGNSLIB = -lcgns
- LAPACKLIBS = -llapack3 -lblas3