Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Memcheck timeout set to 300s.
[simgrid.git] / src / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 #AM_CFLAGS= -DNDEBUG 
9
10 # -DNLOG   cuts absolutely all logs at compilation time.
11 # -DNDEBUG cuts asserts and logs at "trace" and "debug" levels.
12
13
14
15 MAINTAINERCLEANFILES=Makefile.in
16 INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include
17
18 bin_SCRIPTS= smpi/smpicc smpi/smpirun
19
20 EXTRA_DIST= \
21         \
22         portable.h \
23         \
24         xbt/mallocator_private.h \
25         xbt/dict_private.h \
26         xbt/heap_private.h \
27         xbt/fifo_private.h \
28         xbt/graph_private.h \
29         xbt/graphxml_parse.c \
30         xbt/graphxml.l \
31         xbt/graphxml.c \
32         xbt/graphxml.dtd \
33         xbt/log_private.h \
34         xbt/ex_interface.h \
35         xbt/backtrace_linux.c xbt/backtrace_windows.c xbt/backtrace_dummy.c \
36         \
37         surf/maxmin_private.h \
38         surf/trace_mgr_private.h \
39         surf/surf_private.h \
40         surf/surfxml_parse.c \
41         surf/simgrid_dtd.l \
42         surf/simgrid_dtd.c \
43         surf/simgrid.dtd \
44         surf/network_private.h \
45         surf/network_gtnets_private.h \
46         surf/gtnets/gtnets_interface.h \
47         surf/gtnets/gtnets_simulator.h \
48         surf/gtnets/gtnets_topology.h  \
49         surf/cpu_ti_private.h \
50         \
51         include/surf/surf_resource.h  \
52         include/surf/datatypes.h \
53         include/surf/maxmin.h \
54         include/surf/trace_mgr.h \
55         include/surf/surf.h \
56         include/surf/surfxml_parse_private.h \
57         include/surf/random_mgr.h \
58         include/surf/surf_resource_lmm.h \
59         \
60         include/xbt/wine_dbghelp.h \
61         include/xbt/xbt_os_time.h \
62         include/xbt/xbt_os_thread.h \
63         \
64         msg/private.h \
65         msg/mailbox.h \
66         \
67         simdag/private.h \
68         simdag/dax.dtd \
69         simdag/dax_dtd.l \
70         simdag/dax_dtd.h \
71         simdag/dax_dtd.c \
72         \
73         gras/DataDesc/ddt_parse.yy.l \
74         gras/DataDesc/ddt_parse.yy.h \
75         gras/Virtu/virtu_rl.h \
76         gras/Virtu/virtu_sg.h \
77         gras/Virtu/virtu_interface.h \
78         gras/Virtu/virtu_private.h \
79         gras/Transport/transport_interface.h \
80         amok/Bandwidth/bandwidth_private.h \
81         amok/amok_modinter.h \
82         \
83         include/simix/simix.h include/simix/datatypes.h \
84         include/simix/context.h \
85         simix/private.h \
86         simix/smx_context_private.h \
87         simix/smx_context_java.h \
88         \
89         smpi/private.h \
90         smpi/smpi_coll_private.h \
91       smpi/smpi_mpi_dt_private.h \
92         smpi/README \
93         \
94         mk_supernovae.sh \
95         \
96         bindings/ruby_bindings.h 
97
98 #LIBRARY_VERSION= 0:0:0
99 #                 | | |
100 #          +------+ | +---+
101 #          |        |     |
102 #       current:revision:age
103 #          |        |     |
104 #          |        |     +- Increment if interfaces have been added
105 #          |        |        Set to zero if interfaces have been removed or
106 #          |        |        changed
107 #          |        +- Increment if source code has changed
108 #          |           Set to zero if current is incremented
109 #          +- Increment if interfaces have been added, removed or changed
110
111 VERSION_INFO= -version-info 2:0:0
112 # from `info libtool "Updating version info"` 
113 # and  `info libtool "Release numbers"` 
114 #
115 # A) For stable library (interface wise), you should use --version-info:
116 #
117 # - Begin with C:R:A = 0:0:0 (ie here, VERSION_INFO= -version-info 0:0:0)
118 # - Do not update it before public release (keep numbers small)
119 #
120 # ----------------------------------------------------------------------+
121 # +   Interface     |  code of existing  | Interface | New version info |
122 # | removal/change? | interface changed? | addition? |                  |
123 # +-----------------+--------------------+-----------+------------------+
124 # |      yes        |   must be yes ;)   |           |  C++ : 0   : 0   |
125 # |      no         |        yes         |    yes    |  C   : R++ : A++ |
126 # |      no         |        yes         |    no     |  C   : R++ : A   |
127 # |      no         |        no          |    yes    |  C   : R   : A++ |
128 # |      no         |        no          |    no     |  C   : R   : A   |
129 # +-----------------+--------------------+-----------+------------------+
130 #
131 # B) For rapidely changing library, you should go for the -release flag
132 #
133 #  It modifies the library name, and you thus cannot say that a library
134 #   using this trick is ready for a "stable" release (say, in Debian).
135
136
137 ################################################
138 # Declaration of the different modules content #
139 ################################################
140
141 XBT_SRC=\
142   \
143   xbt/snprintf.c    xbt/xbt_str.c xbt/xbt_strbuff.c  xbt/xbt_sha.c           \
144   xbt/ex.c                                                                   \
145   \
146   xbt_modinter.h    gras_modinter.h                                          \
147   xbt/xbt_virtu.c                                                            \
148   \
149   xbt/xbt_os_time.c                                                          \
150   xbt/asserts.c                                                              \
151   xbt/log.c                    xbt/xbt_log_appender_file.c                   \
152   xbt/xbt_log_layout_simple.c  xbt/xbt_log_layout_format.c                   \
153   xbt/mallocator.c                                                           \
154   xbt/dynar.c                                                                \
155   xbt/dict.c        xbt/dict_elm.c               xbt/dict_cursor.c           \
156   xbt/dict_multi.c                                                           \
157   xbt/heap.c                                                                 \
158   xbt/fifo.c                                                                 \
159   xbt/swag.c                                                                 \
160   xbt/graph.c                                                                \
161   xbt/set.c                                                                  \
162   xbt/xbt_matrix.c                                                           \
163   \
164   xbt/xbt_queue.c  xbt/xbt_synchro.c                                         \
165   \
166   xbt/xbt_peer.c                                                             \
167   \
168   xbt/xbt_main.c                                                             \
169   \
170   xbt/config.c                                                               \
171   xbt/cunit.c                                                                \
172   xbt/graphxml_parse.c                                                       \
173   xbt/setset.c                                                               \
174   xbt/mmalloc/mm.c
175
176 #### mmalloc cruft -- to be integrated into cmake
177
178 EXTRA_DIST+= \
179   xbt/mmalloc/keys.c      xbt/mmalloc/mmalloc.c  \
180   xbt/mmalloc/mm.c        xbt/mmalloc/mmprivate.h xbt/mmalloc/mrealloc.c \
181   xbt/mmalloc/attach.c    xbt/mmalloc/mcalloc.c  \
182   xbt/mmalloc/mmcheck.c   xbt/mmalloc/mmstats.c   xbt/mmalloc/mvalloc.c  \
183   xbt/mmalloc/detach.c    xbt/mmalloc/mfree.c     xbt/mmalloc/mmap-sup.c \
184   xbt/mmalloc/mmemalign.c xbt/mmalloc/mmtrace.c   xbt/mmalloc/sbrk-sup.c
185
186 # info_TEXINFOS= xbt/mmalloc/mmalloc.texi
187
188 ### End of mmalloc cruft
189
190 XBT_RL_SRC = \
191   xbt/xbt_rl_synchro.c          \
192   xbt/xbt_rl_time.c
193 XBT_SG_SRC = \
194   xbt/xbt_sg_synchro.c          \
195   xbt/xbt_sg_time.c     
196
197 SURF_SRC= \
198   surf/surf_model.c                                                          \
199   surf/surf_action.c                                                         \
200   surf/surf_routing.c                                                        \
201   surf/surf_config.c                                                         \
202   surf/maxmin.c                                                              \
203   surf/fair_bottleneck.c                                                     \
204   surf/lagrange.c                                                            \
205   surf/trace_mgr.c                                                           \
206   surf/random_mgr.c                                                          \
207   surf/surf.c                                                                \
208   surf/surfxml_parse.c                                                       \
209   surf/cpu.c   surf/network.c surf/network_constant.c surf/network_vivaldi.c surf/workstation.c     \
210   surf/surf_model_timer.c                                                    \
211   surf/workstation_ptask_L07.c                                               \
212   surf/cpu_ti.c                                               \
213   surf/cpu_im.c                                               \
214   xbt/xbt_sg_stubs.c
215
216 GTNETS_SRC= \
217   surf/gtnets/gtnets_simulator.cc \
218   surf/gtnets/gtnets_topology.cc  \
219   surf/gtnets/gtnets_interface.cc \
220   surf/network_gtnets.c
221
222 SIMIX_SRC= \
223   simix/smx_global.c \
224   simix/smx_deployment.c \
225   simix/smx_environment.c \
226   simix/smx_host.c \
227   simix/smx_process.c \
228   simix/smx_context.c \
229   simix/smx_action.c \
230   simix/smx_synchro.c \
231   simix/smx_network.c \
232   simix/smx_context_base.c
233
234 TRACING_SRC=\
235   instr/interface.c \
236   instr/general.c \
237   instr/paje.c \
238   instr/msg_task_instr.c \
239   instr/msg_process_instr.c \
240   instr/smx_instr.c \
241   instr/surf_instr.c \
242   instr/variables_instr.c
243
244 if CONTEXT_THREADS
245   SURF_SRC += xbt/xbt_os_thread.c simix/smx_context_thread.c
246   EXTRA_DIST += simix/smx_context_sysv.c
247 else  
248   SURF_SRC += simix/smx_context_sysv.c
249   EXTRA_DIST += xbt/xbt_os_thread.c simix/smx_context_thread.c
250 endif  
251
252 SMPI_SRC= \
253   smpi/smpi_base.c \
254   smpi/smpi_comm.c \
255   smpi/smpi_group.c \
256   smpi/smpi_bench.c \
257   smpi/smpi_global.c \
258   smpi/smpi_mpi.c \
259   smpi/smpi_util.c \
260   smpi/smpi_coll.c \
261   smpi/smpi_mpi_dt.c
262
263 MSG_SRC=  msg/msg_config.c \
264   msg/task.c msg/host.c msg/m_process.c msg/gos.c \
265   msg/global.c msg/environment.c msg/deployment.c msg/msg_mailbox.c \
266   msg/msg_actions.c
267
268 JMSG_C_SRC = \
269   simix/smx_context_java.c \
270   java/jxbt_utilities.c     java/jxbt_utilities.h      \
271   java/jmsg.c               java/jmsg.h                \
272   java/jmsg_host.c          java/jmsg_host.h           \
273   java/jmsg_process.c       java/jmsg_process.h        \
274   java/jmsg_task.c          java/jmsg_task.h           \
275   java/jmsg_application_handler.c java/jmsg_application_handler.h
276
277 JMSG_JAVA_SRC = \
278   java/simgrid/msg/MsgException.java                 \
279   java/simgrid/msg/JniException.java                 \
280   java/simgrid/msg/TransferFailureException.java     \
281   java/simgrid/msg/HostFailureException.java         \
282   java/simgrid/msg/TimeoutException.java             \
283   java/simgrid/msg/NativeException.java              \
284   java/simgrid/msg/HostNotFoundException.java        \
285   java/simgrid/msg/ProcessNotFoundException.java     \
286   java/simgrid/msg/TaskCancelledException.java       \
287   \
288   java/simgrid/msg/Msg.java                          \
289   java/simgrid/msg/Process.java                      \
290   java/simgrid/msg/Host.java                         \
291   java/simgrid/msg/Task.java                         \
292   \
293   java/simgrid/msg/MsgNative.java                    \
294   java/simgrid/msg/ApplicationHandler.java           \
295   \
296   java/simgrid/msg/Sem.java
297
298
299 SIMDAG_SRC= simdag/sd_global.c simdag/sd_link.c \
300   simdag/sd_task.c simdag/sd_workstation.c \
301   simdag/sd_daxloader.c
302
303 GRAS_COMMON_SRC= \
304   gras/gras.c  \
305   gras/Transport/transport.c          gras/Transport/transport_private.h  \
306   gras/Msg/gras_msg_mod.c             gras/Msg/gras_msg_types.c           \
307   gras/Msg/gras_msg_exchange.c        gras/Msg/gras_msg_listener.c        \
308   gras/Msg/rpc.c                      gras/Msg/timer.c                    \
309   gras/Msg/msg_interface.h            gras/Msg/msg_private.h              \
310   \
311   gras/Virtu/process.c gras/Virtu/gras_module.c  \
312   \
313   gras/DataDesc/ddt_create.c          \
314   gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
315   gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
316   gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
317   gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c
318
319 GRAS_RL_SRC= \
320   gras/rl_stubs.c                     xbt/xbt_os_thread.c                    \
321   \
322   gras/Transport/rl_transport.c          \
323   gras/Transport/transport_plugin_file.c   gras/Transport/transport_plugin_tcp.c  \
324   \
325   gras/Virtu/rl_emul.c \
326   gras/Virtu/rl_process.c \
327   gras/Virtu/rl_dns.c\
328   \
329   gras/Msg/rl_msg.c
330
331 GRAS_RL_SRC+=$(XBT_RL_SRC)
332
333 GRAS_SG_SRC= gras/Transport/sg_transport.c  gras/Transport/transport_plugin_sg.c        \
334   \
335   gras/Virtu/sg_emul.c \
336   gras/Virtu/sg_process.c   \
337   gras/Virtu/sg_dns.c\
338   \
339   gras/Msg/sg_msg.c
340
341 GRAS_SG_SRC+=$(XBT_SG_SRC)
342
343 AMOK_SRC= \
344   amok/amok_base.c \
345   amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
346   amok/PeerManagement/peermanagement.c
347
348 MC_SRC= \
349   mc/mc_memory.c       mc/mc_checkpoint.c \
350   mc/memory_map.c      mc/mc_global.c \
351   mc/mc_dfs.c          mc/mc_dpor.c \
352   mc/mc_transition.c
353
354 ##############################
355 # Deal with optional modules #
356 ##############################
357
358 if HAVE_GTNETS
359   GTNETS_USED=$(GTNETS_SRC)
360 else
361   GTNETS_USED=
362   EXTRA_DIST+=$(GTNETS_SRC)
363 endif
364
365 ###
366 ### Declare the library content
367 ###
368
369 lib_LTLIBRARIES= libsimgrid.la libgras.la libsmpi.la 
370
371 gras_sources=$(XBT_SRC) $(GRAS_COMMON_SRC) $(GRAS_RL_SRC) $(AMOK_SRC)
372 simgrid_sources=$(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) \
373                 $(SIMIX_SRC) $(MC_SRC) $(MSG_SRC) $(SIMDAG_SRC) \
374                 $(GRAS_COMMON_SRC) $(GRAS_SG_SRC) $(AMOK_SRC) \
375                 $(TRACING_SRC)
376
377
378 libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm 
379
380 libsimgrid_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
381 # -Wl,--entry -Wl,simgrid_version
382
383 # Please do not add -no-undefined to libsmpi_la_LDFLAGS:
384 # smpi_simulated_main is indeed defined in user code, and undef in the
385 # library (no idea why it works under linux, but it fails under windows)
386 libsmpi_la_LIBADD = libsimgrid.la
387 libsmpi_la_SOURCES = $(SMPI_SRC)
388 libsmpi_la_LDFLAGS = $(VERSION_INFO) @SMPI_DEP@ @LD_DYNAMIC_FLAGS@ -lm
389
390 if HAVE_RUBY
391 lib_LTLIBRARIES += simgrid_ruby.la
392 simgrid_ruby_la_LIBADD = libsimgrid.la
393 simgrid_ruby_la_SOURCES = bindings/ruby/simgrid_ruby.c
394 simgrid_ruby_la_LDFLAGS = $(VERSION_INFO) @LD_DYNAMIC_FLAGS@ -lm -module
395 endif
396
397 # Windows users (at least, MSVC ones) need a def file. (and JNI dont like @ cruft added to symbols)
398 if IS_WINDOWS
399 libgras_la_LDFLAGS    += -Wl,--output-def,libgras.def
400 libsimgrid_la_LDFLAGS += -Wl,--output-def,libsimgrid.def -Wl,--kill-at
401 libsmpi_la_LDFLAGS    += -Wl,--output-def,libsmpi.def
402 endif
403
404 ##
405 ## Java cruft
406
407 EXTRA_DIST+=$(JMSG_JAVA_SRC)
408
409 if HAVE_JAVA
410 simgrid_sources += $(JMSG_C_SRC) # add the binding support to the library
411
412 clean-local:
413         -rm -rf .classes simgrid.jar
414
415 jardir = $(prefix)/jar
416 jar_DATA =  simgrid.jar
417
418 simgrid.jar: $(JMSG_JAVA_SRC)
419         [ -e .classes ] || mkdir .classes
420         $(JAVAC) -d .classes -source 6 $(foreach file,$(JMSG_JAVA_SRC),$(srcdir)/$(file))
421         [ -e .classes/surf ] || mkdir .classes/surf
422         $(JAR) cvf simgrid.jar -C .classes .
423 else
424 EXTRA_DIST+=$(JMSG_C_SRC) $(JMSG_JAVA_SRC) $(MSG_SRC) $(TRACING_SRC)
425 endif
426
427 LUA_SRC= simix/smx_context_lua.c bindings/lua/simgrid_lua.c #bindings/lua/Msglua.c 
428 if HAVE_LUA
429   simgrid_sources += $(LUA_SRC)
430 else
431   EXTRA_DIST += $(LUA_SRC)
432 endif
433
434 RUBY_SRC= simix/smx_context_ruby.c \
435    bindings/ruby/rb_msg_process.c  \
436    bindings/ruby/rb_msg_host.c     \
437    bindings/ruby/rb_msg_task.c     \
438    bindings/ruby/rb_application_handler.c
439 if HAVE_RUBY
440   simgrid_sources += $(RUBY_SRC)
441 else
442   EXTRA_DIST += $(RUBY_SRC)
443 endif
444 ##
445 ## Compile the libs
446 CLEANFILES=supernovae_sg.c supernovae_gras.c supernovae_smpi.c
447 BUILT_SOURCES=
448
449 # Cannot let automake autocompute the content of dist from
450 #  lib*_la_SOURCES variables since it would include supernovae files,
451 #  which are only generated sometimes, not always.
452 # So, use nodist_lib*_la_SOURCES variables and add stuff to EXTRA_DIST manually
453
454 EXTRA_DIST+=$(simgrid_sources) $(gras_sources)
455
456 if SUPERNOVAE_MODE
457 simgrid_fragile_sources=gras/DataDesc/ddt_parse.yy.c surf/surfxml_parse.c xbt/graphxml_parse.c simdag/sd_daxloader.c
458 gras_fragile_sources=gras/DataDesc/ddt_parse.yy.c xbt/graphxml_parse.c
459 BUILT_SOURCES+=supernovae_sg.c supernovae_gras.c supernovae_smpi.c
460
461 supernovae_sg.c: Makefile.am
462         @top_srcdir@/src/mk_supernovae.sh supernovae_sg.c $(filter-out $(simgrid_fragile_sources),$(simgrid_sources))
463 supernovae_gras.c: Makefile.am
464         @top_srcdir@/src/mk_supernovae.sh supernovae_gras.c $(filter-out $(gras_fragile_sources),$(gras_sources))
465 supernovae_smpi.c: Makefile.am
466         @top_srcdir@/src/mk_supernovae.sh supernovae_smpi.c $(filter-out $(smpi_fragile_sources),$(smpi_sources))
467
468 nodist_libsimgrid_la_SOURCES =  supernovae_sg.c $(simgrid_fragile_sources)
469 nodist_libgras_la_SOURCES = supernovae_gras.c $(gras_fragile_sources)
470 else
471 nodist_libsimgrid_la_SOURCES = $(simgrid_sources)
472 nodist_libgras_la_SOURCES = $(gras_sources)
473 endif
474
475
476 if GRAMINE_MODE
477 else 
478 ###
479 ### Testing infrastructure
480 ###
481
482 # Test files must be added both to the TEST_CFILES and TEST_UNITS because
483 # if I compute TEST_UNITS from TEST_CFILES, automake fails to note that they
484 # are generated. Sorry about that.
485
486 # If you add a test unit, you should regenerate simgrid_units_main.c from scratch:
487 # make clean-units ; make testall
488
489 # Suites and tests run in the given order.
490
491 noinst_PROGRAMS=testall
492 TEST_CFILES=xbt/cunit.c  xbt/ex.c          \
493             xbt/dynar.c xbt/dict.c xbt/set.c xbt/swag.c \
494             xbt/xbt_str.c  xbt/xbt_strbuff.c xbt/xbt_sha.c                \
495             xbt/config.c xbt/xbt_synchro.c
496 TEST_UNITS= @builddir@/cunit_unit.c   @builddir@/ex_unit.c         \
497             @builddir@/dynar_unit.c   @builddir@/dict_unit.c @builddir@/set_unit.c @builddir@/swag_unit.c \
498             @builddir@/xbt_str_unit.c @builddir@/xbt_strbuff_unit.c @builddir@/xbt_sha_unit.c\
499             @builddir@/config_unit.c  @builddir@/xbt_synchro_unit.c
500
501 BUILT_SOURCES+=../include/surf/simgrid_dtd.h surf/simgrid_dtd.c \
502               ../include/xbt/graphxml.h xbt/graphxml.c \
503               simdag/dax_dtd.h simdag/dax_dtd.c \
504               gras/DataDesc/ddt_parse.yy.c \
505               $(TEST_UNITS) @builddir@/simgrid_units_main.c
506
507 testall_SOURCES= $(TEST_UNITS) @builddir@/simgrid_units_main.c
508 testall_LDADD=libgras.la
509 TESTS=testall
510 TESTS_ENVIRONMENT=$(SG_TEST_EXENV)
511
512 EXTRA_DIST+=$(testall_SOURCES)
513
514 if MAINTAINER_MODE
515 CLEANFILES+=$(TEST_UNITS)
516
517 $(TEST_UNITS): $(TEST_CFILES)
518         @top_srcdir@/tools/sg_unit_extractor.pl $^
519
520 @builddir@/simgrid_units_main.c: $(TEST_UNITS)
521         @top_srcdir@/tools/sg_unit_extractor.pl @srcdir@/xbt/cunit.c
522
523 clean-units:
524         rm -f simgrid_units_main.c *_unit.c @srcdir@/simgrid_units_main.c @srcdir@/*_unit.c
525         for n in $(TEST_UNITS) ; do \
526           dep=`echo $$n|sed -e 's|.c$$|.Po|' -e 's|[^/]*/||' -e 's|^|.deps/|'`; \
527           echo "Removing dependency tracker of $$n ($$dep @srcdir@/$$dep)"; \
528           rm -vf $$dep @srcdir@/$$dep; touch $$dep; \
529         done
530 else
531
532 if BOTBUILD_MODE
533 $(TEST_UNITS) simgrid_units_main.c clean-units: 
534         @echo "WARNING: Test units not generated, but touched instead since this is a bot build."
535         touch $@
536 else 
537 $(TEST_UNITS) simgrid_units_main.c clean-units: 
538         @echo "ERROR: Test units not generated."
539         @echo "ERROR: If you are using a SVN checkout, configure with the --enable-maintainer-mode flag"
540         @echo "ERROR: If not, please report the bug to the simgrid-devel mailing list."
541         @exit 1
542 endif
543 endif
544
545 ###
546 ### Regenerate what needs to with flex & flexml
547 ###
548
549
550 gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
551         set -e;@LEX@ -o$@ -Pgras_ddt_parse_ --noline $^
552
553 if MAINTAINER_MODE
554 surf/simgrid_dtd.c: surf/simgrid_dtd.l
555         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Psurf_parse_ --noline $^
556         sed 's/#include <unistd.h>/#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__)\n#  ifndef __STRICT_ANSI__\n#    include <io.h>\n#    include <process.h>\n#  endif\n#else\n#  include <unistd.h>\n#endif/g' -i $@
557 xbt/graphxml.c: xbt/graphxml.l
558         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pxbt_graph_parse_ --noline $^
559         sed 's/#include <unistd.h>/#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__)\n#  ifndef __STRICT_ANSI__\n#    include <io.h>\n#    include <process.h>\n#  endif\n#else\n#  include <unistd.h>\n#endif/g' -i $@
560 simdag/dax_dtd.c: simdag/dax_dtd.l
561         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pdax_ --noline $^
562         sed 's/#include <unistd.h>/#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__)\n#  ifndef __STRICT_ANSI__\n#    include <io.h>\n#    include <process.h>\n#  endif\n#else\n#  include <unistd.h>\n#endif/g' -i $@
563
564 if HAVE_FLEXML
565 surf/simgrid_dtd.l: $(srcdir)/surf/simgrid.dtd
566         set -e; mkdir -p surf; flexml --root-tags platform -b 1000000 -P surfxml --sysid=simgrid.dtd -S $@ -L $^ 
567 $(top_srcdir)/include/surf/simgrid_dtd.h: $(srcdir)/surf/simgrid.dtd
568         rm -f $(top_srcdir)/include/surf/simgrid.h 
569         set -e;                flexml --root-tags platform            -P surfxml --sysid=simgrid.dtd -H $@ -L $^ 
570         if test -e $(top_srcdir)/include/surf/simgrid.h ; then mv $(top_srcdir)/include/surf/simgrid.h $@ ; fi
571         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
572         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
573
574 xbt/graphxml.l: $(srcdir)/xbt/graphxml.dtd
575         set -e; flexml -b 1000000 -P graphxml --sysid=graphxml.dtd -S $@ -L $^
576 $(top_srcdir)/include/xbt/graphxml.h: $(srcdir)/xbt/graphxml.dtd
577         set -e; flexml            -P graphxml --sysid=graphxml.dtd -H $@ -L $^
578         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
579         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
580
581 simdag/dax_dtd.l: simdag/dax.dtd
582         set -e; flexml -b 1000000 --root-tags adag -P dax_ --sysid=dax.dtd -S $@ -L $^
583         sed -i 's/SET(DOCTYPE)/SET(ROOT_dax__adag)/' simdag/dax_dtd.l # DOCTYPE not mandatory
584 simdag/dax_dtd.h: simdag/dax.dtd
585         set -e; flexml            --root-tags adag -P dax_ --sysid=dax.dtd -H $@ -L $^
586         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
587         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
588 else
589
590 $(top_srcdir)/include/surf/simgrid_dtd.h surf/simgrid_dtd.l: $(top_srcdir)/src/surf/simgrid.dtd
591         @echo "WARNING: src/surf/simgrid.dtd seem to be modified, but the flexml program was not detected"
592         @echo "WARNING: Please install it if you did modify this file."
593         @echo "WARNING: For now, I'll ignore the change"
594         touch $(top_srcdir)/include/surf/simgrid_dtd.h $(top_srcdir)/src/surf/simgrid_dtd.l
595 $(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graphxml.dtd
596         @echo "WARNING: src/xbt/graphxml.dtd seem to be modified, but the flexml program was not detected"
597         @echo "WARNING: Please install it if you did modify this file."
598         @echo "WARNING: For now, I'll ignore the change"
599         touch $(top_srcdir)/include/xbt/graphxml.h $(top_srcdir)/src/xbt/graphxml.l"
600 simdag/dax_dtd.h simdag/dax_dtd.l: simdag/dax.dtd
601         @echo "WARNING: src/simdag/dax.dtd seem to be modified, but the flexml program was not detected"
602         @echo "WARNING: Please install it if you did modify this file."
603         @echo "WARNING: For now, I'll ignore the change"
604         touch $(top_srcdir)/src/simdag/dax_dtd.h $(top_srcdir)/src/simdag/dax_dtd.l
605 endif
606 endif
607 endif
608
609 include $(top_srcdir)/acmacro/dist-files.mk