Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
22
trunk/paradiseo-eo/tutorial/Lesson3/Makefile.am
Normal file
22
trunk/paradiseo-eo/tutorial/Lesson3/Makefile.am
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
noinst_PROGRAMS = SecondBitEA SecondRealEA exercise3.1
|
||||
|
||||
|
||||
SecondBitEA_SOURCES = SecondBitEA.cpp
|
||||
|
||||
SecondRealEA_SOURCES = SecondRealEA.cpp
|
||||
|
||||
exercise3_1_SOURCES = exercise3.1.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 -leoutils -leo
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
Loading…
Add table
Add a link
Reference in a new issue