Logo AND Algorithmique Numérique Distribuée

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