From 6592078feffb83e01e82dcb9144ebd551900201b Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 4 Nov 2016 13:43:40 +0000 Subject: [PATCH] Make.inc removed, once again don't commit it! --- tests/hmc/Make.inc | 63 ---------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 tests/hmc/Make.inc diff --git a/tests/hmc/Make.inc b/tests/hmc/Make.inc deleted file mode 100644 index f6f9c6b5..00000000 --- a/tests/hmc/Make.inc +++ /dev/null @@ -1,63 +0,0 @@ -tests: Test_hmc_EODWFRatio Test_hmc_EODWFRatio_Gparity Test_hmc_EOWilsonFermionGauge Test_hmc_EOWilsonRatio Test_hmc_GparityIwasakiGauge Test_hmc_GparityWilsonGauge Test_hmc_IwasakiGauge Test_hmc_RectGauge Test_hmc_WilsonAdjointFermionGauge Test_hmc_WilsonFermionGauge Test_hmc_WilsonGauge Test_hmc_WilsonMixedRepresentationsFermionGauge Test_hmc_WilsonRatio Test_hmc_WilsonTwoIndexSymmetricFermionGauge Test_multishift_sqrt Test_remez Test_rhmc_EOWilson1p1 Test_rhmc_EOWilsonRatio Test_rhmc_Wilson1p1 Test_rhmc_WilsonRatio -EXTRA_PROGRAMS = Test_hmc_EODWFRatio Test_hmc_EODWFRatio_Gparity Test_hmc_EOWilsonFermionGauge Test_hmc_EOWilsonRatio Test_hmc_GparityIwasakiGauge Test_hmc_GparityWilsonGauge Test_hmc_IwasakiGauge Test_hmc_RectGauge Test_hmc_WilsonAdjointFermionGauge Test_hmc_WilsonFermionGauge Test_hmc_WilsonGauge Test_hmc_WilsonMixedRepresentationsFermionGauge Test_hmc_WilsonRatio Test_hmc_WilsonTwoIndexSymmetricFermionGauge Test_multishift_sqrt Test_remez Test_rhmc_EOWilson1p1 Test_rhmc_EOWilsonRatio Test_rhmc_Wilson1p1 Test_rhmc_WilsonRatio - -Test_hmc_EODWFRatio_SOURCES=Test_hmc_EODWFRatio.cc -Test_hmc_EODWFRatio_LDADD=-lGrid - -Test_hmc_EODWFRatio_Gparity_SOURCES=Test_hmc_EODWFRatio_Gparity.cc -Test_hmc_EODWFRatio_Gparity_LDADD=-lGrid - -Test_hmc_EOWilsonFermionGauge_SOURCES=Test_hmc_EOWilsonFermionGauge.cc -Test_hmc_EOWilsonFermionGauge_LDADD=-lGrid - -Test_hmc_EOWilsonRatio_SOURCES=Test_hmc_EOWilsonRatio.cc -Test_hmc_EOWilsonRatio_LDADD=-lGrid - -Test_hmc_GparityIwasakiGauge_SOURCES=Test_hmc_GparityIwasakiGauge.cc -Test_hmc_GparityIwasakiGauge_LDADD=-lGrid - -Test_hmc_GparityWilsonGauge_SOURCES=Test_hmc_GparityWilsonGauge.cc -Test_hmc_GparityWilsonGauge_LDADD=-lGrid - -Test_hmc_IwasakiGauge_SOURCES=Test_hmc_IwasakiGauge.cc -Test_hmc_IwasakiGauge_LDADD=-lGrid - -Test_hmc_RectGauge_SOURCES=Test_hmc_RectGauge.cc -Test_hmc_RectGauge_LDADD=-lGrid - -Test_hmc_WilsonAdjointFermionGauge_SOURCES=Test_hmc_WilsonAdjointFermionGauge.cc -Test_hmc_WilsonAdjointFermionGauge_LDADD=-lGrid - -Test_hmc_WilsonFermionGauge_SOURCES=Test_hmc_WilsonFermionGauge.cc -Test_hmc_WilsonFermionGauge_LDADD=-lGrid - -Test_hmc_WilsonGauge_SOURCES=Test_hmc_WilsonGauge.cc -Test_hmc_WilsonGauge_LDADD=-lGrid - -Test_hmc_WilsonMixedRepresentationsFermionGauge_SOURCES=Test_hmc_WilsonMixedRepresentationsFermionGauge.cc -Test_hmc_WilsonMixedRepresentationsFermionGauge_LDADD=-lGrid - -Test_hmc_WilsonRatio_SOURCES=Test_hmc_WilsonRatio.cc -Test_hmc_WilsonRatio_LDADD=-lGrid - -Test_hmc_WilsonTwoIndexSymmetricFermionGauge_SOURCES=Test_hmc_WilsonTwoIndexSymmetricFermionGauge.cc -Test_hmc_WilsonTwoIndexSymmetricFermionGauge_LDADD=-lGrid - -Test_multishift_sqrt_SOURCES=Test_multishift_sqrt.cc -Test_multishift_sqrt_LDADD=-lGrid - -Test_remez_SOURCES=Test_remez.cc -Test_remez_LDADD=-lGrid - -Test_rhmc_EOWilson1p1_SOURCES=Test_rhmc_EOWilson1p1.cc -Test_rhmc_EOWilson1p1_LDADD=-lGrid - -Test_rhmc_EOWilsonRatio_SOURCES=Test_rhmc_EOWilsonRatio.cc -Test_rhmc_EOWilsonRatio_LDADD=-lGrid - -Test_rhmc_Wilson1p1_SOURCES=Test_rhmc_Wilson1p1.cc -Test_rhmc_Wilson1p1_LDADD=-lGrid - -Test_rhmc_WilsonRatio_SOURCES=Test_rhmc_WilsonRatio.cc -Test_rhmc_WilsonRatio_LDADD=-lGrid -