STYLE: Change source template files to .in extension
authorHans Johnson <hans-johnson@uiowa.edu>
Mon, 4 Jul 2016 22:35:05 +0000 (17:35 -0500)
committerHans Johnson <hans-johnson@uiowa.edu>
Mon, 4 Jul 2016 22:35:05 +0000 (17:35 -0500)
commit9dd0968b2148a6f9cfdb193d9ae9a224ab28ddb7
treeb3f76c2a4956386bd6b03af9480d38d5f625de49
parent40a3b2fb153ab14ba4d5b51d6dbe1ec12f1578e9
STYLE: Change source template files to .in extension

The cblas_mangling_with_flags.h and lapacke_mangling_with_flags.h
are template files that are not used directly.  They need to be
configured (i.e. copied) to lapacke_mangling.h and cblas_mangling.h
header files that are used.  These renamings make the intent of
these files more clearly reported.

The file LAPACKE/include/lapacke_mangling.h should not be stored in the
repository because it should be generated (copied from above) at build
time.
CBLAS/Makefile
CBLAS/include/cblas_mangling_with_flags.h [deleted file]
CBLAS/include/cblas_mangling_with_flags.h.in [new file with mode: 0644]
LAPACKE/Makefile
LAPACKE/include/lapacke_mangling.h [deleted file]
LAPACKE/include/lapacke_mangling_with_flags.h [deleted file]
LAPACKE/include/lapacke_mangling_with_flags.h.in [new file with mode: 0644]