Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Windows users (at least, MSVC ones) need a def file
[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         network_gtnets_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
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/workstation_KCCFLN05.c   surf/workstation_ptask_L07.c
160
161 if CONTEXT_THREADS
162   SURF_SRC += xbt/xbt_os_thread.c
163 else  
164   SURF_SRC += xbt/xbt_os_thread_stubs.c
165 endif
166
167 GTNETS_SRC= \
168   surf/gtnets/gtnets_simulator.cc \
169   surf/gtnets/gtnets_topology.cc  \
170   surf/gtnets/gtnets_interface.cc \
171   surf/network_gtnets.c
172
173 # Separated because we don't want it in libsimgrid4java
174 CTX_SRC= xbt/context.c
175 JCTX_SRC= java/jxbt_context.c java/jxbt_context.h
176
177 SIMIX_SRC= \
178   simix/smx_global.c \
179   simix/smx_deployment.c \
180   simix/smx_config.c \
181   simix/smx_environment.c \
182   simix/smx_host.c \
183   simix/smx_process.c \
184   simix/smx_action.c \
185   simix/smx_synchro.c
186
187 SMPI_SRC= \
188   smpi/smpi_base.c \
189   smpi/smpi_bench.c \
190   smpi/smpi_global.c \
191   smpi/smpi_mpi.c \
192   smpi/smpi_sender.c \
193   smpi/smpi_receiver.c \
194   smpi/smpi_util.c
195
196 MSG_SRC=  msg/msg_config.c \
197   msg/task.c msg/host.c msg/m_process.c msg/gos.c \
198   msg/global.c msg/environment.c msg/deployment.c 
199
200 JMSG_C_SRC = \
201   java/jxbt_utilities.c     java/jxbt_utilities.h      \
202   java/jmsg.c               java/jmsg.h                \
203   java/jmsg_channel.c       java/jmsg_channel.h        \
204   java/jmsg_host.c          java/jmsg_host.h           \
205   java/jmsg_parallel_task.c java/jmsg_parallel_task.h  \
206   java/jmsg_process.c       java/jmsg_process.h        \
207   java/jmsg_task.c          java/jmsg_task.h
208
209 JMSG_JAVA_SRC = \
210   java/simgrid/msg/MsgException.java                 \
211   java/simgrid/msg/JniException.java                 \
212   java/simgrid/msg/NativeException.java              \
213   java/simgrid/msg/HostNotFoundException.java        \
214   java/simgrid/msg/ProcessNotFoundException.java     \
215   \
216   java/simgrid/msg/Process.java                      \
217   java/simgrid/msg/ApplicationHandler.java           \
218   java/simgrid/msg/Channel.java                      \
219   java/simgrid/msg/Host.java                         \
220   java/simgrid/msg/Msg.java                          \
221   java/simgrid/msg/Task.java                         \
222   java/simgrid/msg/ParallelTask.java                 
223
224 SIMDAG_SRC= simdag/sd_global.c simdag/sd_link.c simdag/sd_task.c simdag/sd_workstation.c
225
226 GRAS_COMMON_SRC= \
227   gras/gras.c  \
228   gras/Transport/transport.c          gras/Transport/transport_private.h  \
229   gras/Msg/gras_msg_mod.c             gras/Msg/gras_msg_types.c           \
230   gras/Msg/gras_msg_exchange.c        gras/Msg/gras_msg_listener.c        \
231   gras/Msg/rpc.c                      gras/Msg/timer.c                    \
232   gras/Msg/msg_interface.h            gras/Msg/msg_private.h              \
233   \
234   gras/Virtu/process.c gras/Virtu/gras_module.c  \
235   \
236   gras/DataDesc/ddt_create.c          \
237   gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
238   gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
239   gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
240   gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c         gras/DataDesc/ddt_parse.yy.h
241
242 GRAS_RL_SRC= \
243   gras/rl_stubs.c                     xbt/xbt_os_thread.c                    \
244   \
245   gras/Transport/rl_transport.c          \
246   gras/Transport/transport_plugin_file.c   gras/Transport/transport_plugin_tcp.c  \
247   \
248   gras/Virtu/rl_emul.c \
249   gras/Virtu/rl_process.c \
250   gras/Virtu/rl_dns.c\
251   \
252   gras/Msg/rl_msg.c
253
254 GRAS_RL_SRC+=$(XBT_RL_SRC)
255
256 GRAS_SG_SRC= gras/Transport/sg_transport.c  gras/Transport/transport_plugin_sg.c        \
257   \
258   gras/Virtu/sg_emul.c \
259   gras/Virtu/sg_process.c   \
260   gras/Virtu/sg_dns.c\
261   \
262   gras/Msg/sg_msg.c
263
264 GRAS_SG_SRC+=$(XBT_SG_SRC)
265
266 AMOK_SRC= \
267   amok/amok_base.c \
268   amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
269   amok/PeerManagement/peermanagement.c
270
271 ##############################
272 # Deal with optional modules #
273 ##############################
274
275 if HAVE_GTNETS
276   GTNETS_USED=$(GTNETS_SRC)
277 else
278   GTNETS_USED=
279   EXTRA_DIST+=$(GTNETS_SRC)
280 endif
281
282 if HAVE_SDP
283   SDP_SRC= surf/sdp.c
284 else 
285   SDP_SRC=
286   EXTRA_DIST+=surf/sdp.c
287 endif
288
289 ###
290 ### Declare the library content
291 ###
292
293 lib_LTLIBRARIES= libsimgrid.la libgras.la libsmpi.la
294
295 libgras_la_SOURCES=  $(XBT_SRC) $(GRAS_COMMON_SRC) $(GRAS_RL_SRC) $(AMOK_SRC)
296 libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm 
297
298 libsimgrid_la_SOURCES = $(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) $(SDP_SRC) \
299                         $(SIMIX_SRC) $(CTX_SRC) \
300                         $(MSG_SRC) $(SIMDAG_SRC) \
301                         $(GRAS_COMMON_SRC) $(GRAS_SG_SRC) $(AMOK_SRC)
302 libsimgrid_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
303
304 # Please do not add -no-undefined to libsmpi_la_LDFLAGS:
305 # smpi_simulated_main is indeed defined in user code, and undef in the
306 # library (no idea why it works under linux, but it fails under windows)
307 libsmpi_la_LIBADD = libsimgrid.la
308 libsmpi_la_SOURCES = $(SMPI_SRC)
309 libsmpi_la_LDFLAGS = $(VERSION_INFO) @SMPI_DEP@ @LD_DYNAMIC_FLAGS@ -lm
310
311 # Windows users (at least, MSVC ones) need a def file.
312 if IS_WINDOWS
313 libgras_la_LDFLAGS    += -Wl,--output-def,libgras.def
314 libsimgrid_la_LDFLAGS += -Wl,--output-def,libsimgrid.def
315 libsmpi_la_LDFLAGS    += -Wl,--output-def,libsmpi.def
316 endif
317
318 ##
319 ## Java cruft
320
321 if HAVE_JAVA
322 lib_LTLIBRARIES += libsimgrid4java.la
323
324 libsimgrid4java_la_SOURCES = $(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) $(SDP_SRC) \
325                              $(SIMIX_SRC) $(JCTX_SRC) \
326                              $(JMSG_C_SRC) $(MSG_SRC) \
327                              $(GRAS_COMMON_SRC) $(GRAS_SG_SRC) $(AMOK_SRC)
328 libsimgrid4java_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
329 libsimgrid4java_la_GCJFLAGS = -fjni
330
331 clean-local:
332         -rm -rf .classes
333
334 jardir = $(prefix)/jar 
335 jar_DATA =  simgrid.jar
336
337 simgrid.jar: $(JMSG_JAVA_SRC)
338         [ -e .classes ] || mkdir .classes
339         $(JAVAC) -sourcepath java -d .classes $(JMSG_JAVA_SRC)
340         $(JAR) cvf simgrid.jar -C .classes .;
341 else
342 EXTRA_DIST += $(JCTX_SRC) $(JMSG_C_SRC) $(MSG_SRC)
343 endif
344
345 if GRAMINE_MODE
346 else 
347 ###
348 ### Testing infrastructure
349 ###
350
351 # Test files must be added both to the TEST_CFILES and TEST_UNITS because
352 # if I compute TEST_UNITS from TEST_CFILES, automake fails to note that they
353 # are generated. Sorry about that.
354
355 # If you add a test unit, you should regenerate simgrid_units_main.c from scratch:
356 # make clean-units ; make testall
357
358 # Suites and tests run in the given order.
359
360 noinst_PROGRAMS=testall
361 TEST_CFILES=xbt/cunit.c  xbt/ex.c          \
362             xbt/dynar.c xbt/dict.c xbt/set.c xbt/swag.c \
363             xbt/xbt_str.c                      \
364             xbt/config.c 
365 TEST_UNITS= @builddir@/cunit_unit.c @builddir@/ex_unit.c         \
366             @builddir@/dynar_unit.c @builddir@/dict_unit.c @builddir@/set_unit.c @builddir@/swag_unit.c \
367             @builddir@/xbt_str_unit.c \
368             @builddir@/config_unit.c 
369 CLEANFILES=$(TEST_UNITS)
370
371 BUILT_SOURCES=../include/surf/surfxml.h surf/surfxml.c \
372               ../include/xbt/graphxml.h xbt/graphxml.c \
373               gras/DataDesc/ddt_parse.yy.c \
374               $(TEST_UNITS) @builddir@/simgrid_units_main.c
375
376 testall_SOURCES= $(TEST_UNITS) @builddir@/simgrid_units_main.c
377 testall_LDADD=libgras.la
378 TESTS=testall
379 TESTS_ENVIRONMENT=$(SG_TEST_EXENV)
380
381 EXTRA_DIST+=$(testall_SOURCES)
382
383 if MAINTAINER_MODE
384 @builddir@/cunit_unit.c: xbt/cunit.c
385         @top_srcdir@/tools/sg_unit_extractor.pl $^
386 @builddir@/ex_unit.c: xbt/ex.c
387         @top_srcdir@/tools/sg_unit_extractor.pl $^
388 @builddir@/xbt_str_unit.c: xbt/xbt_str.c
389         @top_srcdir@/tools/sg_unit_extractor.pl $^
390 @builddir@/dynar_unit.c: xbt/dynar.c
391         @top_srcdir@/tools/sg_unit_extractor.pl $^
392 @builddir@/dict_unit.c: xbt/dict.c
393         @top_srcdir@/tools/sg_unit_extractor.pl $^
394 @builddir@/set_unit.c: xbt/set.c
395         @top_srcdir@/tools/sg_unit_extractor.pl $^
396 @builddir@/swag_unit.c: xbt/swag.c
397         @top_srcdir@/tools/sg_unit_extractor.pl $^
398 @builddir@/config_unit.c: xbt/config.c
399         @top_srcdir@/tools/sg_unit_extractor.pl $^
400
401 @builddir@/simgrid_units_main.c: $(TEST_UNITS)
402         @top_srcdir@/tools/sg_unit_extractor.pl @srcdir@/xbt/cunit.c
403
404 clean-units:
405         rm -f simgrid_units_main.c *_unit.c @srcdir@/simgrid_units_main.c @srcdir@/*_unit.c
406         for n in $(TEST_UNITS) ; do \
407           dep=`echo $$n|sed -e 's|.c$$|.Po|' -e 's|[^/]*/||' -e 's|^|.deps/|'`; \
408           echo "Removing dependency tracker of $$n ($$dep @srcdir@/$$dep)"; \
409           rm -vf $$dep @srcdir@/$$dep; touch $$dep; \
410         done
411 else
412
413 $(TEST_UNITS) simgrid_units_main.c clean-units: 
414         @echo "ERROR: Test units not generated."
415         @echo "ERROR: If you are using a CVS checkout, configure with the --enable-maintainer-mode flag"
416         @echo "ERROR: If not, please report the bug to the simgrid-devel mailing list."
417         @exit 1
418
419 endif
420
421 ###
422 ### Regenerate what needs to with flex & flexml
423 ###
424
425
426 gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
427         set -e;@LEX@ -o$@ -Pgras_ddt_parse_ --noline $^
428
429 if MAINTAINER_MODE
430 surf/surfxml.c: surf/surfxml.l
431         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Psurf_parse_ --noline $^
432 xbt/graphxml.c: xbt/graphxml.l
433         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pxbt_graph_parse_ --noline $^
434
435 if HAVE_FLEXML
436 surf/surfxml.l: $(srcdir)/surf/surfxml.dtd
437         set -e; mkdir -p surf; flexml -b 1000000 -P surfxml --sysid=surfxml.dtd -S $@ -L $^
438 $(top_srcdir)/include/surf/surfxml.h: $(srcdir)/surf/surfxml.dtd
439         set -e;                flexml            -P surfxml --sysid=surfxml.dtd -H $@ -L $^
440         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
441         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
442
443
444 xbt/graphxml.l: $(srcdir)/xbt/graphxml.dtd
445         set -e; flexml -b 1000000 -P graphxml --sysid=graphxml.dtd -S $@ -L $^
446 $(top_srcdir)/include/xbt/graphxml.h: $(srcdir)/xbt/graphxml.dtd
447         set -e; flexml            -P graphxml --sysid=graphxml.dtd -H $@ -L $^
448         sed 's/extern  *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@
449         sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@
450 else
451
452 $(top_srcdir)/include/surf/surfxml.h surf/surfxml.l: $(top_srcdir)/src/surf/surfxml.dtd
453         @echo "ERROR: src/surf/surfxml.dtd was modified, but the flexml program was not detected"
454         @echo "ERROR: Please install it, or if you didn't modify this file, try this:"
455         @echo "ERROR:   touch include/surf/surfxml.h src/surf/surfxml.l"
456         @exit 1
457 $(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graphxml.dtd
458         @echo "ERROR: src/xbt/graphxml.dtd was modified, but the flexml program was not detected"
459         @echo "ERROR: Please install it, or if you didn't modify this file, try this:"
460         @echo "ERROR:   touch include/xbt/graphxml.h src/xbt/graphxml.l"
461         @exit 1
462 endif
463 endif
464 endif
465
466 include $(top_srcdir)/acmacro/dist-files.mk