Logo AND Algorithmique Numérique Distribuée

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