#/////////////////// P /// L /// A /// S /// M /// A //////////////////
#///  PLASMA - version 2.1.0                                       ///
#///  Release Date: November, 15th 2009                            ///
#/// PLASMA is a software package provided by Univ. of Tennessee,  ///
#/// Univ. of California Berkeley and Univ. of Colorado Denver     ///
#//////////////////////////////////////////////////////////////////////

INCLUDE( ${CMAKE_SOURCE_DIR}/GenerateZDCS.cmake OPTIONAL )

ADD_CUSTOM_TARGET( include_sdc ALL DEPENDS plasma_s.h plasma_d.h plasma_c.h )

INSTALL(
  FILES blas_malloc.h plasma_d.h blas.h blas_sparse.h plasma_m.h
    blas_dense.h blas_sparse_proto.h plasma_s.h blas_dense_proto.h
    cblas.h plasma_z.h blas_enum.h plasma.h plasmaf.h blas_extended.h
    blas_extended_proto.h plasma_c.h lapack.h CMakeLists.txt 
  DESTINATION include )
