Logo AND Algorithmique Numérique Distribuée

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