X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49234ada52ee0a68a229f82658261b809b088409..513fa16f2016befe3aa9ba0ca7eb61c5ad96349c:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index f12fdfda81..3e82357ed6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -222,11 +222,11 @@ endif SMPI_SRC= \ smpi/smpi_base.c \ + smpi/smpi_comm.c \ + smpi/smpi_group.c \ smpi/smpi_bench.c \ smpi/smpi_global.c \ smpi/smpi_mpi.c \ - smpi/smpi_sender.c \ - smpi/smpi_receiver.c \ smpi/smpi_util.c \ smpi/smpi_coll.c \ smpi/smpi_mpi_dt.c @@ -372,7 +372,7 @@ jar_DATA = simgrid.jar simgrid.jar: $(JMSG_JAVA_SRC) $(srcdir)/surf/simgrid.dtd [ -e .classes ] || mkdir .classes - $(JAVAC) -d .classes $(foreach file,$(JMSG_JAVA_SRC),$(srcdir)/$(file)) + $(JAVAC) -d .classes -source 6 $(foreach file,$(JMSG_JAVA_SRC),$(srcdir)/$(file)) [ -e .classes/surf ] || mkdir .classes/surf cp $(srcdir)/surf/simgrid.dtd .classes/surf $(JAR) cvf simgrid.jar -C .classes . @@ -380,6 +380,12 @@ else EXTRA_DIST+=$(JMSG_C_SRC) $(JMSG_JAVA_SRC) $(MSG_SRC) endif +LUA_SRC= simix/smx_context_lua.c bindings/lua/Msglua.c +if HAVE_LUA + simgrid_sources += $(LUA_SRC) +else + EXTRA_DIST += $(LUA_SRC) +endif ## ## Compile the libs CLEANFILES=supernovae_sg.c supernovae_gras.c supernovae_smpi.c