Logo AND Algorithmique Numérique Distribuée

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