Update configure with switches for app, ParadisEO, and tutorial.
Add ParadisEO/Lesson1 tutorial in build-process. minor fixes.
This commit is contained in:
parent
0a6e0c687c
commit
e388461a3b
16 changed files with 113 additions and 8 deletions
|
|
@ -1 +1,5 @@
|
|||
if USE_PARADISEO
|
||||
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 ParadisEO
|
||||
else
|
||||
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5
|
||||
endif
|
||||
|
|
|
|||
1
eo/tutorial/ParadisEO/.cvsignore
Normal file
1
eo/tutorial/ParadisEO/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile.in
|
||||
1
eo/tutorial/ParadisEO/Lesson1/.cvsignore
Normal file
1
eo/tutorial/ParadisEO/Lesson1/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile.in
|
||||
19
eo/tutorial/ParadisEO/Lesson1/Makefile.am
Normal file
19
eo/tutorial/ParadisEO/Lesson1/Makefile.am
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
noinst_PROGRAMS = IslandBitEA IslandBitEA1 IslandBitEA2
|
||||
|
||||
LIBEO = $(top_builddir)/src/libeo.a
|
||||
LIBEOUTILS = $(top_builddir)/src/utils/libeoutils.a
|
||||
|
||||
CXX = $(MPICXX)
|
||||
LD = $(MPICXX)
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
DEPS = $(LIBEOUTILS) $(LIBEO)
|
||||
LIBS = $(LIBEOUTILS) $(LIBEO)
|
||||
|
||||
|
||||
noinst_HEADERS = binary_value.h
|
||||
|
||||
IslandBitEA_SOURCES = IslandBitEA.cpp
|
||||
|
||||
IslandBitEA1_SOURCES = IslandBitEA1.cpp
|
||||
|
||||
IslandBitEA2_SOURCES = IslandBitEA2.cpp
|
||||
1
eo/tutorial/ParadisEO/Makefile.am
Normal file
1
eo/tutorial/ParadisEO/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
|||
SUBDIRS = Lesson1
|
||||
Reference in a new issue