mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
first working version for the new build system
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
|
||||
bin_PROGRAMS += Test_qdpxx_loops_staples Test_qdpxx_munprec
|
||||
|
||||
|
||||
Test_qdpxx_loops_staples_SOURCES=Test_qdpxx_loops_staples.cc
|
||||
Test_qdpxx_loops_staples_LDADD=-lGrid
|
||||
|
||||
|
||||
Test_qdpxx_munprec_SOURCES=Test_qdpxx_munprec.cc
|
||||
Test_qdpxx_munprec_LDADD=-lGrid
|
||||
|
@ -1,6 +1,6 @@
|
||||
# additional include paths necessary to compile the C++ library
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
|
||||
AM_CXXFLAGS = `chroma-config --cxxflags`
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
|
||||
bin_PROGRAMS=
|
||||
|
||||
include Make.inc
|
||||
|
Reference in New Issue
Block a user