Logo AND Algorithmique Numérique Distribuée

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