X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d01caf8dec7610aed836690b66e859c8f786ae36..da57f951c18f6fc1c9781415de082c1b7d6da801:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index a36e114791..fa8fe05778 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,27 +13,30 @@ AM_CFLAGS= -g MAINTAINERCLEANFILES=Makefile.in -INCLUDES= -I$(top_srcdir)/include \ - @CFLAGS_SimGrid@ +INCLUDES= -I$(top_srcdir)/include EXTRA_DIST= \ \ + portable.h \ + \ xbt/dict_private.h \ xbt/heap_private.h \ xbt/fifo_private.h \ + xbt/context_private.h xbt/context_win32.h xbt/context_win32.c\ \ surf/maxmin_private.h \ surf/trace_mgr_private.h \ surf/surf_private.h \ surf/cpu_private.h \ surf/workstation_private.h \ - surf/surf_parse.l surf/surf_parse.h \ + surf/surf_parse.l \ surf/network_private.h \ \ + msg/private.h \ + \ gras/Transport/transport_interface.h \ gras/Virtu/virtu_interface.h \ - gras/Virtu/virtu_rl.h \ - gras/Virtu/virtu_sg.h \ - gras/DataDesc/ddt_parse.yy.l gras/DataDesc/ddt_parse.yy.c + gras/Virtu/virtu_rl.h gras/Virtu/virtu_sg.h \ + gras/DataDesc/ddt_parse.yy.l gras/DataDesc/ddt_parse.yy.c # gras_private.h @@ -75,12 +78,7 @@ VERSION_INFO= -release 20040722 -version-info 0:0:0 # It modifies the library name, and you thus cannot say that a library # using this trick is ready for a "stable" release (say, in Debian). -if HAVE_SG - lib_LTLIBRARIES= libgrasrl.la libgrassg.la -else - lib_LTLIBRARIES= libgrasrl.la -endif - +lib_LTLIBRARIES= libgrasrl.la libgrassg.la COMMON_S=\ \ @@ -96,6 +94,7 @@ COMMON_S=\ xbt/set.c \ xbt/module.c \ xbt/config.c \ + xbt/context.c \ \ surf/maxmin.c \ surf/trace_mgr.c \ @@ -103,6 +102,11 @@ COMMON_S=\ surf/surf_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \ \ + msg/task.c msg/host.c msg/m_process.c msg/gos.c \ + msg/global.c msg/environment.c msg/deployment.c \ + \ + gras/gras.c \ + \ gras/Transport/transport.c gras/Transport/transport_private.h gras/Transport/transport_plugin_buf.c \ \ gras/DataDesc/ddt_create.c \ @@ -125,12 +129,10 @@ libgrasrl_la_SOURCES= $(COMMON_S) \ gras/Transport/rl_transport.c gras/Transport/transport_plugin_tcp.c gras/Transport/transport_plugin_file.c \ \ gras/Virtu/rl_process.c gras/Virtu/rl_time.c gras/Virtu/rl_conditional.c -libgrasrl_la_LDFLAGS = $(VERSION_INFO) +libgrasrl_la_LDFLAGS = $(VERSION_INFO) @GRAS_RL_DEP@ -if HAVE_SG - libgrassg_la_SOURCES= $(COMMON_S) \ - gras/Transport/sg_transport.c gras/Transport/transport_plugin_sg.c \ - \ - gras/Virtu/sg_process.c gras/Virtu/sg_time.c gras/Virtu/sg_conditional.c - libgrassg_la_LDFLAGS = $(VERSION_INFO) -endif +libgrassg_la_SOURCES= $(COMMON_S) \ + gras/Transport/sg_transport.c gras/Transport/transport_plugin_sg.c \ + \ + gras/Virtu/sg_process.c gras/Virtu/sg_time.c gras/Virtu/sg_conditional.c +libgrassg_la_LDFLAGS = $(VERSION_INFO) @GRAS_SG_DEP@