From 6aeeb9c26e0df4ebf5582ea5127dfb95efb927cd Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Thu, 21 Apr 2016 11:07:31 +0200 Subject: [PATCH] Update Makefile clean target --- Makefile.am | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4bf4bb95..76965b92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -789,20 +789,29 @@ include doxygen.am CLEANFILES = \ elpa/elpa-generated.h \ - elpa1_test_real.sh \ + elpa/elpa_generated_fortran_interfaces.h \ elpa1_test_complex.sh \ - elpa2_test_real.sh \ - elpa2_test_real_default_kernel.sh \ - elpa2_test_real_default_kernel_qr_decomposition.sh \ + elpa1_test_complex_c_version.sh \ + elpa1_test_complex_single_precision.sh \ + elpa1_test_real.sh \ + elpa1_test_real_c_version.sh \ + elpa1_test_real_single_precision.sh \ + elpa1_test_real_with_c.sh \ elpa2_test_complex.sh \ - elpa2_test_complex_default_kernel.sh \ - elpa2_test_real_choose_kernel_with_api.sh \ + elpa2_test_complex_c_version.sh \ elpa2_test_complex_choose_kernel_with_api.sh \ - elpa1_test_real_with_c.sh \ - elpa1_test_real_c_version.sh \ - elpa1_test_complex_c_version.sh \ + elpa2_test_complex_default_kernel.sh \ + elpa2_test_complex_default_kernel_single_precision.sh \ + elpa2_test_real.sh \ + elpa2_test_real_single_precision.sh \ elpa2_test_real_c_version.sh \ - elpa2_test_complex_c_version.sh \ + elpa2_test_real_choose_kernel_with_api.sh \ + elpa2_test_real_choose_kernel_with_api_single_precision.sh \ + elpa2_test_real_default_kernel.sh \ + elpa2_test_real_default_kernel_qr_decomposition.sh \ + elpa2_test_real_default_kernel_qr_decomposition_single_precision.sh \ + elpa2_test* \ + elpa1_test* \ *.i clean-local: -- GitLab