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_nersc_io Test_serialisation
|
||||
|
||||
|
||||
Test_nersc_io_SOURCES=Test_nersc_io.cc
|
||||
Test_nersc_io_LDADD=-lGrid
|
||||
|
||||
|
||||
Test_serialisation_SOURCES=Test_serialisation.cc
|
||||
Test_serialisation_LDADD=-lGrid
|
||||
|
@ -1,9 +1,5 @@
|
||||
# additional include paths necessary to compile the C++ library
|
||||
|
||||
bin_PROGRAMS =
|
||||
SUBDIRS =
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/include
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib
|
||||
|
||||
if USE_LAPACK
|
||||
|
Reference in New Issue
Block a user