Logo AND Algorithmique Numérique Distribuée

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