Few minor script and flag changes

This commit is contained in:
Bastian M. Wojek
2009-06-20 05:50:09 +00:00
parent 52ae98ef9c
commit 117ccbf38a
6 changed files with 39 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ xml_DATA = musrfit_startup.xml
LIBADD = $(LEM_LIBS) $(PMUSR_LIBS)
AM_CFLAGS = -g -O3 -Wall -Wno-trigraphs
AM_CXXFLAGS = -Wall -Wno-trigraphs
INCLUDES = $(PMUSR_CFLAGS) $(FFTW3_CFLAGS) $(GSL_CFLAGS) $(BOOST_CFLAGS) $(ROOT_CFLAGS)
LIBS = $(LEM_LIBS) $(PMUSR_LIBS) $(FFTW3_LIBS) $(GSL_LIBS) $(ROOT_LIBS)