1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

first working version for the new build system

This commit is contained in:
2016-07-30 17:53:18 +01:00
parent 27f3ecc833
commit e9f30cab2c
44 changed files with 12289 additions and 9174 deletions

View File

@ -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