Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
520ee531c3928ab6ea5e76d8b68292bf8842e6e6
[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.h \
70         simdag/dax_dtd.c \
71         \
72         gras/DataDesc/ddt_parse.yy.l \
73         gras/DataDesc/ddt_parse.yy.h \
74         gras/Virtu/virtu_rl.h \
75         gras/Virtu/virtu_sg.h \
76         gras/Virtu/virtu_interface.h \
77         gras/Virtu/virtu_private.h \
78         gras/Transport/transport_interface.h \
79         amok/Bandwidth/bandwidth_private.h \
80         amok/amok_modinter.h \
81         \
82         include/simix/simix.h include/simix/datatypes.h \
83         include/simix/context.h \
84         simix/private.h \
85         simix/smx_context_private.h \
86         simix/smx_context_java.h \
87         \
88         smpi/private.h \
89         smpi/smpi_coll_private.h \
90       smpi/smpi_mpi_dt_private.h \
91         smpi/README \
92         \
93         mk_supernovae.sh
94
95 #LIBRARY_VERSION= 0:0:0
96 #                 | | |
97 #          +------+ | +---+
98 #          |        |     |
99 #       current:revision:age
100 #          |        |     |
101 #          |        |     +- Increment if interfaces have been added
102 #          |        |        Set to zero if interfaces have been removed or
103 #          |        |        changed
104 #          |        +- Increment if source code has changed
105 #          |           Set to zero if current is incremented
106 #          +- Increment if interfaces have been added, removed or changed
107
108 VERSION_INFO= -version-info 2:0:0
109 # from `info libtool "Updating version info"` 
110 # and  `info libtool "Release numbers"` 
111 #
112 # A) For stable library (interface wise), you should use --version-info:
113 #
114 # - Begin with C:R:A = 0:0:0 (ie here, VERSION_INFO= -version-info 0:0:0)
115 # - Do not update it before public release (keep numbers small)
116 #
117 # ----------------------------------------------------------------------+
118 # +   Interface     |  code of existing  | Interface | New version info |
119 # | removal/change? | interface changed? | addition? |                  |
120 # +-----------------+--------------------+-----------+------------------+
121 # |      yes        |   must be yes ;)   |           |  C++ : 0   : 0   |
122 # |      no         |        yes         |    yes    |  C   : R++ : A++ |
123 # |      no         |        yes         |    no     |  C   : R++ : A   |
124 # |      no         |        no          |    yes    |  C   : R   : A++ |
125 # |      no         |        no          |    no     |  C   : R   : A   |
126 # +-----------------+--------------------+-----------+------------------+
127 #
128 # B) For rapidely changing library, you should go for the -release flag
129 #
130 #  It modifies the library name, and you thus cannot say that a library
131 #   using this trick is ready for a "stable" release (say, in Debian).
132
133
134 ################################################
135 # Declaration of the different modules content #
136 ################################################
137
138 XBT_SRC=\
139   \
140   xbt/snprintf.c    xbt/xbt_str.c xbt/xbt_strbuff.c  xbt/xbt_sha.c           \
141   xbt/ex.c                                                                   \
142   \
143   xbt_modinter.h    gras_modinter.h                                          \
144   xbt/xbt_virtu.c                                                            \
145   \
146   xbt/xbt_os_time.c                                                          \
147   xbt/asserts.c                                                              \
148   xbt/log.c                    xbt/xbt_log_appender_file.c                   \
149   xbt/xbt_log_layout_simple.c  xbt/xbt_log_layout_format.c                   \
150   xbt/mallocator.c                                                           \
151   xbt/dynar.c                                                                \
152   xbt/dict.c        xbt/dict_elm.c               xbt/dict_cursor.c           \
153   xbt/dict_multi.c                                                           \
154   xbt/heap.c                                                                 \
155   xbt/fifo.c                                                                 \
156   xbt/swag.c                                                                 \
157   xbt/graph.c                                                                \
158   xbt/set.c                                                                  \
159   xbt/xbt_matrix.c                                                           \
160   \
161   xbt/xbt_queue.c  xbt/xbt_synchro.c                                         \
162   \
163   xbt/xbt_peer.c                                                             \
164   \
165   xbt/xbt_main.c                                                             \
166   \
167   xbt/config.c                                                               \
168   xbt/cunit.c                                                                \
169   xbt/graphxml_parse.c
170
171 XBT_RL_SRC = \
172   xbt/xbt_rl_synchro.c          \
173   xbt/xbt_rl_time.c
174 XBT_SG_SRC = \
175   xbt/xbt_sg_synchro.c          \
176   xbt/xbt_sg_time.c     
177
178 SURF_SRC= \
179   surf/surf_model.c                                                          \
180   surf/surf_action.c                                                         \
181   surf/surf_routing.c                                                        \
182   surf/surf_config.c                                                         \
183   surf/maxmin.c                                                              \
184   surf/fair_bottleneck.c                                                     \
185   surf/lagrange.c                                                            \
186   surf/trace_mgr.c                                                           \
187   surf/random_mgr.c                                                          \
188   surf/surf.c                                                                \
189   surf/surfxml_parse.c                                                       \
190   surf/cpu.c   surf/network.c surf/network_constant.c surf/workstation.c     \
191   surf/surf_model_timer.c                                                    \
192   surf/workstation_ptask_L07.c                                               \
193   surf/cpu_ti.c                                               \
194   surf/cpu_im.c                                               \
195   xbt/xbt_sg_stubs.c
196
197 if CONTEXT_THREADS
198   SURF_SRC +=  xbt/xbt_os_thread.c
199 endif
200
201 GTNETS_SRC= \
202   surf/gtnets/gtnets_simulator.cc \
203   surf/gtnets/gtnets_topology.cc  \
204   surf/gtnets/gtnets_interface.cc \
205   surf/network_gtnets.c
206
207 SIMIX_SRC= \
208   simix/smx_global.c \
209   simix/smx_deployment.c \
210   simix/smx_environment.c \
211   simix/smx_host.c \
212   simix/smx_process.c \
213   simix/smx_context.c \
214   simix/smx_action.c \
215   simix/smx_synchro.c \
216   simix/smx_network.c
217   
218 if CONTEXT_THREADS
219   SURF_SRC += simix/smx_context_thread.c  
220 else  
221   SURF_SRC += simix/smx_context_sysv.c
222 endif  
223
224 SMPI_SRC= \
225   smpi/smpi_base.c \
226   smpi/smpi_bench.c \
227   smpi/smpi_global.c \
228   smpi/smpi_mpi.c \
229   smpi/smpi_sender.c \
230   smpi/smpi_receiver.c \
231   smpi/smpi_util.c \
232   smpi/smpi_coll.c \
233   smpi/smpi_mpi_dt.c
234
235 MSG_SRC=  msg/msg_config.c \
236   msg/task.c msg/host.c msg/m_process.c msg/gos.c \
237   msg/global.c msg/environment.c msg/deployment.c msg/msg_mailbox.c \
238   msg/msg_actions.c
239
240 JMSG_C_SRC = \
241   simix/smx_context_java.c \
242   java/jxbt_utilities.c     java/jxbt_utilities.h      \
243   java/jmsg.c               java/jmsg.h                \
244   java/jmsg_channel.c       java/jmsg_channel.h        \
245   java/jmsg_host.c          java/jmsg_host.h           \
246   java/jmsg_process.c       java/jmsg_process.h        \
247   java/jmsg_task.c          java/jmsg_task.h           \
248   java/jmsg_application_handler.c java/jmsg_application_handler.h
249
250 JMSG_JAVA_SRC = \
251   java/simgrid/msg/MsgException.java                 \
252   java/simgrid/msg/JniException.java                 \
253   java/simgrid/msg/NativeException.java              \
254   java/simgrid/msg/HostNotFoundException.java        \
255   java/simgrid/msg/ProcessNotFoundException.java     \
256   \
257   java/simgrid/msg/Msg.java                          \
258   java/simgrid/msg/Process.java                      \
259   java/simgrid/msg/Host.java                         \
260   java/simgrid/msg/Task.java                         \
261   \
262   java/simgrid/msg/MsgNative.java                    \
263   java/simgrid/msg/DTDResolver.java                  \
264   java/simgrid/msg/ApplicationHandler.java           \
265   \
266   java/simgrid/msg/Sem.java
267
268
269 SIMDAG_SRC= simdag/sd_global.c simdag/sd_link.c \
270   simdag/sd_task.c simdag/sd_workstation.c \
271   simdag/sd_daxloader.c
272
273 GRAS_COMMON_SRC= \
274   gras/gras.c  \
275   gras/Transport/transport.c          gras/Transport/transport_private.h  \
276   gras/Msg/gras_msg_mod.c             gras/Msg/gras_msg_types.c           \
277   gras/Msg/gras_msg_exchange.c        gras/Msg/gras_msg_listener.c        \
278   gras/Msg/rpc.c                      gras/Msg/timer.c                    \
279   gras/Msg/msg_interface.h            gras/Msg/msg_private.h              \
280   \
281   gras/Virtu/process.c gras/Virtu/gras_module.c  \
282   \
283   gras/DataDesc/ddt_create.c          \
284   gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
285   gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
286   gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
287   gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c
288
289 GRAS_RL_SRC= \
290   gras/rl_stubs.c                     xbt/xbt_os_thread.c                    \
291   \
292   gras/Transport/rl_transport.c          \
293   gras/Transport/transport_plugin_file.c   gras/Transport/transport_plugin_tcp.c  \
294   \
295   gras/Virtu/rl_emul.c \
296   gras/Virtu/rl_process.c \
297   gras/Virtu/rl_dns.c\
298   \
299   gras/Msg/rl_msg.c
300
301 GRAS_RL_SRC+=$(XBT_RL_SRC)
302
303 GRAS_SG_SRC= gras/Transport/sg_transport.c  gras/Transport/transport_plugin_sg.c        \
304   \
305   gras/Virtu/sg_emul.c \
306   gras/Virtu/sg_process.c   \
307   gras/Virtu/sg_dns.c\
308   \
309   gras/Msg/sg_msg.c
310
311 GRAS_SG_SRC+=$(XBT_SG_SRC)
312
313 AMOK_SRC= \
314   amok/amok_base.c \
315   amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
316   amok/PeerManagement/peermanagement.c
317
318 ##############################
319 # Deal with optional modules #
320 ##############################
321
322 if HAVE_GTNETS
323   GTNETS_USED=$(GTNETS_SRC)
324 else
325   GTNETS_USED=
326   EXTRA_DIST+=$(GTNETS_SRC)
327 endif
328
329 ###
330 ### Declare the library content
331 ###
332
333 lib_LTLIBRARIES= libsimgrid.la libgras.la libsmpi.la
334
335 gras_sources=$(XBT_SRC) $(GRAS_COMMON_SRC) $(GRAS_RL_SRC) $(AMOK_SRC)
336 simgrid_sources=$(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) \
337                 $(SIMIX_SRC) $(MSG_SRC) $(SIMDAG_SRC) \
338                 $(GRAS_COMMON_SRC) $(GRAS_SG_SRC) $(AMOK_SRC)
339
340
341 libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm 
342
343 libsimgrid_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
344 # -Wl,--entry -Wl,simgrid_version
345
346 # Please do not add -no-undefined to libsmpi_la_LDFLAGS:
347 # smpi_simulated_main is indeed defined in user code, and undef in the
348 # library (no idea why it works under linux, but it fails under windows)
349 libsmpi_la_LIBADD = libsimgrid.la
350 libsmpi_la_SOURCES = $(SMPI_SRC)
351 libsmpi_la_LDFLAGS = $(VERSION_INFO) @SMPI_DEP@ @LD_DYNAMIC_FLAGS@ -lm
352
353 # Windows users (at least, MSVC ones) need a def file.
354 if IS_WINDOWS
355 libgras_la_LDFLAGS    += -Wl,--output-def,libgras.def
356 libsimgrid_la_LDFLAGS += -Wl,--output-def,libsimgrid.def
357 libsmpi_la_LDFLAGS    += -Wl,--output-def,libsmpi.def
358 endif
359
360 ##
361 ## Java cruft
362
363 EXTRA_DIST+=$(JMSG_JAVA_SRC)
364
365 if HAVE_JAVA
366 simgrid_sources += $(JMSG_C_SRC) # add the binding support to the library
367
368 clean-local:
369         -rm -rf .classes simgrid.jar
370
371 jardir = $(prefix)/jar
372 jar_DATA =  simgrid.jar
373
374 simgrid.jar: $(JMSG_JAVA_SRC) $(srcdir)/surf/simgrid.dtd
375         [ -e .classes ] || mkdir .classes
376         $(JAVAC) -d .classes $(foreach file,$(JMSG_JAVA_SRC),$(srcdir)/$(file))
377         [ -e .classes/surf ] || mkdir .classes/surf
378         cp $(srcdir)/surf/simgrid.dtd .classes/surf
379         $(JAR) cvf simgrid.jar -C .classes .
380 else
381 EXTRA_DIST+=$(JMSG_C_SRC) $(JMSG_JAVA_SRC) $(MSG_SRC)
382 endif
383
384 ##
385 ## Compile the libs
386 CLEANFILES=supernovae_sg.c supernovae_gras.c supernovae_smpi.c
387 BUILT_SOURCES=
388
389 # Cannot let automake autocompute the content of dist from
390 #  lib*_la_SOURCES variables since it would include supernovae files,
391 #  which are only generated sometimes, not always.
392 # So, use nodist_lib*_la_SOURCES variables and add stuff to EXTRA_DIST manually
393
394 EXTRA_DIST+=$(simgrid_sources) $(gras_sources)
395
396 if SUPERNOVAE_MODE
397 simgrid_fragile_sources=gras/DataDesc/ddt_parse.yy.c surf/surfxml_parse.c xbt/graphxml_parse.c simdag/sd_daxloader.c
398 gras_fragile_sources=gras/DataDesc/ddt_parse.yy.c xbt/graphxml_parse.c
399 BUILT_SOURCES+=supernovae_sg.c supernovae_gras.c supernovae_smpi.c
400
401 supernovae_sg.c: Makefile.am
402         @top_srcdir@/src/mk_supernovae.sh supernovae_sg.c $(filter-out $(simgrid_fragile_sources),$(simgrid_sources))
403 supernovae_gras.c: Makefile.am
404         @top_srcdir@/src/mk_supernovae.sh supernovae_gras.c $(filter-out $(gras_fragile_sources),$(gras_sources))
405 supernovae_smpi.c: Makefile.am
406         @top_srcdir@/src/mk_supernovae.sh supernovae_smpi.c $(filter-out $(smpi_fragile_sources),$(smpi_sources))
407
408 nodist_libsimgrid_la_SOURCES =  supernovae_sg.c $(simgrid_fragile_sources)
409 nodist_libgras_la_SOURCES = supernovae_gras.c $(gras_fragile_sources)
410 else
411 nodist_libsimgrid_la_SOURCES = $(simgrid_sources)
412 nodist_libgras_la_SOURCES = $(gras_sources)
413 endif
414
415
416 if GRAMINE_MODE
417 else 
418 ###
419 ### Testing infrastructure
420 ###
421
422 # Test files must be added both to the TEST_CFILES and TEST_UNITS because
423 # if I compute TEST_UNITS from TEST_CFILES, automake fails to note that they
424 # are generated. Sorry about that.
425
426 # If you add a test unit, you should regenerate simgrid_units_main.c from scratch:
427 # make clean-units ; make testall
428
429 # Suites and tests run in the given order.
430
431 noinst_PROGRAMS=testall
432 TEST_CFILES=xbt/cunit.c  xbt/ex.c          \
433             xbt/dynar.c xbt/dict.c xbt/set.c xbt/swag.c \
434             xbt/xbt_str.c  xbt/xbt_strbuff.c xbt/xbt_sha.c                \
435             xbt/config.c xbt/xbt_synchro.c
436 TEST_UNITS= @builddir@/cunit_unit.c   @builddir@/ex_unit.c         \
437             @builddir@/dynar_unit.c   @builddir@/dict_unit.c @builddir@/set_unit.c @builddir@/swag_unit.c \
438             @builddir@/xbt_str_unit.c @builddir@/xbt_strbuff_unit.c @builddir@/xbt_sha_unit.c\
439             @builddir@/config_unit.c  @builddir@/xbt_synchro_unit.c
440
441 BUILT_SOURCES+=../include/surf/simgrid_dtd.h surf/simgrid_dtd.c \
442               ../include/xbt/graphxml.h xbt/graphxml.c \
443               simdag/dax_dtd.h simdag/dax_dtd.c \
444               gras/DataDesc/ddt_parse.yy.c \
445               $(TEST_UNITS) @builddir@/simgrid_units_main.c
446
447 testall_SOURCES= $(TEST_UNITS) @builddir@/simgrid_units_main.c
448 testall_LDADD=libgras.la
449 TESTS=testall
450 TESTS_ENVIRONMENT=$(SG_TEST_EXENV)
451
452 EXTRA_DIST+=$(testall_SOURCES)
453
454 if MAINTAINER_MODE
455 CLEANFILES+=$(TEST_UNITS)
456
457 $(TEST_UNITS): $(TEST_CFILES)
458         @top_srcdir@/tools/sg_unit_extractor.pl $^
459
460 @builddir@/simgrid_units_main.c: $(TEST_UNITS)
461         @top_srcdir@/tools/sg_unit_extractor.pl @srcdir@/xbt/cunit.c
462
463 clean-units:
464         rm -f simgrid_units_main.c *_unit.c @srcdir@/simgrid_units_main.c @srcdir@/*_unit.c
465         for n in $(TEST_UNITS) ; do \
466           dep=`echo $$n|sed -e 's|.c$$|.Po|' -e 's|[^/]*/||' -e 's|^|.deps/|'`; \
467           echo "Removing dependency tracker of $$n ($$dep @srcdir@/$$dep)"; \
468           rm -vf $$dep @srcdir@/$$dep; touch $$dep; \
469         done
470 else
471
472 if BOTBUILD_MODE
473 $(TEST_UNITS) simgrid_units_main.c clean-units: 
474         @echo "WARNING: Test units not generated, but touched instead since this is a bot build."
475         touch $@
476 else 
477 $(TEST_UNITS) simgrid_units_main.c clean-units: 
478         @echo "ERROR: Test units not generated."
479         @echo "ERROR: If you are using a SVN checkout, configure with the --enable-maintainer-mode flag"
480         @echo "ERROR: If not, please report the bug to the simgrid-devel mailing list."
481         @exit 1
482 endif
483 endif
484
485 ###
486 ### Regenerate what needs to with flex & flexml
487 ###
488
489
490 gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
491         set -e;@LEX@ -o$@ -Pgras_ddt_parse_ --noline $^
492
493 if MAINTAINER_MODE
494 surf/simgrid_dtd.c: surf/simgrid_dtd.l
495         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Psurf_parse_ --noline $^
496         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 $@
497 xbt/graphxml.c: xbt/graphxml.l
498         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pxbt_graph_parse_ --noline $^
499         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 $@
500 simdag/dax_dtd.c: simdag/dax_dtd.l
501         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pdax_ --noline $^
502         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 $@
503
504 if HAVE_FLEXML
505 surf/simgrid_dtd.l: $(srcdir)/surf/simgrid.dtd
506         set -e; mkdir -p surf; flexml --root-tags platform -b 1000000 -P surfxml --sysid=simgrid.dtd -S $@ -L $^ 
507 $(top_srcdir)/include/surf/simgrid_dtd.h: $(srcdir)/surf/simgrid.dtd
508         rm -f $(top_srcdir)/include/surf/simgrid.h 
509         set -e;                flexml --root-tags platform            -P surfxml --sysid=simgrid.dtd -H $@ -L $^ 
510         if test -e $(top_srcdir)/include/surf/simgrid.h ; then mv $(top_srcdir)/include/surf/simgrid.h $@ ; fi
511         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
512         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
513
514 xbt/graphxml.l: $(srcdir)/xbt/graphxml.dtd
515         set -e; flexml -b 1000000 -P graphxml --sysid=graphxml.dtd -S $@ -L $^
516 $(top_srcdir)/include/xbt/graphxml.h: $(srcdir)/xbt/graphxml.dtd
517         set -e; flexml            -P graphxml --sysid=graphxml.dtd -H $@ -L $^
518         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
519         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
520
521 simdag/dax_dtd.l: simdag/dax.dtd
522         set -e; flexml -b 1000000 --root-tags adag -P dax_ --sysid=dax.dtd -S $@ -L $^
523         sed -i 's/SET(DOCTYPE)/SET(ROOT_dax__adag)/' simdag/dax_dtd.l # DOCTYPE not mandatory
524 simdag/dax_dtd.h: simdag/dax.dtd
525         set -e; flexml            --root-tags adag -P dax_ --sysid=dax.dtd -H $@ -L $^
526         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
527         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
528 else
529
530 $(top_srcdir)/include/surf/simgrid_dtd.h surf/simgrid_dtd.l: $(top_srcdir)/src/surf/simgrid.dtd
531         @echo "WARNING: src/surf/simgrid.dtd seem to be modified, but the flexml program was not detected"
532         @echo "WARNING: Please install it if you did modify this file."
533         @echo "WARNING: For now, I'll ignore the change"
534         touch include/surf/simgrid_dtd.h src/surf/simgrid_dtd.l
535 $(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graphxml.dtd
536         @echo "WARNING: src/xbt/graphxml.dtd seem to be modified, but the flexml program was not detected"
537         @echo "WARNING: Please install it if you did modify this file."
538         @echo "WARNING: For now, I'll ignore the change"
539         touch include/xbt/graphxml.h src/xbt/graphxml.l"
540 simdag/dax_dtd.h simdag/dax_dtd.l: simdag/dax.dtd
541         @echo "WARNING: src/simdag/dax.dtd seem to be modified, but the flexml program was not detected"
542         @echo "WARNING: Please install it if you did modify this file."
543         @echo "WARNING: For now, I'll ignore the change"
544         touch src/simdag/dax_dtd.h src/simdag/dax_dtd.l
545 endif
546 endif
547 endif
548
549 include $(top_srcdir)/acmacro/dist-files.mk