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

math compiler fixes and improvements, now working

This commit is contained in:
2014-02-04 17:33:58 +00:00
parent 36bc0bc9b0
commit 50d21ae904
7 changed files with 249 additions and 146 deletions

View File

@ -15,10 +15,10 @@ endif
endif
noinst_PROGRAMS = \
ex_test
exMathCompiler
ex_test_SOURCES = ex_test.cpp
ex_test_CFLAGS = -g -O2
ex_test_LDFLAGS = -L../latan/.libs -llatan
exMathCompiler_SOURCES = exMathCompiler.cpp
exMathCompiler_CFLAGS = -g -O2
exMathCompiler_LDFLAGS = -L../latan/.libs -llatan
ACLOCAL_AMFLAGS = -I .buildutils/m4