paradiseo-peo modifs 0.2
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@127 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0db7814751
commit
850b834510
514 changed files with 66291 additions and 0 deletions
25
trunk/paradiseo-peo/examples/lesson1/Makefile.am
Executable file
25
trunk/paradiseo-peo/examples/lesson1/Makefile.am
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
CXX=mpicxx
|
||||
|
||||
INCLUDES = \
|
||||
-I$(EO_DIR)/src/ \
|
||||
-I$(MO_DIR)/src/ \
|
||||
-I../../src/
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-Wall -g
|
||||
|
||||
bin_PROGRAMS = \
|
||||
tspExample
|
||||
|
||||
tspExample_SOURCES = \
|
||||
main.cpp
|
||||
|
||||
tspExample_LDFLAGS = \
|
||||
-L$(EO_DIR)/src/ \
|
||||
-L$(EO_DIR)/src/utils \
|
||||
-L../../src/ \
|
||||
-L../../src/rmc/mpi/ \
|
||||
`xml2-config --libs`
|
||||
|
||||
tspExample_LDADD = -lparadiseo -lrmc_mpi -leoutils -leo -ltsp_shared
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue