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
Current state. See changelog, sorry, I'm out of time
[simgrid.git]
/
src
/
amok
/
Makefile.am
1
DISTCLEANFILES=Makefile.in
2
INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/include @CFLAGS_SimGrid@
3
4
lib_LTLIBRARIES= libamok.la
5
6
libamok_la_SOURCES= \
7
base.c bandwidth.c
8
9
VERSION_INFO= -release 20040722 -version-info 0:0:0
10
11