Logo AND Algorithmique Numérique Distribuée

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