don't use user-variables
This commit is contained in:
parent
9e508c66a6
commit
5e416e4a1c
4 changed files with 79 additions and 83 deletions
|
|
@ -4,14 +4,21 @@
|
|||
##
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
CPPFLAGS = -O2 -Wall
|
||||
lib_LIBRARIES = libeoutils.a
|
||||
libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp eoUpdater.cpp eoFileMonitor.cpp eoStdoutMonitor.cpp eoRealBounds.cpp make_help.cpp
|
||||
|
||||
libeoincdir = $(includedir)/eo/utils
|
||||
libeoinc_HEADERS = checkpointing $(srcdir)/*.h
|
||||
#compatibility.h eoCheckPoint.h eoData.h eoDistance.h eoFDCStat.h eoFileMonitor.h eoGnuplot1DMonitor.h eoGnuplot1DSnapshot.h eoHowMany.h eoMonitor.h eoParam.h eoParser.h eoRNG.h eoStat.h eoScalarFitnessStat.h eoState.h eoStdoutMonitor.h eoUpdatable.h eoUpdater.h rnd_generators.h eoRndGenerators.h selectors.h
|
||||
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
|
||||
libeoutils_a_SOURCES = eoParser.cpp \
|
||||
eoRNG.cpp \
|
||||
eoState.cpp \
|
||||
eoUpdater.cpp \
|
||||
eoFileMonitor.cpp \
|
||||
eoStdoutMonitor.cpp \
|
||||
eoRealBounds.cpp \
|
||||
make_help.cpp
|
||||
|
||||
libeoincdir = $(includedir)/eo/utils
|
||||
|
||||
libeoinc_HEADERS = checkpointing $(srcdir)/*.h
|
||||
|
|
|
|||
Reference in a new issue