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

13 lines
216 B
Makefile
Raw Normal View History

2015-04-18 14:55:00 +01:00
# additional include paths necessary to compile the C++ library
SUBDIRS =
if BUILD_CHROMA_REGRESSION
SUBDIRS+= qdpxx
endif
2015-04-18 14:55:00 +01:00
AM_CXXFLAGS = -I$(top_srcdir)/lib
2015-05-15 12:21:40 +01:00
AM_LDFLAGS = -L$(top_builddir)/lib
2015-04-18 14:55:00 +01:00
include Make.inc