Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
72db748916391d826f7dbea0b37bd01c960dc2ac
[simgrid.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile chunk which allows to display the files which should be included
18 # into the distribution.
19
20 # It is intended to be included in all Makefile.am 
21
22
23 srcdir = @srcdir@
24 top_srcdir = @top_srcdir@
25 VPATH = @srcdir@
26 pkgdatadir = $(datadir)/@PACKAGE@
27 pkglibdir = $(libdir)/@PACKAGE@
28 pkgincludedir = $(includedir)/@PACKAGE@
29 top_builddir = ..
30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31 INSTALL = @INSTALL@
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 target_triplet = @target@
46 @USE_SIMIX_TRUE@am__append_1 = include/simix/simix.h include/simix/datatypes.h simix/private.h
47 @HAVE_SDP_TRUE@am__append_2 = surf/sdp.c  
48 @USE_SIMIX_TRUE@am__append_3 = $(SIMIX_SRC)
49 @USE_SIMIX_FALSE@am__append_4 = $(SIMIX_SRC)
50 @GRAMINE_MODE_FALSE@noinst_PROGRAMS = testall$(EXEEXT)
51 @GRAMINE_MODE_FALSE@am__append_5 = $(testall_SOURCES)
52 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53         $(srcdir)/gras_config.h.in $(srcdir)/ucontext_stack.h.in \
54         $(top_srcdir)/acmacro/dist-files.mk
55 subdir = src
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
58         $(top_srcdir)/acmacro/compiler-flags.m4 \
59         $(top_srcdir)/acmacro/context.m4 \
60         $(top_srcdir)/acmacro/fancy_configury.m4 \
61         $(top_srcdir)/acmacro/flex.m4 \
62         $(top_srcdir)/acmacro/gras_arch.m4 \
63         $(top_srcdir)/acmacro/print_null.m4 \
64         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 mkinstalldirs = $(install_sh) -d
68 CONFIG_HEADER = gras_config.h
69 CONFIG_CLEAN_FILES = ucontext_stack.h
70 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71 am__vpath_adj = case $$p in \
72     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73     *) f=$$p;; \
74   esac;
75 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
76 am__installdirs = "$(DESTDIR)$(libdir)"
77 libLTLIBRARIES_INSTALL = $(INSTALL)
78 LTLIBRARIES = $(lib_LTLIBRARIES)
79 libgras_la_LIBADD =
80 am__objects_1 = snprintf.lo getline.lo ex.lo sysdep.lo asserts.lo \
81         log.lo log_default_appender.lo mallocator.lo dynar.lo dict.lo \
82         dict_elm.lo dict_cursor.lo dict_multi.lo heap.lo fifo.lo \
83         swag.lo graph.lo set.lo xbt_matrix.lo xbt_peer.lo xbt_main.lo \
84         config.lo cunit.lo graphxml_parse.lo gras.lo transport.lo \
85         ddt_create.lo ddt_convert.lo ddt_exchange.lo cbps.lo \
86         datadesc.lo ddt_parse.lo ddt_parse.yy.lo msg.lo rpc.lo \
87         timer.lo process.lo gras_module.lo
88 am__objects_2 = rl_stubs.lo xbt_thread.lo rl_transport.lo \
89         transport_plugin_file.lo transport_plugin_tcp.lo rl_emul.lo \
90         rl_process.lo rl_time.lo rl_dns.lo rl_msg.lo
91 am__objects_3 = amok_base.lo bandwidth.lo saturate.lo \
92         peermanagement.lo
93 am_libgras_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
94         $(am__objects_3)
95 libgras_la_OBJECTS = $(am_libgras_la_OBJECTS)
96 libsimgrid_la_LIBADD =
97 am__libsimgrid_la_SOURCES_DIST = xbt/snprintf.c xbt/getline.c xbt/ex.c \
98         xbt_modinter.h gras_modinter.h xbt/sysdep.c xbt/asserts.c \
99         xbt/log.c xbt/log_default_appender.c xbt/mallocator.c \
100         xbt/dynar.c xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c \
101         xbt/dict_multi.c xbt/heap.c xbt/fifo.c xbt/swag.c xbt/graph.c \
102         xbt/set.c xbt/xbt_matrix.c xbt/xbt_peer.c xbt/xbt_main.c \
103         xbt/config.c xbt/cunit.c xbt/graphxml_parse.c gras/gras.c \
104         gras/Transport/transport.c gras/Transport/transport_private.h \
105         gras/DataDesc/ddt_create.c gras/DataDesc/ddt_convert.c \
106         gras/DataDesc/ddt_exchange.c gras/DataDesc/cbps.c \
107         gras/DataDesc/datadesc.c gras/DataDesc/datadesc_interface.h \
108         gras/DataDesc/datadesc_private.h gras/DataDesc/ddt_parse.c \
109         gras/DataDesc/ddt_parse.yy.c gras/DataDesc/ddt_parse.yy.h \
110         gras/Msg/msg.c gras/Msg/rpc.c gras/Msg/timer.c \
111         gras/Msg/msg_interface.h gras/Msg/msg_private.h \
112         gras/Virtu/process.c gras/Virtu/gras_module.c gras/sg_stubs.c \
113         xbt/context.c surf/maxmin.c surf/trace_mgr.c surf/surf.c \
114         surf/surfxml_parse.c surf/cpu.c surf/network.c \
115         surf/workstation.c surf/surf_timer.c surf/network_dassf.c \
116         surf/workstation_KCCFLN05.c msg/msg_config.c msg/task.c \
117         msg/host.c msg/m_process.c msg/gos.c msg/global.c \
118         msg/environment.c msg/deployment.c simdag/sd_global.c \
119         simdag/sd_link.c simdag/sd_task.c simdag/sd_workstation.c \
120         gras/Transport/sg_transport.c \
121         gras/Transport/transport_plugin_sg.c gras/Virtu/sg_emul.c \
122         gras/Virtu/sg_process.c gras/Virtu/sg_time.c \
123         gras/Virtu/sg_dns.c gras/Msg/sg_msg.c surf/sdp.c \
124         simix/smx_global.c simix/smx_deployment.c simix/smx_config.c \
125         simix/smx_environment.c simix/smx_host.c simix/smx_process.c \
126         simix/smx_action.c simix/smx_synchro.c amok/amok_base.c \
127         amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
128         amok/PeerManagement/peermanagement.c
129 @HAVE_SDP_TRUE@am__objects_4 = sdp.lo
130 am__objects_5 = smx_global.lo smx_deployment.lo smx_config.lo \
131         smx_environment.lo smx_host.lo smx_process.lo smx_action.lo \
132         smx_synchro.lo
133 @USE_SIMIX_TRUE@am__objects_6 = $(am__objects_5)
134 am__objects_7 = sg_stubs.lo context.lo maxmin.lo trace_mgr.lo surf.lo \
135         surfxml_parse.lo cpu.lo network.lo workstation.lo \
136         surf_timer.lo network_dassf.lo workstation_KCCFLN05.lo \
137         msg_config.lo task.lo host.lo m_process.lo gos.lo global.lo \
138         environment.lo deployment.lo sd_global.lo sd_link.lo \
139         sd_task.lo sd_workstation.lo sg_transport.lo \
140         transport_plugin_sg.lo sg_emul.lo sg_process.lo sg_time.lo \
141         sg_dns.lo sg_msg.lo $(am__objects_4) $(am__objects_6)
142 am_libsimgrid_la_OBJECTS = $(am__objects_1) $(am__objects_7) \
143         $(am__objects_3)
144 libsimgrid_la_OBJECTS = $(am_libsimgrid_la_OBJECTS)
145 PROGRAMS = $(noinst_PROGRAMS)
146 am__testall_SOURCES_DIST = ./cunit_unit.c ./ex_unit.c ./dynar_unit.c \
147         ./dict_unit.c ./set_unit.c ./swag_unit.c ./config_unit.c \
148         simgrid_units_main.c
149 @GRAMINE_MODE_FALSE@am__objects_8 = cunit_unit.$(OBJEXT) \
150 @GRAMINE_MODE_FALSE@    ex_unit.$(OBJEXT) dynar_unit.$(OBJEXT) \
151 @GRAMINE_MODE_FALSE@    dict_unit.$(OBJEXT) set_unit.$(OBJEXT) \
152 @GRAMINE_MODE_FALSE@    swag_unit.$(OBJEXT) config_unit.$(OBJEXT)
153 @GRAMINE_MODE_FALSE@am_testall_OBJECTS = $(am__objects_8) \
154 @GRAMINE_MODE_FALSE@    simgrid_units_main.$(OBJEXT)
155 testall_OBJECTS = $(am_testall_OBJECTS)
156 @GRAMINE_MODE_FALSE@testall_DEPENDENCIES = libgras.la
157 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__depfiles_maybe = depfiles
160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
163         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164         $(AM_CFLAGS) $(CFLAGS)
165 CCLD = $(CC)
166 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167         $(AM_LDFLAGS) $(LDFLAGS) -o $@
168 SOURCES = $(libgras_la_SOURCES) $(libsimgrid_la_SOURCES) \
169         $(testall_SOURCES)
170 DIST_SOURCES = $(libgras_la_SOURCES) $(am__libsimgrid_la_SOURCES_DIST) \
171         $(am__testall_SOURCES_DIST)
172 ETAGS = etags
173 CTAGS = ctags
174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175 ACLOCAL = @ACLOCAL@
176 ADDR2LINE = @ADDR2LINE@
177 AMDEP_FALSE = @AMDEP_FALSE@
178 AMDEP_TRUE = @AMDEP_TRUE@
179 AMTAR = @AMTAR@
180 AM_CFLAGS = @AM_CFLAGS@ -g
181 AR = @AR@
182 AS = @AS@
183 AUTOCONF = @AUTOCONF@
184 AUTOHEADER = @AUTOHEADER@
185 AUTOMAKE = @AUTOMAKE@
186 AWK = @AWK@
187 BASH = @BASH@
188 CC = @CC@
189 CCDEPMODE = @CCDEPMODE@
190 CFLAGS = @CFLAGS@
191 CPP = @CPP@
192 CPPFLAGS = @CPPFLAGS@
193 CXX = @CXX@
194 CXXCPP = @CXXCPP@
195 CXXDEPMODE = @CXXDEPMODE@
196 CXXFLAGS = @CXXFLAGS@
197 CYGPATH_W = @CYGPATH_W@
198 DEFS = @DEFS@
199 DEPDIR = @DEPDIR@
200 DLLTOOL = @DLLTOOL@
201 DOXYGEN = @DOXYGEN@
202 ECHO = @ECHO@
203 ECHO_C = @ECHO_C@
204 ECHO_N = @ECHO_N@
205 ECHO_T = @ECHO_T@
206 EGREP = @EGREP@
207 EXEEXT = @EXEEXT@
208 F77 = @F77@
209 FFLAGS = @FFLAGS@
210 FLEXML = @FLEXML@
211 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
212 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
213 GRAS_DEP = @GRAS_DEP@
214 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
215 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
216 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
217 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
218 INSTALL_DATA = @INSTALL_DATA@
219 INSTALL_PROGRAM = @INSTALL_PROGRAM@
220 INSTALL_SCRIPT = @INSTALL_SCRIPT@
221 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
222 LDFLAGS = @LDFLAGS@
223 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
224 LEX = @LEX@
225 LEXLIB = @LEXLIB@
226 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
227 LIBOBJS = @LIBOBJS@
228 LIBS = @LIBS@
229 LIBTOOL = @LIBTOOL@
230 LN_S = @LN_S@
231 LTLIBOBJS = @LTLIBOBJS@
232 MAINT = @MAINT@
233 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
234 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
235 MAKEINFO = @MAKEINFO@
236 MD5SUM = @MD5SUM@
237 OBJDUMP = @OBJDUMP@
238 OBJEXT = @OBJEXT@
239 PACKAGE = @PACKAGE@
240 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241 PACKAGE_NAME = @PACKAGE_NAME@
242 PACKAGE_STRING = @PACKAGE_STRING@
243 PACKAGE_TARNAME = @PACKAGE_TARNAME@
244 PACKAGE_VERSION = @PACKAGE_VERSION@
245 PATH_SEPARATOR = @PATH_SEPARATOR@
246 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
247 RANLIB = @RANLIB@
248 SET_MAKE = @SET_MAKE@
249 SHELL = @SHELL@
250 SIMGRID_DEP = @SIMGRID_DEP@
251 STRIP = @STRIP@
252 USE_SIMIX_FALSE = @USE_SIMIX_FALSE@
253 USE_SIMIX_TRUE = @USE_SIMIX_TRUE@
254 VERSION = @VERSION@
255 WARNING = @WARNING@
256 abs_builddir = @abs_builddir@
257 abs_srcdir = @abs_srcdir@
258 abs_top_builddir = @abs_top_builddir@
259 abs_top_srcdir = @abs_top_srcdir@
260 ac_configure_args = @ac_configure_args@
261 ac_ct_AR = @ac_ct_AR@
262 ac_ct_AS = @ac_ct_AS@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_CXX = @ac_ct_CXX@
265 ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
266 ac_ct_F77 = @ac_ct_F77@
267 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
268 ac_ct_RANLIB = @ac_ct_RANLIB@
269 ac_ct_STRIP = @ac_ct_STRIP@
270 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
271 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
272 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
273 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
274 am__include = @am__include@
275 am__leading_dot = @am__leading_dot@
276 am__quote = @am__quote@
277 am__tar = @am__tar@
278 am__untar = @am__untar@
279 bindir = @bindir@
280 build = @build@
281 build_alias = @build_alias@
282 build_cpu = @build_cpu@
283 build_id = @build_id@
284 build_os = @build_os@
285 build_vendor = @build_vendor@
286 datadir = @datadir@
287 exec_prefix = @exec_prefix@
288 host = @host@
289 host_alias = @host_alias@
290 host_cpu = @host_cpu@
291 host_os = @host_os@
292 host_vendor = @host_vendor@
293 includedir = @includedir@
294 infodir = @infodir@
295 install_sh = @install_sh@
296 libdir = @libdir@
297 libexecdir = @libexecdir@
298 localstatedir = @localstatedir@
299 mandir = @mandir@
300 mkdir_p = @mkdir_p@
301 oldincludedir = @oldincludedir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 pth_skaddr_makecontext = @pth_skaddr_makecontext@
305 pth_sksize_makecontext = @pth_sksize_makecontext@
306 sbindir = @sbindir@
307 sharedstatedir = @sharedstatedir@
308 sysconfdir = @sysconfdir@
309 target = @target@
310 target_alias = @target_alias@
311 target_cpu = @target_cpu@
312 target_os = @target_os@
313 target_vendor = @target_vendor@
314 #AM_CFLAGS= -DNDEBUG 
315
316 # -DNLOG   cuts absolutely all logs at compilation time.
317 # -DNDEBUG cuts asserts and logs at "trace" and "debug" levels.
318
319 # -g -ffast-math -funroll-loops -O3 -fno-strict-aliasing
320 # Those should be added by configure when using gcc
321 # fast-math is nasty when using IEEE floating point semantic
322 # strict-aliasing breaks my type-punning bad habit.
323 MAINTAINERCLEANFILES = Makefile.in
324 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include 
325 EXTRA_DIST = portable.h xbt/mallocator_private.h xbt/dynar_private.h \
326         xbt/dict_private.h xbt/heap_private.h xbt/fifo_private.h \
327         xbt/graph_private.h xbt/graphxml_parse.c xbt/graphxml.l \
328         xbt/graphxml.c xbt/graphxml.dtd xbt/context_private.h \
329         xbt/ex_interface.h surf/maxmin_private.h \
330         surf/trace_mgr_private.h surf/surf_private.h \
331         surf/cpu_private.h surf/workstation_private.h \
332         surf/surf_timer_private.h surf/surfxml_parse.c surf/surfxml.l \
333         surf/surfxml.c surf/surfxml.dtd surf/network_private.h \
334         surf/network_dassf_private.h \
335         surf/workstation_KCCFLN05_private.h include/surf/maxmin.h \
336         include/surf/trace_mgr.h include/surf/surf.h \
337         include/surf/surfxml_parse_private.h \
338         include/xbt/xbt_portability.h include/xbt/xbt_thread.h \
339         include/xbt/context.h msg/private.h simdag/private.h \
340         gras/Transport/transport_interface.h \
341         gras/Virtu/virtu_interface.h gras/Virtu/virtu_private.h \
342         gras/Virtu/virtu_rl.h gras/Virtu/virtu_sg.h \
343         gras/DataDesc/ddt_parse.yy.l gras/DataDesc/ddt_parse.yy.c \
344         amok/Bandwidth/bandwidth_private.h amok/amok_modinter.h \
345         $(am__append_1) $(am__append_4) $(am__append_5)
346
347 #        gras_private.h
348
349 #LIBRARY_VERSION= 0:0:0
350 #                 | | |
351 #          +------+ | +---+
352 #          |        |     |
353 #       current:revision:age
354 #          |        |     |
355 #          |        |     +- Increment if interfaces have been added
356 #          |        |        Set to zero if interfaces have been removed or
357 #          |        |        changed
358 #          |        +- Increment if source code has changed
359 #          |           Set to zero if current is incremented
360 #          +- Increment if interfaces have been added, removed or changed
361 VERSION_INFO = -version-info 0:0:0
362 # from `info libtool "Updating version info"` 
363 # and  `info libtool "Release numbers"` 
364 #
365 # A) For stable library (interface wise), you should use --version-info:
366 #
367 # - Begin with C:R:A = 0:0:0 (ie here, VERSION_INFO= -version-info 0:0:0)
368 # - Do not update it before public release (keep numbers small)
369 #
370 # ----------------------------------------------------------------------+
371 # +   Interface     |  code of existing  | Interface | New version info |
372 # | removal/change? | interface changed? | addition? |                  |
373 # +-----------------+--------------------+-----------+------------------+
374 # |      yes        |   must be yes ;)   |           |  C++ : 0   : 0   |
375 # |      no         |        yes         |    yes    |  C   : R++ : A++ |
376 # |      no         |        yes         |    no     |  C   : R++ : A   |
377 # |      no         |        no          |    yes    |  C   : R   : A++ |
378 # |      no         |        no          |    no     |  C   : R   : A   |
379 # +-----------------+--------------------+-----------+------------------+
380 #
381 # B) For rapidely changing library, you should go for the -release flag
382 #
383 #  It modifies the library name, and you thus cannot say that a library
384 #   using this trick is ready for a "stable" release (say, in Debian).
385 lib_LTLIBRARIES = libsimgrid.la libgras.la
386 COMMON_SRC = \
387   \
388   xbt/snprintf.c    xbt/getline.c                                            \
389   xbt/ex.c                                                                   \
390   \
391   xbt_modinter.h    gras_modinter.h                                          \
392   \
393   xbt/sysdep.c                                                               \
394   xbt/asserts.c                                                              \
395   xbt/log.c         xbt/log_default_appender.c                               \
396   xbt/mallocator.c                                                           \
397   xbt/dynar.c                                                                \
398   xbt/dict.c        xbt/dict_elm.c               xbt/dict_cursor.c           \
399   xbt/dict_multi.c                                                           \
400   xbt/heap.c                                                                 \
401   xbt/fifo.c                                                                 \
402   xbt/swag.c                                                                 \
403   xbt/graph.c                                                                \
404   xbt/set.c                                                                  \
405   xbt/xbt_matrix.c                                                           \
406   xbt/xbt_peer.c                                                             \
407   xbt/xbt_main.c                                                             \
408   xbt/config.c                                                               \
409   xbt/cunit.c                                                                \
410   xbt/graphxml_parse.c                                                       \
411   \
412   gras/gras.c \
413   \
414   gras/Transport/transport.c          gras/Transport/transport_private.h  \
415   \
416   gras/DataDesc/ddt_create.c          \
417   gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
418   gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
419   gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
420   gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c         gras/DataDesc/ddt_parse.yy.h \
421   \
422   gras/Msg/msg.c                      gras/Msg/rpc.c                       gras/Msg/timer.c                 \
423   gras/Msg/msg_interface.h            gras/Msg/msg_private.h           \
424   \
425   gras/Virtu/process.c gras/Virtu/gras_module.c
426
427 RL_SRC = \
428   gras/rl_stubs.c                     xbt/xbt_thread.c                    \
429   \
430   gras/Transport/rl_transport.c          \
431   gras/Transport/transport_plugin_file.c   gras/Transport/transport_plugin_tcp.c  \
432   \
433   gras/Virtu/rl_emul.c \
434   gras/Virtu/rl_process.c        gras/Virtu/rl_time.c \
435   gras/Virtu/rl_dns.c\
436   \
437   gras/Msg/rl_msg.c
438
439 SG_SRC = gras/sg_stubs.c xbt/context.c surf/maxmin.c surf/trace_mgr.c \
440         surf/surf.c surf/surfxml_parse.c surf/cpu.c surf/network.c \
441         surf/workstation.c surf/surf_timer.c surf/network_dassf.c \
442         surf/workstation_KCCFLN05.c msg/msg_config.c msg/task.c \
443         msg/host.c msg/m_process.c msg/gos.c msg/global.c \
444         msg/environment.c msg/deployment.c simdag/sd_global.c \
445         simdag/sd_link.c simdag/sd_task.c simdag/sd_workstation.c \
446         gras/Transport/sg_transport.c \
447         gras/Transport/transport_plugin_sg.c gras/Virtu/sg_emul.c \
448         gras/Virtu/sg_process.c gras/Virtu/sg_time.c \
449         gras/Virtu/sg_dns.c gras/Msg/sg_msg.c $(am__append_2) \
450         $(am__append_3)
451 SIMIX_SRC = \
452   simix/smx_global.c \
453   simix/smx_deployment.c \
454   simix/smx_config.c \
455   simix/smx_environment.c \
456   simix/smx_host.c \
457   simix/smx_process.c \
458   simix/smx_action.c \
459   simix/smx_synchro.c
460
461 AMOK_SRC = \
462   amok/amok_base.c \
463   amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
464   amok/PeerManagement/peermanagement.c
465
466 @GRAMINE_MODE_FALSE@TEST_CFILES = xbt/cunit.c  xbt/ex.c          \
467 @GRAMINE_MODE_FALSE@            xbt/dynar.c xbt/dict.c xbt/set.c xbt/swag.c \
468 @GRAMINE_MODE_FALSE@            xbt/config.c
469
470 @GRAMINE_MODE_FALSE@TEST_UNITS = ./cunit_unit.c ./ex_unit.c         \
471 @GRAMINE_MODE_FALSE@            ./dynar_unit.c ./dict_unit.c ./set_unit.c ./swag_unit.c \
472 @GRAMINE_MODE_FALSE@            ./config_unit.c
473
474 @GRAMINE_MODE_FALSE@BUILT_SOURCES = ../include/surf/surfxml.h surf/surfxml.c \
475 @GRAMINE_MODE_FALSE@              ../include/xbt/graphxml.h xbt/graphxml.c \
476 @GRAMINE_MODE_FALSE@              gras/DataDesc/ddt_parse.yy.c \
477 @GRAMINE_MODE_FALSE@              $(TEST_UNITS) simgrid_units_main.c
478
479 @GRAMINE_MODE_FALSE@testall_SOURCES = $(TEST_UNITS) simgrid_units_main.c
480 @GRAMINE_MODE_FALSE@testall_LDADD = libgras.la
481 @GRAMINE_MODE_FALSE@TESTS = testall
482
483 ###
484 ### Declare the library content
485 ###
486 libgras_la_SOURCES = $(COMMON_SRC) $(RL_SRC) $(AMOK_SRC)
487 libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm 
488 libsimgrid_la_SOURCES = $(COMMON_SRC) $(SG_SRC) $(AMOK_SRC)
489 libsimgrid_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
490 all: $(BUILT_SOURCES) gras_config.h
491         $(MAKE) $(AM_MAKEFLAGS) all-am
492
493 .SUFFIXES:
494 .SUFFIXES: .c .lo .o .obj
495 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
496         @for dep in $?; do \
497           case '$(am__configure_deps)' in \
498             *$$dep*) \
499               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
500                 && exit 0; \
501               exit 1;; \
502           esac; \
503         done; \
504         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
505         cd $(top_srcdir) && \
506           $(AUTOMAKE) --gnu  src/Makefile
507 .PRECIOUS: Makefile
508 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
509         @case '$?' in \
510           *config.status*) \
511             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
512           *) \
513             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
514             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
515         esac;
516
517 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
518         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
519
520 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
521         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
522 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
523         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
524
525 gras_config.h: stamp-h1
526         @if test ! -f $@; then \
527           rm -f stamp-h1; \
528           $(MAKE) stamp-h1; \
529         else :; fi
530
531 stamp-h1: $(srcdir)/gras_config.h.in $(top_builddir)/config.status
532         @rm -f stamp-h1
533         cd $(top_builddir) && $(SHELL) ./config.status src/gras_config.h
534 $(srcdir)/gras_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
535         cd $(top_srcdir) && $(AUTOHEADER)
536         rm -f stamp-h1
537         touch $@
538
539 distclean-hdr:
540         -rm -f gras_config.h stamp-h1
541 ucontext_stack.h: $(top_builddir)/config.status $(srcdir)/ucontext_stack.h.in
542         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
543 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
544         @$(NORMAL_INSTALL)
545         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
546         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
547           if test -f $$p; then \
548             f=$(am__strip_dir) \
549             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
550             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
551           else :; fi; \
552         done
553
554 uninstall-libLTLIBRARIES:
555         @$(NORMAL_UNINSTALL)
556         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
557           p=$(am__strip_dir) \
558           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
559           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
560         done
561
562 clean-libLTLIBRARIES:
563         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
564         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
565           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
566           test "$$dir" != "$$p" || dir=.; \
567           echo "rm -f \"$${dir}/so_locations\""; \
568           rm -f "$${dir}/so_locations"; \
569         done
570 libgras.la: $(libgras_la_OBJECTS) $(libgras_la_DEPENDENCIES) 
571         $(LINK) -rpath $(libdir) $(libgras_la_LDFLAGS) $(libgras_la_OBJECTS) $(libgras_la_LIBADD) $(LIBS)
572 libsimgrid.la: $(libsimgrid_la_OBJECTS) $(libsimgrid_la_DEPENDENCIES) 
573         $(LINK) -rpath $(libdir) $(libsimgrid_la_LDFLAGS) $(libsimgrid_la_OBJECTS) $(libsimgrid_la_LIBADD) $(LIBS)
574
575 clean-noinstPROGRAMS:
576         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
577           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
578           echo " rm -f $$p $$f"; \
579           rm -f $$p $$f ; \
580         done
581 testall$(EXEEXT): $(testall_OBJECTS) $(testall_DEPENDENCIES) 
582         @rm -f testall$(EXEEXT)
583         $(LINK) $(testall_LDFLAGS) $(testall_OBJECTS) $(testall_LDADD) $(LIBS)
584
585 mostlyclean-compile:
586         -rm -f *.$(OBJEXT)
587
588 distclean-compile:
589         -rm -f *.tab.c
590
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amok_base.Plo@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asserts.Plo@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bandwidth.Plo@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbps.Plo@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_unit.Po@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Plo@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu.Plo@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cunit.Plo@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cunit_unit.Po@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datadesc.Plo@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddt_convert.Plo@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddt_create.Plo@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddt_exchange.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddt_parse.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddt_parse.yy.Plo@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deployment.Plo@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict_cursor.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict_elm.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict_multi.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict_unit.Po@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynar.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynar_unit.Po@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ex.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ex_unit.Po@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fifo.Plo@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Plo@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global.Plo@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gos.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphxml_parse.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_module.Plo@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Plo@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/host.Plo@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_default_appender.Plo@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_process.Plo@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mallocator.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maxmin.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg_config.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network_dassf.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peermanagement.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_dns.Plo@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_emul.Plo@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_msg.Plo@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_process.Plo@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_stubs.Plo@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_time.Plo@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl_transport.Plo@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpc.Plo@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saturate.Plo@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_global.Plo@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_link.Plo@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_task.Plo@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_workstation.Plo@am__quote@
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdp.Plo@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set.Plo@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_unit.Po@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_dns.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_emul.Plo@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_msg.Plo@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_process.Plo@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_stubs.Plo@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_time.Plo@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sg_transport.Plo@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simgrid_units_main.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_action.Plo@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_config.Plo@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_deployment.Plo@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_environment.Plo@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_global.Plo@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_host.Plo@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_process.Plo@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smx_synchro.Plo@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surf.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surf_timer.Plo@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surfxml_parse.Plo@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swag.Plo@am__quote@
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swag_unit.Po@am__quote@
677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysdep.Plo@am__quote@
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@
679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Plo@am__quote@
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace_mgr.Plo@am__quote@
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport.Plo@am__quote@
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport_plugin_file.Plo@am__quote@
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport_plugin_sg.Plo@am__quote@
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport_plugin_tcp.Plo@am__quote@
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workstation.Plo@am__quote@
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workstation_KCCFLN05.Plo@am__quote@
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_main.Plo@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_matrix.Plo@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_peer.Plo@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_thread.Plo@am__quote@
691
692 .c.o:
693 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
694 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
698
699 .c.obj:
700 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
701 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
703 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
704 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
705
706 .c.lo:
707 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
708 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
712
713 snprintf.lo: xbt/snprintf.c
714 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT snprintf.lo -MD -MP -MF "$(DEPDIR)/snprintf.Tpo" -c -o snprintf.lo `test -f 'xbt/snprintf.c' || echo '$(srcdir)/'`xbt/snprintf.c; \
715 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/snprintf.Tpo" "$(DEPDIR)/snprintf.Plo"; else rm -f "$(DEPDIR)/snprintf.Tpo"; exit 1; fi
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/snprintf.c' object='snprintf.lo' libtool=yes @AMDEPBACKSLASH@
717 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
718 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o snprintf.lo `test -f 'xbt/snprintf.c' || echo '$(srcdir)/'`xbt/snprintf.c
719
720 getline.lo: xbt/getline.c
721 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getline.lo -MD -MP -MF "$(DEPDIR)/getline.Tpo" -c -o getline.lo `test -f 'xbt/getline.c' || echo '$(srcdir)/'`xbt/getline.c; \
722 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/getline.Tpo" "$(DEPDIR)/getline.Plo"; else rm -f "$(DEPDIR)/getline.Tpo"; exit 1; fi
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/getline.c' object='getline.lo' libtool=yes @AMDEPBACKSLASH@
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
725 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getline.lo `test -f 'xbt/getline.c' || echo '$(srcdir)/'`xbt/getline.c
726
727 ex.lo: xbt/ex.c
728 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ex.lo -MD -MP -MF "$(DEPDIR)/ex.Tpo" -c -o ex.lo `test -f 'xbt/ex.c' || echo '$(srcdir)/'`xbt/ex.c; \
729 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ex.Tpo" "$(DEPDIR)/ex.Plo"; else rm -f "$(DEPDIR)/ex.Tpo"; exit 1; fi
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/ex.c' object='ex.lo' libtool=yes @AMDEPBACKSLASH@
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ex.lo `test -f 'xbt/ex.c' || echo '$(srcdir)/'`xbt/ex.c
733
734 sysdep.lo: xbt/sysdep.c
735 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sysdep.lo -MD -MP -MF "$(DEPDIR)/sysdep.Tpo" -c -o sysdep.lo `test -f 'xbt/sysdep.c' || echo '$(srcdir)/'`xbt/sysdep.c; \
736 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sysdep.Tpo" "$(DEPDIR)/sysdep.Plo"; else rm -f "$(DEPDIR)/sysdep.Tpo"; exit 1; fi
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/sysdep.c' object='sysdep.lo' libtool=yes @AMDEPBACKSLASH@
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sysdep.lo `test -f 'xbt/sysdep.c' || echo '$(srcdir)/'`xbt/sysdep.c
740
741 asserts.lo: xbt/asserts.c
742 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asserts.lo -MD -MP -MF "$(DEPDIR)/asserts.Tpo" -c -o asserts.lo `test -f 'xbt/asserts.c' || echo '$(srcdir)/'`xbt/asserts.c; \
743 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/asserts.Tpo" "$(DEPDIR)/asserts.Plo"; else rm -f "$(DEPDIR)/asserts.Tpo"; exit 1; fi
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/asserts.c' object='asserts.lo' libtool=yes @AMDEPBACKSLASH@
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asserts.lo `test -f 'xbt/asserts.c' || echo '$(srcdir)/'`xbt/asserts.c
747
748 log.lo: xbt/log.c
749 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT log.lo -MD -MP -MF "$(DEPDIR)/log.Tpo" -c -o log.lo `test -f 'xbt/log.c' || echo '$(srcdir)/'`xbt/log.c; \
750 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/log.Tpo" "$(DEPDIR)/log.Plo"; else rm -f "$(DEPDIR)/log.Tpo"; exit 1; fi
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/log.c' object='log.lo' libtool=yes @AMDEPBACKSLASH@
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o log.lo `test -f 'xbt/log.c' || echo '$(srcdir)/'`xbt/log.c
754
755 log_default_appender.lo: xbt/log_default_appender.c
756 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT log_default_appender.lo -MD -MP -MF "$(DEPDIR)/log_default_appender.Tpo" -c -o log_default_appender.lo `test -f 'xbt/log_default_appender.c' || echo '$(srcdir)/'`xbt/log_default_appender.c; \
757 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/log_default_appender.Tpo" "$(DEPDIR)/log_default_appender.Plo"; else rm -f "$(DEPDIR)/log_default_appender.Tpo"; exit 1; fi
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/log_default_appender.c' object='log_default_appender.lo' libtool=yes @AMDEPBACKSLASH@
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o log_default_appender.lo `test -f 'xbt/log_default_appender.c' || echo '$(srcdir)/'`xbt/log_default_appender.c
761
762 mallocator.lo: xbt/mallocator.c
763 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mallocator.lo -MD -MP -MF "$(DEPDIR)/mallocator.Tpo" -c -o mallocator.lo `test -f 'xbt/mallocator.c' || echo '$(srcdir)/'`xbt/mallocator.c; \
764 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/mallocator.Tpo" "$(DEPDIR)/mallocator.Plo"; else rm -f "$(DEPDIR)/mallocator.Tpo"; exit 1; fi
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/mallocator.c' object='mallocator.lo' libtool=yes @AMDEPBACKSLASH@
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
767 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mallocator.lo `test -f 'xbt/mallocator.c' || echo '$(srcdir)/'`xbt/mallocator.c
768
769 dynar.lo: xbt/dynar.c
770 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynar.lo -MD -MP -MF "$(DEPDIR)/dynar.Tpo" -c -o dynar.lo `test -f 'xbt/dynar.c' || echo '$(srcdir)/'`xbt/dynar.c; \
771 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dynar.Tpo" "$(DEPDIR)/dynar.Plo"; else rm -f "$(DEPDIR)/dynar.Tpo"; exit 1; fi
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/dynar.c' object='dynar.lo' libtool=yes @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynar.lo `test -f 'xbt/dynar.c' || echo '$(srcdir)/'`xbt/dynar.c
775
776 dict.lo: xbt/dict.c
777 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dict.lo -MD -MP -MF "$(DEPDIR)/dict.Tpo" -c -o dict.lo `test -f 'xbt/dict.c' || echo '$(srcdir)/'`xbt/dict.c; \
778 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dict.Tpo" "$(DEPDIR)/dict.Plo"; else rm -f "$(DEPDIR)/dict.Tpo"; exit 1; fi
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/dict.c' object='dict.lo' libtool=yes @AMDEPBACKSLASH@
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dict.lo `test -f 'xbt/dict.c' || echo '$(srcdir)/'`xbt/dict.c
782
783 dict_elm.lo: xbt/dict_elm.c
784 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dict_elm.lo -MD -MP -MF "$(DEPDIR)/dict_elm.Tpo" -c -o dict_elm.lo `test -f 'xbt/dict_elm.c' || echo '$(srcdir)/'`xbt/dict_elm.c; \
785 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dict_elm.Tpo" "$(DEPDIR)/dict_elm.Plo"; else rm -f "$(DEPDIR)/dict_elm.Tpo"; exit 1; fi
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/dict_elm.c' object='dict_elm.lo' libtool=yes @AMDEPBACKSLASH@
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dict_elm.lo `test -f 'xbt/dict_elm.c' || echo '$(srcdir)/'`xbt/dict_elm.c
789
790 dict_cursor.lo: xbt/dict_cursor.c
791 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dict_cursor.lo -MD -MP -MF "$(DEPDIR)/dict_cursor.Tpo" -c -o dict_cursor.lo `test -f 'xbt/dict_cursor.c' || echo '$(srcdir)/'`xbt/dict_cursor.c; \
792 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dict_cursor.Tpo" "$(DEPDIR)/dict_cursor.Plo"; else rm -f "$(DEPDIR)/dict_cursor.Tpo"; exit 1; fi
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/dict_cursor.c' object='dict_cursor.lo' libtool=yes @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dict_cursor.lo `test -f 'xbt/dict_cursor.c' || echo '$(srcdir)/'`xbt/dict_cursor.c
796
797 dict_multi.lo: xbt/dict_multi.c
798 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dict_multi.lo -MD -MP -MF "$(DEPDIR)/dict_multi.Tpo" -c -o dict_multi.lo `test -f 'xbt/dict_multi.c' || echo '$(srcdir)/'`xbt/dict_multi.c; \
799 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dict_multi.Tpo" "$(DEPDIR)/dict_multi.Plo"; else rm -f "$(DEPDIR)/dict_multi.Tpo"; exit 1; fi
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/dict_multi.c' object='dict_multi.lo' libtool=yes @AMDEPBACKSLASH@
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dict_multi.lo `test -f 'xbt/dict_multi.c' || echo '$(srcdir)/'`xbt/dict_multi.c
803
804 heap.lo: xbt/heap.c
805 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT heap.lo -MD -MP -MF "$(DEPDIR)/heap.Tpo" -c -o heap.lo `test -f 'xbt/heap.c' || echo '$(srcdir)/'`xbt/heap.c; \
806 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/heap.Tpo" "$(DEPDIR)/heap.Plo"; else rm -f "$(DEPDIR)/heap.Tpo"; exit 1; fi
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/heap.c' object='heap.lo' libtool=yes @AMDEPBACKSLASH@
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o heap.lo `test -f 'xbt/heap.c' || echo '$(srcdir)/'`xbt/heap.c
810
811 fifo.lo: xbt/fifo.c
812 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fifo.lo -MD -MP -MF "$(DEPDIR)/fifo.Tpo" -c -o fifo.lo `test -f 'xbt/fifo.c' || echo '$(srcdir)/'`xbt/fifo.c; \
813 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/fifo.Tpo" "$(DEPDIR)/fifo.Plo"; else rm -f "$(DEPDIR)/fifo.Tpo"; exit 1; fi
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/fifo.c' object='fifo.lo' libtool=yes @AMDEPBACKSLASH@
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fifo.lo `test -f 'xbt/fifo.c' || echo '$(srcdir)/'`xbt/fifo.c
817
818 swag.lo: xbt/swag.c
819 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT swag.lo -MD -MP -MF "$(DEPDIR)/swag.Tpo" -c -o swag.lo `test -f 'xbt/swag.c' || echo '$(srcdir)/'`xbt/swag.c; \
820 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/swag.Tpo" "$(DEPDIR)/swag.Plo"; else rm -f "$(DEPDIR)/swag.Tpo"; exit 1; fi
821 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/swag.c' object='swag.lo' libtool=yes @AMDEPBACKSLASH@
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o swag.lo `test -f 'xbt/swag.c' || echo '$(srcdir)/'`xbt/swag.c
824
825 graph.lo: xbt/graph.c
826 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT graph.lo -MD -MP -MF "$(DEPDIR)/graph.Tpo" -c -o graph.lo `test -f 'xbt/graph.c' || echo '$(srcdir)/'`xbt/graph.c; \
827 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/graph.Tpo" "$(DEPDIR)/graph.Plo"; else rm -f "$(DEPDIR)/graph.Tpo"; exit 1; fi
828 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/graph.c' object='graph.lo' libtool=yes @AMDEPBACKSLASH@
829 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o graph.lo `test -f 'xbt/graph.c' || echo '$(srcdir)/'`xbt/graph.c
831
832 set.lo: xbt/set.c
833 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set.lo -MD -MP -MF "$(DEPDIR)/set.Tpo" -c -o set.lo `test -f 'xbt/set.c' || echo '$(srcdir)/'`xbt/set.c; \
834 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/set.Tpo" "$(DEPDIR)/set.Plo"; else rm -f "$(DEPDIR)/set.Tpo"; exit 1; fi
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/set.c' object='set.lo' libtool=yes @AMDEPBACKSLASH@
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set.lo `test -f 'xbt/set.c' || echo '$(srcdir)/'`xbt/set.c
838
839 xbt_matrix.lo: xbt/xbt_matrix.c
840 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbt_matrix.lo -MD -MP -MF "$(DEPDIR)/xbt_matrix.Tpo" -c -o xbt_matrix.lo `test -f 'xbt/xbt_matrix.c' || echo '$(srcdir)/'`xbt/xbt_matrix.c; \
841 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xbt_matrix.Tpo" "$(DEPDIR)/xbt_matrix.Plo"; else rm -f "$(DEPDIR)/xbt_matrix.Tpo"; exit 1; fi
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/xbt_matrix.c' object='xbt_matrix.lo' libtool=yes @AMDEPBACKSLASH@
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbt_matrix.lo `test -f 'xbt/xbt_matrix.c' || echo '$(srcdir)/'`xbt/xbt_matrix.c
845
846 xbt_peer.lo: xbt/xbt_peer.c
847 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbt_peer.lo -MD -MP -MF "$(DEPDIR)/xbt_peer.Tpo" -c -o xbt_peer.lo `test -f 'xbt/xbt_peer.c' || echo '$(srcdir)/'`xbt/xbt_peer.c; \
848 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xbt_peer.Tpo" "$(DEPDIR)/xbt_peer.Plo"; else rm -f "$(DEPDIR)/xbt_peer.Tpo"; exit 1; fi
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/xbt_peer.c' object='xbt_peer.lo' libtool=yes @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbt_peer.lo `test -f 'xbt/xbt_peer.c' || echo '$(srcdir)/'`xbt/xbt_peer.c
852
853 xbt_main.lo: xbt/xbt_main.c
854 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbt_main.lo -MD -MP -MF "$(DEPDIR)/xbt_main.Tpo" -c -o xbt_main.lo `test -f 'xbt/xbt_main.c' || echo '$(srcdir)/'`xbt/xbt_main.c; \
855 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xbt_main.Tpo" "$(DEPDIR)/xbt_main.Plo"; else rm -f "$(DEPDIR)/xbt_main.Tpo"; exit 1; fi
856 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/xbt_main.c' object='xbt_main.lo' libtool=yes @AMDEPBACKSLASH@
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbt_main.lo `test -f 'xbt/xbt_main.c' || echo '$(srcdir)/'`xbt/xbt_main.c
859
860 config.lo: xbt/config.c
861 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config.lo -MD -MP -MF "$(DEPDIR)/config.Tpo" -c -o config.lo `test -f 'xbt/config.c' || echo '$(srcdir)/'`xbt/config.c; \
862 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/config.Tpo" "$(DEPDIR)/config.Plo"; else rm -f "$(DEPDIR)/config.Tpo"; exit 1; fi
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/config.c' object='config.lo' libtool=yes @AMDEPBACKSLASH@
864 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config.lo `test -f 'xbt/config.c' || echo '$(srcdir)/'`xbt/config.c
866
867 cunit.lo: xbt/cunit.c
868 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cunit.lo -MD -MP -MF "$(DEPDIR)/cunit.Tpo" -c -o cunit.lo `test -f 'xbt/cunit.c' || echo '$(srcdir)/'`xbt/cunit.c; \
869 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cunit.Tpo" "$(DEPDIR)/cunit.Plo"; else rm -f "$(DEPDIR)/cunit.Tpo"; exit 1; fi
870 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/cunit.c' object='cunit.lo' libtool=yes @AMDEPBACKSLASH@
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
872 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cunit.lo `test -f 'xbt/cunit.c' || echo '$(srcdir)/'`xbt/cunit.c
873
874 graphxml_parse.lo: xbt/graphxml_parse.c
875 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT graphxml_parse.lo -MD -MP -MF "$(DEPDIR)/graphxml_parse.Tpo" -c -o graphxml_parse.lo `test -f 'xbt/graphxml_parse.c' || echo '$(srcdir)/'`xbt/graphxml_parse.c; \
876 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/graphxml_parse.Tpo" "$(DEPDIR)/graphxml_parse.Plo"; else rm -f "$(DEPDIR)/graphxml_parse.Tpo"; exit 1; fi
877 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/graphxml_parse.c' object='graphxml_parse.lo' libtool=yes @AMDEPBACKSLASH@
878 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
879 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o graphxml_parse.lo `test -f 'xbt/graphxml_parse.c' || echo '$(srcdir)/'`xbt/graphxml_parse.c
880
881 gras.lo: gras/gras.c
882 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras.lo -MD -MP -MF "$(DEPDIR)/gras.Tpo" -c -o gras.lo `test -f 'gras/gras.c' || echo '$(srcdir)/'`gras/gras.c; \
883 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gras.Tpo" "$(DEPDIR)/gras.Plo"; else rm -f "$(DEPDIR)/gras.Tpo"; exit 1; fi
884 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/gras.c' object='gras.lo' libtool=yes @AMDEPBACKSLASH@
885 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras.lo `test -f 'gras/gras.c' || echo '$(srcdir)/'`gras/gras.c
887
888 transport.lo: gras/Transport/transport.c
889 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transport.lo -MD -MP -MF "$(DEPDIR)/transport.Tpo" -c -o transport.lo `test -f 'gras/Transport/transport.c' || echo '$(srcdir)/'`gras/Transport/transport.c; \
890 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/transport.Tpo" "$(DEPDIR)/transport.Plo"; else rm -f "$(DEPDIR)/transport.Tpo"; exit 1; fi
891 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Transport/transport.c' object='transport.lo' libtool=yes @AMDEPBACKSLASH@
892 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
893 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport.lo `test -f 'gras/Transport/transport.c' || echo '$(srcdir)/'`gras/Transport/transport.c
894
895 ddt_create.lo: gras/DataDesc/ddt_create.c
896 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ddt_create.lo -MD -MP -MF "$(DEPDIR)/ddt_create.Tpo" -c -o ddt_create.lo `test -f 'gras/DataDesc/ddt_create.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_create.c; \
897 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ddt_create.Tpo" "$(DEPDIR)/ddt_create.Plo"; else rm -f "$(DEPDIR)/ddt_create.Tpo"; exit 1; fi
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/ddt_create.c' object='ddt_create.lo' libtool=yes @AMDEPBACKSLASH@
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ddt_create.lo `test -f 'gras/DataDesc/ddt_create.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_create.c
901
902 ddt_convert.lo: gras/DataDesc/ddt_convert.c
903 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ddt_convert.lo -MD -MP -MF "$(DEPDIR)/ddt_convert.Tpo" -c -o ddt_convert.lo `test -f 'gras/DataDesc/ddt_convert.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_convert.c; \
904 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ddt_convert.Tpo" "$(DEPDIR)/ddt_convert.Plo"; else rm -f "$(DEPDIR)/ddt_convert.Tpo"; exit 1; fi
905 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/ddt_convert.c' object='ddt_convert.lo' libtool=yes @AMDEPBACKSLASH@
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ddt_convert.lo `test -f 'gras/DataDesc/ddt_convert.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_convert.c
908
909 ddt_exchange.lo: gras/DataDesc/ddt_exchange.c
910 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ddt_exchange.lo -MD -MP -MF "$(DEPDIR)/ddt_exchange.Tpo" -c -o ddt_exchange.lo `test -f 'gras/DataDesc/ddt_exchange.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_exchange.c; \
911 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ddt_exchange.Tpo" "$(DEPDIR)/ddt_exchange.Plo"; else rm -f "$(DEPDIR)/ddt_exchange.Tpo"; exit 1; fi
912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/ddt_exchange.c' object='ddt_exchange.lo' libtool=yes @AMDEPBACKSLASH@
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ddt_exchange.lo `test -f 'gras/DataDesc/ddt_exchange.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_exchange.c
915
916 cbps.lo: gras/DataDesc/cbps.c
917 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cbps.lo -MD -MP -MF "$(DEPDIR)/cbps.Tpo" -c -o cbps.lo `test -f 'gras/DataDesc/cbps.c' || echo '$(srcdir)/'`gras/DataDesc/cbps.c; \
918 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cbps.Tpo" "$(DEPDIR)/cbps.Plo"; else rm -f "$(DEPDIR)/cbps.Tpo"; exit 1; fi
919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/cbps.c' object='cbps.lo' libtool=yes @AMDEPBACKSLASH@
920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cbps.lo `test -f 'gras/DataDesc/cbps.c' || echo '$(srcdir)/'`gras/DataDesc/cbps.c
922
923 datadesc.lo: gras/DataDesc/datadesc.c
924 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT datadesc.lo -MD -MP -MF "$(DEPDIR)/datadesc.Tpo" -c -o datadesc.lo `test -f 'gras/DataDesc/datadesc.c' || echo '$(srcdir)/'`gras/DataDesc/datadesc.c; \
925 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/datadesc.Tpo" "$(DEPDIR)/datadesc.Plo"; else rm -f "$(DEPDIR)/datadesc.Tpo"; exit 1; fi
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/datadesc.c' object='datadesc.lo' libtool=yes @AMDEPBACKSLASH@
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o datadesc.lo `test -f 'gras/DataDesc/datadesc.c' || echo '$(srcdir)/'`gras/DataDesc/datadesc.c
929
930 ddt_parse.lo: gras/DataDesc/ddt_parse.c
931 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ddt_parse.lo -MD -MP -MF "$(DEPDIR)/ddt_parse.Tpo" -c -o ddt_parse.lo `test -f 'gras/DataDesc/ddt_parse.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_parse.c; \
932 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ddt_parse.Tpo" "$(DEPDIR)/ddt_parse.Plo"; else rm -f "$(DEPDIR)/ddt_parse.Tpo"; exit 1; fi
933 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/ddt_parse.c' object='ddt_parse.lo' libtool=yes @AMDEPBACKSLASH@
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ddt_parse.lo `test -f 'gras/DataDesc/ddt_parse.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_parse.c
936
937 ddt_parse.yy.lo: gras/DataDesc/ddt_parse.yy.c
938 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ddt_parse.yy.lo -MD -MP -MF "$(DEPDIR)/ddt_parse.yy.Tpo" -c -o ddt_parse.yy.lo `test -f 'gras/DataDesc/ddt_parse.yy.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_parse.yy.c; \
939 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ddt_parse.yy.Tpo" "$(DEPDIR)/ddt_parse.yy.Plo"; else rm -f "$(DEPDIR)/ddt_parse.yy.Tpo"; exit 1; fi
940 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/DataDesc/ddt_parse.yy.c' object='ddt_parse.yy.lo' libtool=yes @AMDEPBACKSLASH@
941 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ddt_parse.yy.lo `test -f 'gras/DataDesc/ddt_parse.yy.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_parse.yy.c
943
944 msg.lo: gras/Msg/msg.c
945 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msg.lo -MD -MP -MF "$(DEPDIR)/msg.Tpo" -c -o msg.lo `test -f 'gras/Msg/msg.c' || echo '$(srcdir)/'`gras/Msg/msg.c; \
946 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/msg.Tpo" "$(DEPDIR)/msg.Plo"; else rm -f "$(DEPDIR)/msg.Tpo"; exit 1; fi
947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Msg/msg.c' object='msg.lo' libtool=yes @AMDEPBACKSLASH@
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msg.lo `test -f 'gras/Msg/msg.c' || echo '$(srcdir)/'`gras/Msg/msg.c
950
951 rpc.lo: gras/Msg/rpc.c
952 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rpc.lo -MD -MP -MF "$(DEPDIR)/rpc.Tpo" -c -o rpc.lo `test -f 'gras/Msg/rpc.c' || echo '$(srcdir)/'`gras/Msg/rpc.c; \
953 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rpc.Tpo" "$(DEPDIR)/rpc.Plo"; else rm -f "$(DEPDIR)/rpc.Tpo"; exit 1; fi
954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Msg/rpc.c' object='rpc.lo' libtool=yes @AMDEPBACKSLASH@
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rpc.lo `test -f 'gras/Msg/rpc.c' || echo '$(srcdir)/'`gras/Msg/rpc.c
957
958 timer.lo: gras/Msg/timer.c
959 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.lo -MD -MP -MF "$(DEPDIR)/timer.Tpo" -c -o timer.lo `test -f 'gras/Msg/timer.c' || echo '$(srcdir)/'`gras/Msg/timer.c; \
960 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Plo"; else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; fi
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Msg/timer.c' object='timer.lo' libtool=yes @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timer.lo `test -f 'gras/Msg/timer.c' || echo '$(srcdir)/'`gras/Msg/timer.c
964
965 process.lo: gras/Virtu/process.c
966 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT process.lo -MD -MP -MF "$(DEPDIR)/process.Tpo" -c -o process.lo `test -f 'gras/Virtu/process.c' || echo '$(srcdir)/'`gras/Virtu/process.c; \
967 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/process.Tpo" "$(DEPDIR)/process.Plo"; else rm -f "$(DEPDIR)/process.Tpo"; exit 1; fi
968 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/process.c' object='process.lo' libtool=yes @AMDEPBACKSLASH@
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
970 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o process.lo `test -f 'gras/Virtu/process.c' || echo '$(srcdir)/'`gras/Virtu/process.c
971
972 gras_module.lo: gras/Virtu/gras_module.c
973 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_module.lo -MD -MP -MF "$(DEPDIR)/gras_module.Tpo" -c -o gras_module.lo `test -f 'gras/Virtu/gras_module.c' || echo '$(srcdir)/'`gras/Virtu/gras_module.c; \
974 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gras_module.Tpo" "$(DEPDIR)/gras_module.Plo"; else rm -f "$(DEPDIR)/gras_module.Tpo"; exit 1; fi
975 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/gras_module.c' object='gras_module.lo' libtool=yes @AMDEPBACKSLASH@
976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
977 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_module.lo `test -f 'gras/Virtu/gras_module.c' || echo '$(srcdir)/'`gras/Virtu/gras_module.c
978
979 rl_stubs.lo: gras/rl_stubs.c
980 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_stubs.lo -MD -MP -MF "$(DEPDIR)/rl_stubs.Tpo" -c -o rl_stubs.lo `test -f 'gras/rl_stubs.c' || echo '$(srcdir)/'`gras/rl_stubs.c; \
981 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_stubs.Tpo" "$(DEPDIR)/rl_stubs.Plo"; else rm -f "$(DEPDIR)/rl_stubs.Tpo"; exit 1; fi
982 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/rl_stubs.c' object='rl_stubs.lo' libtool=yes @AMDEPBACKSLASH@
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_stubs.lo `test -f 'gras/rl_stubs.c' || echo '$(srcdir)/'`gras/rl_stubs.c
985
986 xbt_thread.lo: xbt/xbt_thread.c
987 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbt_thread.lo -MD -MP -MF "$(DEPDIR)/xbt_thread.Tpo" -c -o xbt_thread.lo `test -f 'xbt/xbt_thread.c' || echo '$(srcdir)/'`xbt/xbt_thread.c; \
988 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xbt_thread.Tpo" "$(DEPDIR)/xbt_thread.Plo"; else rm -f "$(DEPDIR)/xbt_thread.Tpo"; exit 1; fi
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/xbt_thread.c' object='xbt_thread.lo' libtool=yes @AMDEPBACKSLASH@
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbt_thread.lo `test -f 'xbt/xbt_thread.c' || echo '$(srcdir)/'`xbt/xbt_thread.c
992
993 rl_transport.lo: gras/Transport/rl_transport.c
994 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_transport.lo -MD -MP -MF "$(DEPDIR)/rl_transport.Tpo" -c -o rl_transport.lo `test -f 'gras/Transport/rl_transport.c' || echo '$(srcdir)/'`gras/Transport/rl_transport.c; \
995 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_transport.Tpo" "$(DEPDIR)/rl_transport.Plo"; else rm -f "$(DEPDIR)/rl_transport.Tpo"; exit 1; fi
996 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Transport/rl_transport.c' object='rl_transport.lo' libtool=yes @AMDEPBACKSLASH@
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_transport.lo `test -f 'gras/Transport/rl_transport.c' || echo '$(srcdir)/'`gras/Transport/rl_transport.c
999
1000 transport_plugin_file.lo: gras/Transport/transport_plugin_file.c
1001 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transport_plugin_file.lo -MD -MP -MF "$(DEPDIR)/transport_plugin_file.Tpo" -c -o transport_plugin_file.lo `test -f 'gras/Transport/transport_plugin_file.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_file.c; \
1002 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/transport_plugin_file.Tpo" "$(DEPDIR)/transport_plugin_file.Plo"; else rm -f "$(DEPDIR)/transport_plugin_file.Tpo"; exit 1; fi
1003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Transport/transport_plugin_file.c' object='transport_plugin_file.lo' libtool=yes @AMDEPBACKSLASH@
1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport_plugin_file.lo `test -f 'gras/Transport/transport_plugin_file.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_file.c
1006
1007 transport_plugin_tcp.lo: gras/Transport/transport_plugin_tcp.c
1008 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transport_plugin_tcp.lo -MD -MP -MF "$(DEPDIR)/transport_plugin_tcp.Tpo" -c -o transport_plugin_tcp.lo `test -f 'gras/Transport/transport_plugin_tcp.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_tcp.c; \
1009 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/transport_plugin_tcp.Tpo" "$(DEPDIR)/transport_plugin_tcp.Plo"; else rm -f "$(DEPDIR)/transport_plugin_tcp.Tpo"; exit 1; fi
1010 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Transport/transport_plugin_tcp.c' object='transport_plugin_tcp.lo' libtool=yes @AMDEPBACKSLASH@
1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport_plugin_tcp.lo `test -f 'gras/Transport/transport_plugin_tcp.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_tcp.c
1013
1014 rl_emul.lo: gras/Virtu/rl_emul.c
1015 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_emul.lo -MD -MP -MF "$(DEPDIR)/rl_emul.Tpo" -c -o rl_emul.lo `test -f 'gras/Virtu/rl_emul.c' || echo '$(srcdir)/'`gras/Virtu/rl_emul.c; \
1016 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_emul.Tpo" "$(DEPDIR)/rl_emul.Plo"; else rm -f "$(DEPDIR)/rl_emul.Tpo"; exit 1; fi
1017 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/rl_emul.c' object='rl_emul.lo' libtool=yes @AMDEPBACKSLASH@
1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1019 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_emul.lo `test -f 'gras/Virtu/rl_emul.c' || echo '$(srcdir)/'`gras/Virtu/rl_emul.c
1020
1021 rl_process.lo: gras/Virtu/rl_process.c
1022 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_process.lo -MD -MP -MF "$(DEPDIR)/rl_process.Tpo" -c -o rl_process.lo `test -f 'gras/Virtu/rl_process.c' || echo '$(srcdir)/'`gras/Virtu/rl_process.c; \
1023 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_process.Tpo" "$(DEPDIR)/rl_process.Plo"; else rm -f "$(DEPDIR)/rl_process.Tpo"; exit 1; fi
1024 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/rl_process.c' object='rl_process.lo' libtool=yes @AMDEPBACKSLASH@
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1026 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_process.lo `test -f 'gras/Virtu/rl_process.c' || echo '$(srcdir)/'`gras/Virtu/rl_process.c
1027
1028 rl_time.lo: gras/Virtu/rl_time.c
1029 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_time.lo -MD -MP -MF "$(DEPDIR)/rl_time.Tpo" -c -o rl_time.lo `test -f 'gras/Virtu/rl_time.c' || echo '$(srcdir)/'`gras/Virtu/rl_time.c; \
1030 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_time.Tpo" "$(DEPDIR)/rl_time.Plo"; else rm -f "$(DEPDIR)/rl_time.Tpo"; exit 1; fi
1031 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/rl_time.c' object='rl_time.lo' libtool=yes @AMDEPBACKSLASH@
1032 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1033 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_time.lo `test -f 'gras/Virtu/rl_time.c' || echo '$(srcdir)/'`gras/Virtu/rl_time.c
1034
1035 rl_dns.lo: gras/Virtu/rl_dns.c
1036 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_dns.lo -MD -MP -MF "$(DEPDIR)/rl_dns.Tpo" -c -o rl_dns.lo `test -f 'gras/Virtu/rl_dns.c' || echo '$(srcdir)/'`gras/Virtu/rl_dns.c; \
1037 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_dns.Tpo" "$(DEPDIR)/rl_dns.Plo"; else rm -f "$(DEPDIR)/rl_dns.Tpo"; exit 1; fi
1038 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/rl_dns.c' object='rl_dns.lo' libtool=yes @AMDEPBACKSLASH@
1039 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1040 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_dns.lo `test -f 'gras/Virtu/rl_dns.c' || echo '$(srcdir)/'`gras/Virtu/rl_dns.c
1041
1042 rl_msg.lo: gras/Msg/rl_msg.c
1043 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_msg.lo -MD -MP -MF "$(DEPDIR)/rl_msg.Tpo" -c -o rl_msg.lo `test -f 'gras/Msg/rl_msg.c' || echo '$(srcdir)/'`gras/Msg/rl_msg.c; \
1044 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rl_msg.Tpo" "$(DEPDIR)/rl_msg.Plo"; else rm -f "$(DEPDIR)/rl_msg.Tpo"; exit 1; fi
1045 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Msg/rl_msg.c' object='rl_msg.lo' libtool=yes @AMDEPBACKSLASH@
1046 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1047 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rl_msg.lo `test -f 'gras/Msg/rl_msg.c' || echo '$(srcdir)/'`gras/Msg/rl_msg.c
1048
1049 amok_base.lo: amok/amok_base.c
1050 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT amok_base.lo -MD -MP -MF "$(DEPDIR)/amok_base.Tpo" -c -o amok_base.lo `test -f 'amok/amok_base.c' || echo '$(srcdir)/'`amok/amok_base.c; \
1051 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/amok_base.Tpo" "$(DEPDIR)/amok_base.Plo"; else rm -f "$(DEPDIR)/amok_base.Tpo"; exit 1; fi
1052 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amok/amok_base.c' object='amok_base.lo' libtool=yes @AMDEPBACKSLASH@
1053 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1054 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o amok_base.lo `test -f 'amok/amok_base.c' || echo '$(srcdir)/'`amok/amok_base.c
1055
1056 bandwidth.lo: amok/Bandwidth/bandwidth.c
1057 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bandwidth.lo -MD -MP -MF "$(DEPDIR)/bandwidth.Tpo" -c -o bandwidth.lo `test -f 'amok/Bandwidth/bandwidth.c' || echo '$(srcdir)/'`amok/Bandwidth/bandwidth.c; \
1058 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/bandwidth.Tpo" "$(DEPDIR)/bandwidth.Plo"; else rm -f "$(DEPDIR)/bandwidth.Tpo"; exit 1; fi
1059 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amok/Bandwidth/bandwidth.c' object='bandwidth.lo' libtool=yes @AMDEPBACKSLASH@
1060 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bandwidth.lo `test -f 'amok/Bandwidth/bandwidth.c' || echo '$(srcdir)/'`amok/Bandwidth/bandwidth.c
1062
1063 saturate.lo: amok/Bandwidth/saturate.c
1064 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT saturate.lo -MD -MP -MF "$(DEPDIR)/saturate.Tpo" -c -o saturate.lo `test -f 'amok/Bandwidth/saturate.c' || echo '$(srcdir)/'`amok/Bandwidth/saturate.c; \
1065 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/saturate.Tpo" "$(DEPDIR)/saturate.Plo"; else rm -f "$(DEPDIR)/saturate.Tpo"; exit 1; fi
1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amok/Bandwidth/saturate.c' object='saturate.lo' libtool=yes @AMDEPBACKSLASH@
1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1068 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o saturate.lo `test -f 'amok/Bandwidth/saturate.c' || echo '$(srcdir)/'`amok/Bandwidth/saturate.c
1069
1070 peermanagement.lo: amok/PeerManagement/peermanagement.c
1071 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT peermanagement.lo -MD -MP -MF "$(DEPDIR)/peermanagement.Tpo" -c -o peermanagement.lo `test -f 'amok/PeerManagement/peermanagement.c' || echo '$(srcdir)/'`amok/PeerManagement/peermanagement.c; \
1072 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/peermanagement.Tpo" "$(DEPDIR)/peermanagement.Plo"; else rm -f "$(DEPDIR)/peermanagement.Tpo"; exit 1; fi
1073 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amok/PeerManagement/peermanagement.c' object='peermanagement.lo' libtool=yes @AMDEPBACKSLASH@
1074 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1075 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o peermanagement.lo `test -f 'amok/PeerManagement/peermanagement.c' || echo '$(srcdir)/'`amok/PeerManagement/peermanagement.c
1076
1077 sg_stubs.lo: gras/sg_stubs.c
1078 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_stubs.lo -MD -MP -MF "$(DEPDIR)/sg_stubs.Tpo" -c -o sg_stubs.lo `test -f 'gras/sg_stubs.c' || echo '$(srcdir)/'`gras/sg_stubs.c; \
1079 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_stubs.Tpo" "$(DEPDIR)/sg_stubs.Plo"; else rm -f "$(DEPDIR)/sg_stubs.Tpo"; exit 1; fi
1080 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/sg_stubs.c' object='sg_stubs.lo' libtool=yes @AMDEPBACKSLASH@
1081 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1082 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_stubs.lo `test -f 'gras/sg_stubs.c' || echo '$(srcdir)/'`gras/sg_stubs.c
1083
1084 context.lo: xbt/context.c
1085 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT context.lo -MD -MP -MF "$(DEPDIR)/context.Tpo" -c -o context.lo `test -f 'xbt/context.c' || echo '$(srcdir)/'`xbt/context.c; \
1086 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/context.Tpo" "$(DEPDIR)/context.Plo"; else rm -f "$(DEPDIR)/context.Tpo"; exit 1; fi
1087 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xbt/context.c' object='context.lo' libtool=yes @AMDEPBACKSLASH@
1088 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1089 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o context.lo `test -f 'xbt/context.c' || echo '$(srcdir)/'`xbt/context.c
1090
1091 maxmin.lo: surf/maxmin.c
1092 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maxmin.lo -MD -MP -MF "$(DEPDIR)/maxmin.Tpo" -c -o maxmin.lo `test -f 'surf/maxmin.c' || echo '$(srcdir)/'`surf/maxmin.c; \
1093 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/maxmin.Tpo" "$(DEPDIR)/maxmin.Plo"; else rm -f "$(DEPDIR)/maxmin.Tpo"; exit 1; fi
1094 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/maxmin.c' object='maxmin.lo' libtool=yes @AMDEPBACKSLASH@
1095 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1096 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maxmin.lo `test -f 'surf/maxmin.c' || echo '$(srcdir)/'`surf/maxmin.c
1097
1098 trace_mgr.lo: surf/trace_mgr.c
1099 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT trace_mgr.lo -MD -MP -MF "$(DEPDIR)/trace_mgr.Tpo" -c -o trace_mgr.lo `test -f 'surf/trace_mgr.c' || echo '$(srcdir)/'`surf/trace_mgr.c; \
1100 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/trace_mgr.Tpo" "$(DEPDIR)/trace_mgr.Plo"; else rm -f "$(DEPDIR)/trace_mgr.Tpo"; exit 1; fi
1101 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/trace_mgr.c' object='trace_mgr.lo' libtool=yes @AMDEPBACKSLASH@
1102 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1103 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o trace_mgr.lo `test -f 'surf/trace_mgr.c' || echo '$(srcdir)/'`surf/trace_mgr.c
1104
1105 surf.lo: surf/surf.c
1106 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT surf.lo -MD -MP -MF "$(DEPDIR)/surf.Tpo" -c -o surf.lo `test -f 'surf/surf.c' || echo '$(srcdir)/'`surf/surf.c; \
1107 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/surf.Tpo" "$(DEPDIR)/surf.Plo"; else rm -f "$(DEPDIR)/surf.Tpo"; exit 1; fi
1108 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/surf.c' object='surf.lo' libtool=yes @AMDEPBACKSLASH@
1109 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1110 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o surf.lo `test -f 'surf/surf.c' || echo '$(srcdir)/'`surf/surf.c
1111
1112 surfxml_parse.lo: surf/surfxml_parse.c
1113 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT surfxml_parse.lo -MD -MP -MF "$(DEPDIR)/surfxml_parse.Tpo" -c -o surfxml_parse.lo `test -f 'surf/surfxml_parse.c' || echo '$(srcdir)/'`surf/surfxml_parse.c; \
1114 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/surfxml_parse.Tpo" "$(DEPDIR)/surfxml_parse.Plo"; else rm -f "$(DEPDIR)/surfxml_parse.Tpo"; exit 1; fi
1115 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/surfxml_parse.c' object='surfxml_parse.lo' libtool=yes @AMDEPBACKSLASH@
1116 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1117 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o surfxml_parse.lo `test -f 'surf/surfxml_parse.c' || echo '$(srcdir)/'`surf/surfxml_parse.c
1118
1119 cpu.lo: surf/cpu.c
1120 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cpu.lo -MD -MP -MF "$(DEPDIR)/cpu.Tpo" -c -o cpu.lo `test -f 'surf/cpu.c' || echo '$(srcdir)/'`surf/cpu.c; \
1121 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cpu.Tpo" "$(DEPDIR)/cpu.Plo"; else rm -f "$(DEPDIR)/cpu.Tpo"; exit 1; fi
1122 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/cpu.c' object='cpu.lo' libtool=yes @AMDEPBACKSLASH@
1123 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1124 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpu.lo `test -f 'surf/cpu.c' || echo '$(srcdir)/'`surf/cpu.c
1125
1126 network.lo: surf/network.c
1127 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT network.lo -MD -MP -MF "$(DEPDIR)/network.Tpo" -c -o network.lo `test -f 'surf/network.c' || echo '$(srcdir)/'`surf/network.c; \
1128 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/network.Tpo" "$(DEPDIR)/network.Plo"; else rm -f "$(DEPDIR)/network.Tpo"; exit 1; fi
1129 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/network.c' object='network.lo' libtool=yes @AMDEPBACKSLASH@
1130 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1131 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o network.lo `test -f 'surf/network.c' || echo '$(srcdir)/'`surf/network.c
1132
1133 workstation.lo: surf/workstation.c
1134 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT workstation.lo -MD -MP -MF "$(DEPDIR)/workstation.Tpo" -c -o workstation.lo `test -f 'surf/workstation.c' || echo '$(srcdir)/'`surf/workstation.c; \
1135 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/workstation.Tpo" "$(DEPDIR)/workstation.Plo"; else rm -f "$(DEPDIR)/workstation.Tpo"; exit 1; fi
1136 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/workstation.c' object='workstation.lo' libtool=yes @AMDEPBACKSLASH@
1137 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1138 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o workstation.lo `test -f 'surf/workstation.c' || echo '$(srcdir)/'`surf/workstation.c
1139
1140 surf_timer.lo: surf/surf_timer.c
1141 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT surf_timer.lo -MD -MP -MF "$(DEPDIR)/surf_timer.Tpo" -c -o surf_timer.lo `test -f 'surf/surf_timer.c' || echo '$(srcdir)/'`surf/surf_timer.c; \
1142 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/surf_timer.Tpo" "$(DEPDIR)/surf_timer.Plo"; else rm -f "$(DEPDIR)/surf_timer.Tpo"; exit 1; fi
1143 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/surf_timer.c' object='surf_timer.lo' libtool=yes @AMDEPBACKSLASH@
1144 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o surf_timer.lo `test -f 'surf/surf_timer.c' || echo '$(srcdir)/'`surf/surf_timer.c
1146
1147 network_dassf.lo: surf/network_dassf.c
1148 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT network_dassf.lo -MD -MP -MF "$(DEPDIR)/network_dassf.Tpo" -c -o network_dassf.lo `test -f 'surf/network_dassf.c' || echo '$(srcdir)/'`surf/network_dassf.c; \
1149 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/network_dassf.Tpo" "$(DEPDIR)/network_dassf.Plo"; else rm -f "$(DEPDIR)/network_dassf.Tpo"; exit 1; fi
1150 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/network_dassf.c' object='network_dassf.lo' libtool=yes @AMDEPBACKSLASH@
1151 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1152 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o network_dassf.lo `test -f 'surf/network_dassf.c' || echo '$(srcdir)/'`surf/network_dassf.c
1153
1154 workstation_KCCFLN05.lo: surf/workstation_KCCFLN05.c
1155 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT workstation_KCCFLN05.lo -MD -MP -MF "$(DEPDIR)/workstation_KCCFLN05.Tpo" -c -o workstation_KCCFLN05.lo `test -f 'surf/workstation_KCCFLN05.c' || echo '$(srcdir)/'`surf/workstation_KCCFLN05.c; \
1156 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/workstation_KCCFLN05.Tpo" "$(DEPDIR)/workstation_KCCFLN05.Plo"; else rm -f "$(DEPDIR)/workstation_KCCFLN05.Tpo"; exit 1; fi
1157 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/workstation_KCCFLN05.c' object='workstation_KCCFLN05.lo' libtool=yes @AMDEPBACKSLASH@
1158 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1159 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o workstation_KCCFLN05.lo `test -f 'surf/workstation_KCCFLN05.c' || echo '$(srcdir)/'`surf/workstation_KCCFLN05.c
1160
1161 msg_config.lo: msg/msg_config.c
1162 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msg_config.lo -MD -MP -MF "$(DEPDIR)/msg_config.Tpo" -c -o msg_config.lo `test -f 'msg/msg_config.c' || echo '$(srcdir)/'`msg/msg_config.c; \
1163 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/msg_config.Tpo" "$(DEPDIR)/msg_config.Plo"; else rm -f "$(DEPDIR)/msg_config.Tpo"; exit 1; fi
1164 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/msg_config.c' object='msg_config.lo' libtool=yes @AMDEPBACKSLASH@
1165 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msg_config.lo `test -f 'msg/msg_config.c' || echo '$(srcdir)/'`msg/msg_config.c
1167
1168 task.lo: msg/task.c
1169 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT task.lo -MD -MP -MF "$(DEPDIR)/task.Tpo" -c -o task.lo `test -f 'msg/task.c' || echo '$(srcdir)/'`msg/task.c; \
1170 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/task.Tpo" "$(DEPDIR)/task.Plo"; else rm -f "$(DEPDIR)/task.Tpo"; exit 1; fi
1171 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/task.c' object='task.lo' libtool=yes @AMDEPBACKSLASH@
1172 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1173 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o task.lo `test -f 'msg/task.c' || echo '$(srcdir)/'`msg/task.c
1174
1175 host.lo: msg/host.c
1176 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT host.lo -MD -MP -MF "$(DEPDIR)/host.Tpo" -c -o host.lo `test -f 'msg/host.c' || echo '$(srcdir)/'`msg/host.c; \
1177 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/host.Tpo" "$(DEPDIR)/host.Plo"; else rm -f "$(DEPDIR)/host.Tpo"; exit 1; fi
1178 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/host.c' object='host.lo' libtool=yes @AMDEPBACKSLASH@
1179 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1180 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o host.lo `test -f 'msg/host.c' || echo '$(srcdir)/'`msg/host.c
1181
1182 m_process.lo: msg/m_process.c
1183 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT m_process.lo -MD -MP -MF "$(DEPDIR)/m_process.Tpo" -c -o m_process.lo `test -f 'msg/m_process.c' || echo '$(srcdir)/'`msg/m_process.c; \
1184 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/m_process.Tpo" "$(DEPDIR)/m_process.Plo"; else rm -f "$(DEPDIR)/m_process.Tpo"; exit 1; fi
1185 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/m_process.c' object='m_process.lo' libtool=yes @AMDEPBACKSLASH@
1186 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1187 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o m_process.lo `test -f 'msg/m_process.c' || echo '$(srcdir)/'`msg/m_process.c
1188
1189 gos.lo: msg/gos.c
1190 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gos.lo -MD -MP -MF "$(DEPDIR)/gos.Tpo" -c -o gos.lo `test -f 'msg/gos.c' || echo '$(srcdir)/'`msg/gos.c; \
1191 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gos.Tpo" "$(DEPDIR)/gos.Plo"; else rm -f "$(DEPDIR)/gos.Tpo"; exit 1; fi
1192 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/gos.c' object='gos.lo' libtool=yes @AMDEPBACKSLASH@
1193 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1194 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gos.lo `test -f 'msg/gos.c' || echo '$(srcdir)/'`msg/gos.c
1195
1196 global.lo: msg/global.c
1197 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT global.lo -MD -MP -MF "$(DEPDIR)/global.Tpo" -c -o global.lo `test -f 'msg/global.c' || echo '$(srcdir)/'`msg/global.c; \
1198 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/global.Tpo" "$(DEPDIR)/global.Plo"; else rm -f "$(DEPDIR)/global.Tpo"; exit 1; fi
1199 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/global.c' object='global.lo' libtool=yes @AMDEPBACKSLASH@
1200 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1201 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o global.lo `test -f 'msg/global.c' || echo '$(srcdir)/'`msg/global.c
1202
1203 environment.lo: msg/environment.c
1204 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT environment.lo -MD -MP -MF "$(DEPDIR)/environment.Tpo" -c -o environment.lo `test -f 'msg/environment.c' || echo '$(srcdir)/'`msg/environment.c; \
1205 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/environment.Tpo" "$(DEPDIR)/environment.Plo"; else rm -f "$(DEPDIR)/environment.Tpo"; exit 1; fi
1206 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/environment.c' object='environment.lo' libtool=yes @AMDEPBACKSLASH@
1207 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1208 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o environment.lo `test -f 'msg/environment.c' || echo '$(srcdir)/'`msg/environment.c
1209
1210 deployment.lo: msg/deployment.c
1211 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT deployment.lo -MD -MP -MF "$(DEPDIR)/deployment.Tpo" -c -o deployment.lo `test -f 'msg/deployment.c' || echo '$(srcdir)/'`msg/deployment.c; \
1212 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/deployment.Tpo" "$(DEPDIR)/deployment.Plo"; else rm -f "$(DEPDIR)/deployment.Tpo"; exit 1; fi
1213 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='msg/deployment.c' object='deployment.lo' libtool=yes @AMDEPBACKSLASH@
1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o deployment.lo `test -f 'msg/deployment.c' || echo '$(srcdir)/'`msg/deployment.c
1216
1217 sd_global.lo: simdag/sd_global.c
1218 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sd_global.lo -MD -MP -MF "$(DEPDIR)/sd_global.Tpo" -c -o sd_global.lo `test -f 'simdag/sd_global.c' || echo '$(srcdir)/'`simdag/sd_global.c; \
1219 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sd_global.Tpo" "$(DEPDIR)/sd_global.Plo"; else rm -f "$(DEPDIR)/sd_global.Tpo"; exit 1; fi
1220 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simdag/sd_global.c' object='sd_global.lo' libtool=yes @AMDEPBACKSLASH@
1221 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_global.lo `test -f 'simdag/sd_global.c' || echo '$(srcdir)/'`simdag/sd_global.c
1223
1224 sd_link.lo: simdag/sd_link.c
1225 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sd_link.lo -MD -MP -MF "$(DEPDIR)/sd_link.Tpo" -c -o sd_link.lo `test -f 'simdag/sd_link.c' || echo '$(srcdir)/'`simdag/sd_link.c; \
1226 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sd_link.Tpo" "$(DEPDIR)/sd_link.Plo"; else rm -f "$(DEPDIR)/sd_link.Tpo"; exit 1; fi
1227 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simdag/sd_link.c' object='sd_link.lo' libtool=yes @AMDEPBACKSLASH@
1228 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1229 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_link.lo `test -f 'simdag/sd_link.c' || echo '$(srcdir)/'`simdag/sd_link.c
1230
1231 sd_task.lo: simdag/sd_task.c
1232 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sd_task.lo -MD -MP -MF "$(DEPDIR)/sd_task.Tpo" -c -o sd_task.lo `test -f 'simdag/sd_task.c' || echo '$(srcdir)/'`simdag/sd_task.c; \
1233 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sd_task.Tpo" "$(DEPDIR)/sd_task.Plo"; else rm -f "$(DEPDIR)/sd_task.Tpo"; exit 1; fi
1234 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simdag/sd_task.c' object='sd_task.lo' libtool=yes @AMDEPBACKSLASH@
1235 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1236 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_task.lo `test -f 'simdag/sd_task.c' || echo '$(srcdir)/'`simdag/sd_task.c
1237
1238 sd_workstation.lo: simdag/sd_workstation.c
1239 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sd_workstation.lo -MD -MP -MF "$(DEPDIR)/sd_workstation.Tpo" -c -o sd_workstation.lo `test -f 'simdag/sd_workstation.c' || echo '$(srcdir)/'`simdag/sd_workstation.c; \
1240 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sd_workstation.Tpo" "$(DEPDIR)/sd_workstation.Plo"; else rm -f "$(DEPDIR)/sd_workstation.Tpo"; exit 1; fi
1241 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simdag/sd_workstation.c' object='sd_workstation.lo' libtool=yes @AMDEPBACKSLASH@
1242 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1243 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_workstation.lo `test -f 'simdag/sd_workstation.c' || echo '$(srcdir)/'`simdag/sd_workstation.c
1244
1245 sg_transport.lo: gras/Transport/sg_transport.c
1246 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_transport.lo -MD -MP -MF "$(DEPDIR)/sg_transport.Tpo" -c -o sg_transport.lo `test -f 'gras/Transport/sg_transport.c' || echo '$(srcdir)/'`gras/Transport/sg_transport.c; \
1247 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_transport.Tpo" "$(DEPDIR)/sg_transport.Plo"; else rm -f "$(DEPDIR)/sg_transport.Tpo"; exit 1; fi
1248 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Transport/sg_transport.c' object='sg_transport.lo' libtool=yes @AMDEPBACKSLASH@
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1250 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_transport.lo `test -f 'gras/Transport/sg_transport.c' || echo '$(srcdir)/'`gras/Transport/sg_transport.c
1251
1252 transport_plugin_sg.lo: gras/Transport/transport_plugin_sg.c
1253 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transport_plugin_sg.lo -MD -MP -MF "$(DEPDIR)/transport_plugin_sg.Tpo" -c -o transport_plugin_sg.lo `test -f 'gras/Transport/transport_plugin_sg.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_sg.c; \
1254 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/transport_plugin_sg.Tpo" "$(DEPDIR)/transport_plugin_sg.Plo"; else rm -f "$(DEPDIR)/transport_plugin_sg.Tpo"; exit 1; fi
1255 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Transport/transport_plugin_sg.c' object='transport_plugin_sg.lo' libtool=yes @AMDEPBACKSLASH@
1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1257 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport_plugin_sg.lo `test -f 'gras/Transport/transport_plugin_sg.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_sg.c
1258
1259 sg_emul.lo: gras/Virtu/sg_emul.c
1260 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_emul.lo -MD -MP -MF "$(DEPDIR)/sg_emul.Tpo" -c -o sg_emul.lo `test -f 'gras/Virtu/sg_emul.c' || echo '$(srcdir)/'`gras/Virtu/sg_emul.c; \
1261 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_emul.Tpo" "$(DEPDIR)/sg_emul.Plo"; else rm -f "$(DEPDIR)/sg_emul.Tpo"; exit 1; fi
1262 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/sg_emul.c' object='sg_emul.lo' libtool=yes @AMDEPBACKSLASH@
1263 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1264 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_emul.lo `test -f 'gras/Virtu/sg_emul.c' || echo '$(srcdir)/'`gras/Virtu/sg_emul.c
1265
1266 sg_process.lo: gras/Virtu/sg_process.c
1267 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_process.lo -MD -MP -MF "$(DEPDIR)/sg_process.Tpo" -c -o sg_process.lo `test -f 'gras/Virtu/sg_process.c' || echo '$(srcdir)/'`gras/Virtu/sg_process.c; \
1268 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_process.Tpo" "$(DEPDIR)/sg_process.Plo"; else rm -f "$(DEPDIR)/sg_process.Tpo"; exit 1; fi
1269 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/sg_process.c' object='sg_process.lo' libtool=yes @AMDEPBACKSLASH@
1270 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1271 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_process.lo `test -f 'gras/Virtu/sg_process.c' || echo '$(srcdir)/'`gras/Virtu/sg_process.c
1272
1273 sg_time.lo: gras/Virtu/sg_time.c
1274 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_time.lo -MD -MP -MF "$(DEPDIR)/sg_time.Tpo" -c -o sg_time.lo `test -f 'gras/Virtu/sg_time.c' || echo '$(srcdir)/'`gras/Virtu/sg_time.c; \
1275 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_time.Tpo" "$(DEPDIR)/sg_time.Plo"; else rm -f "$(DEPDIR)/sg_time.Tpo"; exit 1; fi
1276 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/sg_time.c' object='sg_time.lo' libtool=yes @AMDEPBACKSLASH@
1277 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1278 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_time.lo `test -f 'gras/Virtu/sg_time.c' || echo '$(srcdir)/'`gras/Virtu/sg_time.c
1279
1280 sg_dns.lo: gras/Virtu/sg_dns.c
1281 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_dns.lo -MD -MP -MF "$(DEPDIR)/sg_dns.Tpo" -c -o sg_dns.lo `test -f 'gras/Virtu/sg_dns.c' || echo '$(srcdir)/'`gras/Virtu/sg_dns.c; \
1282 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_dns.Tpo" "$(DEPDIR)/sg_dns.Plo"; else rm -f "$(DEPDIR)/sg_dns.Tpo"; exit 1; fi
1283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Virtu/sg_dns.c' object='sg_dns.lo' libtool=yes @AMDEPBACKSLASH@
1284 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1285 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_dns.lo `test -f 'gras/Virtu/sg_dns.c' || echo '$(srcdir)/'`gras/Virtu/sg_dns.c
1286
1287 sg_msg.lo: gras/Msg/sg_msg.c
1288 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_msg.lo -MD -MP -MF "$(DEPDIR)/sg_msg.Tpo" -c -o sg_msg.lo `test -f 'gras/Msg/sg_msg.c' || echo '$(srcdir)/'`gras/Msg/sg_msg.c; \
1289 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sg_msg.Tpo" "$(DEPDIR)/sg_msg.Plo"; else rm -f "$(DEPDIR)/sg_msg.Tpo"; exit 1; fi
1290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gras/Msg/sg_msg.c' object='sg_msg.lo' libtool=yes @AMDEPBACKSLASH@
1291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1292 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_msg.lo `test -f 'gras/Msg/sg_msg.c' || echo '$(srcdir)/'`gras/Msg/sg_msg.c
1293
1294 sdp.lo: surf/sdp.c
1295 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sdp.lo -MD -MP -MF "$(DEPDIR)/sdp.Tpo" -c -o sdp.lo `test -f 'surf/sdp.c' || echo '$(srcdir)/'`surf/sdp.c; \
1296 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/sdp.Tpo" "$(DEPDIR)/sdp.Plo"; else rm -f "$(DEPDIR)/sdp.Tpo"; exit 1; fi
1297 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='surf/sdp.c' object='sdp.lo' libtool=yes @AMDEPBACKSLASH@
1298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1299 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sdp.lo `test -f 'surf/sdp.c' || echo '$(srcdir)/'`surf/sdp.c
1300
1301 smx_global.lo: simix/smx_global.c
1302 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_global.lo -MD -MP -MF "$(DEPDIR)/smx_global.Tpo" -c -o smx_global.lo `test -f 'simix/smx_global.c' || echo '$(srcdir)/'`simix/smx_global.c; \
1303 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_global.Tpo" "$(DEPDIR)/smx_global.Plo"; else rm -f "$(DEPDIR)/smx_global.Tpo"; exit 1; fi
1304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_global.c' object='smx_global.lo' libtool=yes @AMDEPBACKSLASH@
1305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1306 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_global.lo `test -f 'simix/smx_global.c' || echo '$(srcdir)/'`simix/smx_global.c
1307
1308 smx_deployment.lo: simix/smx_deployment.c
1309 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_deployment.lo -MD -MP -MF "$(DEPDIR)/smx_deployment.Tpo" -c -o smx_deployment.lo `test -f 'simix/smx_deployment.c' || echo '$(srcdir)/'`simix/smx_deployment.c; \
1310 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_deployment.Tpo" "$(DEPDIR)/smx_deployment.Plo"; else rm -f "$(DEPDIR)/smx_deployment.Tpo"; exit 1; fi
1311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_deployment.c' object='smx_deployment.lo' libtool=yes @AMDEPBACKSLASH@
1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1313 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_deployment.lo `test -f 'simix/smx_deployment.c' || echo '$(srcdir)/'`simix/smx_deployment.c
1314
1315 smx_config.lo: simix/smx_config.c
1316 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_config.lo -MD -MP -MF "$(DEPDIR)/smx_config.Tpo" -c -o smx_config.lo `test -f 'simix/smx_config.c' || echo '$(srcdir)/'`simix/smx_config.c; \
1317 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_config.Tpo" "$(DEPDIR)/smx_config.Plo"; else rm -f "$(DEPDIR)/smx_config.Tpo"; exit 1; fi
1318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_config.c' object='smx_config.lo' libtool=yes @AMDEPBACKSLASH@
1319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1320 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_config.lo `test -f 'simix/smx_config.c' || echo '$(srcdir)/'`simix/smx_config.c
1321
1322 smx_environment.lo: simix/smx_environment.c
1323 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_environment.lo -MD -MP -MF "$(DEPDIR)/smx_environment.Tpo" -c -o smx_environment.lo `test -f 'simix/smx_environment.c' || echo '$(srcdir)/'`simix/smx_environment.c; \
1324 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_environment.Tpo" "$(DEPDIR)/smx_environment.Plo"; else rm -f "$(DEPDIR)/smx_environment.Tpo"; exit 1; fi
1325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_environment.c' object='smx_environment.lo' libtool=yes @AMDEPBACKSLASH@
1326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1327 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_environment.lo `test -f 'simix/smx_environment.c' || echo '$(srcdir)/'`simix/smx_environment.c
1328
1329 smx_host.lo: simix/smx_host.c
1330 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_host.lo -MD -MP -MF "$(DEPDIR)/smx_host.Tpo" -c -o smx_host.lo `test -f 'simix/smx_host.c' || echo '$(srcdir)/'`simix/smx_host.c; \
1331 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_host.Tpo" "$(DEPDIR)/smx_host.Plo"; else rm -f "$(DEPDIR)/smx_host.Tpo"; exit 1; fi
1332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_host.c' object='smx_host.lo' libtool=yes @AMDEPBACKSLASH@
1333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1334 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_host.lo `test -f 'simix/smx_host.c' || echo '$(srcdir)/'`simix/smx_host.c
1335
1336 smx_process.lo: simix/smx_process.c
1337 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_process.lo -MD -MP -MF "$(DEPDIR)/smx_process.Tpo" -c -o smx_process.lo `test -f 'simix/smx_process.c' || echo '$(srcdir)/'`simix/smx_process.c; \
1338 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_process.Tpo" "$(DEPDIR)/smx_process.Plo"; else rm -f "$(DEPDIR)/smx_process.Tpo"; exit 1; fi
1339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_process.c' object='smx_process.lo' libtool=yes @AMDEPBACKSLASH@
1340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1341 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_process.lo `test -f 'simix/smx_process.c' || echo '$(srcdir)/'`simix/smx_process.c
1342
1343 smx_action.lo: simix/smx_action.c
1344 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_action.lo -MD -MP -MF "$(DEPDIR)/smx_action.Tpo" -c -o smx_action.lo `test -f 'simix/smx_action.c' || echo '$(srcdir)/'`simix/smx_action.c; \
1345 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_action.Tpo" "$(DEPDIR)/smx_action.Plo"; else rm -f "$(DEPDIR)/smx_action.Tpo"; exit 1; fi
1346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_action.c' object='smx_action.lo' libtool=yes @AMDEPBACKSLASH@
1347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1348 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_action.lo `test -f 'simix/smx_action.c' || echo '$(srcdir)/'`simix/smx_action.c
1349
1350 smx_synchro.lo: simix/smx_synchro.c
1351 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smx_synchro.lo -MD -MP -MF "$(DEPDIR)/smx_synchro.Tpo" -c -o smx_synchro.lo `test -f 'simix/smx_synchro.c' || echo '$(srcdir)/'`simix/smx_synchro.c; \
1352 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/smx_synchro.Tpo" "$(DEPDIR)/smx_synchro.Plo"; else rm -f "$(DEPDIR)/smx_synchro.Tpo"; exit 1; fi
1353 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simix/smx_synchro.c' object='smx_synchro.lo' libtool=yes @AMDEPBACKSLASH@
1354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1355 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smx_synchro.lo `test -f 'simix/smx_synchro.c' || echo '$(srcdir)/'`simix/smx_synchro.c
1356
1357 cunit_unit.o: ./cunit_unit.c
1358 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cunit_unit.o -MD -MP -MF "$(DEPDIR)/cunit_unit.Tpo" -c -o cunit_unit.o `test -f './cunit_unit.c' || echo '$(srcdir)/'`./cunit_unit.c; \
1359 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cunit_unit.Tpo" "$(DEPDIR)/cunit_unit.Po"; else rm -f "$(DEPDIR)/cunit_unit.Tpo"; exit 1; fi
1360 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./cunit_unit.c' object='cunit_unit.o' libtool=no @AMDEPBACKSLASH@
1361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1362 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cunit_unit.o `test -f './cunit_unit.c' || echo '$(srcdir)/'`./cunit_unit.c
1363
1364 cunit_unit.obj: ./cunit_unit.c
1365 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cunit_unit.obj -MD -MP -MF "$(DEPDIR)/cunit_unit.Tpo" -c -o cunit_unit.obj `if test -f './cunit_unit.c'; then $(CYGPATH_W) './cunit_unit.c'; else $(CYGPATH_W) '$(srcdir)/./cunit_unit.c'; fi`; \
1366 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cunit_unit.Tpo" "$(DEPDIR)/cunit_unit.Po"; else rm -f "$(DEPDIR)/cunit_unit.Tpo"; exit 1; fi
1367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./cunit_unit.c' object='cunit_unit.obj' libtool=no @AMDEPBACKSLASH@
1368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1369 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cunit_unit.obj `if test -f './cunit_unit.c'; then $(CYGPATH_W) './cunit_unit.c'; else $(CYGPATH_W) '$(srcdir)/./cunit_unit.c'; fi`
1370
1371 ex_unit.o: ./ex_unit.c
1372 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ex_unit.o -MD -MP -MF "$(DEPDIR)/ex_unit.Tpo" -c -o ex_unit.o `test -f './ex_unit.c' || echo '$(srcdir)/'`./ex_unit.c; \
1373 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ex_unit.Tpo" "$(DEPDIR)/ex_unit.Po"; else rm -f "$(DEPDIR)/ex_unit.Tpo"; exit 1; fi
1374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./ex_unit.c' object='ex_unit.o' libtool=no @AMDEPBACKSLASH@
1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1376 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ex_unit.o `test -f './ex_unit.c' || echo '$(srcdir)/'`./ex_unit.c
1377
1378 ex_unit.obj: ./ex_unit.c
1379 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ex_unit.obj -MD -MP -MF "$(DEPDIR)/ex_unit.Tpo" -c -o ex_unit.obj `if test -f './ex_unit.c'; then $(CYGPATH_W) './ex_unit.c'; else $(CYGPATH_W) '$(srcdir)/./ex_unit.c'; fi`; \
1380 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ex_unit.Tpo" "$(DEPDIR)/ex_unit.Po"; else rm -f "$(DEPDIR)/ex_unit.Tpo"; exit 1; fi
1381 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./ex_unit.c' object='ex_unit.obj' libtool=no @AMDEPBACKSLASH@
1382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1383 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ex_unit.obj `if test -f './ex_unit.c'; then $(CYGPATH_W) './ex_unit.c'; else $(CYGPATH_W) '$(srcdir)/./ex_unit.c'; fi`
1384
1385 dynar_unit.o: ./dynar_unit.c
1386 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynar_unit.o -MD -MP -MF "$(DEPDIR)/dynar_unit.Tpo" -c -o dynar_unit.o `test -f './dynar_unit.c' || echo '$(srcdir)/'`./dynar_unit.c; \
1387 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dynar_unit.Tpo" "$(DEPDIR)/dynar_unit.Po"; else rm -f "$(DEPDIR)/dynar_unit.Tpo"; exit 1; fi
1388 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./dynar_unit.c' object='dynar_unit.o' libtool=no @AMDEPBACKSLASH@
1389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1390 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynar_unit.o `test -f './dynar_unit.c' || echo '$(srcdir)/'`./dynar_unit.c
1391
1392 dynar_unit.obj: ./dynar_unit.c
1393 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynar_unit.obj -MD -MP -MF "$(DEPDIR)/dynar_unit.Tpo" -c -o dynar_unit.obj `if test -f './dynar_unit.c'; then $(CYGPATH_W) './dynar_unit.c'; else $(CYGPATH_W) '$(srcdir)/./dynar_unit.c'; fi`; \
1394 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dynar_unit.Tpo" "$(DEPDIR)/dynar_unit.Po"; else rm -f "$(DEPDIR)/dynar_unit.Tpo"; exit 1; fi
1395 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./dynar_unit.c' object='dynar_unit.obj' libtool=no @AMDEPBACKSLASH@
1396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1397 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynar_unit.obj `if test -f './dynar_unit.c'; then $(CYGPATH_W) './dynar_unit.c'; else $(CYGPATH_W) '$(srcdir)/./dynar_unit.c'; fi`
1398
1399 dict_unit.o: ./dict_unit.c
1400 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dict_unit.o -MD -MP -MF "$(DEPDIR)/dict_unit.Tpo" -c -o dict_unit.o `test -f './dict_unit.c' || echo '$(srcdir)/'`./dict_unit.c; \
1401 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dict_unit.Tpo" "$(DEPDIR)/dict_unit.Po"; else rm -f "$(DEPDIR)/dict_unit.Tpo"; exit 1; fi
1402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./dict_unit.c' object='dict_unit.o' libtool=no @AMDEPBACKSLASH@
1403 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1404 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dict_unit.o `test -f './dict_unit.c' || echo '$(srcdir)/'`./dict_unit.c
1405
1406 dict_unit.obj: ./dict_unit.c
1407 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dict_unit.obj -MD -MP -MF "$(DEPDIR)/dict_unit.Tpo" -c -o dict_unit.obj `if test -f './dict_unit.c'; then $(CYGPATH_W) './dict_unit.c'; else $(CYGPATH_W) '$(srcdir)/./dict_unit.c'; fi`; \
1408 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/dict_unit.Tpo" "$(DEPDIR)/dict_unit.Po"; else rm -f "$(DEPDIR)/dict_unit.Tpo"; exit 1; fi
1409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./dict_unit.c' object='dict_unit.obj' libtool=no @AMDEPBACKSLASH@
1410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1411 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dict_unit.obj `if test -f './dict_unit.c'; then $(CYGPATH_W) './dict_unit.c'; else $(CYGPATH_W) '$(srcdir)/./dict_unit.c'; fi`
1412
1413 set_unit.o: ./set_unit.c
1414 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set_unit.o -MD -MP -MF "$(DEPDIR)/set_unit.Tpo" -c -o set_unit.o `test -f './set_unit.c' || echo '$(srcdir)/'`./set_unit.c; \
1415 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/set_unit.Tpo" "$(DEPDIR)/set_unit.Po"; else rm -f "$(DEPDIR)/set_unit.Tpo"; exit 1; fi
1416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./set_unit.c' object='set_unit.o' libtool=no @AMDEPBACKSLASH@
1417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1418 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_unit.o `test -f './set_unit.c' || echo '$(srcdir)/'`./set_unit.c
1419
1420 set_unit.obj: ./set_unit.c
1421 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set_unit.obj -MD -MP -MF "$(DEPDIR)/set_unit.Tpo" -c -o set_unit.obj `if test -f './set_unit.c'; then $(CYGPATH_W) './set_unit.c'; else $(CYGPATH_W) '$(srcdir)/./set_unit.c'; fi`; \
1422 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/set_unit.Tpo" "$(DEPDIR)/set_unit.Po"; else rm -f "$(DEPDIR)/set_unit.Tpo"; exit 1; fi
1423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./set_unit.c' object='set_unit.obj' libtool=no @AMDEPBACKSLASH@
1424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1425 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_unit.obj `if test -f './set_unit.c'; then $(CYGPATH_W) './set_unit.c'; else $(CYGPATH_W) '$(srcdir)/./set_unit.c'; fi`
1426
1427 swag_unit.o: ./swag_unit.c
1428 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT swag_unit.o -MD -MP -MF "$(DEPDIR)/swag_unit.Tpo" -c -o swag_unit.o `test -f './swag_unit.c' || echo '$(srcdir)/'`./swag_unit.c; \
1429 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/swag_unit.Tpo" "$(DEPDIR)/swag_unit.Po"; else rm -f "$(DEPDIR)/swag_unit.Tpo"; exit 1; fi
1430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./swag_unit.c' object='swag_unit.o' libtool=no @AMDEPBACKSLASH@
1431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1432 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o swag_unit.o `test -f './swag_unit.c' || echo '$(srcdir)/'`./swag_unit.c
1433
1434 swag_unit.obj: ./swag_unit.c
1435 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT swag_unit.obj -MD -MP -MF "$(DEPDIR)/swag_unit.Tpo" -c -o swag_unit.obj `if test -f './swag_unit.c'; then $(CYGPATH_W) './swag_unit.c'; else $(CYGPATH_W) '$(srcdir)/./swag_unit.c'; fi`; \
1436 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/swag_unit.Tpo" "$(DEPDIR)/swag_unit.Po"; else rm -f "$(DEPDIR)/swag_unit.Tpo"; exit 1; fi
1437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./swag_unit.c' object='swag_unit.obj' libtool=no @AMDEPBACKSLASH@
1438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1439 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o swag_unit.obj `if test -f './swag_unit.c'; then $(CYGPATH_W) './swag_unit.c'; else $(CYGPATH_W) '$(srcdir)/./swag_unit.c'; fi`
1440
1441 config_unit.o: ./config_unit.c
1442 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config_unit.o -MD -MP -MF "$(DEPDIR)/config_unit.Tpo" -c -o config_unit.o `test -f './config_unit.c' || echo '$(srcdir)/'`./config_unit.c; \
1443 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/config_unit.Tpo" "$(DEPDIR)/config_unit.Po"; else rm -f "$(DEPDIR)/config_unit.Tpo"; exit 1; fi
1444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./config_unit.c' object='config_unit.o' libtool=no @AMDEPBACKSLASH@
1445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1446 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config_unit.o `test -f './config_unit.c' || echo '$(srcdir)/'`./config_unit.c
1447
1448 config_unit.obj: ./config_unit.c
1449 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config_unit.obj -MD -MP -MF "$(DEPDIR)/config_unit.Tpo" -c -o config_unit.obj `if test -f './config_unit.c'; then $(CYGPATH_W) './config_unit.c'; else $(CYGPATH_W) '$(srcdir)/./config_unit.c'; fi`; \
1450 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/config_unit.Tpo" "$(DEPDIR)/config_unit.Po"; else rm -f "$(DEPDIR)/config_unit.Tpo"; exit 1; fi
1451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./config_unit.c' object='config_unit.obj' libtool=no @AMDEPBACKSLASH@
1452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1453 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config_unit.obj `if test -f './config_unit.c'; then $(CYGPATH_W) './config_unit.c'; else $(CYGPATH_W) '$(srcdir)/./config_unit.c'; fi`
1454
1455 mostlyclean-libtool:
1456         -rm -f *.lo
1457
1458 clean-libtool:
1459         -rm -rf .libs _libs
1460
1461 distclean-libtool:
1462         -rm -f libtool
1463 uninstall-info-am:
1464
1465 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1466         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1467         unique=`for i in $$list; do \
1468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1469           done | \
1470           $(AWK) '    { files[$$0] = 1; } \
1471                END { for (i in files) print i; }'`; \
1472         mkid -fID $$unique
1473 tags: TAGS
1474
1475 TAGS:  $(HEADERS) $(SOURCES) gras_config.h.in $(TAGS_DEPENDENCIES) \
1476                 $(TAGS_FILES) $(LISP)
1477         tags=; \
1478         here=`pwd`; \
1479         list='$(SOURCES) $(HEADERS) gras_config.h.in $(LISP) $(TAGS_FILES)'; \
1480         unique=`for i in $$list; do \
1481             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1482           done | \
1483           $(AWK) '    { files[$$0] = 1; } \
1484                END { for (i in files) print i; }'`; \
1485         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1486           test -n "$$unique" || unique=$$empty_fix; \
1487           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1488             $$tags $$unique; \
1489         fi
1490 ctags: CTAGS
1491 CTAGS:  $(HEADERS) $(SOURCES) gras_config.h.in $(TAGS_DEPENDENCIES) \
1492                 $(TAGS_FILES) $(LISP)
1493         tags=; \
1494         here=`pwd`; \
1495         list='$(SOURCES) $(HEADERS) gras_config.h.in $(LISP) $(TAGS_FILES)'; \
1496         unique=`for i in $$list; do \
1497             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1498           done | \
1499           $(AWK) '    { files[$$0] = 1; } \
1500                END { for (i in files) print i; }'`; \
1501         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1502           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1503              $$tags $$unique
1504
1505 GTAGS:
1506         here=`$(am__cd) $(top_builddir) && pwd` \
1507           && cd $(top_srcdir) \
1508           && gtags -i $(GTAGS_ARGS) $$here
1509
1510 distclean-tags:
1511         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1512
1513 check-TESTS: $(TESTS)
1514         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1515         srcdir=$(srcdir); export srcdir; \
1516         list='$(TESTS)'; \
1517         if test -n "$$list"; then \
1518           for tst in $$list; do \
1519             if test -f ./$$tst; then dir=./; \
1520             elif test -f $$tst; then dir=; \
1521             else dir="$(srcdir)/"; fi; \
1522             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1523               all=`expr $$all + 1`; \
1524               case " $(XFAIL_TESTS) " in \
1525               *" $$tst "*) \
1526                 xpass=`expr $$xpass + 1`; \
1527                 failed=`expr $$failed + 1`; \
1528                 echo "XPASS: $$tst"; \
1529               ;; \
1530               *) \
1531                 echo "PASS: $$tst"; \
1532               ;; \
1533               esac; \
1534             elif test $$? -ne 77; then \
1535               all=`expr $$all + 1`; \
1536               case " $(XFAIL_TESTS) " in \
1537               *" $$tst "*) \
1538                 xfail=`expr $$xfail + 1`; \
1539                 echo "XFAIL: $$tst"; \
1540               ;; \
1541               *) \
1542                 failed=`expr $$failed + 1`; \
1543                 echo "FAIL: $$tst"; \
1544               ;; \
1545               esac; \
1546             else \
1547               skip=`expr $$skip + 1`; \
1548               echo "SKIP: $$tst"; \
1549             fi; \
1550           done; \
1551           if test "$$failed" -eq 0; then \
1552             if test "$$xfail" -eq 0; then \
1553               banner="All $$all tests passed"; \
1554             else \
1555               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1556             fi; \
1557           else \
1558             if test "$$xpass" -eq 0; then \
1559               banner="$$failed of $$all tests failed"; \
1560             else \
1561               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1562             fi; \
1563           fi; \
1564           dashes="$$banner"; \
1565           skipped=""; \
1566           if test "$$skip" -ne 0; then \
1567             skipped="($$skip tests were not run)"; \
1568             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1569               dashes="$$skipped"; \
1570           fi; \
1571           report=""; \
1572           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1573             report="Please report to $(PACKAGE_BUGREPORT)"; \
1574             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1575               dashes="$$report"; \
1576           fi; \
1577           dashes=`echo "$$dashes" | sed s/./=/g`; \
1578           echo "$$dashes"; \
1579           echo "$$banner"; \
1580           test -z "$$skipped" || echo "$$skipped"; \
1581           test -z "$$report" || echo "$$report"; \
1582           echo "$$dashes"; \
1583           test "$$failed" -eq 0; \
1584         else :; fi
1585
1586 distdir: $(DISTFILES)
1587         $(mkdir_p) $(distdir)/../acmacro $(distdir)/amok $(distdir)/amok/Bandwidth $(distdir)/gras/DataDesc $(distdir)/gras/Transport $(distdir)/gras/Virtu $(distdir)/include/simix $(distdir)/include/surf $(distdir)/include/xbt $(distdir)/msg $(distdir)/simdag $(distdir)/simix $(distdir)/surf $(distdir)/xbt
1588         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1589         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1590         list='$(DISTFILES)'; for file in $$list; do \
1591           case $$file in \
1592             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1593             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1594           esac; \
1595           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1596           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1597           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1598             dir="/$$dir"; \
1599             $(mkdir_p) "$(distdir)$$dir"; \
1600           else \
1601             dir=''; \
1602           fi; \
1603           if test -d $$d/$$file; then \
1604             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1605               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1606             fi; \
1607             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1608           else \
1609             test -f $(distdir)/$$file \
1610             || cp -p $$d/$$file $(distdir)/$$file \
1611             || exit 1; \
1612           fi; \
1613         done
1614 check-am: all-am
1615         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1616 check: $(BUILT_SOURCES)
1617         $(MAKE) $(AM_MAKEFLAGS) check-am
1618 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) gras_config.h
1619 installdirs:
1620         for dir in "$(DESTDIR)$(libdir)"; do \
1621           test -z "$$dir" || $(mkdir_p) "$$dir"; \
1622         done
1623 install: $(BUILT_SOURCES)
1624         $(MAKE) $(AM_MAKEFLAGS) install-am
1625 install-exec: install-exec-am
1626 install-data: install-data-am
1627 uninstall: uninstall-am
1628
1629 install-am: all-am
1630         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1631
1632 installcheck: installcheck-am
1633 install-strip:
1634         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1635           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1636           `test -z '$(STRIP)' || \
1637             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1638 mostlyclean-generic:
1639
1640 clean-generic:
1641
1642 distclean-generic:
1643         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1644
1645 maintainer-clean-generic:
1646         @echo "This command is intended for maintainers to use"
1647         @echo "it deletes files that may require special tools to rebuild."
1648         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1649         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1650 clean: clean-am
1651
1652 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1653         clean-noinstPROGRAMS mostlyclean-am
1654
1655 distclean: distclean-am
1656         -rm -rf ./$(DEPDIR)
1657         -rm -f Makefile
1658 distclean-am: clean-am distclean-compile distclean-generic \
1659         distclean-hdr distclean-libtool distclean-tags
1660
1661 dvi: dvi-am
1662
1663 dvi-am:
1664
1665 html: html-am
1666
1667 info: info-am
1668
1669 info-am:
1670
1671 install-data-am:
1672
1673 install-exec-am: install-libLTLIBRARIES
1674
1675 install-info: install-info-am
1676
1677 install-man:
1678
1679 installcheck-am:
1680
1681 maintainer-clean: maintainer-clean-am
1682         -rm -rf ./$(DEPDIR)
1683         -rm -f Makefile
1684 maintainer-clean-am: distclean-am maintainer-clean-generic
1685
1686 mostlyclean: mostlyclean-am
1687
1688 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1689         mostlyclean-libtool
1690
1691 pdf: pdf-am
1692
1693 pdf-am:
1694
1695 ps: ps-am
1696
1697 ps-am:
1698
1699 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
1700
1701 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1702         clean-generic clean-libLTLIBRARIES clean-libtool \
1703         clean-noinstPROGRAMS ctags distclean distclean-compile \
1704         distclean-generic distclean-hdr distclean-libtool \
1705         distclean-tags distdir dvi dvi-am html html-am info info-am \
1706         install install-am install-data install-data-am install-exec \
1707         install-exec-am install-info install-info-am \
1708         install-libLTLIBRARIES install-man install-strip installcheck \
1709         installcheck-am installdirs maintainer-clean \
1710         maintainer-clean-generic mostlyclean mostlyclean-compile \
1711         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1712         tags uninstall uninstall-am uninstall-info-am \
1713         uninstall-libLTLIBRARIES
1714
1715
1716 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./cunit_unit.c: xbt/cunit.c
1717 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1718 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./ex_unit.c: xbt/ex.c
1719 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1720 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./dynar_unit.c: xbt/dynar.c
1721 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1722 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./dict_unit.c: xbt/dict.c
1723 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1724 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./set_unit.c: xbt/set.c
1725 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1726 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./swag_unit.c: xbt/swag.c
1727 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1728 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@./config_unit.c: xbt/config.c
1729 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl $^
1730
1731 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@simgrid_units_main.c: $(TEST_UNITS)
1732 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      @top_srcdir@/tools/sg_unit_extractor.pl xbt/cunit.c
1733
1734 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@clean-units:
1735 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      rm -f simgrid_units_main.c *_unit.c
1736
1737 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_FALSE@$(TEST_UNITS) simgrid_units_main.c clean-units: 
1738 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_FALSE@     @echo "ERROR: Test units not generated."
1739 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_FALSE@     @echo "ERROR: If you are using a CVS checkout, configure with the --enable-maintainer-mode flag"
1740 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_FALSE@     @echo "ERROR: If not, please report the bug to the simgrid-devel mailing list."
1741 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_FALSE@     @exit 1
1742
1743 ###
1744 ### Regenerate what needs to with flex & flexml
1745 ###
1746
1747 @GRAMINE_MODE_FALSE@gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
1748 @GRAMINE_MODE_FALSE@    set -e;@LEX@ -o$@ -Pgras_ddt_parse_ --noline $^
1749
1750 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@surf/surfxml.c: surf/surfxml.l
1751 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Psurf_parse_ --noline $^
1752 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@xbt/graphxml.c: xbt/graphxml.l
1753 @GRAMINE_MODE_FALSE@@MAINTAINER_MODE_TRUE@      set -e;mkdir -p `dirname $@`; @LEX@ -o$@ -Pxbt_graph_parse_ --noline $^
1754
1755 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@surf/surfxml.l: $(srcdir)/surf/surfxml.dtd
1756 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@    set -e; mkdir -p surf; flexml -b 1000000 -P surfxml --sysid=surfxml.dtd -S $@ -L $^
1757 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@$(top_srcdir)/include/surf/surfxml.h: $(srcdir)/surf/surfxml.dtd
1758 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@    set -e;                flexml            -P surfxml --sysid=surfxml.dtd -H $@ -L $^
1759
1760 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@xbt/graphxml.l: $(srcdir)/xbt/graphxml.dtd
1761 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@    set -e; flexml -b 1000000 -P graphxml --sysid=graphxml.dtd -S $@ -L $^
1762 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@$(top_srcdir)/include/xbt/graphxml.h: $(srcdir)/xbt/graphxml.dtd
1763 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_TRUE@@MAINTAINER_MODE_TRUE@    set -e; flexml            -P graphxml --sysid=graphxml.dtd -H $@ -L $^
1764
1765 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@$(top_srcdir)/include/surf/surfxml.h surf/surfxml.l: $(top_srcdir)/src/surf/surfxml.dtd
1766 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @echo "ERROR: src/surf/surfxml.dtd was modified, but the flexml program was not detected"
1767 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @echo "ERROR: Please install it, or if you didn't modify this file, try this:"
1768 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @echo "ERROR:   touch include/surf/surfxml.h src/surf/surfxml.l"
1769 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @exit 1
1770 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@$(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graphxml.dtd
1771 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @echo "ERROR: src/xbt/graphxml.dtd was modified, but the flexml program was not detected"
1772 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @echo "ERROR: Please install it, or if you didn't modify this file, try this:"
1773 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @echo "ERROR:   touch include/xbt/graphxml.h src/xbt/graphxml.l"
1774 @GRAMINE_MODE_FALSE@@HAVE_FLEXML_FALSE@@MAINTAINER_MODE_TRUE@   @exit 1
1775
1776 dist-files:
1777         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
1778         @echo
1779         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
1780 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1781 # Otherwise a system limit (for SysV at least) may be exceeded.
1782 .NOEXPORT: