X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6953fd6644e9592d95edc854f126a7be5eeca43b..0a03cd809dd45e3645a54feffe364d8f2b33d71e:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index e2bc59d614..05cc755c60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,7 +91,9 @@ EXTRA_DIST= \ smpi/smpi_mpi_dt_private.h \ smpi/README \ \ - mk_supernovae.sh + mk_supernovae.sh \ + \ + bindings/ruby_bindings.h #LIBRARY_VERSION= 0:0:0 # | | | @@ -210,7 +212,8 @@ SIMIX_SRC= \ simix/smx_context.c \ simix/smx_action.c \ simix/smx_synchro.c \ - simix/smx_network.c + simix/smx_network.c \ + simix/smx_context_base.c if CONTEXT_THREADS SURF_SRC += xbt/xbt_os_thread.c simix/smx_context_thread.c @@ -254,6 +257,7 @@ JMSG_JAVA_SRC = \ java/simgrid/msg/NativeException.java \ java/simgrid/msg/HostNotFoundException.java \ java/simgrid/msg/ProcessNotFoundException.java \ + java/simgrid/msg/TaskCancelledException.java \ \ java/simgrid/msg/Msg.java \ java/simgrid/msg/Process.java \ @@ -330,13 +334,7 @@ endif ### Declare the library content ### -if HAVE_RUBY - libruby=simgrid_ruby.la -else - libruby= -endif - -lib_LTLIBRARIES= libsimgrid.la libgras.la libsmpi.la $(libruby) +lib_LTLIBRARIES= libsimgrid.la libgras.la libsmpi.la gras_sources=$(XBT_SRC) $(GRAS_COMMON_SRC) $(GRAS_RL_SRC) $(AMOK_SRC) simgrid_sources=$(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) \ @@ -357,6 +355,7 @@ libsmpi_la_SOURCES = $(SMPI_SRC) libsmpi_la_LDFLAGS = $(VERSION_INFO) @SMPI_DEP@ @LD_DYNAMIC_FLAGS@ -lm if HAVE_RUBY +lib_LTLIBRARIES += simgrid_ruby.la simgrid_ruby_la_LIBADD = libsimgrid.la simgrid_ruby_la_SOURCES = bindings/ruby/simgrid_ruby.c simgrid_ruby_la_LDFLAGS = $(VERSION_INFO) @LD_DYNAMIC_FLAGS@ -lm -module @@ -392,7 +391,7 @@ else EXTRA_DIST+=$(JMSG_C_SRC) $(JMSG_JAVA_SRC) $(MSG_SRC) endif -LUA_SRC= simix/smx_context_lua.c bindings/lua/Msglua.c +LUA_SRC= simix/smx_context_lua.c bindings/lua/simgrid_lua.c #bindings/lua/Msglua.c if HAVE_LUA simgrid_sources += $(LUA_SRC) else