Logo AND Algorithmique Numérique Distribuée

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