Symbolic Regression GP added app-dir
This commit is contained in:
parent
840717bea8
commit
9efdfa59f8
1 changed files with 25 additions and 0 deletions
25
eo/app/gpsymreg/Makefile.am
Normal file
25
eo/app/gpsymreg/Makefile.am
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
###############################################################################
|
||||
#
|
||||
# Makefile.am for app/gpsymreg
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
DEPS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a
|
||||
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_builddir)/src
|
||||
LDADDS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a
|
||||
|
||||
###############################################################################
|
||||
|
||||
bin_PROGRAMS = gpsymreg
|
||||
|
||||
###############################################################################
|
||||
|
||||
gpsymreg_SOURCES = main.cc
|
||||
gpsymreg_DEPENDENCIES = $(DEPS)
|
||||
gpsymreg_LDFLAGS = -lm
|
||||
gpsymreg_LDADD = $(LDADDS)
|
||||
|
||||
###############################################################################
|
||||
Reference in a new issue