Logo AND Algorithmique Numérique Distribuée

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