From a6be5b2641b60819f4b79e860af42225ef5b5ada Mon Sep 17 00:00:00 2001 From: atantar Date: Fri, 12 Jan 2007 13:38:36 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@146 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/src/Makefile.am | 69 +---------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) diff --git a/trunk/paradiseo-peo/src/Makefile.am b/trunk/paradiseo-peo/src/Makefile.am index 2bc845dc8..f3dd31795 100755 --- a/trunk/paradiseo-peo/src/Makefile.am +++ b/trunk/paradiseo-peo/src/Makefile.am @@ -1,71 +1,4 @@ # Process this file with automake to produce Makefile.in -CXX=g++ +SUBDIRS= core rmc -INCLUDES = \ - -I$(EO_DIR)/src \ - -I$(MO_DIR)/src \ - -I$(MOEO_DIR)/src - -AM_CXXFLAGS =\ - -Wall\ - -g - -SUBDIRS= rmc - -lib_LIBRARIES = libparadiseo.a - -#bin_PROGRAMS = peodeploy essai - -## Shared sources - -shared_SOURCES = \ - paradiseo \ - paradiseo.h \ - core/peo_init.h \ - core/peo_init.cpp \ - core/peo_fin.h \ - core/peo_fin.cpp \ - core/peo_run.h \ - core/peo_run.cpp \ - core/peo_param.h \ - core/peo_param.cpp \ - core/peo_debug.h \ - core/peo_debug.cpp \ - core/thread.h \ - core/thread.cpp \ - core/reac_thread.h \ - core/reac_thread.cpp \ - core/service.h \ - core/service.cpp \ - core/runner.h \ - core/runner.cpp \ - core/communicable.h \ - core/communicable.cpp \ - core/cooperative.h \ - core/rmc.h \ - core/messaging.h \ - core/topology.h \ - core/topology.cpp \ - core/ring_topo.h \ - core/ring_topo.cpp \ - core/eoPop_comm.h \ - peoEA.h \ - peoTransform.h \ - peoSeqTransform.h \ - peoParaTransform.h \ - peoPopEval.h\ - peoSeqPopEval.h \ - peoAggEvalFunc.h \ - peoParaPopEval.h - -## Main library - -libparadiseo_a_SOURCES = \ - $(shared_SOURCES) - -#libparadiseo_a_LIBADD = - -## Miscellaneous Tools - -# peodeploy \ No newline at end of file