Simplify the clean targets
authorKyle Guinn <elyk03@gmail.com>
Mon, 6 Feb 2017 07:07:10 +0000 (01:07 -0600)
committerKyle Guinn <elyk03@gmail.com>
Mon, 6 Feb 2017 07:07:10 +0000 (01:07 -0600)
commit8fce0e24bdbf070a56eaffe993ef713980bd8028
tree46889dd598f44b4c8d3373030c39effc246e11ef
parent7daa32722f95d150f1d7229b71f1030c655eccd5
Simplify the clean targets

cleanobj:  Remove object files
cleanlib:  Remove libraries
cleanexe:  Remove test and example executables
cleantest: Remove test output and core dumps
clean:     All of the above
20 files changed:
BLAS/Makefile [new file with mode: 0644]
BLAS/SRC/Makefile
BLAS/TESTING/Makefile
CBLAS/Makefile
CBLAS/examples/Makefile
CBLAS/src/Makefile
CBLAS/testing/Makefile
DOCS/lawn81.tex
INSTALL/Makefile
LAPACKE/Makefile
LAPACKE/example/Makefile
LAPACKE/src/Makefile
LAPACKE/utils/Makefile
Makefile
SRC/Makefile
SRC/VARIANTS/Makefile
TESTING/EIG/Makefile
TESTING/LIN/Makefile
TESTING/MATGEN/Makefile
TESTING/Makefile