mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
example Makefile.am fix
This commit is contained in:
parent
f2a47c3697
commit
a5ea7633ba
@ -17,7 +17,6 @@ endif
|
|||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
exCompiledDoubleFunction\
|
exCompiledDoubleFunction\
|
||||||
exDerivative \
|
exDerivative \
|
||||||
exFit \
|
|
||||||
exIntegrator \
|
exIntegrator \
|
||||||
exMat \
|
exMat \
|
||||||
exMathInterpreter \
|
exMathInterpreter \
|
||||||
@ -26,6 +25,10 @@ noinst_PROGRAMS = \
|
|||||||
exRand \
|
exRand \
|
||||||
exRootFinder
|
exRootFinder
|
||||||
|
|
||||||
|
if HAVE_MINUIT
|
||||||
|
noinst_PROGRAMS += exFit
|
||||||
|
endif
|
||||||
|
|
||||||
exCompiledDoubleFunction_SOURCES = exCompiledDoubleFunction.cpp
|
exCompiledDoubleFunction_SOURCES = exCompiledDoubleFunction.cpp
|
||||||
exCompiledDoubleFunction_CFLAGS = -g -O2
|
exCompiledDoubleFunction_CFLAGS = -g -O2
|
||||||
exCompiledDoubleFunction_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
exCompiledDoubleFunction_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||||
@ -34,9 +37,11 @@ exDerivative_SOURCES = exDerivative.cpp
|
|||||||
exDerivative_CFLAGS = -g -O2
|
exDerivative_CFLAGS = -g -O2
|
||||||
exDerivative_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
exDerivative_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||||
|
|
||||||
|
if HAVE_MINUIT
|
||||||
exFit_SOURCES = exFit.cpp
|
exFit_SOURCES = exFit.cpp
|
||||||
exFit_CFLAGS = -g -O2
|
exFit_CFLAGS = -g -O2
|
||||||
exFit_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
exFit_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||||
|
endif
|
||||||
|
|
||||||
exIntegrator_SOURCES = exIntegrator.cpp
|
exIntegrator_SOURCES = exIntegrator.cpp
|
||||||
exIntegrator_CFLAGS = -g -O2
|
exIntegrator_CFLAGS = -g -O2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user