Logo AND Algorithmique Numérique Distribuée

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