Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update generated files
[simgrid.git] / src / Makefile.am
1 AM_CFLAGS+= -g 
2 #AM_CFLAGS= -DNDEBUG 
3
4 # -DNLOG   cuts absolutely all logs at compilation time.
5 # -DNDEBUG cuts asserts and logs at "trace" and "debug" levels.
6
7 # -g -ffast-math -funroll-loops -O3 -fno-strict-aliasing
8 # Those should be added by configure when using gcc
9 # fast-math is nasty when using IEEE floating point semantic
10 # strict-aliasing breaks my type-punning bad habit.
11
12
13 MAINTAINERCLEANFILES=Makefile.in
14 INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include 
15 EXTRA_DIST= \
16         \
17         portable.h \
18         \
19         xbt/mallocator_private.h \
20         xbt/dynar_private.h \
21         xbt/dict_private.h \
22         xbt/heap_private.h \
23         xbt/fifo_private.h \
24         xbt/graph_private.h \
25         xbt/graphxml_parse.c \
26         xbt/graphxml.l \
27         xbt/graphxml.c \
28         xbt/graphxml.dtd \
29         xbt/context_private.h \
30         xbt/ex_interface.h \
31         \
32         surf/maxmin_private.h \
33         surf/trace_mgr_private.h \
34         surf/surf_private.h \
35         surf/cpu_private.h \
36         surf/workstation_private.h \
37         surf/surf_timer_private.h \
38         surf/surfxml_parse.c \
39         surf/surfxml.l \
40         surf/surfxml.c \
41         surf/surfxml.dtd \
42         surf/network_private.h \
43         surf/network_dassf_private.h \
44         surf/workstation_KCCFLN05_private.h \
45         \
46         include/surf/maxmin.h \
47         include/surf/trace_mgr.h \
48         include/surf/surf.h \
49         include/surf/surfxml_parse_private.h \
50         \
51         include/xbt/xbt_portability.h \
52         include/xbt/xbt_thread.h \
53         include/xbt/context.h \
54         \
55         msg/private.h \
56         \
57         simdag/private.h \
58         \
59         gras/Transport/transport_interface.h \
60         gras/Virtu/virtu_interface.h          gras/Virtu/virtu_private.h\
61         gras/Virtu/virtu_rl.h                 gras/Virtu/virtu_sg.h \
62         gras/DataDesc/ddt_parse.yy.l          gras/DataDesc/ddt_parse.yy.c \
63         \
64         amok/Bandwidth/bandwidth_private.h \
65         amok/amok_modinter.h
66
67 if USE_SIMIX
68   EXTRA_DIST+=include/simix/simix.h include/simix/datatypes.h simix/msg_simix_private.h
69 endif
70
71 #        gras_private.h
72
73 #LIBRARY_VERSION= 0:0:0
74 #                 | | |
75 #          +------+ | +---+
76 #          |        |     |
77 #       current:revision:age
78 #          |        |     |
79 #          |        |     +- Increment if interfaces have been added
80 #          |        |        Set to zero if interfaces have been removed or
81 #          |        |        changed
82 #          |        +- Increment if source code has changed
83 #          |           Set to zero if current is incremented
84 #          +- Increment if interfaces have been added, removed or changed
85
86 VERSION_INFO= -version-info 1:0:0
87 # from `info libtool "Updating version info"` 
88 # and  `info libtool "Release numbers"` 
89 #
90 # A) For stable library (interface wise), you should use --version-info:
91 #
92 # - Begin with C:R:A = 0:0:0 (ie here, VERSION_INFO= -version-info 0:0:0)
93 # - Do not update it before public release (keep numbers small)
94 #
95 # ----------------------------------------------------------------------+
96 # +   Interface     |  code of existing  | Interface | New version info |
97 # | removal/change? | interface changed? | addition? |                  |
98 # +-----------------+--------------------+-----------+------------------+
99 # |      yes        |   must be yes ;)   |           |  C++ : 0   : 0   |
100 # |      no         |        yes         |    yes    |  C   : R++ : A++ |
101 # |      no         |        yes         |    no     |  C   : R++ : A   |
102 # |      no         |        no          |    yes    |  C   : R   : A++ |
103 # |      no         |        no          |    no     |  C   : R   : A   |
104 # +-----------------+--------------------+-----------+------------------+
105 #
106 # B) For rapidely changing library, you should go for the -release flag
107 #
108 #  It modifies the library name, and you thus cannot say that a library
109 #   using this trick is ready for a "stable" release (say, in Debian).
110
111 lib_LTLIBRARIES= libsimgrid.la libgras.la
112
113 COMMON_SRC=\
114   \
115   xbt/snprintf.c    xbt/getline.c                                            \
116   xbt/ex.c                                                                   \
117   \
118   xbt_modinter.h    gras_modinter.h                                          \
119   \
120   xbt/sysdep.c                                                               \
121   xbt/asserts.c                                                              \
122   xbt/log.c         xbt/log_default_appender.c                               \
123   xbt/mallocator.c                                                           \
124   xbt/dynar.c                                                                \
125   xbt/dict.c        xbt/dict_elm.c               xbt/dict_cursor.c           \
126   xbt/dict_multi.c                                                           \
127   xbt/heap.c                                                                 \
128   xbt/fifo.c                                                                 \
129   xbt/swag.c                                                                 \
130   xbt/graph.c                                                                \
131   xbt/set.c                                                                  \
132   xbt/xbt_matrix.c                                                           \
133   xbt/xbt_peer.c                                                             \
134   xbt/xbt_main.c                                                             \
135   xbt/config.c                                                               \
136   xbt/cunit.c                                                                \
137   xbt/graphxml_parse.c                                                       \
138   \
139   gras/gras.c \
140   \
141   gras/Transport/transport.c          gras/Transport/transport_private.h  \
142   \
143   gras/DataDesc/ddt_create.c          \
144   gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
145   gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
146   gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
147   gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c         gras/DataDesc/ddt_parse.yy.h \
148   \
149   gras/Msg/msg.c                      gras/Msg/rpc.c                       gras/Msg/timer.c                 \
150   gras/Msg/msg_interface.h            gras/Msg/msg_private.h           \
151   \
152   gras/Virtu/process.c gras/Virtu/gras_module.c
153
154 RL_SRC= \
155   gras/rl_stubs.c                     xbt/xbt_thread.c                    \
156   \
157   gras/Transport/rl_transport.c          \
158   gras/Transport/transport_plugin_file.c   gras/Transport/transport_plugin_tcp.c  \
159   \
160   gras/Virtu/rl_emul.c \
161   gras/Virtu/rl_process.c        gras/Virtu/rl_time.c \
162   gras/Virtu/rl_dns.c\
163   \
164   gras/Msg/rl_msg.c
165
166 SG_SRC=  \
167   gras/sg_stubs.c                         \
168   xbt/context.c                                                              \
169   \
170   surf/maxmin.c                                                              \
171   surf/lagrange.c                                                            \
172   surf/trace_mgr.c                                                           \
173   surf/surf.c                                                                \
174   surf/surfxml_parse.c                                                       \
175   surf/cpu.c   surf/network.c   surf/workstation.c                           \
176   surf/surf_timer.c                                                          \
177   surf/network_dassf.c                                                       \
178   surf/workstation_KCCFLN05.c  \
179   \
180   simdag/sd_global.c simdag/sd_link.c simdag/sd_task.c                       \
181   simdag/sd_workstation.c                                                    \
182   \
183   gras/Transport/sg_transport.c  gras/Transport/transport_plugin_sg.c        \
184   \
185   gras/Virtu/sg_emul.c \
186   gras/Virtu/sg_process.c        gras/Virtu/sg_time.c     \
187   gras/Virtu/sg_dns.c\
188   \
189   gras/Msg/sg_msg.c
190
191 if HAVE_SDP
192   SG_SRC+= surf/sdp.c  
193 endif
194
195 SIMIX_SRC= \
196   simix/smx_global.c \
197   simix/smx_deployment.c \
198   simix/smx_config.c \
199   simix/smx_environment.c \
200   simix/smx_host.c \
201   simix/smx_process.c \
202   simix/smx_action.c \
203   simix/smx_synchro.c
204
205 MSG_SRC=  msg/msg_config.c \
206   msg/task.c msg/host.c msg/m_process.c msg/gos.c \
207   msg/global.c msg/environment.c msg/deployment.c 
208
209 MSG_SIMIX_SRC=  msg_simix/msg_simix_config.c \
210   msg_simix/msg_simix_task.c \
211   msg_simix/msg_simix_host.c \
212   msg_simix/msg_simix_process.c \
213   msg_simix/msg_simix_gos.c \
214   msg_simix/msg_simix_global.c \
215   msg_simix/msg_simix_environment.c \
216   msg_simix/msg_simix_deployment.c 
217
218 if USE_SIMIX
219   SG_SRC+=$(SIMIX_SRC)
220   SG_SRC+=$(MSG_SIMIX_SRC)
221   EXTRA_DIST+=$(MSG_SRC)
222 else  
223   EXTRA_DIST+=$(SIMIX_SRC)
224   EXTRA_DIST+=$(MSG_SIMIX_SRC)
225   SG_SRC+=$(MSG_SRC)
226 endif
227
228 AMOK_SRC= \
229   amok/amok_base.c \
230   amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
231   amok/PeerManagement/peermanagement.c
232
233 if GRAMINE_MODE
234 else 
235 ###
236 ### Testing infrastructure
237 ###
238
239 # Test files must be added both to the TEST_CFILES and TEST_UNITS because
240 # if I compute TEST_UNITS from TEST_CFILES, automake fails to note that they
241 # are generated. Sorry about that.
242
243 # If you add a test unit, you should regenerate simgrid_units_main.c from scratch:
244 # make clean-units ; make testall
245
246 # Suites and tests run in the given order.
247
248 noinst_PROGRAMS=testall
249 TEST_CFILES=xbt/cunit.c  xbt/ex.c          \
250             xbt/dynar.c xbt/dict.c xbt/set.c xbt/swag.c \
251             xbt/config.c
252 TEST_UNITS= ./cunit_unit.c ./ex_unit.c         \
253             ./dynar_unit.c ./dict_unit.c ./set_unit.c ./swag_unit.c \
254             ./config_unit.c
255
256 BUILT_SOURCES=../include/surf/surfxml.h surf/surfxml.c \
257               ../include/xbt/graphxml.h xbt/graphxml.c \
258               gras/DataDesc/ddt_parse.yy.c \
259               $(TEST_UNITS) simgrid_units_main.c
260
261 testall_SOURCES= $(TEST_UNITS) simgrid_units_main.c
262 testall_LDADD=libgras.la
263 TESTS=testall
264
265 EXTRA_DIST+=$(testall_SOURCES)
266
267 if MAINTAINER_MODE
268 ./cunit_unit.c: xbt/cunit.c
269         @top_srcdir@/tools/sg_unit_extractor.pl $^
270 ./ex_unit.c: xbt/ex.c
271         @top_srcdir@/tools/sg_unit_extractor.pl $^
272 ./dynar_unit.c: xbt/dynar.c
273         @top_srcdir@/tools/sg_unit_extractor.pl $^
274 ./dict_unit.c: xbt/dict.c
275         @top_srcdir@/tools/sg_unit_extractor.pl $^
276 ./set_unit.c: xbt/set.c
277         @top_srcdir@/tools/sg_unit_extractor.pl $^
278 ./swag_unit.c: xbt/swag.c
279         @top_srcdir@/tools/sg_unit_extractor.pl $^
280 ./config_unit.c: xbt/config.c
281         @top_srcdir@/tools/sg_unit_extractor.pl $^
282
283 simgrid_units_main.c: $(TEST_UNITS)
284         @top_srcdir@/tools/sg_unit_extractor.pl xbt/cunit.c
285
286 clean-units:
287         rm -f simgrid_units_main.c *_unit.c
288
289 else
290
291 $(TEST_UNITS) simgrid_units_main.c clean-units: 
292         @echo "ERROR: Test units not generated."
293         @echo "ERROR: If you are using a CVS checkout, configure with the --enable-maintainer-mode flag"
294         @echo "ERROR: If not, please report the bug to the simgrid-devel mailing list."
295         @exit 1
296
297 endif
298
299 ###
300 ### Regenerate what needs to with flex & flexml
301 ###
302
303
304 gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
305         set -e;@LEX@ -o$@ -Pgras_ddt_parse_ --noline $^
306
307 if MAINTAINER_MODE
308 surf/surfxml.c: surf/surfxml.l
309         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Psurf_parse_ --noline $^
310 xbt/graphxml.c: xbt/graphxml.l
311         set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pxbt_graph_parse_ --noline $^
312
313 if HAVE_FLEXML
314 surf/surfxml.l: $(srcdir)/surf/surfxml.dtd
315         set -e; mkdir -p surf; flexml -b 1000000 -P surfxml --sysid=surfxml.dtd -S $@ -L $^
316 $(top_srcdir)/include/surf/surfxml.h: $(srcdir)/surf/surfxml.dtd
317         set -e;                flexml            -P surfxml --sysid=surfxml.dtd -H $@ -L $^
318
319 xbt/graphxml.l: $(srcdir)/xbt/graphxml.dtd
320         set -e; flexml -b 1000000 -P graphxml --sysid=graphxml.dtd -S $@ -L $^
321 $(top_srcdir)/include/xbt/graphxml.h: $(srcdir)/xbt/graphxml.dtd
322         set -e; flexml            -P graphxml --sysid=graphxml.dtd -H $@ -L $^
323 else
324
325 $(top_srcdir)/include/surf/surfxml.h surf/surfxml.l: $(top_srcdir)/src/surf/surfxml.dtd
326         @echo "ERROR: src/surf/surfxml.dtd was modified, but the flexml program was not detected"
327         @echo "ERROR: Please install it, or if you didn't modify this file, try this:"
328         @echo "ERROR:   touch include/surf/surfxml.h src/surf/surfxml.l"
329         @exit 1
330 $(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graphxml.dtd
331         @echo "ERROR: src/xbt/graphxml.dtd was modified, but the flexml program was not detected"
332         @echo "ERROR: Please install it, or if you didn't modify this file, try this:"
333         @echo "ERROR:   touch include/xbt/graphxml.h src/xbt/graphxml.l"
334         @exit 1
335 endif
336 endif
337 endif
338
339 ###
340 ### Declare the library content
341 ###
342
343 libgras_la_SOURCES= $(COMMON_SRC) $(RL_SRC) $(AMOK_SRC)
344 libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm 
345
346 libsimgrid_la_SOURCES= $(COMMON_SRC) $(SG_SRC) $(AMOK_SRC)
347 libsimgrid_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
348
349
350
351 include $(top_srcdir)/acmacro/dist-files.mk