Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Version 0.5 (protocol not changed; ABI changed)
[simgrid.git] / src / gras / Makefile.am
index a7a6c58..9bbaf9f 100644 (file)
@@ -1,4 +1,13 @@
 SUBDIRS=. Tests
+AM_CFLAGS=-g -ffast-math -funroll-loops -O3 -fno-strict-aliasing 
+
+# -DNLOG -DNDEBUG
+
+# fast-math is nasty when using IEEE floating point semantic
+# strict-aliasing breaks my type-punning bad habit.
+
+
 MAINTAINERCLEANFILES=Makefile.in
 INCLUDES= -I$(top_srcdir)/src/include \
           @CFLAGS_SimGrid@
@@ -41,6 +50,8 @@ else
  lib_LTLIBRARIES= libgrasrl.la
 endif
 
+#  Core/config.c                               
+
 COMMON_S=\
   \
   Core/module.c      Core/core_interface.h                                      \
@@ -49,9 +60,8 @@ COMMON_S=\
   Core/dict.c        Core/dict_elm.c               Core/dict_cursor.c           \
   Core/set.c                                                                    \
   \
-  Core/config.c                               \
   \
-  Transport/transport.c          Transport/transport_private.h  \
+  Transport/transport.c          Transport/transport_private.h   Transport/transport_plugin_buf.c  \
   \
   DataDesc/ddt_create.c          \
   DataDesc/ddt_convert.c         DataDesc/ddt_exchange.c     \