Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
da9d1b00778ea3f019ff2303fe44986ae7be3d45
[simgrid.git] / examples / amok / bandwidth / 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 noinst_PROGRAMS = bandwidth_maestro$(EXEEXT) bandwidth_sensor$(EXEEXT) \
42         bandwidth_simulator$(EXEEXT)
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
44         $(srcdir)/test_rl.in $(srcdir)/test_sg.in \
45         $(top_srcdir)/acmacro/dist-files.mk \
46         $(top_srcdir)/examples/temps-gras-stub.mk
47 subdir = examples/amok/bandwidth
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
50         $(top_srcdir)/acmacro/compiler-flags.m4 \
51         $(top_srcdir)/acmacro/context.m4 \
52         $(top_srcdir)/acmacro/fancy_configury.m4 \
53         $(top_srcdir)/acmacro/flex.m4 \
54         $(top_srcdir)/acmacro/gras_arch.m4 \
55         $(top_srcdir)/acmacro/print_null.m4 \
56         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
61 CONFIG_CLEAN_FILES = test_sg test_rl
62 PROGRAMS = $(noinst_PROGRAMS)
63 am_bandwidth_maestro_OBJECTS = _bandwidth_maestro.$(OBJEXT) \
64         bandwidth.$(OBJEXT)
65 bandwidth_maestro_OBJECTS = $(am_bandwidth_maestro_OBJECTS)
66 bandwidth_maestro_DEPENDENCIES = $(top_builddir)/src/libgras.la
67 am_bandwidth_sensor_OBJECTS = _bandwidth_sensor.$(OBJEXT) \
68         bandwidth.$(OBJEXT)
69 bandwidth_sensor_OBJECTS = $(am_bandwidth_sensor_OBJECTS)
70 bandwidth_sensor_DEPENDENCIES = $(top_builddir)/src/libgras.la
71 am_bandwidth_simulator_OBJECTS = _bandwidth_simulator.$(OBJEXT) \
72         bandwidth.$(OBJEXT)
73 bandwidth_simulator_OBJECTS = $(am_bandwidth_simulator_OBJECTS)
74 bandwidth_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
75 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
76 depcomp = $(SHELL) $(top_srcdir)/depcomp
77 am__depfiles_maybe = depfiles
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86         $(LDFLAGS) -o $@
87 SOURCES = $(bandwidth_maestro_SOURCES) $(bandwidth_sensor_SOURCES) \
88         $(bandwidth_simulator_SOURCES)
89 DIST_SOURCES = $(bandwidth_maestro_SOURCES) \
90         $(bandwidth_sensor_SOURCES) $(bandwidth_simulator_SOURCES)
91 ETAGS = etags
92 CTAGS = ctags
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 ACLOCAL = @ACLOCAL@
95 ADDR2LINE = @ADDR2LINE@
96 AMTAR = @AMTAR@
97 AM_CPPFLAGS = @AM_CPPFLAGS@
98 AR = @AR@
99 AS = @AS@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 BASH = @BASH@
105 CC = @CC@
106 CCDEPMODE = @CCDEPMODE@
107 CFLAGS = @CFLAGS@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CXX = @CXX@
111 CXXCPP = @CXXCPP@
112 CXXDEPMODE = @CXXDEPMODE@
113 CXXFLAGS = @CXXFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DEFS = @DEFS@
116 DEPDIR = @DEPDIR@
117 DLLTOOL = @DLLTOOL@
118 DOXYGEN = @DOXYGEN@
119 ECHO = @ECHO@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 EXEEXT = @EXEEXT@
125 FLEXML = @FLEXML@
126 GCJ = @GCJ@
127 GCJDEPMODE = @GCJDEPMODE@
128 GCJFLAGS = @GCJFLAGS@
129 GRAS_DEP = @GRAS_DEP@
130 GREP = @GREP@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 JAR = @JAR@
137 JAVA = @JAVA@
138 JAVAC = @JAVAC@
139 LDFLAGS = @LDFLAGS@
140 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
141 LEX = @LEX@
142 LEXLIB = @LEXLIB@
143 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
144 LIBOBJS = @LIBOBJS@
145 LIBS = @LIBS@
146 LIBTOOL = @LIBTOOL@
147 LN_S = @LN_S@
148 LTLIBOBJS = @LTLIBOBJS@
149 MAINT = @MAINT@
150 MAKEINFO = @MAKEINFO@
151 MD5SUM = @MD5SUM@
152 MKDIR_P = @MKDIR_P@
153 OBJDUMP = @OBJDUMP@
154 OBJEXT = @OBJEXT@
155 PACKAGE = @PACKAGE@
156 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157 PACKAGE_NAME = @PACKAGE_NAME@
158 PACKAGE_STRING = @PACKAGE_STRING@
159 PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 PACKAGE_VERSION = @PACKAGE_VERSION@
161 PATH_SEPARATOR = @PATH_SEPARATOR@
162 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
163 RANLIB = @RANLIB@
164 SED = @SED@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 SIMGRID_DEP = @SIMGRID_DEP@
168 SMPI_DEP = @SMPI_DEP@
169 STRIP = @STRIP@
170 VERSION = @VERSION@
171 WARNING = @WARNING@
172 abs_builddir = @abs_builddir@
173 abs_srcdir = @abs_srcdir@
174 abs_top_builddir = @abs_top_builddir@
175 abs_top_srcdir = @abs_top_srcdir@
176 ac_configure_args = @ac_configure_args@
177 ac_ct_CC = @ac_ct_CC@
178 ac_ct_CXX = @ac_ct_CXX@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 am__tar = @am__tar@
183 am__untar = @am__untar@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_id = @build_id@
189 build_os = @build_os@
190 build_vendor = @build_vendor@
191 builddir = @builddir@
192 datadir = @datadir@
193 datarootdir = @datarootdir@
194 docdir = @docdir@
195 dvidir = @dvidir@
196 exec_prefix = @exec_prefix@
197 host = @host@
198 host_alias = @host_alias@
199 host_cpu = @host_cpu@
200 host_os = @host_os@
201 host_vendor = @host_vendor@
202 htmldir = @htmldir@
203 includedir = @includedir@
204 infodir = @infodir@
205 install_sh = @install_sh@
206 libdir = @libdir@
207 libexecdir = @libexecdir@
208 localedir = @localedir@
209 localstatedir = @localstatedir@
210 mandir = @mandir@
211 mkdir_p = @mkdir_p@
212 oldincludedir = @oldincludedir@
213 pdfdir = @pdfdir@
214 prefix = @prefix@
215 program_transform_name = @program_transform_name@
216 psdir = @psdir@
217 pth_skaddr_makecontext = @pth_skaddr_makecontext@
218 pth_sksize_makecontext = @pth_sksize_makecontext@
219 sbindir = @sbindir@
220 sharedstatedir = @sharedstatedir@
221 srcdir = @srcdir@
222 sysconfdir = @sysconfdir@
223 target = @target@
224 target_alias = @target_alias@
225 target_cpu = @target_cpu@
226 target_os = @target_os@
227 target_vendor = @target_vendor@
228 top_builddir = @top_builddir@
229 top_srcdir = @top_srcdir@
230 INCLUDES = -I$(top_srcdir)/include
231 AM_CFLAGS = -g
232 TESTS = test_rl test_sg
233 EXTRA_DIST = bandwidth.xml $(TESTS)
234 bandwidth_simulator_SOURCES = _bandwidth_simulator.c bandwidth.c
235 bandwidth_simulator_LDADD = $(top_builddir)/src/libsimgrid.la 
236 bandwidth_maestro_SOURCES = _bandwidth_maestro.c bandwidth.c
237 bandwidth_maestro_LDADD = $(top_builddir)/src/libgras.la 
238 bandwidth_sensor_SOURCES = _bandwidth_sensor.c bandwidth.c
239 bandwidth_sensor_LDADD = $(top_builddir)/src/libgras.la 
240
241 # Take care of generatated sources
242 NAME = bandwidth
243 PROCESSES = maestro sensor
244 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
245              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
246
247 MOSTLYCLEANFILES = $(NAME).trace
248 all: all-am
249
250 .SUFFIXES:
251 .SUFFIXES: .c .lo .o .obj
252 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/examples/temps-gras-stub.mk $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
253         @for dep in $?; do \
254           case '$(am__configure_deps)' in \
255             *$$dep*) \
256               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
257                 && exit 0; \
258               exit 1;; \
259           esac; \
260         done; \
261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/amok/bandwidth/Makefile'; \
262         cd $(top_srcdir) && \
263           $(AUTOMAKE) --gnu  examples/amok/bandwidth/Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266         @case '$?' in \
267           *config.status*) \
268             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269           *) \
270             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272         esac;
273
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
278         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 test_sg: $(top_builddir)/config.status $(srcdir)/test_sg.in
282         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
283 test_rl: $(top_builddir)/config.status $(srcdir)/test_rl.in
284         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
285
286 clean-noinstPROGRAMS:
287         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
288           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
289           echo " rm -f $$p $$f"; \
290           rm -f $$p $$f ; \
291         done
292 bandwidth_maestro$(EXEEXT): $(bandwidth_maestro_OBJECTS) $(bandwidth_maestro_DEPENDENCIES) 
293         @rm -f bandwidth_maestro$(EXEEXT)
294         $(LINK) $(bandwidth_maestro_OBJECTS) $(bandwidth_maestro_LDADD) $(LIBS)
295 bandwidth_sensor$(EXEEXT): $(bandwidth_sensor_OBJECTS) $(bandwidth_sensor_DEPENDENCIES) 
296         @rm -f bandwidth_sensor$(EXEEXT)
297         $(LINK) $(bandwidth_sensor_OBJECTS) $(bandwidth_sensor_LDADD) $(LIBS)
298 bandwidth_simulator$(EXEEXT): $(bandwidth_simulator_OBJECTS) $(bandwidth_simulator_DEPENDENCIES) 
299         @rm -f bandwidth_simulator$(EXEEXT)
300         $(LINK) $(bandwidth_simulator_OBJECTS) $(bandwidth_simulator_LDADD) $(LIBS)
301
302 mostlyclean-compile:
303         -rm -f *.$(OBJEXT)
304
305 distclean-compile:
306         -rm -f *.tab.c
307
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_bandwidth_maestro.Po@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_bandwidth_sensor.Po@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_bandwidth_simulator.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bandwidth.Po@am__quote@
312
313 .c.o:
314 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
319
320 .c.obj:
321 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
327 .c.lo:
328 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
333
334 mostlyclean-libtool:
335         -rm -f *.lo
336
337 clean-libtool:
338         -rm -rf .libs _libs
339
340 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342         unique=`for i in $$list; do \
343             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344           done | \
345           $(AWK) '    { files[$$0] = 1; } \
346                END { for (i in files) print i; }'`; \
347         mkid -fID $$unique
348 tags: TAGS
349
350 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351                 $(TAGS_FILES) $(LISP)
352         tags=; \
353         here=`pwd`; \
354         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355         unique=`for i in $$list; do \
356             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357           done | \
358           $(AWK) '    { files[$$0] = 1; } \
359                END { for (i in files) print i; }'`; \
360         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
361           test -n "$$unique" || unique=$$empty_fix; \
362           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363             $$tags $$unique; \
364         fi
365 ctags: CTAGS
366 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367                 $(TAGS_FILES) $(LISP)
368         tags=; \
369         here=`pwd`; \
370         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371         unique=`for i in $$list; do \
372             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373           done | \
374           $(AWK) '    { files[$$0] = 1; } \
375                END { for (i in files) print i; }'`; \
376         test -z "$(CTAGS_ARGS)$$tags$$unique" \
377           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378              $$tags $$unique
379
380 GTAGS:
381         here=`$(am__cd) $(top_builddir) && pwd` \
382           && cd $(top_srcdir) \
383           && gtags -i $(GTAGS_ARGS) $$here
384
385 distclean-tags:
386         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
388 check-TESTS: $(TESTS)
389         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
390         srcdir=$(srcdir); export srcdir; \
391         list=' $(TESTS) '; \
392         if test -n "$$list"; then \
393           for tst in $$list; do \
394             if test -f ./$$tst; then dir=./; \
395             elif test -f $$tst; then dir=; \
396             else dir="$(srcdir)/"; fi; \
397             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
398               all=`expr $$all + 1`; \
399               case " $(XFAIL_TESTS) " in \
400               *$$ws$$tst$$ws*) \
401                 xpass=`expr $$xpass + 1`; \
402                 failed=`expr $$failed + 1`; \
403                 echo "XPASS: $$tst"; \
404               ;; \
405               *) \
406                 echo "PASS: $$tst"; \
407               ;; \
408               esac; \
409             elif test $$? -ne 77; then \
410               all=`expr $$all + 1`; \
411               case " $(XFAIL_TESTS) " in \
412               *$$ws$$tst$$ws*) \
413                 xfail=`expr $$xfail + 1`; \
414                 echo "XFAIL: $$tst"; \
415               ;; \
416               *) \
417                 failed=`expr $$failed + 1`; \
418                 echo "FAIL: $$tst"; \
419               ;; \
420               esac; \
421             else \
422               skip=`expr $$skip + 1`; \
423               echo "SKIP: $$tst"; \
424             fi; \
425           done; \
426           if test "$$failed" -eq 0; then \
427             if test "$$xfail" -eq 0; then \
428               banner="All $$all tests passed"; \
429             else \
430               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
431             fi; \
432           else \
433             if test "$$xpass" -eq 0; then \
434               banner="$$failed of $$all tests failed"; \
435             else \
436               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
437             fi; \
438           fi; \
439           dashes="$$banner"; \
440           skipped=""; \
441           if test "$$skip" -ne 0; then \
442             skipped="($$skip tests were not run)"; \
443             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
444               dashes="$$skipped"; \
445           fi; \
446           report=""; \
447           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
448             report="Please report to $(PACKAGE_BUGREPORT)"; \
449             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
450               dashes="$$report"; \
451           fi; \
452           dashes=`echo "$$dashes" | sed s/./=/g`; \
453           echo "$$dashes"; \
454           echo "$$banner"; \
455           test -z "$$skipped" || echo "$$skipped"; \
456           test -z "$$report" || echo "$$report"; \
457           echo "$$dashes"; \
458           test "$$failed" -eq 0; \
459         else :; fi
460
461 distdir: $(DISTFILES)
462         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464         list='$(DISTFILES)'; \
465           dist_files=`for file in $$list; do echo $$file; done | \
466           sed -e "s|^$$srcdirstrip/||;t" \
467               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468         case $$dist_files in \
469           */*) $(MKDIR_P) `echo "$$dist_files" | \
470                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471                            sort -u` ;; \
472         esac; \
473         for file in $$dist_files; do \
474           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475           if test -d $$d/$$file; then \
476             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
479             fi; \
480             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
481           else \
482             test -f $(distdir)/$$file \
483             || cp -p $$d/$$file $(distdir)/$$file \
484             || exit 1; \
485           fi; \
486         done
487 check-am: all-am
488         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
489 check: check-am
490 all-am: Makefile $(PROGRAMS)
491 installdirs:
492 install: install-am
493 install-exec: install-exec-am
494 install-data: install-data-am
495 uninstall: uninstall-am
496
497 install-am: all-am
498         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500 installcheck: installcheck-am
501 install-strip:
502         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504           `test -z '$(STRIP)' || \
505             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
506 mostlyclean-generic:
507         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
508
509 clean-generic:
510         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
511
512 distclean-generic:
513         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
514
515 maintainer-clean-generic:
516         @echo "This command is intended for maintainers to use"
517         @echo "it deletes files that may require special tools to rebuild."
518 clean: clean-am
519
520 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
521         mostlyclean-am
522
523 distclean: distclean-am
524         -rm -rf ./$(DEPDIR)
525         -rm -f Makefile
526 distclean-am: clean-am distclean-compile distclean-generic \
527         distclean-tags
528
529 dvi: dvi-am
530
531 dvi-am:
532
533 html: html-am
534
535 info: info-am
536
537 info-am:
538
539 install-data-am:
540
541 install-dvi: install-dvi-am
542
543 install-exec-am:
544
545 install-html: install-html-am
546
547 install-info: install-info-am
548
549 install-man:
550
551 install-pdf: install-pdf-am
552
553 install-ps: install-ps-am
554
555 installcheck-am:
556
557 maintainer-clean: maintainer-clean-am
558         -rm -rf ./$(DEPDIR)
559         -rm -f Makefile
560 maintainer-clean-am: distclean-am maintainer-clean-generic
561
562 mostlyclean: mostlyclean-am
563
564 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
565         mostlyclean-libtool
566
567 pdf: pdf-am
568
569 pdf-am:
570
571 ps: ps-am
572
573 ps-am:
574
575 uninstall-am:
576
577 .MAKE: install-am install-strip
578
579 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
580         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
581         distclean distclean-compile distclean-generic \
582         distclean-libtool distclean-tags distdir dvi dvi-am html \
583         html-am info info-am install install-am install-data \
584         install-data-am install-dvi install-dvi-am install-exec \
585         install-exec-am install-html install-html-am install-info \
586         install-info-am install-man install-pdf install-pdf-am \
587         install-ps install-ps-am install-strip installcheck \
588         installcheck-am installdirs maintainer-clean \
589         maintainer-clean-generic mostlyclean mostlyclean-compile \
590         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
591         tags uninstall uninstall-am
592
593
594 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
595         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
596
597 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
598         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
599
600 dist-files:
601         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
602         @echo
603         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
604
605 # Cruft 
606 # Tell versions [3.59,3.63) of GNU make to not export all variables.
607 # Otherwise a system limit (for SysV at least) may be exceeded.
608 .NOEXPORT: