Logo AND Algorithmique Numérique Distribuée

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