1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

removing old fit module

This commit is contained in:
Antonin Portelli 2016-03-08 16:23:18 +00:00
parent a435caeecb
commit 016a29e3df
10 changed files with 2 additions and 16 deletions

View File

@ -26,7 +26,7 @@ noinst_PROGRAMS = \
exRootFinder
if HAVE_MINUIT
noinst_PROGRAMS += exFit exMin
noinst_PROGRAMS += exMin
endif
exCompiledDoubleFunction_SOURCES = exCompiledDoubleFunction.cpp
@ -37,12 +37,6 @@ exDerivative_SOURCES = exDerivative.cpp
exDerivative_CFLAGS = -g -O2
exDerivative_LDFLAGS = -L../lib/.libs -lLatAnalyze
if HAVE_MINUIT
exFit_SOURCES = exFit.cpp
exFit_CFLAGS = -g -O2
exFit_LDFLAGS = -L../lib/.libs -lLatAnalyze
endif
exInterp_SOURCES = exInterp.cpp
exInterp_CFLAGS = -g -O2
exInterp_LDFLAGS = -L../lib/.libs -lLatAnalyze

View File

@ -18,13 +18,11 @@ libLatAnalyze_la_SOURCES = \
AsciiFile.cpp \
AsciiParser.ypp \
AsciiLexer.lpp \
Chi2Function.cpp \
CompiledFunction.cpp \
CompiledModel.cpp \
Derivative.cpp \
Exceptions.cpp \
File.cpp \
FitInterface.cpp \
Function.cpp \
Global.cpp \
GslHybridRootFinder.cpp\
@ -46,19 +44,15 @@ libLatAnalyze_la_SOURCES = \
RootFinder.cpp \
Solver.cpp \
TabFunction.cpp \
XYSampleData.cpp \
XYStatData.cpp \
../config.h
libLatAnalyze_ladir = $(pkgincludedir)
libLatAnalyze_la_HEADERS = \
AsciiFile.hpp \
Chi2Function.hpp \
CompiledFunction.hpp \
CompiledModel.hpp \
Dataset.hpp \
Derivative.hpp \
Exceptions.hpp \
FitInterface.hpp \
Function.hpp \
File.hpp \
Global.hpp \
@ -81,9 +75,7 @@ libLatAnalyze_la_HEADERS = \
RootFinder.hpp \
TabFunction.hpp \
Solver.hpp \
StatArray.hpp \
XYSampleData.hpp \
XYStatData.hpp
StatArray.hpp
if HAVE_MINUIT
libLatAnalyze_la_SOURCES += MinuitMinimizer.cpp
libLatAnalyze_la_HEADERS += MinuitMinimizer.hpp