Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updatig simdag prop examples
[simgrid.git] / examples / 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 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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 @HAVE_JAVA_TRUE@am__append_1 = java
47 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
48         $(top_srcdir)/acmacro/dist-files.mk
49 subdir = examples
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
52         $(top_srcdir)/acmacro/compiler-flags.m4 \
53         $(top_srcdir)/acmacro/context.m4 \
54         $(top_srcdir)/acmacro/fancy_configury.m4 \
55         $(top_srcdir)/acmacro/flex.m4 \
56         $(top_srcdir)/acmacro/gras_arch.m4 \
57         $(top_srcdir)/acmacro/print_null.m4 \
58         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
63 CONFIG_CLEAN_FILES =
64 SOURCES =
65 DIST_SOURCES =
66 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67         html-recursive info-recursive install-data-recursive \
68         install-dvi-recursive install-exec-recursive \
69         install-html-recursive install-info-recursive \
70         install-pdf-recursive install-ps-recursive install-recursive \
71         installcheck-recursive installdirs-recursive pdf-recursive \
72         ps-recursive uninstall-recursive
73 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74   distclean-recursive maintainer-clean-recursive
75 ETAGS = etags
76 CTAGS = ctags
77 DIST_SUBDIRS = msg gras amok simdag java
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 ACLOCAL = @ACLOCAL@
80 ADDR2LINE = @ADDR2LINE@
81 AMTAR = @AMTAR@
82 AM_CPPFLAGS = @AM_CPPFLAGS@
83 AR = @AR@
84 AS = @AS@
85 AUTOCONF = @AUTOCONF@
86 AUTOHEADER = @AUTOHEADER@
87 AUTOMAKE = @AUTOMAKE@
88 AWK = @AWK@
89 BASH = @BASH@
90 CC = @CC@
91 CCDEPMODE = @CCDEPMODE@
92 CFLAGS = @CFLAGS@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CXX = @CXX@
96 CXXCPP = @CXXCPP@
97 CXXDEPMODE = @CXXDEPMODE@
98 CXXFLAGS = @CXXFLAGS@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 DLLTOOL = @DLLTOOL@
103 DOXYGEN = @DOXYGEN@
104 ECHO = @ECHO@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 FLEXML = @FLEXML@
111 GCJ = @GCJ@
112 GCJDEPMODE = @GCJDEPMODE@
113 GCJFLAGS = @GCJFLAGS@
114 GRAS_DEP = @GRAS_DEP@
115 GREP = @GREP@
116 INSTALL = @INSTALL@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 JAR = @JAR@
122 JAVA = @JAVA@
123 JAVAC = @JAVAC@
124 LDFLAGS = @LDFLAGS@
125 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
126 LEX = @LEX@
127 LEXLIB = @LEXLIB@
128 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
129 LIBOBJS = @LIBOBJS@
130 LIBS = @LIBS@
131 LIBTOOL = @LIBTOOL@
132 LN_S = @LN_S@
133 LTLIBOBJS = @LTLIBOBJS@
134 MAINT = @MAINT@
135 MAKEINFO = @MAKEINFO@
136 MD5SUM = @MD5SUM@
137 MKDIR_P = @MKDIR_P@
138 OBJDUMP = @OBJDUMP@
139 OBJEXT = @OBJEXT@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_VERSION = @PACKAGE_VERSION@
146 PATH_SEPARATOR = @PATH_SEPARATOR@
147 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
148 RANLIB = @RANLIB@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 SIMGRID_DEP = @SIMGRID_DEP@
152 SMPI_DEP = @SMPI_DEP@
153 STRIP = @STRIP@
154 VERSION = @VERSION@
155 WARNING = @WARNING@
156 abs_builddir = @abs_builddir@
157 abs_srcdir = @abs_srcdir@
158 abs_top_builddir = @abs_top_builddir@
159 abs_top_srcdir = @abs_top_srcdir@
160 ac_configure_args = @ac_configure_args@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 am__include = @am__include@
164 am__leading_dot = @am__leading_dot@
165 am__quote = @am__quote@
166 am__tar = @am__tar@
167 am__untar = @am__untar@
168 bindir = @bindir@
169 build = @build@
170 build_alias = @build_alias@
171 build_cpu = @build_cpu@
172 build_id = @build_id@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 builddir = @builddir@
176 datadir = @datadir@
177 datarootdir = @datarootdir@
178 docdir = @docdir@
179 dvidir = @dvidir@
180 exec_prefix = @exec_prefix@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 localedir = @localedir@
193 localstatedir = @localstatedir@
194 mandir = @mandir@
195 mkdir_p = @mkdir_p@
196 oldincludedir = @oldincludedir@
197 pdfdir = @pdfdir@
198 prefix = @prefix@
199 program_transform_name = @program_transform_name@
200 psdir = @psdir@
201 pth_skaddr_makecontext = @pth_skaddr_makecontext@
202 pth_sksize_makecontext = @pth_sksize_makecontext@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target = @target@
208 target_alias = @target_alias@
209 target_cpu = @target_cpu@
210 target_os = @target_os@
211 target_vendor = @target_vendor@
212 top_builddir = @top_builddir@
213 top_srcdir = @top_srcdir@
214 SUBDIRS = msg gras amok simdag $(am__append_1)
215 all: all-recursive
216
217 .SUFFIXES:
218 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
219         @for dep in $?; do \
220           case '$(am__configure_deps)' in \
221             *$$dep*) \
222               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
223                 && exit 0; \
224               exit 1;; \
225           esac; \
226         done; \
227         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/Makefile'; \
228         cd $(top_srcdir) && \
229           $(AUTOMAKE) --gnu  examples/Makefile
230 .PRECIOUS: Makefile
231 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232         @case '$?' in \
233           *config.status*) \
234             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
235           *) \
236             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
237             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
238         esac;
239
240 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
241         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
243 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
244         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
246         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
248 mostlyclean-libtool:
249         -rm -f *.lo
250
251 clean-libtool:
252         -rm -rf .libs _libs
253
254 # This directory's subdirectories are mostly independent; you can cd
255 # into them and run `make' without going through this Makefile.
256 # To change the values of `make' variables: instead of editing Makefiles,
257 # (1) if the variable is set in `config.status', edit `config.status'
258 #     (which will cause the Makefiles to be regenerated when you run `make');
259 # (2) otherwise, pass the desired values on the `make' command line.
260 $(RECURSIVE_TARGETS):
261         @failcom='exit 1'; \
262         for f in x $$MAKEFLAGS; do \
263           case $$f in \
264             *=* | --[!k]*);; \
265             *k*) failcom='fail=yes';; \
266           esac; \
267         done; \
268         dot_seen=no; \
269         target=`echo $@ | sed s/-recursive//`; \
270         list='$(SUBDIRS)'; for subdir in $$list; do \
271           echo "Making $$target in $$subdir"; \
272           if test "$$subdir" = "."; then \
273             dot_seen=yes; \
274             local_target="$$target-am"; \
275           else \
276             local_target="$$target"; \
277           fi; \
278           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
279           || eval $$failcom; \
280         done; \
281         if test "$$dot_seen" = "no"; then \
282           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
283         fi; test -z "$$fail"
284
285 $(RECURSIVE_CLEAN_TARGETS):
286         @failcom='exit 1'; \
287         for f in x $$MAKEFLAGS; do \
288           case $$f in \
289             *=* | --[!k]*);; \
290             *k*) failcom='fail=yes';; \
291           esac; \
292         done; \
293         dot_seen=no; \
294         case "$@" in \
295           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
296           *) list='$(SUBDIRS)' ;; \
297         esac; \
298         rev=''; for subdir in $$list; do \
299           if test "$$subdir" = "."; then :; else \
300             rev="$$subdir $$rev"; \
301           fi; \
302         done; \
303         rev="$$rev ."; \
304         target=`echo $@ | sed s/-recursive//`; \
305         for subdir in $$rev; do \
306           echo "Making $$target in $$subdir"; \
307           if test "$$subdir" = "."; then \
308             local_target="$$target-am"; \
309           else \
310             local_target="$$target"; \
311           fi; \
312           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313           || eval $$failcom; \
314         done && test -z "$$fail"
315 tags-recursive:
316         list='$(SUBDIRS)'; for subdir in $$list; do \
317           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
318         done
319 ctags-recursive:
320         list='$(SUBDIRS)'; for subdir in $$list; do \
321           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
322         done
323
324 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326         unique=`for i in $$list; do \
327             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328           done | \
329           $(AWK) '    { files[$$0] = 1; } \
330                END { for (i in files) print i; }'`; \
331         mkid -fID $$unique
332 tags: TAGS
333
334 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335                 $(TAGS_FILES) $(LISP)
336         tags=; \
337         here=`pwd`; \
338         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
339           include_option=--etags-include; \
340           empty_fix=.; \
341         else \
342           include_option=--include; \
343           empty_fix=; \
344         fi; \
345         list='$(SUBDIRS)'; for subdir in $$list; do \
346           if test "$$subdir" = .; then :; else \
347             test ! -f $$subdir/TAGS || \
348               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
349           fi; \
350         done; \
351         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352         unique=`for i in $$list; do \
353             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354           done | \
355           $(AWK) '    { files[$$0] = 1; } \
356                END { for (i in files) print i; }'`; \
357         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
358           test -n "$$unique" || unique=$$empty_fix; \
359           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360             $$tags $$unique; \
361         fi
362 ctags: CTAGS
363 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364                 $(TAGS_FILES) $(LISP)
365         tags=; \
366         here=`pwd`; \
367         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368         unique=`for i in $$list; do \
369             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370           done | \
371           $(AWK) '    { files[$$0] = 1; } \
372                END { for (i in files) print i; }'`; \
373         test -z "$(CTAGS_ARGS)$$tags$$unique" \
374           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375              $$tags $$unique
376
377 GTAGS:
378         here=`$(am__cd) $(top_builddir) && pwd` \
379           && cd $(top_srcdir) \
380           && gtags -i $(GTAGS_ARGS) $$here
381
382 distclean-tags:
383         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
385 distdir: $(DISTFILES)
386         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388         list='$(DISTFILES)'; \
389           dist_files=`for file in $$list; do echo $$file; done | \
390           sed -e "s|^$$srcdirstrip/||;t" \
391               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
392         case $$dist_files in \
393           */*) $(MKDIR_P) `echo "$$dist_files" | \
394                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
395                            sort -u` ;; \
396         esac; \
397         for file in $$dist_files; do \
398           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399           if test -d $$d/$$file; then \
400             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
401             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
403             fi; \
404             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
405           else \
406             test -f $(distdir)/$$file \
407             || cp -p $$d/$$file $(distdir)/$$file \
408             || exit 1; \
409           fi; \
410         done
411         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
412           if test "$$subdir" = .; then :; else \
413             test -d "$(distdir)/$$subdir" \
414             || $(MKDIR_P) "$(distdir)/$$subdir" \
415             || exit 1; \
416             distdir=`$(am__cd) $(distdir) && pwd`; \
417             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
418             (cd $$subdir && \
419               $(MAKE) $(AM_MAKEFLAGS) \
420                 top_distdir="$$top_distdir" \
421                 distdir="$$distdir/$$subdir" \
422                 am__remove_distdir=: \
423                 am__skip_length_check=: \
424                 distdir) \
425               || exit 1; \
426           fi; \
427         done
428 check-am: all-am
429 check: check-recursive
430 all-am: Makefile
431 installdirs: installdirs-recursive
432 installdirs-am:
433 install: install-recursive
434 install-exec: install-exec-recursive
435 install-data: install-data-recursive
436 uninstall: uninstall-recursive
437
438 install-am: all-am
439         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440
441 installcheck: installcheck-recursive
442 install-strip:
443         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
444           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
445           `test -z '$(STRIP)' || \
446             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
447 mostlyclean-generic:
448
449 clean-generic:
450
451 distclean-generic:
452         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
453
454 maintainer-clean-generic:
455         @echo "This command is intended for maintainers to use"
456         @echo "it deletes files that may require special tools to rebuild."
457 clean: clean-recursive
458
459 clean-am: clean-generic clean-libtool mostlyclean-am
460
461 distclean: distclean-recursive
462         -rm -f Makefile
463 distclean-am: clean-am distclean-generic distclean-tags
464
465 dvi: dvi-recursive
466
467 dvi-am:
468
469 html: html-recursive
470
471 info: info-recursive
472
473 info-am:
474
475 install-data-am:
476
477 install-dvi: install-dvi-recursive
478
479 install-exec-am:
480
481 install-html: install-html-recursive
482
483 install-info: install-info-recursive
484
485 install-man:
486
487 install-pdf: install-pdf-recursive
488
489 install-ps: install-ps-recursive
490
491 installcheck-am:
492
493 maintainer-clean: maintainer-clean-recursive
494         -rm -f Makefile
495 maintainer-clean-am: distclean-am maintainer-clean-generic
496
497 mostlyclean: mostlyclean-recursive
498
499 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
500
501 pdf: pdf-recursive
502
503 pdf-am:
504
505 ps: ps-recursive
506
507 ps-am:
508
509 uninstall-am:
510
511 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
512         install-strip
513
514 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
515         all all-am check check-am clean clean-generic clean-libtool \
516         ctags ctags-recursive distclean distclean-generic \
517         distclean-libtool distclean-tags distdir dvi dvi-am html \
518         html-am info info-am install install-am install-data \
519         install-data-am install-dvi install-dvi-am install-exec \
520         install-exec-am install-html install-html-am install-info \
521         install-info-am install-man install-pdf install-pdf-am \
522         install-ps install-ps-am install-strip installcheck \
523         installcheck-am installdirs installdirs-am maintainer-clean \
524         maintainer-clean-generic mostlyclean mostlyclean-generic \
525         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
526         uninstall uninstall-am
527
528
529 dist-files:
530         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
531         @echo
532         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
533 # Tell versions [3.59,3.63) of GNU make to not export all variables.
534 # Otherwise a system limit (for SysV at least) may be exceeded.
535 .NOEXPORT: