Logo AND Algorithmique Numérique Distribuée

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