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

This commit is contained in:
atantar 2006-12-30 14:05:38 +00:00
commit 865913df71
488 changed files with 0 additions and 46037 deletions

View file

@ -1,25 +0,0 @@
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