added cmake files

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@461 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-06-29 11:37:07 +00:00
commit 6d57236399
3 changed files with 0 additions and 84 deletions

View file

@ -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