git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0d6dfb5b0e
commit
a6fe42664b
743 changed files with 67629 additions and 0 deletions
29
trunk/paradiseo-peo/examples/lesson1/Makefile.am
Executable file
29
trunk/paradiseo-peo/examples/lesson1/Makefile.am
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
EXTRA_DIST = paradiseo-peo-lns.doxyfile foot.html
|
||||
|
||||
CXX=mpicxx
|
||||
|
||||
INCLUDES = \
|
||||
-I$(EO_DIR)/src/ \
|
||||
-I$(MO_DIR)/src/ \
|
||||
-I../../src/ \
|
||||
-I../shared/
|
||||
|
||||
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/ \
|
||||
-L../shared/ \
|
||||
`xml2-config --libs`
|
||||
|
||||
tspExample_LDADD = -lparadiseo -lrmc_mpi -leoutils -leo -ltsp_shared
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue