From bf3b7633505a78b37364175a1fbb52800b0cd1a8 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Tue, 19 Jun 2012 02:31:11 +0000 Subject: [PATCH] [cantera2.0]: finally figured this arith.h out --- ext/f2c_libs/arithchk/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ext/f2c_libs/arithchk/Makefile.am b/ext/f2c_libs/arithchk/Makefile.am index 667594ca2..37625ceb0 100644 --- a/ext/f2c_libs/arithchk/Makefile.am +++ b/ext/f2c_libs/arithchk/Makefile.am @@ -1,8 +1,10 @@ -AM_CPPFLAGS = -I. -I$(top_builddir)/ext/f2c_libs/ -AM_CXXFLAGS = $(AM_CPPFLAGS) +AM_CPPFLAGS = -I. -I../ +AM_CXXFLAGS = $(AM_CPPFLAGS) -Wno-deprecated-declarations -pthread +AM_CFLAGS = $(AM_CPPFLAGS) -Wno-deprecated-declarations -pthread -finline-functions -Wno-inline -g -Wno-format-security -DNO_FPINIT -DNDEBUG AM_FCFLAGS = $(AM_CPPFLAGS) +AM_LDFLAGS = -L$(top_builddir)/build/lib/ -lm -lib_LTLIBRARIES = +lib_LTLIBRARIES = library_includedir = library_include_HEADERS = $(h_sources)