1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

general cleaning/consolidation of the math interpreter

This commit is contained in:
2014-02-06 18:07:27 +00:00
parent 50d21ae904
commit ce6469cdd7
14 changed files with 1067 additions and 57 deletions

View File

@ -14,11 +14,16 @@ if CXX_INTEL
endif
endif
noinst_PROGRAMS = \
exMathCompiler
noinst_PROGRAMS = \
exMathInterpreter \
exCompiledDoubleFunction
exMathCompiler_SOURCES = exMathCompiler.cpp
exMathCompiler_CFLAGS = -g -O2
exMathCompiler_LDFLAGS = -L../latan/.libs -llatan
exMathInterpreter_SOURCES = exMathInterpreter.cpp
exMathInterpreter_CFLAGS = -g -O2
exMathInterpreter_LDFLAGS = -L../latan/.libs -llatan
exCompiledDoubleFunction_SOURCES = exCompiledDoubleFunction.cpp
exCompiledDoubleFunction_CFLAGS = -g -O2
exCompiledDoubleFunction_LDFLAGS = -L../latan/.libs -llatan
ACLOCAL_AMFLAGS = -I .buildutils/m4