Logo AND Algorithmique Numérique Distribuée

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