Logo AND Algorithmique Numérique Distribuée

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