mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
7 lines
245 B
Makefile
7 lines
245 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
|
|
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
|
|
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
|
|
bin_PROGRAMS=
|
|
include Make.inc
|