Logo AND Algorithmique Numérique Distribuée

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