Logo AND Algorithmique Numérique Distribuée

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