diff --git a/trunk/paradiseo-peo/src/core/Makefile.am b/trunk/paradiseo-peo/src/core/Makefile.am deleted file mode 100644 index 2d811caa9..000000000 --- a/trunk/paradiseo-peo/src/core/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -# Process this file with automake to produce Makefile.in - -CXX=g++ - -INCLUDES = \ - -I$(EO_DIR)/src \ - -I$(MO_DIR)/src \ - -I$(MOEO_DIR)/src - -AM_CXXFLAGS =\ - -Wall\ - -g - -lib_LIBRARIES = libparadiseo.a - -#bin_PROGRAMS = peodeploy essai - -## Shared sources - -shared_SOURCES = \ - peo_init.cpp \ - peo_fin.cpp \ - peo_run.cpp \ - peo_param.cpp \ - peo_debug.cpp \ - thread.cpp \ - reac_thread.cpp \ - service.cpp \ - runner.cpp \ - communicable.cpp \ - topology.cpp \ - ring_topo.cpp - - -## Main library - -libparadiseo_a_SOURCES = \ - $(shared_SOURCES) - -#libparadiseo_a_LIBADD = - -## Miscellaneous Tools - -# peodeploy diff --git a/trunk/paradiseo-peo/src/rmc/Makefile.am b/trunk/paradiseo-peo/src/rmc/Makefile.am deleted file mode 100755 index c9ed98209..000000000 --- a/trunk/paradiseo-peo/src/rmc/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS= mpi diff --git a/trunk/paradiseo-peo/src/rmc/mpi/Makefile.am b/trunk/paradiseo-peo/src/rmc/mpi/Makefile.am deleted file mode 100755 index f26f2c413..000000000 --- a/trunk/paradiseo-peo/src/rmc/mpi/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -CXX=mpicxx - -INCLUDES = \ - `xml2-config --cflags` \ - -I$(EO_DIR)/src - -AM_CXXFLAGS =\ - -g \ - -Wall - -lib_LIBRARIES = librmc_mpi.a - -librmc_mpi_a_SOURCES = \ - node.h \ - node.cpp \ - param.h \ - param.cpp \ - comm.h \ - comm.cpp \ - coop.h \ - coop.cpp \ - mess.h \ - mess.cpp \ - rmc.cpp \ - scheduler.h \ - scheduler.cpp \ - worker.h \ - worker.cpp \ - send.h \ - send.cpp \ - recv.h \ - recv.cpp \ - xml_parser.h \ - xml_parser.cpp \ - schema.h \ - schema.cpp \ - runner.cpp \ - service.h \ - service.cpp