Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
29285e1321c0f15dbb41c29b4251b6b911c53ef6
[simgrid.git] / examples / gras / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = ../..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 target_triplet = @target@
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45         $(top_srcdir)/acmacro/dist-files.mk
46 subdir = examples/gras
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
49         $(top_srcdir)/acmacro/compiler-flags.m4 \
50         $(top_srcdir)/acmacro/context.m4 \
51         $(top_srcdir)/acmacro/fancy_configury.m4 \
52         $(top_srcdir)/acmacro/flex.m4 \
53         $(top_srcdir)/acmacro/gras_arch.m4 \
54         $(top_srcdir)/acmacro/print_null.m4 \
55         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
60 CONFIG_CLEAN_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64         html-recursive info-recursive install-data-recursive \
65         install-exec-recursive install-info-recursive \
66         install-recursive installcheck-recursive installdirs-recursive \
67         pdf-recursive ps-recursive uninstall-info-recursive \
68         uninstall-recursive
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = $(SUBDIRS)
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 ACLOCAL = @ACLOCAL@
74 ADDR2LINE = @ADDR2LINE@
75 AMDEP_FALSE = @AMDEP_FALSE@
76 AMDEP_TRUE = @AMDEP_TRUE@
77 AMTAR = @AMTAR@
78 AR = @AR@
79 AS = @AS@
80 AUTOCONF = @AUTOCONF@
81 AUTOHEADER = @AUTOHEADER@
82 AUTOMAKE = @AUTOMAKE@
83 AWK = @AWK@
84 BASH = @BASH@
85 CC = @CC@
86 CCDEPMODE = @CCDEPMODE@
87 CFLAGS = @CFLAGS@
88 CPP = @CPP@
89 CPPFLAGS = @CPPFLAGS@
90 CXX = @CXX@
91 CXXCPP = @CXXCPP@
92 CXXDEPMODE = @CXXDEPMODE@
93 CXXFLAGS = @CXXFLAGS@
94 CYGPATH_W = @CYGPATH_W@
95 DEFS = @DEFS@
96 DEPDIR = @DEPDIR@
97 DLLTOOL = @DLLTOOL@
98 DOXYGEN = @DOXYGEN@
99 ECHO = @ECHO@
100 ECHO_C = @ECHO_C@
101 ECHO_N = @ECHO_N@
102 ECHO_T = @ECHO_T@
103 EGREP = @EGREP@
104 EXEEXT = @EXEEXT@
105 F77 = @F77@
106 FFLAGS = @FFLAGS@
107 FLEXML = @FLEXML@
108 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
109 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
110 GRAS_DEP = @GRAS_DEP@
111 GREP = @GREP@
112 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
113 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
114 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
115 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120 LDFLAGS = @LDFLAGS@
121 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
122 LEX = @LEX@
123 LEXLIB = @LEXLIB@
124 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LN_S = @LN_S@
129 LTLIBOBJS = @LTLIBOBJS@
130 MAINT = @MAINT@
131 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
132 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
133 MAKEINFO = @MAKEINFO@
134 MD5SUM = @MD5SUM@
135 OBJDUMP = @OBJDUMP@
136 OBJEXT = @OBJEXT@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_VERSION = @PACKAGE_VERSION@
143 PATH_SEPARATOR = @PATH_SEPARATOR@
144 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
145 RANLIB = @RANLIB@
146 SET_MAKE = @SET_MAKE@
147 SHELL = @SHELL@
148 SIMGRID_DEP = @SIMGRID_DEP@
149 STRIP = @STRIP@
150 VERSION = @VERSION@
151 WARNING = @WARNING@
152 abs_builddir = @abs_builddir@
153 abs_srcdir = @abs_srcdir@
154 abs_top_builddir = @abs_top_builddir@
155 abs_top_srcdir = @abs_top_srcdir@
156 ac_configure_args = @ac_configure_args@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_CXX = @ac_ct_CXX@
159 ac_ct_F77 = @ac_ct_F77@
160 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
161 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
162 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
163 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
164 am__include = @am__include@
165 am__leading_dot = @am__leading_dot@
166 am__quote = @am__quote@
167 am__tar = @am__tar@
168 am__untar = @am__untar@
169 bindir = @bindir@
170 build = @build@
171 build_alias = @build_alias@
172 build_cpu = @build_cpu@
173 build_id = @build_id@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
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 sysconfdir = @sysconfdir@
206 target = @target@
207 target_alias = @target_alias@
208 target_cpu = @target_cpu@
209 target_os = @target_os@
210 target_vendor = @target_vendor@
211 SUBDIRS = ping rpc timer chrono mutual_exclusion/simple_token mmrpc p2p all2all pmm
212 all: all-recursive
213
214 .SUFFIXES:
215 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
216         @for dep in $?; do \
217           case '$(am__configure_deps)' in \
218             *$$dep*) \
219               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
220                 && exit 0; \
221               exit 1;; \
222           esac; \
223         done; \
224         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/Makefile'; \
225         cd $(top_srcdir) && \
226           $(AUTOMAKE) --gnu  examples/gras/Makefile
227 .PRECIOUS: Makefile
228 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229         @case '$?' in \
230           *config.status*) \
231             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
232           *) \
233             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235         esac;
236
237 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
240 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
241         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
243         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
245 mostlyclean-libtool:
246         -rm -f *.lo
247
248 clean-libtool:
249         -rm -rf .libs _libs
250
251 distclean-libtool:
252         -rm -f libtool
253 uninstall-info-am:
254
255 # This directory's subdirectories are mostly independent; you can cd
256 # into them and run `make' without going through this Makefile.
257 # To change the values of `make' variables: instead of editing Makefiles,
258 # (1) if the variable is set in `config.status', edit `config.status'
259 #     (which will cause the Makefiles to be regenerated when you run `make');
260 # (2) otherwise, pass the desired values on the `make' command line.
261 $(RECURSIVE_TARGETS):
262         @failcom='exit 1'; \
263         for f in x $$MAKEFLAGS; do \
264           case $$f in \
265             *=* | --[!k]*);; \
266             *k*) failcom='fail=yes';; \
267           esac; \
268         done; \
269         dot_seen=no; \
270         target=`echo $@ | sed s/-recursive//`; \
271         list='$(SUBDIRS)'; for subdir in $$list; do \
272           echo "Making $$target in $$subdir"; \
273           if test "$$subdir" = "."; then \
274             dot_seen=yes; \
275             local_target="$$target-am"; \
276           else \
277             local_target="$$target"; \
278           fi; \
279           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280           || eval $$failcom; \
281         done; \
282         if test "$$dot_seen" = "no"; then \
283           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284         fi; test -z "$$fail"
285
286 mostlyclean-recursive clean-recursive distclean-recursive \
287 maintainer-clean-recursive:
288         @failcom='exit 1'; \
289         for f in x $$MAKEFLAGS; do \
290           case $$f in \
291             *=* | --[!k]*);; \
292             *k*) failcom='fail=yes';; \
293           esac; \
294         done; \
295         dot_seen=no; \
296         case "$@" in \
297           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
298           *) list='$(SUBDIRS)' ;; \
299         esac; \
300         rev=''; for subdir in $$list; do \
301           if test "$$subdir" = "."; then :; else \
302             rev="$$subdir $$rev"; \
303           fi; \
304         done; \
305         rev="$$rev ."; \
306         target=`echo $@ | sed s/-recursive//`; \
307         for subdir in $$rev; do \
308           echo "Making $$target in $$subdir"; \
309           if test "$$subdir" = "."; then \
310             local_target="$$target-am"; \
311           else \
312             local_target="$$target"; \
313           fi; \
314           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315           || eval $$failcom; \
316         done && test -z "$$fail"
317 tags-recursive:
318         list='$(SUBDIRS)'; for subdir in $$list; do \
319           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
320         done
321 ctags-recursive:
322         list='$(SUBDIRS)'; for subdir in $$list; do \
323           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
324         done
325
326 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
327         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
328         unique=`for i in $$list; do \
329             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330           done | \
331           $(AWK) '    { files[$$0] = 1; } \
332                END { for (i in files) print i; }'`; \
333         mkid -fID $$unique
334 tags: TAGS
335
336 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
337                 $(TAGS_FILES) $(LISP)
338         tags=; \
339         here=`pwd`; \
340         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
341           include_option=--etags-include; \
342           empty_fix=.; \
343         else \
344           include_option=--include; \
345           empty_fix=; \
346         fi; \
347         list='$(SUBDIRS)'; for subdir in $$list; do \
348           if test "$$subdir" = .; then :; else \
349             test ! -f $$subdir/TAGS || \
350               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
351           fi; \
352         done; \
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: ctags-recursive $(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 distdir: $(DISTFILES)
388         $(mkdir_p) $(distdir)/../../acmacro
389         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
390         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
391         list='$(DISTFILES)'; for file in $$list; do \
392           case $$file in \
393             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
394             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
395           esac; \
396           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
397           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
398           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
399             dir="/$$dir"; \
400             $(mkdir_p) "$(distdir)$$dir"; \
401           else \
402             dir=''; \
403           fi; \
404           if test -d $$d/$$file; then \
405             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
407             fi; \
408             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
409           else \
410             test -f $(distdir)/$$file \
411             || cp -p $$d/$$file $(distdir)/$$file \
412             || exit 1; \
413           fi; \
414         done
415         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
416           if test "$$subdir" = .; then :; else \
417             test -d "$(distdir)/$$subdir" \
418             || $(mkdir_p) "$(distdir)/$$subdir" \
419             || exit 1; \
420             distdir=`$(am__cd) $(distdir) && pwd`; \
421             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
422             (cd $$subdir && \
423               $(MAKE) $(AM_MAKEFLAGS) \
424                 top_distdir="$$top_distdir" \
425                 distdir="$$distdir/$$subdir" \
426                 distdir) \
427               || exit 1; \
428           fi; \
429         done
430 check-am: all-am
431 check: check-recursive
432 all-am: Makefile
433 installdirs: installdirs-recursive
434 installdirs-am:
435 install: install-recursive
436 install-exec: install-exec-recursive
437 install-data: install-data-recursive
438 uninstall: uninstall-recursive
439
440 install-am: all-am
441         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443 installcheck: installcheck-recursive
444 install-strip:
445         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447           `test -z '$(STRIP)' || \
448             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449 mostlyclean-generic:
450
451 clean-generic:
452
453 distclean-generic:
454         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455
456 maintainer-clean-generic:
457         @echo "This command is intended for maintainers to use"
458         @echo "it deletes files that may require special tools to rebuild."
459 clean: clean-recursive
460
461 clean-am: clean-generic clean-libtool mostlyclean-am
462
463 distclean: distclean-recursive
464         -rm -f Makefile
465 distclean-am: clean-am distclean-generic distclean-libtool \
466         distclean-tags
467
468 dvi: dvi-recursive
469
470 dvi-am:
471
472 html: html-recursive
473
474 info: info-recursive
475
476 info-am:
477
478 install-data-am:
479
480 install-exec-am:
481
482 install-info: install-info-recursive
483
484 install-man:
485
486 installcheck-am:
487
488 maintainer-clean: maintainer-clean-recursive
489         -rm -f Makefile
490 maintainer-clean-am: distclean-am maintainer-clean-generic
491
492 mostlyclean: mostlyclean-recursive
493
494 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
495
496 pdf: pdf-recursive
497
498 pdf-am:
499
500 ps: ps-recursive
501
502 ps-am:
503
504 uninstall-am: uninstall-info-am
505
506 uninstall-info: uninstall-info-recursive
507
508 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
509         clean clean-generic clean-libtool clean-recursive ctags \
510         ctags-recursive distclean distclean-generic distclean-libtool \
511         distclean-recursive distclean-tags distdir dvi dvi-am html \
512         html-am info info-am install install-am install-data \
513         install-data-am install-exec install-exec-am install-info \
514         install-info-am install-man install-strip installcheck \
515         installcheck-am installdirs installdirs-am maintainer-clean \
516         maintainer-clean-generic maintainer-clean-recursive \
517         mostlyclean mostlyclean-generic mostlyclean-libtool \
518         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
519         uninstall uninstall-am uninstall-info-am
520
521
522 dist-files:
523         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
524         @echo
525         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
526 # Tell versions [3.59,3.63) of GNU make to not export all variables.
527 # Otherwise a system limit (for SysV at least) may be exceeded.
528 .NOEXPORT: