Update configure with switches for app, ParadisEO, and tutorial.

Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
This commit is contained in:
kuepper 2004-09-22 08:18:29 +00:00
commit e388461a3b
16 changed files with 113 additions and 8 deletions

View file

@ -1 +1,5 @@
if USE_PARADISEO
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 ParadisEO
else
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5
endif

View file

@ -0,0 +1 @@
Makefile.in

View file

@ -0,0 +1 @@
Makefile.in

View 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

View file

@ -0,0 +1 @@
SUBDIRS = Lesson1