Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group...
[simgrid.git] / src / amok / Makefile.am
1
2
3               THIS FILE IS NOT USED. IT SHOULD, AND SHOULD BUILD SHARED PLUGINS
4               
5
6 INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/include
7
8 EXTRA_DIST = \
9         Bandwidth/bandwidth_private.h
10
11 lib_LTLIBRARIES= libamok.la
12
13 libamok_la_SOURCES= \
14         base.c \
15         Bandwidth/bandwidth.c Bandwidth/saturate.c
16
17 VERSION_INFO= -release 20040722 -version-info 0:0:0
18 libamok_la_LDFLAGS = $(VERSION_INFO)
19
20 include $(top_srcdir)/acmacro/dist-files.mk
21