File:  [local] / rpl / lapack / blas / Makefile.am
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Apr 21 13:45:09 2010 UTC (14 years ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_17, rpl-4_0_16, rpl-4_0_15, HEAD
En route pour la 4.0.15 !

    1: noinst_LIBRARIES = libblas.a
    2: 
    3: libblas_a_FFLAGS=$(AM_FFLAGS) -g
    4: 
    5: DBLAS1 = idamax.f dasum.f daxpy.f dcopy.f ddot.f dnrm2.f \
    6:     drot.f drotg.f dscal.f dswap.f drotmg.f drotm.f
    7: 
    8: ZBLAS1 = dcabs1.f dzasum.f dznrm2.f izamax.f zaxpy.f zcopy.f \
    9:     zdotc.f zdotu.f zdscal.f zrotg.f zscal.f zswap.f zdrot.f
   10: 
   11: ZB1AUX = idamax.f dasum.f daxpy.f dcopy.f dnrm2.f dscal.f
   12: 
   13: #---------------------------------------------------------------------
   14: #  The following line defines auxiliary routines needed by both the
   15: #  Level 2 and Level 3 BLAS.  Comment it out only if you already have
   16: #  both the Level 2 and 3 BLAS.
   17: #---------------------------------------------------------------------
   18: ALLBLAS  = lsame.f xerbla.f
   19: 
   20: #---------------------------------------------------------
   21: #  Comment out the next 4 definitions if you already have
   22: #  the Level 2 BLAS.
   23: #---------------------------------------------------------
   24: 
   25: DBLAS2 = dgemv.f dgbmv.f dsymv.f dsbmv.f dspmv.f \
   26:     dtrmv.f dtbmv.f dtpmv.f dtrsv.f dtbsv.f dtpsv.f \
   27:     dger.f dsyr.f dspr.f dsyr2.f dspr2.f
   28: 
   29: ZBLAS2 = zgemv.f zgbmv.f zhemv.f zhbmv.f zhpmv.f \
   30:     ztrmv.f ztbmv.f ztpmv.f ztrsv.f ztbsv.f ztpsv.f \
   31:     zgerc.f zgeru.f zher.f zhpr.f zher2.f zhpr2.f
   32: 
   33: #---------------------------------------------------------
   34: #  Comment out the next 4 definitions if you already have
   35: #  the Level 3 BLAS.
   36: #---------------------------------------------------------
   37: 
   38: DBLAS3 = dgemm.f dsymm.f dsyrk.f dsyr2k.f dtrmm.f dtrsm.f
   39: 
   40: ZBLAS3 = zgemm.f zsymm.f zsyrk.f zsyr2k.f ztrmm.f ztrsm.f \
   41:     zhemm.f zherk.f zher2k.f
   42: 
   43: libblas_a_SOURCES = $(DBLAS1) $(ALLBLAS) $(DBLAS2) $(DBLAS3) $(ZBLAS1) $(ZB1AUX) $(ZBLAS2) $(ZBLAS3)

CVSweb interface <joel.bertrand@systella.fr>