Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add generated files to the CVS so that the use of autotools is not necessary to build...
[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 am_skel_rewriter_OBJECTS = skel_rewriter.$(OBJEXT)
70 skel_rewriter_OBJECTS = $(am_skel_rewriter_OBJECTS)
71 skel_rewriter_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
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_SOURCES)
84 DIST_SOURCES = $(gras_stub_generator_SOURCES) $(skel_rewriter_SOURCES)
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 skel_rewriter_SOURCES = skel_rewriter.c
227 skel_rewriter_LDADD = $(top_builddir)/src/libsimgrid.la 
228 all: all-am
229
230 .SUFFIXES:
231 .SUFFIXES: .c .lo .o .obj
232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
233         @for dep in $?; do \
234           case '$(am__configure_deps)' in \
235             *$$dep*) \
236               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
237                 && exit 0; \
238               exit 1;; \
239           esac; \
240         done; \
241         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/gras/Makefile'; \
242         cd $(top_srcdir) && \
243           $(AUTOMAKE) --gnu  tools/gras/Makefile
244 .PRECIOUS: Makefile
245 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246         @case '$?' in \
247           *config.status*) \
248             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
249           *) \
250             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
251             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252         esac;
253
254 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
258         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
260         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261 install-binPROGRAMS: $(bin_PROGRAMS)
262         @$(NORMAL_INSTALL)
263         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
264         @list='$(bin_PROGRAMS)'; for p in $$list; do \
265           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
266           if test -f $$p \
267              || test -f $$p1 \
268           ; then \
269             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
270            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
271            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
272           else :; fi; \
273         done
274
275 uninstall-binPROGRAMS:
276         @$(NORMAL_UNINSTALL)
277         @list='$(bin_PROGRAMS)'; for p in $$list; do \
278           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
279           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
280           rm -f "$(DESTDIR)$(bindir)/$$f"; \
281         done
282
283 clean-binPROGRAMS:
284         @list='$(bin_PROGRAMS)'; for p in $$list; do \
285           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
286           echo " rm -f $$p $$f"; \
287           rm -f $$p $$f ; \
288         done
289 gras_stub_generator$(EXEEXT): $(gras_stub_generator_OBJECTS) $(gras_stub_generator_DEPENDENCIES) 
290         @rm -f gras_stub_generator$(EXEEXT)
291         $(LINK) $(gras_stub_generator_LDFLAGS) $(gras_stub_generator_OBJECTS) $(gras_stub_generator_LDADD) $(LIBS)
292 skel_rewriter$(EXEEXT): $(skel_rewriter_OBJECTS) $(skel_rewriter_DEPENDENCIES) 
293         @rm -f skel_rewriter$(EXEEXT)
294         $(LINK) $(skel_rewriter_LDFLAGS) $(skel_rewriter_OBJECTS) $(skel_rewriter_LDADD) $(LIBS)
295
296 mostlyclean-compile:
297         -rm -f *.$(OBJEXT)
298
299 distclean-compile:
300         -rm -f *.tab.c
301
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skel_rewriter.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_generator.Po@am__quote@
304
305 .c.o:
306 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
307 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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 $<
311
312 .c.obj:
313 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
314 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
318
319 .c.lo:
320 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
321 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
325
326 mostlyclean-libtool:
327         -rm -f *.lo
328
329 clean-libtool:
330         -rm -rf .libs _libs
331
332 distclean-libtool:
333         -rm -f libtool
334 uninstall-info-am:
335
336 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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         mkid -fID $$unique
344 tags: TAGS
345
346 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347                 $(TAGS_FILES) $(LISP)
348         tags=; \
349         here=`pwd`; \
350         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351         unique=`for i in $$list; do \
352             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353           done | \
354           $(AWK) '    { files[$$0] = 1; } \
355                END { for (i in files) print i; }'`; \
356         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
357           test -n "$$unique" || unique=$$empty_fix; \
358           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359             $$tags $$unique; \
360         fi
361 ctags: CTAGS
362 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363                 $(TAGS_FILES) $(LISP)
364         tags=; \
365         here=`pwd`; \
366         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '    { files[$$0] = 1; } \
371                END { for (i in files) print i; }'`; \
372         test -z "$(CTAGS_ARGS)$$tags$$unique" \
373           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
374              $$tags $$unique
375
376 GTAGS:
377         here=`$(am__cd) $(top_builddir) && pwd` \
378           && cd $(top_srcdir) \
379           && gtags -i $(GTAGS_ARGS) $$here
380
381 distclean-tags:
382         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
383
384 distdir: $(DISTFILES)
385         $(mkdir_p) $(distdir)/../../acmacro
386         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
387         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
388         list='$(DISTFILES)'; for file in $$list; do \
389           case $$file in \
390             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
391             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
392           esac; \
393           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
395           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
396             dir="/$$dir"; \
397             $(mkdir_p) "$(distdir)$$dir"; \
398           else \
399             dir=''; \
400           fi; \
401           if test -d $$d/$$file; then \
402             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
404             fi; \
405             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
406           else \
407             test -f $(distdir)/$$file \
408             || cp -p $$d/$$file $(distdir)/$$file \
409             || exit 1; \
410           fi; \
411         done
412 check-am: all-am
413 check: check-am
414 all-am: Makefile $(PROGRAMS)
415 installdirs:
416         for dir in "$(DESTDIR)$(bindir)"; do \
417           test -z "$$dir" || $(mkdir_p) "$$dir"; \
418         done
419 install: install-am
420 install-exec: install-exec-am
421 install-data: install-data-am
422 uninstall: uninstall-am
423
424 install-am: all-am
425         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
426
427 installcheck: installcheck-am
428 install-strip:
429         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
430           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
431           `test -z '$(STRIP)' || \
432             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
433 mostlyclean-generic:
434
435 clean-generic:
436
437 distclean-generic:
438         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
439
440 maintainer-clean-generic:
441         @echo "This command is intended for maintainers to use"
442         @echo "it deletes files that may require special tools to rebuild."
443 clean: clean-am
444
445 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
446
447 distclean: distclean-am
448         -rm -rf ./$(DEPDIR)
449         -rm -f Makefile
450 distclean-am: clean-am distclean-compile distclean-generic \
451         distclean-libtool distclean-tags
452
453 dvi: dvi-am
454
455 dvi-am:
456
457 html: html-am
458
459 info: info-am
460
461 info-am:
462
463 install-data-am:
464
465 install-exec-am: install-binPROGRAMS
466
467 install-info: install-info-am
468
469 install-man:
470
471 installcheck-am:
472
473 maintainer-clean: maintainer-clean-am
474         -rm -rf ./$(DEPDIR)
475         -rm -f Makefile
476 maintainer-clean-am: distclean-am maintainer-clean-generic
477
478 mostlyclean: mostlyclean-am
479
480 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
481         mostlyclean-libtool
482
483 pdf: pdf-am
484
485 pdf-am:
486
487 ps: ps-am
488
489 ps-am:
490
491 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
492
493 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
494         clean-generic clean-libtool ctags distclean distclean-compile \
495         distclean-generic distclean-libtool distclean-tags distdir dvi \
496         dvi-am html html-am info info-am install install-am \
497         install-binPROGRAMS install-data install-data-am install-exec \
498         install-exec-am install-info install-info-am install-man \
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 uninstall-info-am
504
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: