From f84b0b030e0ccde4fbb89646548ad9ce153e322c Mon Sep 17 00:00:00 2001 From: atantar Date: Fri, 12 Jan 2007 13:39:18 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@148 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/src/core/Makefile.am | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 trunk/paradiseo-peo/src/core/Makefile.am diff --git a/trunk/paradiseo-peo/src/core/Makefile.am b/trunk/paradiseo-peo/src/core/Makefile.am new file mode 100644 index 000000000..2d811caa9 --- /dev/null +++ b/trunk/paradiseo-peo/src/core/Makefile.am @@ -0,0 +1,44 @@ +# 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