Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Automatically generated files.
[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_CFLAGS = -g
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 SET_MAKE = @SET_MAKE@
165 SHELL = @SHELL@
166 SIMGRID_DEP = @SIMGRID_DEP@
167 STRIP = @STRIP@
168 VERSION = @VERSION@
169 WARNING = @WARNING@
170 abs_builddir = @abs_builddir@
171 abs_srcdir = @abs_srcdir@
172 abs_top_builddir = @abs_top_builddir@
173 abs_top_srcdir = @abs_top_srcdir@
174 ac_configure_args = @ac_configure_args@
175 ac_ct_CC = @ac_ct_CC@
176 ac_ct_CXX = @ac_ct_CXX@
177 am__include = @am__include@
178 am__leading_dot = @am__leading_dot@
179 am__quote = @am__quote@
180 am__tar = @am__tar@
181 am__untar = @am__untar@
182 bindir = @bindir@
183 build = @build@
184 build_alias = @build_alias@
185 build_cpu = @build_cpu@
186 build_id = @build_id@
187 build_os = @build_os@
188 build_vendor = @build_vendor@
189 builddir = @builddir@
190 datadir = @datadir@
191 datarootdir = @datarootdir@
192 docdir = @docdir@
193 dvidir = @dvidir@
194 exec_prefix = @exec_prefix@
195 host = @host@
196 host_alias = @host_alias@
197 host_cpu = @host_cpu@
198 host_os = @host_os@
199 host_vendor = @host_vendor@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 pth_skaddr_makecontext = @pth_skaddr_makecontext@
216 pth_sksize_makecontext = @pth_sksize_makecontext@
217 sbindir = @sbindir@
218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
220 sysconfdir = @sysconfdir@
221 target = @target@
222 target_alias = @target_alias@
223 target_cpu = @target_cpu@
224 target_os = @target_os@
225 target_vendor = @target_vendor@
226 top_builddir = @top_builddir@
227 top_srcdir = @top_srcdir@
228 INCLUDES = -I$(top_srcdir)/include
229 TESTS = test_rl test_sg
230 EXTRA_DIST = bandwidth.xml $(TESTS)
231 bandwidth_simulator_SOURCES = _bandwidth_simulator.c bandwidth.c
232 bandwidth_simulator_LDADD = $(top_builddir)/src/libsimgrid.la 
233 bandwidth_maestro_SOURCES = _bandwidth_maestro.c bandwidth.c
234 bandwidth_maestro_LDADD = $(top_builddir)/src/libgras.la 
235 bandwidth_sensor_SOURCES = _bandwidth_sensor.c bandwidth.c
236 bandwidth_sensor_LDADD = $(top_builddir)/src/libgras.la 
237
238 # Take care of generatated sources
239 NAME = bandwidth
240 PROCESSES = maestro sensor
241 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
242              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
243
244 MOSTLYCLEANFILES = $(NAME).trace
245 all: all-am
246
247 .SUFFIXES:
248 .SUFFIXES: .c .lo .o .obj
249 $(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)
250         @for dep in $?; do \
251           case '$(am__configure_deps)' in \
252             *$$dep*) \
253               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
254                 && exit 0; \
255               exit 1;; \
256           esac; \
257         done; \
258         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/amok/bandwidth/Makefile'; \
259         cd $(top_srcdir) && \
260           $(AUTOMAKE) --gnu  examples/amok/bandwidth/Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263         @case '$?' in \
264           *config.status*) \
265             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266           *) \
267             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269         esac;
270
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
274 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 test_sg: $(top_builddir)/config.status $(srcdir)/test_sg.in
279         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
280 test_rl: $(top_builddir)/config.status $(srcdir)/test_rl.in
281         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
282
283 clean-noinstPROGRAMS:
284         @list='$(noinst_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 bandwidth_maestro$(EXEEXT): $(bandwidth_maestro_OBJECTS) $(bandwidth_maestro_DEPENDENCIES) 
290         @rm -f bandwidth_maestro$(EXEEXT)
291         $(LINK) $(bandwidth_maestro_OBJECTS) $(bandwidth_maestro_LDADD) $(LIBS)
292 bandwidth_sensor$(EXEEXT): $(bandwidth_sensor_OBJECTS) $(bandwidth_sensor_DEPENDENCIES) 
293         @rm -f bandwidth_sensor$(EXEEXT)
294         $(LINK) $(bandwidth_sensor_OBJECTS) $(bandwidth_sensor_LDADD) $(LIBS)
295 bandwidth_simulator$(EXEEXT): $(bandwidth_simulator_OBJECTS) $(bandwidth_simulator_DEPENDENCIES) 
296         @rm -f bandwidth_simulator$(EXEEXT)
297         $(LINK) $(bandwidth_simulator_OBJECTS) $(bandwidth_simulator_LDADD) $(LIBS)
298
299 mostlyclean-compile:
300         -rm -f *.$(OBJEXT)
301
302 distclean-compile:
303         -rm -f *.tab.c
304
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_bandwidth_maestro.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_bandwidth_sensor.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_bandwidth_simulator.Po@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bandwidth.Po@am__quote@
309
310 .c.o:
311 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
312 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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 $<
316
317 .c.obj:
318 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
319 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
323
324 .c.lo:
325 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
326 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
330
331 mostlyclean-libtool:
332         -rm -f *.lo
333
334 clean-libtool:
335         -rm -rf .libs _libs
336
337 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
338         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
339         unique=`for i in $$list; do \
340             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341           done | \
342           $(AWK) '    { files[$$0] = 1; } \
343                END { for (i in files) print i; }'`; \
344         mkid -fID $$unique
345 tags: TAGS
346
347 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348                 $(TAGS_FILES) $(LISP)
349         tags=; \
350         here=`pwd`; \
351         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352         unique=`for i in $$list; do \
353             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354           done | \
355           $(AWK) '    { files[$$0] = 1; } \
356                END { for (i in files) print i; }'`; \
357         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
358           test -n "$$unique" || unique=$$empty_fix; \
359           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360             $$tags $$unique; \
361         fi
362 ctags: CTAGS
363 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364                 $(TAGS_FILES) $(LISP)
365         tags=; \
366         here=`pwd`; \
367         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368         unique=`for i in $$list; do \
369             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370           done | \
371           $(AWK) '    { files[$$0] = 1; } \
372                END { for (i in files) print i; }'`; \
373         test -z "$(CTAGS_ARGS)$$tags$$unique" \
374           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375              $$tags $$unique
376
377 GTAGS:
378         here=`$(am__cd) $(top_builddir) && pwd` \
379           && cd $(top_srcdir) \
380           && gtags -i $(GTAGS_ARGS) $$here
381
382 distclean-tags:
383         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
385 check-TESTS: $(TESTS)
386         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
387         srcdir=$(srcdir); export srcdir; \
388         list=' $(TESTS) '; \
389         if test -n "$$list"; then \
390           for tst in $$list; do \
391             if test -f ./$$tst; then dir=./; \
392             elif test -f $$tst; then dir=; \
393             else dir="$(srcdir)/"; fi; \
394             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
395               all=`expr $$all + 1`; \
396               case " $(XFAIL_TESTS) " in \
397               *$$ws$$tst$$ws*) \
398                 xpass=`expr $$xpass + 1`; \
399                 failed=`expr $$failed + 1`; \
400                 echo "XPASS: $$tst"; \
401               ;; \
402               *) \
403                 echo "PASS: $$tst"; \
404               ;; \
405               esac; \
406             elif test $$? -ne 77; then \
407               all=`expr $$all + 1`; \
408               case " $(XFAIL_TESTS) " in \
409               *$$ws$$tst$$ws*) \
410                 xfail=`expr $$xfail + 1`; \
411                 echo "XFAIL: $$tst"; \
412               ;; \
413               *) \
414                 failed=`expr $$failed + 1`; \
415                 echo "FAIL: $$tst"; \
416               ;; \
417               esac; \
418             else \
419               skip=`expr $$skip + 1`; \
420               echo "SKIP: $$tst"; \
421             fi; \
422           done; \
423           if test "$$failed" -eq 0; then \
424             if test "$$xfail" -eq 0; then \
425               banner="All $$all tests passed"; \
426             else \
427               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
428             fi; \
429           else \
430             if test "$$xpass" -eq 0; then \
431               banner="$$failed of $$all tests failed"; \
432             else \
433               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
434             fi; \
435           fi; \
436           dashes="$$banner"; \
437           skipped=""; \
438           if test "$$skip" -ne 0; then \
439             skipped="($$skip tests were not run)"; \
440             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
441               dashes="$$skipped"; \
442           fi; \
443           report=""; \
444           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
445             report="Please report to $(PACKAGE_BUGREPORT)"; \
446             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
447               dashes="$$report"; \
448           fi; \
449           dashes=`echo "$$dashes" | sed s/./=/g`; \
450           echo "$$dashes"; \
451           echo "$$banner"; \
452           test -z "$$skipped" || echo "$$skipped"; \
453           test -z "$$report" || echo "$$report"; \
454           echo "$$dashes"; \
455           test "$$failed" -eq 0; \
456         else :; fi
457
458 distdir: $(DISTFILES)
459         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461         list='$(DISTFILES)'; \
462           dist_files=`for file in $$list; do echo $$file; done | \
463           sed -e "s|^$$srcdirstrip/||;t" \
464               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465         case $$dist_files in \
466           */*) $(MKDIR_P) `echo "$$dist_files" | \
467                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468                            sort -u` ;; \
469         esac; \
470         for file in $$dist_files; do \
471           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472           if test -d $$d/$$file; then \
473             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
476             fi; \
477             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
478           else \
479             test -f $(distdir)/$$file \
480             || cp -p $$d/$$file $(distdir)/$$file \
481             || exit 1; \
482           fi; \
483         done
484 check-am: all-am
485         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
486 check: check-am
487 all-am: Makefile $(PROGRAMS)
488 installdirs:
489 install: install-am
490 install-exec: install-exec-am
491 install-data: install-data-am
492 uninstall: uninstall-am
493
494 install-am: all-am
495         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
496
497 installcheck: installcheck-am
498 install-strip:
499         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501           `test -z '$(STRIP)' || \
502             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
503 mostlyclean-generic:
504         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
505
506 clean-generic:
507         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
508
509 distclean-generic:
510         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511
512 maintainer-clean-generic:
513         @echo "This command is intended for maintainers to use"
514         @echo "it deletes files that may require special tools to rebuild."
515 clean: clean-am
516
517 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
518         mostlyclean-am
519
520 distclean: distclean-am
521         -rm -rf ./$(DEPDIR)
522         -rm -f Makefile
523 distclean-am: clean-am distclean-compile distclean-generic \
524         distclean-tags
525
526 dvi: dvi-am
527
528 dvi-am:
529
530 html: html-am
531
532 info: info-am
533
534 info-am:
535
536 install-data-am:
537
538 install-dvi: install-dvi-am
539
540 install-exec-am:
541
542 install-html: install-html-am
543
544 install-info: install-info-am
545
546 install-man:
547
548 install-pdf: install-pdf-am
549
550 install-ps: install-ps-am
551
552 installcheck-am:
553
554 maintainer-clean: maintainer-clean-am
555         -rm -rf ./$(DEPDIR)
556         -rm -f Makefile
557 maintainer-clean-am: distclean-am maintainer-clean-generic
558
559 mostlyclean: mostlyclean-am
560
561 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
562         mostlyclean-libtool
563
564 pdf: pdf-am
565
566 pdf-am:
567
568 ps: ps-am
569
570 ps-am:
571
572 uninstall-am:
573
574 .MAKE: install-am install-strip
575
576 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
577         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
578         distclean distclean-compile distclean-generic \
579         distclean-libtool distclean-tags distdir dvi dvi-am html \
580         html-am info info-am install install-am install-data \
581         install-data-am install-dvi install-dvi-am install-exec \
582         install-exec-am install-html install-html-am install-info \
583         install-info-am install-man install-pdf install-pdf-am \
584         install-ps install-ps-am install-strip installcheck \
585         installcheck-am installdirs maintainer-clean \
586         maintainer-clean-generic mostlyclean mostlyclean-compile \
587         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
588         tags uninstall uninstall-am
589
590
591 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
592         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
593
594 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
595         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
596
597 dist-files:
598         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
599         @echo
600         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
601
602 # Cruft 
603 # Tell versions [3.59,3.63) of GNU make to not export all variables.
604 # Otherwise a system limit (for SysV at least) may be exceeded.
605 .NOEXPORT: