X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da946dcb996a556fd433face6caa6e8469ffa790..a6837e7db7bc9c7d5b1924441d1bfcc2ec8e2fd6:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 6658938055..3ecc070189 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ AM_CFLAGS= -g MAINTAINERCLEANFILES=Makefile.in -INCLUDES= -I$(top_srcdir)/include +INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include EXTRA_DIST= \ \ portable.h \ @@ -30,18 +30,26 @@ EXTRA_DIST= \ surf/workstation_private.h \ surf/surf_parse.c \ surf/surfxml.l \ - surf/surfxml.h \ surf/surfxml.c \ surf/surfxml.dtd \ surf/network_private.h \ + surf/network_dassf_private.h \ surf/workstation_KCCFLN05_private.h \ \ + include/surf/maxmin.h \ + include/surf/trace_mgr.h \ + include/surf/surf.h \ + include/surf/surf_parse.h \ + include/surf/surfxml.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/DataDesc/ddt_parse.yy.l gras/DataDesc/ddt_parse.yy.c \ + \ + modules.doc # gras_private.h @@ -59,7 +67,7 @@ EXTRA_DIST= \ # | Set to zero if current is incremented # +- Increment if interfaces have been added, removed or changed -VERSION_INFO= -release 20040722 -version-info 0:0:0 +VERSION_INFO= -release 20050131 -version-info 0:0:0 # from `info libtool "Updating version info"` # and `info libtool "Release numbers"` # @@ -107,6 +115,7 @@ COMMON_S=\ surf/surf.c \ surf/surf_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \ + surf/network_dassf.c \ surf/workstation_KCCFLN05.c \ \ msg/task.c msg/host.c msg/m_process.c msg/gos.c \ @@ -131,14 +140,18 @@ gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l surf/surf_parse.c: surf/surfxml.c +if MAINTAINER_MODE surf/surfxml.c: surf/surfxml.l @LEX@ -o$@ -Psurf_parse_ $^ surf/surfxml.l: surf/surfxml.dtd cd surf; flexml -b 10000000 -S -L surfxml.dtd ; \ - mv surfxml.h surfxml.h.bak ; \ - sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.h.bak > surfxml.h + mv surfxml.l surfxml.l.bak ; \ + sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.l.bak > surfxml.l +include/surf/surfxml.h: surf/surfxml.dtd + cd include/surf; flexml -H -L ../../surf/surfxml.dtd +endif libgras_la_SOURCES= $(COMMON_S) \ gras/Transport/rl_transport.c gras/Transport/transport_plugin_tcp.c gras/Transport/transport_plugin_file.c \