Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First step of splintification
[simgrid.git] / include / Makefile.am
1 include_HEADERS = gras.h
2 nobase_include_HEADERS = \
3         gras/log.h gras/error.h \
4         gras/module.h \
5         gras/dynar.h gras/dict.h gras/set.h \
6         gras/config.h \
7         \
8         gras/datadesc.h gras/transport.h \
9         gras/virtu.h gras/cond.h gras/process.h \
10         \
11         gras/messages.h \
12         \
13         gras/core.h\
14         \
15         gras/modules/base.h \
16         gras/modules/bandwidth.h
17