Logo AND Algorithmique Numérique Distribuée

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