X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b30f00857843f1cee60814ed519ff82e8ef4787..33a9da85867c540b95d99573defe39b47c5f6f45:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 120033faf5..992a5f89d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -169,7 +169,23 @@ XBT_SRC=\ \ xbt/config.c \ xbt/cunit.c \ - xbt/graphxml_parse.c + xbt/graphxml_parse.c \ + xbt/setset.c \ + xbt/mmalloc/mm.c + +#### mmalloc cruft -- to be integrated into cmake + +EXTRA_DIST+= \ + xbt/mmalloc/ansidecl.h xbt/mmalloc/keys.c xbt/mmalloc/mmalloc.c \ + xbt/mmalloc/mm.c xbt/mmalloc/mmprivate.h xbt/mmalloc/mrealloc.c \ + xbt/mmalloc/attach.c xbt/mmalloc/mcalloc.c xbt/mmalloc/mmalloc.h \ + xbt/mmalloc/mmcheck.c xbt/mmalloc/mmstats.c xbt/mmalloc/mvalloc.c \ + xbt/mmalloc/detach.c xbt/mmalloc/mfree.c xbt/mmalloc/mmap-sup.c \ + xbt/mmalloc/mmemalign.c xbt/mmalloc/mmtrace.c xbt/mmalloc/sbrk-sup.c + +# info_TEXINFOS= xbt/mmalloc/mmalloc.texi + +### End of mmalloc cruft XBT_RL_SRC = \ xbt/xbt_rl_synchro.c \ @@ -190,7 +206,7 @@ SURF_SRC= \ surf/random_mgr.c \ surf/surf.c \ surf/surfxml_parse.c \ - surf/cpu.c surf/network.c surf/network_constant.c surf/workstation.c \ + surf/cpu.c surf/network.c surf/network_constant.c surf/network_vivaldi.c surf/workstation.c \ surf/surf_model_timer.c \ surf/workstation_ptask_L07.c \ surf/cpu_ti.c \ @@ -372,10 +388,10 @@ simgrid_ruby_la_SOURCES = bindings/ruby/simgrid_ruby.c simgrid_ruby_la_LDFLAGS = $(VERSION_INFO) @LD_DYNAMIC_FLAGS@ -lm -module endif -# Windows users (at least, MSVC ones) need a def file. +# Windows users (at least, MSVC ones) need a def file. (and JNI dont like @ cruft added to symbols) if IS_WINDOWS libgras_la_LDFLAGS += -Wl,--output-def,libgras.def -libsimgrid_la_LDFLAGS += -Wl,--output-def,libsimgrid.def +libsimgrid_la_LDFLAGS += -Wl,--output-def,libsimgrid.def -Wl,--kill-at libsmpi_la_LDFLAGS += -Wl,--output-def,libsmpi.def endif