Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
85e6057d7fdb3cbfbf0d44b6e9dc5f5d2f4ffdc2
[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_CPPFLAGS = @AM_CPPFLAGS@
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 AM_CFLAGS = -g
218 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
219 tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h buff.h buff.c signal.c
220 tesh_LDADD = $(top_builddir)/src/libgras.la 
221 TESTS_ENVIRONMENT = ./tesh
222 TESTS = basic.tesh  cd.tesh \
223       IO-broken-pipe.tesh IO-orders.tesh IO-bigsize.tesh \
224       set-return.tesh   set-signal.tesh   set-timeout.tesh   set-ignore-output.tesh\
225       catch-return.tesh catch-signal.tesh catch-timeout.tesh \
226       catch-wrong-output.tesh \
227       bg-basic.tesh bg-set-signal.tesh background.tesh
228
229 EXTRA_DIST = $(TESTS)
230 all: all-am
231
232 .SUFFIXES:
233 .SUFFIXES: .c .lo .o .obj
234 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
235         @for dep in $?; do \
236           case '$(am__configure_deps)' in \
237             *$$dep*) \
238               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
239                 && exit 0; \
240               exit 1;; \
241           esac; \
242         done; \
243         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/tesh/Makefile'; \
244         cd $(top_srcdir) && \
245           $(AUTOMAKE) --gnu  tools/tesh/Makefile
246 .PRECIOUS: Makefile
247 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248         @case '$?' in \
249           *config.status*) \
250             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
251           *) \
252             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
253             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
254         esac;
255
256 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
259 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263 install-binPROGRAMS: $(bin_PROGRAMS)
264         @$(NORMAL_INSTALL)
265         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
266         @list='$(bin_PROGRAMS)'; for p in $$list; do \
267           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
268           if test -f $$p \
269              || test -f $$p1 \
270           ; then \
271             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
272            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
273            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
274           else :; fi; \
275         done
276
277 uninstall-binPROGRAMS:
278         @$(NORMAL_UNINSTALL)
279         @list='$(bin_PROGRAMS)'; for p in $$list; do \
280           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
281           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
282           rm -f "$(DESTDIR)$(bindir)/$$f"; \
283         done
284
285 clean-binPROGRAMS:
286         @list='$(bin_PROGRAMS)'; for p in $$list; do \
287           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
288           echo " rm -f $$p $$f"; \
289           rm -f $$p $$f ; \
290         done
291 tesh$(EXEEXT): $(tesh_OBJECTS) $(tesh_DEPENDENCIES) 
292         @rm -f tesh$(EXEEXT)
293         $(LINK) $(tesh_OBJECTS) $(tesh_LDADD) $(LIBS)
294
295 mostlyclean-compile:
296         -rm -f *.$(OBJEXT)
297
298 distclean-compile:
299         -rm -f *.tab.c
300
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buff.Po@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_context.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tesh.Po@am__quote@
305
306 .c.o:
307 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
308 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
312
313 .c.obj:
314 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
315 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
319
320 .c.lo:
321 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
326
327 mostlyclean-libtool:
328         -rm -f *.lo
329
330 clean-libtool:
331         -rm -rf .libs _libs
332
333 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335         unique=`for i in $$list; do \
336             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337           done | \
338           $(AWK) '    { files[$$0] = 1; } \
339                END { for (i in files) print i; }'`; \
340         mkid -fID $$unique
341 tags: TAGS
342
343 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344                 $(TAGS_FILES) $(LISP)
345         tags=; \
346         here=`pwd`; \
347         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348         unique=`for i in $$list; do \
349             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350           done | \
351           $(AWK) '    { files[$$0] = 1; } \
352                END { for (i in files) print i; }'`; \
353         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
354           test -n "$$unique" || unique=$$empty_fix; \
355           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356             $$tags $$unique; \
357         fi
358 ctags: CTAGS
359 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360                 $(TAGS_FILES) $(LISP)
361         tags=; \
362         here=`pwd`; \
363         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364         unique=`for i in $$list; do \
365             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366           done | \
367           $(AWK) '    { files[$$0] = 1; } \
368                END { for (i in files) print i; }'`; \
369         test -z "$(CTAGS_ARGS)$$tags$$unique" \
370           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371              $$tags $$unique
372
373 GTAGS:
374         here=`$(am__cd) $(top_builddir) && pwd` \
375           && cd $(top_srcdir) \
376           && gtags -i $(GTAGS_ARGS) $$here
377
378 distclean-tags:
379         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380
381 check-TESTS: $(TESTS)
382         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
383         srcdir=$(srcdir); export srcdir; \
384         list=' $(TESTS) '; \
385         if test -n "$$list"; then \
386           for tst in $$list; do \
387             if test -f ./$$tst; then dir=./; \
388             elif test -f $$tst; then dir=; \
389             else dir="$(srcdir)/"; fi; \
390             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
391               all=`expr $$all + 1`; \
392               case " $(XFAIL_TESTS) " in \
393               *$$ws$$tst$$ws*) \
394                 xpass=`expr $$xpass + 1`; \
395                 failed=`expr $$failed + 1`; \
396                 echo "XPASS: $$tst"; \
397               ;; \
398               *) \
399                 echo "PASS: $$tst"; \
400               ;; \
401               esac; \
402             elif test $$? -ne 77; then \
403               all=`expr $$all + 1`; \
404               case " $(XFAIL_TESTS) " in \
405               *$$ws$$tst$$ws*) \
406                 xfail=`expr $$xfail + 1`; \
407                 echo "XFAIL: $$tst"; \
408               ;; \
409               *) \
410                 failed=`expr $$failed + 1`; \
411                 echo "FAIL: $$tst"; \
412               ;; \
413               esac; \
414             else \
415               skip=`expr $$skip + 1`; \
416               echo "SKIP: $$tst"; \
417             fi; \
418           done; \
419           if test "$$failed" -eq 0; then \
420             if test "$$xfail" -eq 0; then \
421               banner="All $$all tests passed"; \
422             else \
423               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
424             fi; \
425           else \
426             if test "$$xpass" -eq 0; then \
427               banner="$$failed of $$all tests failed"; \
428             else \
429               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
430             fi; \
431           fi; \
432           dashes="$$banner"; \
433           skipped=""; \
434           if test "$$skip" -ne 0; then \
435             skipped="($$skip tests were not run)"; \
436             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
437               dashes="$$skipped"; \
438           fi; \
439           report=""; \
440           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
441             report="Please report to $(PACKAGE_BUGREPORT)"; \
442             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
443               dashes="$$report"; \
444           fi; \
445           dashes=`echo "$$dashes" | sed s/./=/g`; \
446           echo "$$dashes"; \
447           echo "$$banner"; \
448           test -z "$$skipped" || echo "$$skipped"; \
449           test -z "$$report" || echo "$$report"; \
450           echo "$$dashes"; \
451           test "$$failed" -eq 0; \
452         else :; fi
453
454 distdir: $(DISTFILES)
455         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457         list='$(DISTFILES)'; \
458           dist_files=`for file in $$list; do echo $$file; done | \
459           sed -e "s|^$$srcdirstrip/||;t" \
460               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
461         case $$dist_files in \
462           */*) $(MKDIR_P) `echo "$$dist_files" | \
463                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
464                            sort -u` ;; \
465         esac; \
466         for file in $$dist_files; do \
467           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468           if test -d $$d/$$file; then \
469             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
470             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
472             fi; \
473             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
474           else \
475             test -f $(distdir)/$$file \
476             || cp -p $$d/$$file $(distdir)/$$file \
477             || exit 1; \
478           fi; \
479         done
480 check-am: all-am
481         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
482 check: check-am
483 all-am: Makefile $(PROGRAMS)
484 installdirs:
485         for dir in "$(DESTDIR)$(bindir)"; do \
486           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
487         done
488 install: install-am
489 install-exec: install-exec-am
490 install-data: install-data-am
491 uninstall: uninstall-am
492
493 install-am: all-am
494         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
495
496 installcheck: installcheck-am
497 install-strip:
498         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500           `test -z '$(STRIP)' || \
501             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
502 mostlyclean-generic:
503
504 clean-generic:
505
506 distclean-generic:
507         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508
509 maintainer-clean-generic:
510         @echo "This command is intended for maintainers to use"
511         @echo "it deletes files that may require special tools to rebuild."
512 clean: clean-am
513
514 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
515
516 distclean: distclean-am
517         -rm -rf ./$(DEPDIR)
518         -rm -f Makefile
519 distclean-am: clean-am distclean-compile distclean-generic \
520         distclean-tags
521
522 dvi: dvi-am
523
524 dvi-am:
525
526 html: html-am
527
528 info: info-am
529
530 info-am:
531
532 install-data-am:
533
534 install-dvi: install-dvi-am
535
536 install-exec-am: install-binPROGRAMS
537
538 install-html: install-html-am
539
540 install-info: install-info-am
541
542 install-man:
543
544 install-pdf: install-pdf-am
545
546 install-ps: install-ps-am
547
548 installcheck-am:
549
550 maintainer-clean: maintainer-clean-am
551         -rm -rf ./$(DEPDIR)
552         -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
554
555 mostlyclean: mostlyclean-am
556
557 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
558         mostlyclean-libtool
559
560 pdf: pdf-am
561
562 pdf-am:
563
564 ps: ps-am
565
566 ps-am:
567
568 uninstall-am: uninstall-binPROGRAMS
569
570 .MAKE: install-am install-strip
571
572 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
573         clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
574         distclean-compile distclean-generic distclean-libtool \
575         distclean-tags distdir dvi dvi-am html html-am info info-am \
576         install install-am install-binPROGRAMS install-data \
577         install-data-am install-dvi install-dvi-am install-exec \
578         install-exec-am install-html install-html-am install-info \
579         install-info-am install-man install-pdf install-pdf-am \
580         install-ps install-ps-am install-strip installcheck \
581         installcheck-am installdirs maintainer-clean \
582         maintainer-clean-generic mostlyclean mostlyclean-compile \
583         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
584         tags uninstall uninstall-am uninstall-binPROGRAMS
585
586
587 $(top_builddir)/src/libsimgrid.la: 
588         make -C $(top_builddir)/src libsimgrid.la
589
590 dist-files:
591         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
592         @echo
593         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
594 # Tell versions [3.59,3.63) of GNU make to not export all variables.
595 # Otherwise a system limit (for SysV at least) may be exceeded.
596 .NOEXPORT: