Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Committing automatically generated file (after the "sed" dependancy
[simgrid.git] / 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 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41         $(srcdir)/Makefile.in $(top_srcdir)/acmacro/dist-files.mk \
42         $(top_srcdir)/configure \
43         $(top_srcdir)/testsuite/gras/trp_file_usage.in \
44         $(top_srcdir)/testsuite/gras/trp_tcp_usage.in AUTHORS COPYING \
45         ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
46         install-sh ltmain.sh missing
47 subdir = .
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
50         $(top_srcdir)/acmacro/compiler-flags.m4 \
51         $(top_srcdir)/acmacro/context.m4 \
52         $(top_srcdir)/acmacro/fancy_configury.m4 \
53         $(top_srcdir)/acmacro/flex.m4 \
54         $(top_srcdir)/acmacro/gras_arch.m4 \
55         $(top_srcdir)/acmacro/print_null.m4 \
56         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
60  configure.lineno config.status.lineno
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
63 CONFIG_CLEAN_FILES = testsuite/gras/trp_tcp_usage \
64         testsuite/gras/trp_file_usage
65 SOURCES =
66 DIST_SOURCES =
67 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68         html-recursive info-recursive install-data-recursive \
69         install-dvi-recursive install-exec-recursive \
70         install-html-recursive install-info-recursive \
71         install-pdf-recursive install-ps-recursive install-recursive \
72         installcheck-recursive installdirs-recursive pdf-recursive \
73         ps-recursive uninstall-recursive
74 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75   distclean-recursive maintainer-clean-recursive
76 ETAGS = etags
77 CTAGS = ctags
78 DIST_SUBDIRS = $(SUBDIRS)
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 distdir = $(PACKAGE)-$(VERSION)
81 top_distdir = $(distdir)
82 am__remove_distdir = \
83   { test ! -d $(distdir) \
84     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85          && rm -fr $(distdir); }; }
86 DIST_ARCHIVES = $(distdir).tar.gz
87 GZIP_ENV = --best
88 distuninstallcheck_listfiles = find . -type f -print
89 distcleancheck_listfiles = find . -type f -print
90 ACLOCAL = aclocal -I acmacro
91 ADDR2LINE = @ADDR2LINE@
92 AMTAR = @AMTAR@
93 AM_CPPFLAGS = @AM_CPPFLAGS@
94 AR = @AR@
95 AS = @AS@
96 AUTOCONF = @AUTOCONF@
97 AUTOHEADER = @AUTOHEADER@
98 AUTOMAKE = @AUTOMAKE@
99 AWK = @AWK@
100 BASH = @BASH@
101 CC = @CC@
102 CCDEPMODE = @CCDEPMODE@
103 CFLAGS = @CFLAGS@
104 CPP = @CPP@
105 CPPFLAGS = @CPPFLAGS@
106 CXX = @CXX@
107 CXXCPP = @CXXCPP@
108 CXXDEPMODE = @CXXDEPMODE@
109 CXXFLAGS = @CXXFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 DLLTOOL = @DLLTOOL@
114 DOXYGEN = @DOXYGEN@
115 ECHO = @ECHO@
116 ECHO_C = @ECHO_C@
117 ECHO_N = @ECHO_N@
118 ECHO_T = @ECHO_T@
119 EGREP = @EGREP@
120 EXEEXT = @EXEEXT@
121 FLEXML = @FLEXML@
122 GCJ = @GCJ@
123 GCJDEPMODE = @GCJDEPMODE@
124 GCJFLAGS = @GCJFLAGS@
125 GRAS_DEP = @GRAS_DEP@
126 GREP = @GREP@
127 INSTALL = @INSTALL@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132 JAR = @JAR@
133 JAVA = @JAVA@
134 JAVAC = @JAVAC@
135 LDFLAGS = @LDFLAGS@
136 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
137 LEX = @LEX@
138 LEXLIB = @LEXLIB@
139 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LIBTOOL = @LIBTOOL@
143 LN_S = @LN_S@
144 LTLIBOBJS = @LTLIBOBJS@
145 MAINT = @MAINT@
146 MAKEINFO = @MAKEINFO@
147 MD5SUM = @MD5SUM@
148 MKDIR_P = @MKDIR_P@
149 OBJDUMP = @OBJDUMP@
150 OBJEXT = @OBJEXT@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
159 RANLIB = @RANLIB@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 SIMGRID_DEP = @SIMGRID_DEP@
163 SMPI_DEP = @SMPI_DEP@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 WARNING = @WARNING@
167 abs_builddir = @abs_builddir@
168 abs_srcdir = @abs_srcdir@
169 abs_top_builddir = @abs_top_builddir@
170 abs_top_srcdir = @abs_top_srcdir@
171 ac_configure_args = @ac_configure_args@
172 ac_ct_CC = @ac_ct_CC@
173 ac_ct_CXX = @ac_ct_CXX@
174 am__include = @am__include@
175 am__leading_dot = @am__leading_dot@
176 am__quote = @am__quote@
177 am__tar = @am__tar@
178 am__untar = @am__untar@
179 bindir = @bindir@
180 build = @build@
181 build_alias = @build_alias@
182 build_cpu = @build_cpu@
183 build_id = @build_id@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 builddir = @builddir@
187 datadir = @datadir@
188 datarootdir = @datarootdir@
189 docdir = @docdir@
190 dvidir = @dvidir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 mandir = @mandir@
206 mkdir_p = @mkdir_p@
207 oldincludedir = @oldincludedir@
208 pdfdir = @pdfdir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 pth_skaddr_makecontext = @pth_skaddr_makecontext@
213 pth_sksize_makecontext = @pth_sksize_makecontext@
214 sbindir = @sbindir@
215 sharedstatedir = @sharedstatedir@
216 srcdir = @srcdir@
217 sysconfdir = @sysconfdir@
218 target = @target@
219 target_alias = @target_alias@
220 target_cpu = @target_cpu@
221 target_os = @target_os@
222 target_vendor = @target_vendor@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225
226 # GRAMINE_CUT_BEGIN
227 SG_SUBDIRS = testsuite examples doc
228 SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \
229         acmacro/aci.m4 \
230         tools/graspe-slave.in \
231         tools/MSG_visualization \
232            tools/MSG_visualization/colorize.pl
233
234 # GRAMINE_CUT_END
235 SUBDIRS = include src tools $(SG_SUBDIRS)
236 EXTRA_DIST = $(SG_EXTRA_DIST)
237 DISTCLEANFILES = stamp.configure stamp.build stamp.check *~  
238 AUTOMAKE_OPTIONS = gnu
239 all: all-recursive
240
241 .SUFFIXES:
242 am--refresh:
243         @:
244 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
249               cd $(srcdir) && $(AUTOMAKE) --gnu  \
250                 && exit 0; \
251               exit 1;; \
252           esac; \
253         done; \
254         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
255         cd $(top_srcdir) && \
256           $(AUTOMAKE) --gnu  Makefile
257 .PRECIOUS: Makefile
258 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259         @case '$?' in \
260           *config.status*) \
261             echo ' $(SHELL) ./config.status'; \
262             $(SHELL) ./config.status;; \
263           *) \
264             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
265             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
266         esac;
267
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269         $(SHELL) ./config.status --recheck
270
271 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272         cd $(srcdir) && $(AUTOCONF)
273 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
275 testsuite/gras/trp_tcp_usage: $(top_builddir)/config.status $(top_srcdir)/testsuite/gras/trp_tcp_usage.in
276         cd $(top_builddir) && $(SHELL) ./config.status $@
277 testsuite/gras/trp_file_usage: $(top_builddir)/config.status $(top_srcdir)/testsuite/gras/trp_file_usage.in
278         cd $(top_builddir) && $(SHELL) ./config.status $@
279
280 mostlyclean-libtool:
281         -rm -f *.lo
282
283 clean-libtool:
284         -rm -rf .libs _libs
285
286 distclean-libtool:
287         -rm -f libtool
288
289 # This directory's subdirectories are mostly independent; you can cd
290 # into them and run `make' without going through this Makefile.
291 # To change the values of `make' variables: instead of editing Makefiles,
292 # (1) if the variable is set in `config.status', edit `config.status'
293 #     (which will cause the Makefiles to be regenerated when you run `make');
294 # (2) otherwise, pass the desired values on the `make' command line.
295 $(RECURSIVE_TARGETS):
296         @failcom='exit 1'; \
297         for f in x $$MAKEFLAGS; do \
298           case $$f in \
299             *=* | --[!k]*);; \
300             *k*) failcom='fail=yes';; \
301           esac; \
302         done; \
303         dot_seen=no; \
304         target=`echo $@ | sed s/-recursive//`; \
305         list='$(SUBDIRS)'; for subdir in $$list; do \
306           echo "Making $$target in $$subdir"; \
307           if test "$$subdir" = "."; then \
308             dot_seen=yes; \
309             local_target="$$target-am"; \
310           else \
311             local_target="$$target"; \
312           fi; \
313           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314           || eval $$failcom; \
315         done; \
316         if test "$$dot_seen" = "no"; then \
317           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
318         fi; test -z "$$fail"
319
320 $(RECURSIVE_CLEAN_TARGETS):
321         @failcom='exit 1'; \
322         for f in x $$MAKEFLAGS; do \
323           case $$f in \
324             *=* | --[!k]*);; \
325             *k*) failcom='fail=yes';; \
326           esac; \
327         done; \
328         dot_seen=no; \
329         case "$@" in \
330           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
331           *) list='$(SUBDIRS)' ;; \
332         esac; \
333         rev=''; for subdir in $$list; do \
334           if test "$$subdir" = "."; then :; else \
335             rev="$$subdir $$rev"; \
336           fi; \
337         done; \
338         rev="$$rev ."; \
339         target=`echo $@ | sed s/-recursive//`; \
340         for subdir in $$rev; do \
341           echo "Making $$target in $$subdir"; \
342           if test "$$subdir" = "."; then \
343             local_target="$$target-am"; \
344           else \
345             local_target="$$target"; \
346           fi; \
347           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348           || eval $$failcom; \
349         done && test -z "$$fail"
350 tags-recursive:
351         list='$(SUBDIRS)'; for subdir in $$list; do \
352           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
353         done
354 ctags-recursive:
355         list='$(SUBDIRS)'; for subdir in $$list; do \
356           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
357         done
358
359 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361         unique=`for i in $$list; do \
362             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363           done | \
364           $(AWK) '    { files[$$0] = 1; } \
365                END { for (i in files) print i; }'`; \
366         mkid -fID $$unique
367 tags: TAGS
368
369 @MAINTAINER_MODE_FALSE@TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370 @MAINTAINER_MODE_FALSE@         $(TAGS_FILES) $(LISP)
371 @MAINTAINER_MODE_FALSE@ tags=; \
372 @MAINTAINER_MODE_FALSE@ here=`pwd`; \
373 @MAINTAINER_MODE_FALSE@ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374 @MAINTAINER_MODE_FALSE@   include_option=--etags-include; \
375 @MAINTAINER_MODE_FALSE@   empty_fix=.; \
376 @MAINTAINER_MODE_FALSE@ else \
377 @MAINTAINER_MODE_FALSE@   include_option=--include; \
378 @MAINTAINER_MODE_FALSE@   empty_fix=; \
379 @MAINTAINER_MODE_FALSE@ fi; \
380 @MAINTAINER_MODE_FALSE@ list='$(SUBDIRS)'; for subdir in $$list; do \
381 @MAINTAINER_MODE_FALSE@   if test "$$subdir" = .; then :; else \
382 @MAINTAINER_MODE_FALSE@     test ! -f $$subdir/TAGS || \
383 @MAINTAINER_MODE_FALSE@       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
384 @MAINTAINER_MODE_FALSE@   fi; \
385 @MAINTAINER_MODE_FALSE@ done; \
386 @MAINTAINER_MODE_FALSE@ list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387 @MAINTAINER_MODE_FALSE@ unique=`for i in $$list; do \
388 @MAINTAINER_MODE_FALSE@     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389 @MAINTAINER_MODE_FALSE@   done | \
390 @MAINTAINER_MODE_FALSE@   $(AWK) '    { files[$$0] = 1; } \
391 @MAINTAINER_MODE_FALSE@        END { for (i in files) print i; }'`; \
392 @MAINTAINER_MODE_FALSE@ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
393 @MAINTAINER_MODE_FALSE@   test -n "$$unique" || unique=$$empty_fix; \
394 @MAINTAINER_MODE_FALSE@   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395 @MAINTAINER_MODE_FALSE@     $$tags $$unique; \
396 @MAINTAINER_MODE_FALSE@ fi
397 ctags: CTAGS
398 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399                 $(TAGS_FILES) $(LISP)
400         tags=; \
401         here=`pwd`; \
402         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403         unique=`for i in $$list; do \
404             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405           done | \
406           $(AWK) '    { files[$$0] = 1; } \
407                END { for (i in files) print i; }'`; \
408         test -z "$(CTAGS_ARGS)$$tags$$unique" \
409           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410              $$tags $$unique
411
412 GTAGS:
413         here=`$(am__cd) $(top_builddir) && pwd` \
414           && cd $(top_srcdir) \
415           && gtags -i $(GTAGS_ARGS) $$here
416
417 distclean-tags:
418         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420 distdir: $(DISTFILES)
421         $(am__remove_distdir)
422         test -d $(distdir) || mkdir $(distdir)
423         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425         list='$(DISTFILES)'; \
426           dist_files=`for file in $$list; do echo $$file; done | \
427           sed -e "s|^$$srcdirstrip/||;t" \
428               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
429         case $$dist_files in \
430           */*) $(MKDIR_P) `echo "$$dist_files" | \
431                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
432                            sort -u` ;; \
433         esac; \
434         for file in $$dist_files; do \
435           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436           if test -d $$d/$$file; then \
437             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
440             fi; \
441             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
442           else \
443             test -f $(distdir)/$$file \
444             || cp -p $$d/$$file $(distdir)/$$file \
445             || exit 1; \
446           fi; \
447         done
448         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
449           if test "$$subdir" = .; then :; else \
450             test -d "$(distdir)/$$subdir" \
451             || $(MKDIR_P) "$(distdir)/$$subdir" \
452             || exit 1; \
453             distdir=`$(am__cd) $(distdir) && pwd`; \
454             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
455             (cd $$subdir && \
456               $(MAKE) $(AM_MAKEFLAGS) \
457                 top_distdir="$$top_distdir" \
458                 distdir="$$distdir/$$subdir" \
459                 am__remove_distdir=: \
460                 am__skip_length_check=: \
461                 distdir) \
462               || exit 1; \
463           fi; \
464         done
465         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
466           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
467           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
468           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
469         || chmod -R a+r $(distdir)
470 dist-gzip: distdir
471         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
472         $(am__remove_distdir)
473
474 dist-bzip2: distdir
475         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
476         $(am__remove_distdir)
477
478 dist-tarZ: distdir
479         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
480         $(am__remove_distdir)
481
482 dist-shar: distdir
483         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
484         $(am__remove_distdir)
485
486 dist-zip: distdir
487         -rm -f $(distdir).zip
488         zip -rq $(distdir).zip $(distdir)
489         $(am__remove_distdir)
490
491 dist dist-all: distdir
492         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
493         $(am__remove_distdir)
494
495 # This target untars the dist file and tries a VPATH configuration.  Then
496 # it guarantees that the distribution is self-contained by making another
497 # tarfile.
498 distcheck: dist
499         case '$(DIST_ARCHIVES)' in \
500         *.tar.gz*) \
501           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
502         *.tar.bz2*) \
503           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
504         *.tar.Z*) \
505           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
506         *.shar.gz*) \
507           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
508         *.zip*) \
509           unzip $(distdir).zip ;;\
510         esac
511         chmod -R a-w $(distdir); chmod a+w $(distdir)
512         mkdir $(distdir)/_build
513         mkdir $(distdir)/_inst
514         chmod a-w $(distdir)
515         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
516           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
517           && cd $(distdir)/_build \
518           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
519             $(DISTCHECK_CONFIGURE_FLAGS) \
520           && $(MAKE) $(AM_MAKEFLAGS) \
521           && $(MAKE) $(AM_MAKEFLAGS) dvi \
522           && $(MAKE) $(AM_MAKEFLAGS) check \
523           && $(MAKE) $(AM_MAKEFLAGS) install \
524           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
525           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
526           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
527                 distuninstallcheck \
528           && chmod -R a-w "$$dc_install_base" \
529           && ({ \
530                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
531                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
532                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
533                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
534                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
535               } || { rm -rf "$$dc_destdir"; exit 1; }) \
536           && rm -rf "$$dc_destdir" \
537           && $(MAKE) $(AM_MAKEFLAGS) dist \
538           && rm -rf $(DIST_ARCHIVES) \
539           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
540         $(am__remove_distdir)
541         @(echo "$(distdir) archives ready for distribution: "; \
542           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
543           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
544 distuninstallcheck:
545         @cd $(distuninstallcheck_dir) \
546         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
547            || { echo "ERROR: files left after uninstall:" ; \
548                 if test -n "$(DESTDIR)"; then \
549                   echo "  (check DESTDIR support)"; \
550                 fi ; \
551                 $(distuninstallcheck_listfiles) ; \
552                 exit 1; } >&2
553 distcleancheck: distclean
554         @if test '$(srcdir)' = . ; then \
555           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
556           exit 1 ; \
557         fi
558         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
559           || { echo "ERROR: files left in build directory after distclean:" ; \
560                $(distcleancheck_listfiles) ; \
561                exit 1; } >&2
562 check-am: all-am
563         $(MAKE) $(AM_MAKEFLAGS) check-local
564 check: check-recursive
565 all-am: Makefile all-local
566 installdirs: installdirs-recursive
567 installdirs-am:
568 install: install-recursive
569 install-exec: install-exec-recursive
570 install-data: install-data-recursive
571 uninstall: uninstall-recursive
572
573 install-am: all-am
574         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
575
576 installcheck: installcheck-recursive
577 install-strip:
578         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580           `test -z '$(STRIP)' || \
581             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
582 mostlyclean-generic:
583
584 clean-generic:
585
586 distclean-generic:
587         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
589
590 maintainer-clean-generic:
591         @echo "This command is intended for maintainers to use"
592         @echo "it deletes files that may require special tools to rebuild."
593 clean: clean-recursive
594
595 clean-am: clean-generic clean-libtool mostlyclean-am
596
597 distclean: distclean-recursive
598         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
599         -rm -f Makefile
600 distclean-am: clean-am distclean-generic distclean-libtool \
601         distclean-tags
602
603 dvi: dvi-recursive
604
605 dvi-am:
606
607 html: html-recursive
608
609 info: info-recursive
610
611 info-am:
612
613 install-data-am:
614
615 install-dvi: install-dvi-recursive
616
617 install-exec-am:
618
619 install-html: install-html-recursive
620
621 install-info: install-info-recursive
622
623 install-man:
624
625 install-pdf: install-pdf-recursive
626
627 install-ps: install-ps-recursive
628
629 installcheck-am:
630
631 maintainer-clean: maintainer-clean-recursive
632         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
633         -rm -rf $(top_srcdir)/autom4te.cache
634         -rm -f Makefile
635 maintainer-clean-am: distclean-am maintainer-clean-generic
636
637 mostlyclean: mostlyclean-recursive
638
639 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
640
641 pdf: pdf-recursive
642
643 pdf-am:
644
645 ps: ps-recursive
646
647 ps-am:
648
649 uninstall-am:
650
651 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
652         install-strip
653
654 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
655         all all-am all-local am--refresh check check-am check-local \
656         clean clean-generic clean-libtool ctags ctags-recursive dist \
657         dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
658         distcheck distclean distclean-generic distclean-libtool \
659         distclean-tags distcleancheck distdir distuninstallcheck dvi \
660         dvi-am html html-am info info-am install install-am \
661         install-data install-data-am install-dvi install-dvi-am \
662         install-exec install-exec-am install-html install-html-am \
663         install-info install-info-am install-man install-pdf \
664         install-pdf-am install-ps install-ps-am install-strip \
665         installcheck installcheck-am installdirs installdirs-am \
666         maintainer-clean maintainer-clean-generic mostlyclean \
667         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
668         tags tags-recursive uninstall uninstall-am
669
670
671 check-local:
672         echo @build_id@ > stamp.check
673 all-local:
674         echo @build_id@ > stamp.build
675
676 gramine:
677         rm -rf gramine-@VERSION@ gramine-@VERSION@.tar*
678         @echo "# Setup sources..."
679         for n in `find include src tools/gras -name '*.[ch]' | grep -v -e gras_config.h -e ucontext_stack.h`; do \
680           mkdir -p gramine-@VERSION@/`dirname $$n`; \
681            perl -e '$$/ = undef; $$l=<>; while ($$l=~ m,(/\*.*?\*/),s) { $$rep=$$1; $$rep=~s/\S//sg; $$l=~s,/\*.*?\*/,$$rep,s; } print $$l;' < $$n > gramine-@VERSION@/$$n; \
682         done
683         @echo "# Copy sources to be generated by configury"
684         cp src/ucontext_stack.h.in src/gras_config.h.in gramine-@VERSION@/src
685         @echo "# Remove sources being part of the testsuite"
686         rm gramine-@VERSION@/src/*_unit.c
687         @echo "# Adapt the configury mechanism to the gramine context"
688         mkdir gramine-@VERSION@/acmacro
689         for n in configure Makefile.in src/Makefile.in include/Makefile.in \
690                  tools/Makefile.in tools/gras/Makefile.in; do \
691           sed  -e '/^# GRAMINE_CUT_BEGIN/,/^# GRAMINE_CUT_END/d' \
692                -e 's/gramine_mode=no/gramine_mode=yes/' $$n > gramine-@VERSION@/$$n; \
693         done
694         chmod +x gramine-@VERSION@/configure
695         cp install[-.]sh config.sub config.guess depcomp missing ltmain.sh gramine-@VERSION@/$$n
696         tar cf gramine-@VERSION@.tar gramine-@VERSION@ ; bzip2 -9 gramine-@VERSION@.tar
697         tar cf gramine-@VERSION@.tar gramine-@VERSION@ ; gzip -9 gramine-@VERSION@.tar
698
699 @MAINTAINER_MODE_TRUE@release: distcheck remote debian publish
700
701 @MAINTAINER_MODE_TRUE@debian: dist
702 @MAINTAINER_MODE_TRUE@  $(MAKE) -C ~/CVSIMPORT/pkg-grid/gras maintainerclean
703 @MAINTAINER_MODE_TRUE@  cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/
704 @MAINTAINER_MODE_TRUE@  cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/@PACKAGE@_@VERSION@.orig.tar.gz
705 @MAINTAINER_MODE_TRUE@  $(MAKE) -C ~/CVSIMPORT/pkg-grid/gras deb check
706 @MAINTAINER_MODE_TRUE@  dput local *.changes
707
708 @MAINTAINER_MODE_TRUE@publish: dist
709 @MAINTAINER_MODE_TRUE@   @echo "----[ Put the tarball @VERSION@ on gforge ]----"
710 #        scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/
711 #        scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/
712 #        scp -r doc/html/* scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
713 @MAINTAINER_MODE_TRUE@   scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog
714 @MAINTAINER_MODE_TRUE@   @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
715 @MAINTAINER_MODE_TRUE@   cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2
716 @MAINTAINER_MODE_TRUE@   cp -r doc/html ~/public_html/simgrid2/doc/
717 @MAINTAINER_MODE_TRUE@   cp ChangeLog ~/public_html/simgrid2/
718 @MAINTAINER_MODE_TRUE@   $(MAKE) -C ~/public_html
719
720 @MAINTAINER_MODE_TRUE@sync-gforge: 
721 @MAINTAINER_MODE_TRUE@  rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times \
722 @MAINTAINER_MODE_TRUE@      --recursive --links --perms --times --omit-dir-times  \
723 @MAINTAINER_MODE_TRUE@      doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/doc/ || true
724 @MAINTAINER_MODE_TRUE@  scp doc/index.php doc/webcruft/robots.txt scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
725 @MAINTAINER_MODE_TRUE@  scp doc/webcruft/simgrid_modules2.png doc/webcruft/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
726 @MAINTAINER_MODE_TRUE@  ssh scm.gforge.inria.fr "chgrp -R simgrid /var/lib/gforge/chroot/home/groups/simgrid/htdocs/"
727 @MAINTAINER_MODE_TRUE@  ssh scm.gforge.inria.fr "chmod g+rw -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true"
728 @MAINTAINER_MODE_TRUE@  ssh scm.gforge.inria.fr "chmod a+rX -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true"
729
730 @MAINTAINER_MODE_TRUE@mail:
731 @MAINTAINER_MODE_TRUE@   @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\
732 @MAINTAINER_MODE_TRUE@    (echo "Hello," ; \
733 @MAINTAINER_MODE_TRUE@     echo; \
734 @MAINTAINER_MODE_TRUE@           echo "A new version of SimGrid is available. Here is the changelog:";\
735 @MAINTAINER_MODE_TRUE@     echo;echo;\
736 @MAINTAINER_MODE_TRUE@           dpkg-parsechangelog -lChangeLog ;\
737 @MAINTAINER_MODE_TRUE@           echo;echo; \
738 @MAINTAINER_MODE_TRUE@     echo "It is available from the official website:";\
739 @MAINTAINER_MODE_TRUE@     echo "  http://simgrid.gforge.inria.fr";\
740 @MAINTAINER_MODE_TRUE@     echo;echo "Cheers, the SimGrid team.") | \
741 @MAINTAINER_MODE_TRUE@          mail -e \
742 @MAINTAINER_MODE_TRUE@         -a "From: Arnaud.Legrand@imag.fr" \
743 @MAINTAINER_MODE_TRUE@         -s "New version of SimGrid ($$ver)" \
744 @MAINTAINER_MODE_TRUE@         simgrid-user@lists.gforge.inria.fr
745
746 @MAINTAINER_MODE_TRUE@TAGS:
747 @MAINTAINER_MODE_TRUE@  etags -o ./TAGS `$(MAKE) dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` 
748
749 @MAINTAINER_MODE_TRUE@splint:
750 @MAINTAINER_MODE_TRUE@  splint `$(MAKE) dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \
751 @MAINTAINER_MODE_TRUE@         +matchanyintegral -warnposix +boolint \
752 @MAINTAINER_MODE_TRUE@         +show-summary +stats\
753 @MAINTAINER_MODE_TRUE@         -Iinclude -Isrc/include -Isrc/base -Isrc
754 @MAINTAINER_MODE_TRUE@.PHONY: splint sync-gforge
755
756 @MAINTAINER_MODE_TRUE@remote: 
757 @MAINTAINER_MODE_TRUE@  @$(top_srcdir)/tools/graspe-master
758
759 dist-files:
760         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
761         @echo
762         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
763 # Tell versions [3.59,3.63) of GNU make to not export all variables.
764 # Otherwise a system limit (for SysV at least) may be exceeded.
765 .NOEXPORT: