X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98fcf9f030a152fb946c3860abc7b7d748d6f1a5..762cff8f2c6fe8ce4ed9a31e9fc5ce7da4647066:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 8eda89ffa8..f5b596b708 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,6 @@ -SUBDIRS=. -# amok not ported to GRAS NG yet +SUBDIRS= . amok + +AM_CFLAGS= -g #AM_CFLAGS= -DNDEBUG # -DNLOG cuts absolutely all logs at compilation time. @@ -15,9 +16,8 @@ MAINTAINERCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/include \ @CFLAGS_SimGrid@ EXTRA_DIST= \ - gras_private.h\ \ - gros/dict_private.h \ + xbt/dict_private.h \ \ gras/Transport/transport_interface.h \ gras/Virtu/virtu_interface.h \ @@ -25,6 +25,8 @@ EXTRA_DIST= \ gras/Virtu/virtu_sg.h \ gras/DataDesc/ddt_parse.yy.l gras/DataDesc/ddt_parse.yy.c +# gras_private.h + #LIBRARY_VERSION= 0:0:0 # | | | # +------+ | +---+ @@ -72,14 +74,15 @@ endif COMMON_S=\ \ - gros/gros_interface.h \ - gros/sysdep.c \ - gros/log.c gros/log_default_appender.c gros/error.c \ - gros/dynar.c \ - gros/dict.c gros/dict_elm.c gros/dict_cursor.c \ - gros/set.c \ - gros/module.c \ - gros/config.c \ + xbt_modinter.h gras_modinter.h \ + \ + xbt/sysdep.c \ + xbt/log.c xbt/log_default_appender.c xbt/error.c \ + xbt/dynar.c \ + xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c \ + xbt/set.c \ + xbt/module.c \ + xbt/config.c \ \ \ gras/Transport/transport.c gras/Transport/transport_private.h gras/Transport/transport_plugin_buf.c \