git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2006-12-30 14:10:44 +00:00
commit a6fe42664b
743 changed files with 67629 additions and 0 deletions

View 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