1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-12 17:35:35 +00:00

Merge branch 'release/3.1' of github.com:aportelli/LatAnalyze into release/3.1

This commit is contained in:
Antonin Portelli 2016-04-13 12:31:26 +01:00
commit 2d20fadb4e

View File

@ -32,7 +32,7 @@ libLatAnalyze_la_SOURCES = \
Function.cpp \ Function.cpp \
Global.cpp \ Global.cpp \
GslHybridRootFinder.cpp\ GslHybridRootFinder.cpp\
GslMinimizer.cpp \ GslMinimizer.cpp \
GslQagsIntegrator.cpp \ GslQagsIntegrator.cpp \
Histogram.cpp \ Histogram.cpp \
includes.hpp \ includes.hpp \
@ -64,7 +64,7 @@ libLatAnalyze_la_HEADERS = \
FitInterface.hpp \ FitInterface.hpp \
Global.hpp \ Global.hpp \
GslHybridRootFinder.hpp\ GslHybridRootFinder.hpp\
GslMinimizer.hpp \ GslMinimizer.hpp \
GslQagsIntegrator.hpp \ GslQagsIntegrator.hpp \
Histogram.hpp \ Histogram.hpp \
Integrator.hpp \ Integrator.hpp \
@ -107,6 +107,8 @@ MathParser.hpp: MathParser.ypp
$(AM_V_YACC) $(YACC) -o MathParser.cpp --defines=MathParser.hpp $< $(AM_V_YACC) $(YACC) -o MathParser.cpp --defines=MathParser.hpp $<
endif endif
BUILT_SOURCES = AsciiParser.hpp MathParser.hpp
CLEANFILES = \ CLEANFILES = \
MathLexer.cpp \ MathLexer.cpp \
AsciiLexer.cpp \ AsciiLexer.cpp \