ticket #1: Remove the autotools files done

This commit is contained in:
Caner Candan 2010-09-01 14:51:09 +02:00
commit 6d04ba9d32
37 changed files with 0 additions and 998 deletions

View file

@ -1,3 +0,0 @@
## Makefile.am for app dir in eo
SUBDIRS = mastermind gprop gpsymreg

View file

@ -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)

View file

@ -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)

View file

@ -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)