Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make so that the tester builders are trigered when makeDist one is done
[simgrid.git] / tools / gras / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
18
19 # This file is part of the SimGrid project. This is free software:
20 # You can redistribute and/or modify it under the terms of the
21 # GNU LGPL (v2.1) licence.
22
23 # Makefile chunk which allows to display the files which should be included
24 # into the distribution.
25
26 # It is intended to be included in all Makefile.am 
27
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 install_sh_DATA = $(install_sh) -c -m 644
34 install_sh_PROGRAM = $(install_sh) -c
35 install_sh_SCRIPT = $(install_sh) -c
36 INSTALL_HEADER = $(INSTALL_DATA)
37 transform = $(program_transform_name)
38 NORMAL_INSTALL = :
39 PRE_INSTALL = :
40 POST_INSTALL = :
41 NORMAL_UNINSTALL = :
42 PRE_UNINSTALL = :
43 POST_UNINSTALL = :
44 build_triplet = @build@
45 host_triplet = @host@
46 target_triplet = @target@
47 bin_PROGRAMS = gras_stub_generator$(EXEEXT)
48 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49         $(top_srcdir)/acmacro/dist-files.mk
50 subdir = tools/gras
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
53         $(top_srcdir)/acmacro/compiler-flags.m4 \
54         $(top_srcdir)/acmacro/context.m4 \
55         $(top_srcdir)/acmacro/fancy_configury.m4 \
56         $(top_srcdir)/acmacro/flex.m4 \
57         $(top_srcdir)/acmacro/gras_arch.m4 \
58         $(top_srcdir)/acmacro/libtool.m4 \
59         $(top_srcdir)/acmacro/ltoptions.m4 \
60         $(top_srcdir)/acmacro/ltsugar.m4 \
61         $(top_srcdir)/acmacro/ltversion.m4 \
62         $(top_srcdir)/acmacro/lt~obsolete.m4 \
63         $(top_srcdir)/acmacro/print_null.m4 \
64         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 mkinstalldirs = $(install_sh) -d
68 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
69 CONFIG_CLEAN_FILES =
70 am__installdirs = "$(DESTDIR)$(bindir)"
71 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72 PROGRAMS = $(bin_PROGRAMS)
73 am_gras_stub_generator_OBJECTS = stub_generator.$(OBJEXT) \
74         unix_stub_generator.$(OBJEXT) windows_stub_generator.$(OBJEXT)
75 gras_stub_generator_OBJECTS = $(am_gras_stub_generator_OBJECTS)
76 gras_stub_generator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
77 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
78 depcomp = $(SHELL) $(top_srcdir)/depcomp
79 am__depfiles_maybe = depfiles
80 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 CCLD = $(CC)
86 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
88         $(LDFLAGS) -o $@
89 SOURCES = $(gras_stub_generator_SOURCES)
90 DIST_SOURCES = $(gras_stub_generator_SOURCES)
91 ETAGS = etags
92 CTAGS = ctags
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 ACLOCAL = @ACLOCAL@
95 ADDR2LINE = @ADDR2LINE@
96 AMTAR = @AMTAR@
97 AM_CPPFLAGS = @AM_CPPFLAGS@
98 AR = @AR@
99 AS = @AS@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 BASH = @BASH@
105 CC = @CC@
106 CCDEPMODE = @CCDEPMODE@
107 CFLAGS = @CFLAGS@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CXX = @CXX@
111 CXXCPP = @CXXCPP@
112 CXXDEPMODE = @CXXDEPMODE@
113 CXXFLAGS = @CXXFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DEFS = @DEFS@
116 DEPDIR = @DEPDIR@
117 DLLTOOL = @DLLTOOL@
118 DOXYGEN = @DOXYGEN@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 FLEXML = @FLEXML@
128 GCJ = @GCJ@
129 GCJDEPMODE = @GCJDEPMODE@
130 GCJFLAGS = @GCJFLAGS@
131 GRAS_DEP = @GRAS_DEP@
132 GREP = @GREP@
133 INSTALL = @INSTALL@
134 INSTALL_DATA = @INSTALL_DATA@
135 INSTALL_PROGRAM = @INSTALL_PROGRAM@
136 INSTALL_SCRIPT = @INSTALL_SCRIPT@
137 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138 JAR = @JAR@
139 JAVA = @JAVA@
140 JAVAC = @JAVAC@
141 LD = @LD@
142 LDFLAGS = @LDFLAGS@
143 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
144 LEX = @LEX@
145 LEXLIB = @LEXLIB@
146 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LIBTOOL = @LIBTOOL@
150 LIPO = @LIPO@
151 LN_S = @LN_S@
152 LTLIBOBJS = @LTLIBOBJS@
153 MAINT = @MAINT@
154 MAKEINFO = @MAKEINFO@
155 MKDIR_P = @MKDIR_P@
156 NM = @NM@
157 NMEDIT = @NMEDIT@
158 OBJDUMP = @OBJDUMP@
159 OBJEXT = @OBJEXT@
160 OTOOL = @OTOOL@
161 OTOOL64 = @OTOOL64@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
170 RANLIB = @RANLIB@
171 SED = @SED@
172 SET_MAKE = @SET_MAKE@
173 SHELL = @SHELL@
174 SIMGRID_DEP = @SIMGRID_DEP@
175 SMPI_DEP = @SMPI_DEP@
176 STRIP = @STRIP@
177 VERSION = @VERSION@
178 WARNING = @WARNING@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 ac_configure_args = @ac_configure_args@
184 ac_ct_CC = @ac_ct_CC@
185 ac_ct_CXX = @ac_ct_CXX@
186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187 am__include = @am__include@
188 am__leading_dot = @am__leading_dot@
189 am__quote = @am__quote@
190 am__tar = @am__tar@
191 am__untar = @am__untar@
192 bindir = @bindir@
193 build = @build@
194 build_alias = @build_alias@
195 build_cpu = @build_cpu@
196 build_id = @build_id@
197 build_os = @build_os@
198 build_vendor = @build_vendor@
199 builddir = @builddir@
200 datadir = @datadir@
201 datarootdir = @datarootdir@
202 docdir = @docdir@
203 dvidir = @dvidir@
204 exec_prefix = @exec_prefix@
205 host = @host@
206 host_alias = @host_alias@
207 host_cpu = @host_cpu@
208 host_os = @host_os@
209 host_vendor = @host_vendor@
210 htmldir = @htmldir@
211 includedir = @includedir@
212 infodir = @infodir@
213 install_sh = @install_sh@
214 libdir = @libdir@
215 libexecdir = @libexecdir@
216 localedir = @localedir@
217 localstatedir = @localstatedir@
218 lt_ECHO = @lt_ECHO@
219 mandir = @mandir@
220 mkdir_p = @mkdir_p@
221 oldincludedir = @oldincludedir@
222 pdfdir = @pdfdir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 psdir = @psdir@
226 pth_skaddr_makecontext = @pth_skaddr_makecontext@
227 pth_sksize_makecontext = @pth_sksize_makecontext@
228 sbindir = @sbindir@
229 sharedstatedir = @sharedstatedir@
230 srcdir = @srcdir@
231 sysconfdir = @sysconfdir@
232 target = @target@
233 target_alias = @target_alias@
234 target_cpu = @target_cpu@
235 target_os = @target_os@
236 target_vendor = @target_vendor@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 AM_CFLAGS = -g3
240 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
241 EXTRA_DIST = gras_stub_generator.h
242 # skel_rewriter
243 gras_stub_generator_SOURCES = stub_generator.c unix_stub_generator.c windows_stub_generator.c
244 gras_stub_generator_LDADD = $(top_builddir)/src/libsimgrid.la 
245 all: all-am
246
247 .SUFFIXES:
248 .SUFFIXES: .c .lo .o .obj
249 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
250         @for dep in $?; do \
251           case '$(am__configure_deps)' in \
252             *$$dep*) \
253               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
254                 && exit 0; \
255               exit 1;; \
256           esac; \
257         done; \
258         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/gras/Makefile'; \
259         cd $(top_srcdir) && \
260           $(AUTOMAKE) --gnu  tools/gras/Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263         @case '$?' in \
264           *config.status*) \
265             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266           *) \
267             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269         esac;
270
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
274 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 install-binPROGRAMS: $(bin_PROGRAMS)
279         @$(NORMAL_INSTALL)
280         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
281         @list='$(bin_PROGRAMS)'; for p in $$list; do \
282           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
283           if test -f $$p \
284              || test -f $$p1 \
285           ; then \
286             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
287            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
288            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
289           else :; fi; \
290         done
291
292 uninstall-binPROGRAMS:
293         @$(NORMAL_UNINSTALL)
294         @list='$(bin_PROGRAMS)'; for p in $$list; do \
295           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
296           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
297           rm -f "$(DESTDIR)$(bindir)/$$f"; \
298         done
299
300 clean-binPROGRAMS:
301         @list='$(bin_PROGRAMS)'; for p in $$list; do \
302           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
303           echo " rm -f $$p $$f"; \
304           rm -f $$p $$f ; \
305         done
306 gras_stub_generator$(EXEEXT): $(gras_stub_generator_OBJECTS) $(gras_stub_generator_DEPENDENCIES) 
307         @rm -f gras_stub_generator$(EXEEXT)
308         $(LINK) $(gras_stub_generator_OBJECTS) $(gras_stub_generator_LDADD) $(LIBS)
309
310 mostlyclean-compile:
311         -rm -f *.$(OBJEXT)
312
313 distclean-compile:
314         -rm -f *.tab.c
315
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_generator.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix_stub_generator.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows_stub_generator.Po@am__quote@
319
320 .c.o:
321 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
326
327 .c.obj:
328 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
329 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
333
334 .c.lo:
335 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
340
341 mostlyclean-libtool:
342         -rm -f *.lo
343
344 clean-libtool:
345         -rm -rf .libs _libs
346
347 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
348         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349         unique=`for i in $$list; do \
350             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351           done | \
352           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
353               END { if (nonempty) { for (i in files) print i; }; }'`; \
354         mkid -fID $$unique
355 tags: TAGS
356
357 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
358                 $(TAGS_FILES) $(LISP)
359         tags=; \
360         here=`pwd`; \
361         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362         unique=`for i in $$list; do \
363             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364           done | \
365           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366               END { if (nonempty) { for (i in files) print i; }; }'`; \
367         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
368           test -n "$$unique" || unique=$$empty_fix; \
369           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370             $$tags $$unique; \
371         fi
372 ctags: CTAGS
373 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374                 $(TAGS_FILES) $(LISP)
375         tags=; \
376         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377         unique=`for i in $$list; do \
378             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379           done | \
380           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381               END { if (nonempty) { for (i in files) print i; }; }'`; \
382         test -z "$(CTAGS_ARGS)$$tags$$unique" \
383           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384              $$tags $$unique
385
386 GTAGS:
387         here=`$(am__cd) $(top_builddir) && pwd` \
388           && cd $(top_srcdir) \
389           && gtags -i $(GTAGS_ARGS) $$here
390
391 distclean-tags:
392         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
393
394 distdir: $(DISTFILES)
395         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397         list='$(DISTFILES)'; \
398           dist_files=`for file in $$list; do echo $$file; done | \
399           sed -e "s|^$$srcdirstrip/||;t" \
400               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
401         case $$dist_files in \
402           */*) $(MKDIR_P) `echo "$$dist_files" | \
403                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
404                            sort -u` ;; \
405         esac; \
406         for file in $$dist_files; do \
407           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
408           if test -d $$d/$$file; then \
409             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
410             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
411               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
412             fi; \
413             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
414           else \
415             test -f $(distdir)/$$file \
416             || cp -p $$d/$$file $(distdir)/$$file \
417             || exit 1; \
418           fi; \
419         done
420 check-am: all-am
421 check: check-am
422 all-am: Makefile $(PROGRAMS)
423 installdirs:
424         for dir in "$(DESTDIR)$(bindir)"; do \
425           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
426         done
427 install: install-am
428 install-exec: install-exec-am
429 install-data: install-data-am
430 uninstall: uninstall-am
431
432 install-am: all-am
433         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435 installcheck: installcheck-am
436 install-strip:
437         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439           `test -z '$(STRIP)' || \
440             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441 mostlyclean-generic:
442
443 clean-generic:
444
445 distclean-generic:
446         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447
448 maintainer-clean-generic:
449         @echo "This command is intended for maintainers to use"
450         @echo "it deletes files that may require special tools to rebuild."
451 clean: clean-am
452
453 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
454
455 distclean: distclean-am
456         -rm -rf ./$(DEPDIR)
457         -rm -f Makefile
458 distclean-am: clean-am distclean-compile distclean-generic \
459         distclean-tags
460
461 dvi: dvi-am
462
463 dvi-am:
464
465 html: html-am
466
467 info: info-am
468
469 info-am:
470
471 install-data-am:
472
473 install-dvi: install-dvi-am
474
475 install-exec-am: install-binPROGRAMS
476
477 install-html: install-html-am
478
479 install-info: install-info-am
480
481 install-man:
482
483 install-pdf: install-pdf-am
484
485 install-ps: install-ps-am
486
487 installcheck-am:
488
489 maintainer-clean: maintainer-clean-am
490         -rm -rf ./$(DEPDIR)
491         -rm -f Makefile
492 maintainer-clean-am: distclean-am maintainer-clean-generic
493
494 mostlyclean: mostlyclean-am
495
496 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
497         mostlyclean-libtool
498
499 pdf: pdf-am
500
501 pdf-am:
502
503 ps: ps-am
504
505 ps-am:
506
507 uninstall-am: uninstall-binPROGRAMS
508
509 .MAKE: install-am install-strip
510
511 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
512         clean-generic clean-libtool ctags distclean distclean-compile \
513         distclean-generic distclean-libtool distclean-tags distdir dvi \
514         dvi-am html html-am info info-am install install-am \
515         install-binPROGRAMS install-data install-data-am install-dvi \
516         install-dvi-am install-exec install-exec-am install-html \
517         install-html-am install-info install-info-am install-man \
518         install-pdf install-pdf-am install-ps install-ps-am \
519         install-strip installcheck installcheck-am installdirs \
520         maintainer-clean maintainer-clean-generic mostlyclean \
521         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
522         pdf pdf-am ps ps-am tags uninstall uninstall-am \
523         uninstall-binPROGRAMS
524
525
526 # skel_rewriter_SOURCES = skel_rewriter.c
527 # skel_rewriter_LDADD   = $(top_builddir)/src/libsimgrid.la 
528
529 $(top_builddir)/src/libsimgrid.la: 
530         make -C $(top_builddir)/src libsimgrid.la
531
532 dist-files:
533         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
534         @echo
535         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
536 # Tell versions [3.59,3.63) of GNU make to not export all variables.
537 # Otherwise a system limit (for SysV at least) may be exceeded.
538 .NOEXPORT: