Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate all makefiles.in with the lastest autotools
[simgrid.git] / tools / tesh / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
18
19 # This file is part of the SimGrid project. This is free software:
20 # You can redistribute and/or modify it under the terms of the
21 # GNU LGPL (v2.1) licence.
22
23 # Makefile chunk which allows to display the files which should be included
24 # into the distribution.
25
26 # It is intended to be included in all Makefile.am 
27
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 install_sh_DATA = $(install_sh) -c -m 644
34 install_sh_PROGRAM = $(install_sh) -c
35 install_sh_SCRIPT = $(install_sh) -c
36 INSTALL_HEADER = $(INSTALL_DATA)
37 transform = $(program_transform_name)
38 NORMAL_INSTALL = :
39 PRE_INSTALL = :
40 POST_INSTALL = :
41 NORMAL_UNINSTALL = :
42 PRE_UNINSTALL = :
43 POST_UNINSTALL = :
44 build_triplet = @build@
45 host_triplet = @host@
46 target_triplet = @target@
47 bin_PROGRAMS = tesh$(EXEEXT)
48 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49         $(top_srcdir)/acmacro/dist-files.mk
50 subdir = tools/tesh
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
53         $(top_srcdir)/acmacro/compiler-flags.m4 \
54         $(top_srcdir)/acmacro/context.m4 \
55         $(top_srcdir)/acmacro/fancy_configury.m4 \
56         $(top_srcdir)/acmacro/flex.m4 \
57         $(top_srcdir)/acmacro/gras_arch.m4 \
58         $(top_srcdir)/acmacro/print_null.m4 \
59         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
64 CONFIG_CLEAN_FILES =
65 am__installdirs = "$(DESTDIR)$(bindir)"
66 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67 PROGRAMS = $(bin_PROGRAMS)
68 am_tesh_OBJECTS = run_context.$(OBJEXT) tesh.$(OBJEXT) \
69         signal.$(OBJEXT)
70 tesh_OBJECTS = $(am_tesh_OBJECTS)
71 tesh_DEPENDENCIES = $(top_builddir)/src/libgras.la
72 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
73 depcomp = $(SHELL) $(top_srcdir)/depcomp
74 am__depfiles_maybe = depfiles
75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 CCLD = $(CC)
81 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83         $(LDFLAGS) -o $@
84 SOURCES = $(tesh_SOURCES)
85 DIST_SOURCES = $(tesh_SOURCES)
86 ETAGS = etags
87 CTAGS = ctags
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 ACLOCAL = @ACLOCAL@
90 ADDR2LINE = @ADDR2LINE@
91 AMTAR = @AMTAR@
92 AM_CPPFLAGS = @AM_CPPFLAGS@
93 AR = @AR@
94 AS = @AS@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 BASH = @BASH@
100 CC = @CC@
101 CCDEPMODE = @CCDEPMODE@
102 CFLAGS = @CFLAGS@
103 CPP = @CPP@
104 CPPFLAGS = @CPPFLAGS@
105 CXX = @CXX@
106 CXXCPP = @CXXCPP@
107 CXXDEPMODE = @CXXDEPMODE@
108 CXXFLAGS = @CXXFLAGS@
109 CYGPATH_W = @CYGPATH_W@
110 DEFS = @DEFS@
111 DEPDIR = @DEPDIR@
112 DLLTOOL = @DLLTOOL@
113 DOXYGEN = @DOXYGEN@
114 DSYMUTIL = @DSYMUTIL@
115 ECHO = @ECHO@
116 ECHO_C = @ECHO_C@
117 ECHO_N = @ECHO_N@
118 ECHO_T = @ECHO_T@
119 EGREP = @EGREP@
120 EXEEXT = @EXEEXT@
121 FLEXML = @FLEXML@
122 GCJ = @GCJ@
123 GCJDEPMODE = @GCJDEPMODE@
124 GCJFLAGS = @GCJFLAGS@
125 GRAS_DEP = @GRAS_DEP@
126 GREP = @GREP@
127 INSTALL = @INSTALL@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132 JAR = @JAR@
133 JAVA = @JAVA@
134 JAVAC = @JAVAC@
135 LDFLAGS = @LDFLAGS@
136 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
137 LEX = @LEX@
138 LEXLIB = @LEXLIB@
139 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LIBTOOL = @LIBTOOL@
143 LN_S = @LN_S@
144 LTLIBOBJS = @LTLIBOBJS@
145 MAINT = @MAINT@
146 MAKEINFO = @MAKEINFO@
147 MD5SUM = @MD5SUM@
148 MKDIR_P = @MKDIR_P@
149 NMEDIT = @NMEDIT@
150 OBJDUMP = @OBJDUMP@
151 OBJEXT = @OBJEXT@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
160 RANLIB = @RANLIB@
161 SED = @SED@
162 SET_MAKE = @SET_MAKE@
163 SHELL = @SHELL@
164 SIMGRID_DEP = @SIMGRID_DEP@
165 SMPI_DEP = @SMPI_DEP@
166 STRIP = @STRIP@
167 VERSION = @VERSION@
168 WARNING = @WARNING@
169 abs_builddir = @abs_builddir@
170 abs_srcdir = @abs_srcdir@
171 abs_top_builddir = @abs_top_builddir@
172 abs_top_srcdir = @abs_top_srcdir@
173 ac_configure_args = @ac_configure_args@
174 ac_ct_CC = @ac_ct_CC@
175 ac_ct_CXX = @ac_ct_CXX@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build = @build@
183 build_alias = @build_alias@
184 build_cpu = @build_cpu@
185 build_id = @build_id@
186 build_os = @build_os@
187 build_vendor = @build_vendor@
188 builddir = @builddir@
189 datadir = @datadir@
190 datarootdir = @datarootdir@
191 docdir = @docdir@
192 dvidir = @dvidir@
193 exec_prefix = @exec_prefix@
194 host = @host@
195 host_alias = @host_alias@
196 host_cpu = @host_cpu@
197 host_os = @host_os@
198 host_vendor = @host_vendor@
199 htmldir = @htmldir@
200 includedir = @includedir@
201 infodir = @infodir@
202 install_sh = @install_sh@
203 libdir = @libdir@
204 libexecdir = @libexecdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 pdfdir = @pdfdir@
211 prefix = @prefix@
212 program_transform_name = @program_transform_name@
213 psdir = @psdir@
214 pth_skaddr_makecontext = @pth_skaddr_makecontext@
215 pth_sksize_makecontext = @pth_sksize_makecontext@
216 sbindir = @sbindir@
217 sharedstatedir = @sharedstatedir@
218 srcdir = @srcdir@
219 sysconfdir = @sysconfdir@
220 target = @target@
221 target_alias = @target_alias@
222 target_cpu = @target_cpu@
223 target_os = @target_os@
224 target_vendor = @target_vendor@
225 top_builddir = @top_builddir@
226 top_srcdir = @top_srcdir@
227 AM_CFLAGS = -g
228 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
229 tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h signal.c
230 tesh_LDADD = $(top_builddir)/src/libgras.la 
231 TESTS_ENVIRONMENT = ./tesh
232 TESTS = basic.tesh  cd.tesh \
233       IO-broken-pipe.tesh IO-orders.tesh IO-bigsize.tesh \
234       set-return.tesh   set-signal.tesh   set-timeout.tesh   set-ignore-output.tesh\
235       catch-return.tesh catch-signal.tesh catch-timeout.tesh \
236       catch-wrong-output.tesh \
237       bg-basic.tesh bg-set-signal.tesh background.tesh
238
239 EXTRA_DIST = $(TESTS)
240 all: all-am
241
242 .SUFFIXES:
243 .SUFFIXES: .c .lo .o .obj
244 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
249                 && exit 0; \
250               exit 1;; \
251           esac; \
252         done; \
253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/tesh/Makefile'; \
254         cd $(top_srcdir) && \
255           $(AUTOMAKE) --gnu  tools/tesh/Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258         @case '$?' in \
259           *config.status*) \
260             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261           *) \
262             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264         esac;
265
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 install-binPROGRAMS: $(bin_PROGRAMS)
274         @$(NORMAL_INSTALL)
275         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
276         @list='$(bin_PROGRAMS)'; for p in $$list; do \
277           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
278           if test -f $$p \
279              || test -f $$p1 \
280           ; then \
281             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
282            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
283            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
284           else :; fi; \
285         done
286
287 uninstall-binPROGRAMS:
288         @$(NORMAL_UNINSTALL)
289         @list='$(bin_PROGRAMS)'; for p in $$list; do \
290           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
291           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
292           rm -f "$(DESTDIR)$(bindir)/$$f"; \
293         done
294
295 clean-binPROGRAMS:
296         @list='$(bin_PROGRAMS)'; for p in $$list; do \
297           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
298           echo " rm -f $$p $$f"; \
299           rm -f $$p $$f ; \
300         done
301 tesh$(EXEEXT): $(tesh_OBJECTS) $(tesh_DEPENDENCIES) 
302         @rm -f tesh$(EXEEXT)
303         $(LINK) $(tesh_OBJECTS) $(tesh_LDADD) $(LIBS)
304
305 mostlyclean-compile:
306         -rm -f *.$(OBJEXT)
307
308 distclean-compile:
309         -rm -f *.tab.c
310
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_context.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tesh.Po@am__quote@
314
315 .c.o:
316 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
317 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
321
322 .c.obj:
323 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
324 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
328
329 .c.lo:
330 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
331 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
335
336 mostlyclean-libtool:
337         -rm -f *.lo
338
339 clean-libtool:
340         -rm -rf .libs _libs
341
342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
343         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344         unique=`for i in $$list; do \
345             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346           done | \
347           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
348               END { if (nonempty) { for (i in files) print i; }; }'`; \
349         mkid -fID $$unique
350 tags: TAGS
351
352 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353                 $(TAGS_FILES) $(LISP)
354         tags=; \
355         here=`pwd`; \
356         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357         unique=`for i in $$list; do \
358             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359           done | \
360           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361               END { if (nonempty) { for (i in files) print i; }; }'`; \
362         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
363           test -n "$$unique" || unique=$$empty_fix; \
364           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365             $$tags $$unique; \
366         fi
367 ctags: CTAGS
368 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369                 $(TAGS_FILES) $(LISP)
370         tags=; \
371         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376               END { if (nonempty) { for (i in files) print i; }; }'`; \
377         test -z "$(CTAGS_ARGS)$$tags$$unique" \
378           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379              $$tags $$unique
380
381 GTAGS:
382         here=`$(am__cd) $(top_builddir) && pwd` \
383           && cd $(top_srcdir) \
384           && gtags -i $(GTAGS_ARGS) $$here
385
386 distclean-tags:
387         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388
389 check-TESTS: $(TESTS)
390         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
391         srcdir=$(srcdir); export srcdir; \
392         list=' $(TESTS) '; \
393         if test -n "$$list"; then \
394           for tst in $$list; do \
395             if test -f ./$$tst; then dir=./; \
396             elif test -f $$tst; then dir=; \
397             else dir="$(srcdir)/"; fi; \
398             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
399               all=`expr $$all + 1`; \
400               case " $(XFAIL_TESTS) " in \
401               *$$ws$$tst$$ws*) \
402                 xpass=`expr $$xpass + 1`; \
403                 failed=`expr $$failed + 1`; \
404                 echo "XPASS: $$tst"; \
405               ;; \
406               *) \
407                 echo "PASS: $$tst"; \
408               ;; \
409               esac; \
410             elif test $$? -ne 77; then \
411               all=`expr $$all + 1`; \
412               case " $(XFAIL_TESTS) " in \
413               *$$ws$$tst$$ws*) \
414                 xfail=`expr $$xfail + 1`; \
415                 echo "XFAIL: $$tst"; \
416               ;; \
417               *) \
418                 failed=`expr $$failed + 1`; \
419                 echo "FAIL: $$tst"; \
420               ;; \
421               esac; \
422             else \
423               skip=`expr $$skip + 1`; \
424               echo "SKIP: $$tst"; \
425             fi; \
426           done; \
427           if test "$$failed" -eq 0; then \
428             if test "$$xfail" -eq 0; then \
429               banner="All $$all tests passed"; \
430             else \
431               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
432             fi; \
433           else \
434             if test "$$xpass" -eq 0; then \
435               banner="$$failed of $$all tests failed"; \
436             else \
437               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
438             fi; \
439           fi; \
440           dashes="$$banner"; \
441           skipped=""; \
442           if test "$$skip" -ne 0; then \
443             skipped="($$skip tests were not run)"; \
444             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
445               dashes="$$skipped"; \
446           fi; \
447           report=""; \
448           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
449             report="Please report to $(PACKAGE_BUGREPORT)"; \
450             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
451               dashes="$$report"; \
452           fi; \
453           dashes=`echo "$$dashes" | sed s/./=/g`; \
454           echo "$$dashes"; \
455           echo "$$banner"; \
456           test -z "$$skipped" || echo "$$skipped"; \
457           test -z "$$report" || echo "$$report"; \
458           echo "$$dashes"; \
459           test "$$failed" -eq 0; \
460         else :; fi
461
462 distdir: $(DISTFILES)
463         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465         list='$(DISTFILES)'; \
466           dist_files=`for file in $$list; do echo $$file; done | \
467           sed -e "s|^$$srcdirstrip/||;t" \
468               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469         case $$dist_files in \
470           */*) $(MKDIR_P) `echo "$$dist_files" | \
471                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472                            sort -u` ;; \
473         esac; \
474         for file in $$dist_files; do \
475           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476           if test -d $$d/$$file; then \
477             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
480             fi; \
481             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
482           else \
483             test -f $(distdir)/$$file \
484             || cp -p $$d/$$file $(distdir)/$$file \
485             || exit 1; \
486           fi; \
487         done
488 check-am: all-am
489         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
490 check: check-am
491 all-am: Makefile $(PROGRAMS)
492 installdirs:
493         for dir in "$(DESTDIR)$(bindir)"; do \
494           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
495         done
496 install: install-am
497 install-exec: install-exec-am
498 install-data: install-data-am
499 uninstall: uninstall-am
500
501 install-am: all-am
502         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
504 installcheck: installcheck-am
505 install-strip:
506         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
507           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
508           `test -z '$(STRIP)' || \
509             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
510 mostlyclean-generic:
511
512 clean-generic:
513
514 distclean-generic:
515         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
516
517 maintainer-clean-generic:
518         @echo "This command is intended for maintainers to use"
519         @echo "it deletes files that may require special tools to rebuild."
520 clean: clean-am
521
522 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
523
524 distclean: distclean-am
525         -rm -rf ./$(DEPDIR)
526         -rm -f Makefile
527 distclean-am: clean-am distclean-compile distclean-generic \
528         distclean-tags
529
530 dvi: dvi-am
531
532 dvi-am:
533
534 html: html-am
535
536 info: info-am
537
538 info-am:
539
540 install-data-am:
541
542 install-dvi: install-dvi-am
543
544 install-exec-am: install-binPROGRAMS
545
546 install-html: install-html-am
547
548 install-info: install-info-am
549
550 install-man:
551
552 install-pdf: install-pdf-am
553
554 install-ps: install-ps-am
555
556 installcheck-am:
557
558 maintainer-clean: maintainer-clean-am
559         -rm -rf ./$(DEPDIR)
560         -rm -f Makefile
561 maintainer-clean-am: distclean-am maintainer-clean-generic
562
563 mostlyclean: mostlyclean-am
564
565 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
566         mostlyclean-libtool
567
568 pdf: pdf-am
569
570 pdf-am:
571
572 ps: ps-am
573
574 ps-am:
575
576 uninstall-am: uninstall-binPROGRAMS
577
578 .MAKE: install-am install-strip
579
580 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
581         clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
582         distclean-compile distclean-generic distclean-libtool \
583         distclean-tags distdir dvi dvi-am html html-am info info-am \
584         install install-am install-binPROGRAMS install-data \
585         install-data-am install-dvi install-dvi-am install-exec \
586         install-exec-am install-html install-html-am install-info \
587         install-info-am install-man install-pdf install-pdf-am \
588         install-ps install-ps-am install-strip installcheck \
589         installcheck-am installdirs maintainer-clean \
590         maintainer-clean-generic mostlyclean mostlyclean-compile \
591         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592         tags uninstall uninstall-am uninstall-binPROGRAMS
593
594
595 $(top_builddir)/src/libsimgrid.la: 
596         make -C $(top_builddir)/src libsimgrid.la
597
598 dist-files:
599         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
600         @echo
601         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
602 # Tell versions [3.59,3.63) of GNU make to not export all variables.
603 # Otherwise a system limit (for SysV at least) may be exceeded.
604 .NOEXPORT: