added cmake files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@461 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
beb66bd631
commit
6d57236399
3 changed files with 0 additions and 84 deletions
|
|
@ -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
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
SUBDIRS= mpi
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue