git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@148 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5bd8ba4a58
commit
f84b0b030e
1 changed files with 44 additions and 0 deletions
44
trunk/paradiseo-peo/src/core/Makefile.am
Normal file
44
trunk/paradiseo-peo/src/core/Makefile.am
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue