Clean up configure/build-process.
- assume C++ standard-conforming environment - add a user-option for gnuplot-support - separate gnuplot-code into declaration and implementation, so we can define at EO-build-time whether to use it or not. Adopt code and Makefiles to above changes. Some minor fixes.
This commit is contained in:
parent
6485482f39
commit
47af7cfe5a
22 changed files with 603 additions and 537 deletions
|
|
@ -17,7 +17,7 @@ extra_DIST = Makefile.simple
|
|||
|
||||
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
|
||||
|
||||
LIBS = -lga -leoutils -leo
|
||||
LIBS = -lga -leo -leoutils
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ extra_DIST = Makefile.simple
|
|||
|
||||
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
|
||||
|
||||
LIBS = -lga -leoutils -leo
|
||||
LIBS = -lga -leo -leoutils
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue