ticket #1: Remove the autotools files done
This commit is contained in:
parent
76d8dac2fd
commit
6d04ba9d32
37 changed files with 0 additions and 998 deletions
|
|
@ -1,3 +0,0 @@
|
|||
## Makefile.am for app dir in eo
|
||||
|
||||
SUBDIRS = mastermind gprop gpsymreg
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Makefile.am for app/gprop
|
||||
|
||||
noinst_PROGRAMS = gprop
|
||||
|
||||
|
||||
gprop_SOURCES = gprop.cpp
|
||||
|
||||
noinst_HEADERS = gprop.h \
|
||||
l2.h \
|
||||
mlp.h \
|
||||
mse.h \
|
||||
qp.h \
|
||||
vecop.h
|
||||
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
LIBEO = $(top_builddir)/src/libeo.a
|
||||
LIBEOUTILS = $(top_builddir)/src/utils/libeoutils.a
|
||||
|
||||
DEPS = $(LIBEO) $(LIBEOUTILS)
|
||||
LIBS = $(LIBEO) $(LIBEOUTILS)
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# Makefile.am for app/gpsymreg
|
||||
|
||||
noinst_PROGRAMS = gpsymreg
|
||||
|
||||
gpsymreg_SOURCES = main.cpp
|
||||
|
||||
noinst_HEADERS = fitness.h node.h parameters.h
|
||||
|
||||
|
||||
LIBEO = $(top_builddir)/src/libeo.a
|
||||
LIBEOUTILS = $(top_builddir)/src/utils/libeoutils.a
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
DEPS = $(LIBEO) $(LIBEOUTILS)
|
||||
LIBS = $(LIBEO) $(LIBEOUTILS)
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# Makefile.am for app/mastermind
|
||||
|
||||
noinst_PROGRAMS = mastermind
|
||||
|
||||
mastermind_SOURCES = mastermind.cpp
|
||||
|
||||
noinst_HEADERS = mastermind.h
|
||||
|
||||
LIBEO = $(top_builddir)/src/libeo.a
|
||||
LIBEOUTILS = $(top_builddir)/src/utils/libeoutils.a
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
DEPS = $(LIBEO) $(LIBEOUTILS)
|
||||
LIBS = $(LIBEO) $(LIBEOUTILS)
|
||||
Reference in a new issue