Logo AND Algorithmique Numérique Distribuée

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