mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 08:52:01 +01:00
remove new covariance routine regression code
This commit is contained in:
@ -20,8 +20,7 @@ noinst_PROGRAMS = \
|
||||
exPValue \
|
||||
exRand \
|
||||
exRootFinder \
|
||||
exThreadPool \
|
||||
exVarBenchmark
|
||||
exThreadPool
|
||||
|
||||
exCompiledDoubleFunction_SOURCES = exCompiledDoubleFunction.cpp
|
||||
exCompiledDoubleFunction_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
@ -79,8 +78,4 @@ exThreadPool_SOURCES = exThreadPool.cpp
|
||||
exThreadPool_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
exThreadPool_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
exVarBenchmark_SOURCES = exVarBenchmark.cpp
|
||||
exVarBenchmark_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
exVarBenchmark_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
ACLOCAL_AMFLAGS = -I .buildutils/m4
|
||||
|
Reference in New Issue
Block a user