Adding SecongRealEA - mainly to prepare Lesson5 about adaptive parameters

This commit is contained in:
evomarc 2002-04-28 04:38:38 +00:00
commit 5c34d8ee79
2 changed files with 326 additions and 1 deletions

View file

@ -2,7 +2,7 @@
.cpp.o: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -c $*.cpp
secondEA = SecondBitEA
secondEA = SecondBitEA SecondRealEA
ALL = $(secondEA) exercise3.1
@ -10,5 +10,8 @@ lesson3 : $(secondEA)
all : $(ALL)
SecondBitEA : binary_value.h
SecondRealEA : real_value.h
clean :
@/bin/rm $(ALL) *.o *.sav *.xg *.status *~