1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
Grid/tests/qdpxx/Makefile.am

7 lines
245 B
Makefile
Raw Normal View History

2015-12-10 22:55:59 +00:00
# additional include paths necessary to compile the C++ library
2016-07-07 22:31:07 +01:00
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
2015-12-10 22:55:59 +00:00
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
2016-07-07 22:31:07 +01:00
bin_PROGRAMS=
2015-12-10 22:55:59 +00:00
include Make.inc