Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only use the C comment style, not the C++ one
[simgrid.git] / src / amok / Makefile.am
1 DISTCLEANFILES=Makefile.in
2 INCLUDES= -I$(top_srcdir)/src/include @CFLAGS_SimGrid@
3
4 lib_LIBRARIES= libgrasmodules.a
5
6 libgrasmodules_a_SOURCES= \
7         base.c bandwidth.c
8
9