1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-18 23:37:05 +01:00

removing old fit module

This commit is contained in:
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