A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updating the documentation
[simgrid.git]
/
examples
/
msg
/
Makefile.am
1
INCLUDES= -I$(top_srcdir)/include
2
AM_CFLAGS=-g
3
EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml
4
5
check_PROGRAMS=msg_test
6
7
msg_test_SOURCES= messages.h msg_test.c
8
msg_test_LDADD= $(top_builddir)/src/libsimgrid.la
9