Logo AND Algorithmique Numérique Distribuée

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