Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions utilities/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ bin_PROGRAMS = \

BatchDeflationBenchmark_SOURCES = BatchDeflationBenchmark.cpp
BatchDeflationBenchmark_LDADD = -lHadrons -lGrid
BatchDeflationBenchmark_DEPENDENCIES = $(top_builddir)/Hadrons/libHadrons.a

HadronsXmlRun_SOURCES = HadronsXmlRun.cpp
HadronsXmlRun_LDADD = -lHadrons -lGrid
HadronsXmlRun_DEPENDENCIES = $(top_builddir)/Hadrons/libHadrons.a

HadronsXmlValidate_SOURCES = HadronsXmlValidate.cpp
HadronsXmlValidate_LDADD = -lHadrons -lGrid
HadronsXmlValidate_DEPENDENCIES = $(top_builddir)/Hadrons/libHadrons.a

HadronsFermionEP64To32_SOURCES = EigenPackCast.cpp
HadronsFermionEP64To32_CXXFLAGS = $(AM_CXXFLAGS) -DFIN=WilsonImplD::FermionField -DFOUT=WilsonImplF::FermionField
HadronsFermionEP64To32_LDADD = -lHadrons -lGrid
HadronsFermionEP64To32_DEPENDENCIES = $(top_builddir)/Hadrons/libHadrons.a

HadronsContractor_SOURCES = Contractor.cpp
HadronsContractor_LDADD = -lHadrons -lGrid
HadronsContractor_DEPENDENCIES = $(top_builddir)/Hadrons/libHadrons.a

HadronsContractorBenchmark_SOURCES = ContractorBenchmark.cpp
HadronsContractorBenchmark_LDADD = -lHadrons -lGrid
HadronsContractorBenchmark_DEPENDENCIES = $(top_builddir)/Hadrons/libHadrons.a