X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94af71c0d81fa37aa96b4b7eb289db6dc2e19717..7718699dd610c56298d4aa737c1d35858f4c2b9e:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 9defdbda9b..f820827841 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST= \ \ portable.h \ \ + xbt/dynar_private.h \ xbt/dict_private.h \ xbt/heap_private.h \ xbt/fifo_private.h \ @@ -28,6 +29,7 @@ EXTRA_DIST= \ surf/surf_private.h \ surf/cpu_private.h \ surf/workstation_private.h \ + surf/surf_timer_private.h \ surf/surf_parse.c \ surf/surfxml.l \ surf/surfxml.c \ @@ -41,6 +43,7 @@ EXTRA_DIST= \ include/surf/surf.h \ include/surf/surf_parse.h \ \ + include/xbt/xbt_portability.h \ include/xbt/context.h \ \ msg/private.h \ @@ -66,7 +69,7 @@ EXTRA_DIST= \ # | Set to zero if current is incremented # +- Increment if interfaces have been added, removed or changed -VERSION_INFO= -release 20050131 -version-info 0:0:0 +VERSION_INFO= -release 20050627 -version-info 0:0:0 # from `info libtool "Updating version info"` # and `info libtool "Release numbers"` # @@ -95,18 +98,19 @@ lib_LTLIBRARIES= libsimgrid.la libgras.la COMMON_SRC=\ \ - xbt_modinter.h gras_modinter.h \ + xbt_modinter.h gras_modinter.h \ \ - xbt/sysdep.c \ + xbt/sysdep.c \ xbt/log.c xbt/log_default_appender.c xbt/error.c \ - xbt/dynar.c \ + xbt/dynar.c \ xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c \ - xbt/heap.c \ - xbt/fifo.c \ - xbt/swag.c \ - xbt/set.c \ - xbt/module.c \ - xbt/config.c \ + xbt/dict_multi.c \ + xbt/heap.c \ + xbt/fifo.c \ + xbt/swag.c \ + xbt/set.c \ + xbt/module.c \ + xbt/config.c \ \ gras/gras.c \ \ @@ -126,8 +130,8 @@ COMMON_SRC=\ RL_SRC= \ gras/Transport/rl_transport.c gras/Transport/transport_plugin_tcp.c gras/Transport/transport_plugin_file.c \ \ - gras/Virtu/rl_chrono.c \ - gras/Virtu/rl_process.c gras/Virtu/rl_time.c gras/Virtu/rl_conditional.c \ + gras/Virtu/rl_emul.c \ + gras/Virtu/rl_process.c gras/Virtu/rl_time.c \ gras/Virtu/rl_dns.c SG_SRC= \ @@ -138,6 +142,7 @@ SG_SRC= \ surf/surf.c \ surf/surf_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \ + surf/surf_timer.c \ surf/network_dassf.c \ surf/workstation_KCCFLN05.c \ include/surf/surfxml.h \ @@ -147,15 +152,16 @@ SG_SRC= \ \ gras/Transport/sg_transport.c gras/Transport/transport_plugin_sg.c \ \ - gras/Virtu/sg_chrono.c \ - gras/Virtu/sg_process.c gras/Virtu/sg_time.c gras/Virtu/sg_conditional.c \ + gras/Virtu/sg_emul.c \ + gras/Virtu/sg_process.c gras/Virtu/sg_time.c \ gras/Virtu/sg_dns.c +BUILT_SOURCES=include/surf/surfxml.h surf/surfxml.c \ + gras/DataDesc/ddt_parse.yy.c + gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l @LEX@ -o$@ -Pgras_ddt_parse_ $^ -surf/surf_parse.c: surf/surfxml.c - if MAINTAINER_MODE surf/surfxml.c: surf/surfxml.l @LEX@ -o$@ -Psurf_parse_ $^