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,23 +0,0 @@
noinst_PROGRAMS = FirstBitEA FirstRealEA exercise2.3
FirstBitEA_SOURCES = FirstBitEA.cpp
FirstRealEA_SOURCES = FirstRealEA.cpp
exercise2_3_SOURCES = exercise2.3.cpp
noinst_HEADERS = binary_value.h \
real_value.h
extra_DIST = Makefile.simple
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
LIBS = -lga -leo -leoutils
INCLUDES = -I$(top_srcdir)/src