Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
db720b9caadaebb341df9d2ac1587f11c46c90b9
[simgrid.git] / examples / gras / p2p / chord / 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 = chord_node$(EXEEXT) chord_simulator$(EXEEXT)
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47         $(srcdir)/test_rl.in $(srcdir)/test_sg.in \
48         $(top_srcdir)/acmacro/dist-files.mk \
49         $(top_srcdir)/examples/temps-gras-stub.mk
50 subdir = examples/gras/p2p/chord
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
53         $(top_srcdir)/acmacro/compiler-flags.m4 \
54         $(top_srcdir)/acmacro/context.m4 \
55         $(top_srcdir)/acmacro/fancy_configury.m4 \
56         $(top_srcdir)/acmacro/flex.m4 \
57         $(top_srcdir)/acmacro/gras_arch.m4 \
58         $(top_srcdir)/acmacro/print_null.m4 \
59         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
64 CONFIG_CLEAN_FILES = test_sg test_rl
65 PROGRAMS = $(noinst_PROGRAMS)
66 am_chord_node_OBJECTS = _chord_node.$(OBJEXT) chord.$(OBJEXT)
67 chord_node_OBJECTS = $(am_chord_node_OBJECTS)
68 chord_node_DEPENDENCIES = $(top_builddir)/src/libgras.la
69 am_chord_simulator_OBJECTS = _chord_simulator.$(OBJEXT) \
70         chord.$(OBJEXT)
71 chord_simulator_OBJECTS = $(am_chord_simulator_OBJECTS)
72 chord_simulator_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
73 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
74 depcomp = $(SHELL) $(top_srcdir)/depcomp
75 am__depfiles_maybe = depfiles
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
79         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80         $(AM_CFLAGS) $(CFLAGS)
81 CCLD = $(CC)
82 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83         $(AM_LDFLAGS) $(LDFLAGS) -o $@
84 SOURCES = $(chord_node_SOURCES) $(chord_simulator_SOURCES)
85 DIST_SOURCES = $(chord_node_SOURCES) $(chord_simulator_SOURCES)
86 ETAGS = etags
87 CTAGS = ctags
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 ACLOCAL = @ACLOCAL@
90 ADDR2LINE = @ADDR2LINE@
91 AMDEP_FALSE = @AMDEP_FALSE@
92 AMDEP_TRUE = @AMDEP_TRUE@
93 AMTAR = @AMTAR@
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 F77 = @F77@
122 FFLAGS = @FFLAGS@
123 FLEXML = @FLEXML@
124 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
125 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
126 GRAS_DEP = @GRAS_DEP@
127 GREP = @GREP@
128 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
129 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 LDFLAGS = @LDFLAGS@
135 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
136 LEX = @LEX@
137 LEXLIB = @LEXLIB@
138 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
139 LIBOBJS = @LIBOBJS@
140 LIBS = @LIBS@
141 LIBTOOL = @LIBTOOL@
142 LN_S = @LN_S@
143 LTLIBOBJS = @LTLIBOBJS@
144 MAINT = @MAINT@
145 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
146 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
147 MAKEINFO = @MAKEINFO@
148 MD5SUM = @MD5SUM@
149 OBJDUMP = @OBJDUMP@
150 OBJEXT = @OBJEXT@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
159 RANLIB = @RANLIB@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 SIMGRID_DEP = @SIMGRID_DEP@
163 STRIP = @STRIP@
164 VERSION = @VERSION@
165 WARNING = @WARNING@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_configure_args = @ac_configure_args@
171 ac_ct_CC = @ac_ct_CC@
172 ac_ct_CXX = @ac_ct_CXX@
173 ac_ct_F77 = @ac_ct_F77@
174 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
177 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = @bindir@
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_id = @build_id@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
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 sysconfdir = @sysconfdir@
220 target = @target@
221 target_alias = @target_alias@
222 target_cpu = @target_cpu@
223 target_os = @target_os@
224 target_vendor = @target_vendor@
225 INCLUDES = -I$(top_srcdir)/include
226 #TESTS= test_rl test_sg
227 EXTRA_DIST = chord.xml $(TESTS)
228 chord_simulator_SOURCES = _chord_simulator.c chord.c
229 chord_simulator_LDADD = $(top_builddir)/src/libsimgrid.la
230 chord_node_SOURCES = _chord_node.c chord.c
231 chord_node_LDADD = $(top_builddir)/src/libgras.la
232
233 # Take care of generatated sources
234 NAME = chord
235 PROCESSES = node
236 CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \
237              $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c)
238
239 MOSTLYCLEANFILES = $(NAME).trace
240 all: all-am
241
242 .SUFFIXES:
243 .SUFFIXES: .c .lo .o .obj
244 $(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)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
249                 && exit 0; \
250               exit 1;; \
251           esac; \
252         done; \
253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/p2p/chord/Makefile'; \
254         cd $(top_srcdir) && \
255           $(AUTOMAKE) --gnu  examples/gras/p2p/chord/Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258         @case '$?' in \
259           *config.status*) \
260             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261           *) \
262             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264         esac;
265
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 test_sg: $(top_builddir)/config.status $(srcdir)/test_sg.in
274         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
275 test_rl: $(top_builddir)/config.status $(srcdir)/test_rl.in
276         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
277
278 clean-noinstPROGRAMS:
279         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
280           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
281           echo " rm -f $$p $$f"; \
282           rm -f $$p $$f ; \
283         done
284 chord_node$(EXEEXT): $(chord_node_OBJECTS) $(chord_node_DEPENDENCIES) 
285         @rm -f chord_node$(EXEEXT)
286         $(LINK) $(chord_node_LDFLAGS) $(chord_node_OBJECTS) $(chord_node_LDADD) $(LIBS)
287 chord_simulator$(EXEEXT): $(chord_simulator_OBJECTS) $(chord_simulator_DEPENDENCIES) 
288         @rm -f chord_simulator$(EXEEXT)
289         $(LINK) $(chord_simulator_LDFLAGS) $(chord_simulator_OBJECTS) $(chord_simulator_LDADD) $(LIBS)
290
291 mostlyclean-compile:
292         -rm -f *.$(OBJEXT)
293
294 distclean-compile:
295         -rm -f *.tab.c
296
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_chord_node.Po@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_chord_simulator.Po@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chord.Po@am__quote@
300
301 .c.o:
302 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
303 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
307
308 .c.obj:
309 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
310 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
314
315 .c.lo:
316 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
317 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
321
322 mostlyclean-libtool:
323         -rm -f *.lo
324
325 clean-libtool:
326         -rm -rf .libs _libs
327
328 distclean-libtool:
329         -rm -f libtool
330 uninstall-info-am:
331
332 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
333         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
334         unique=`for i in $$list; do \
335             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336           done | \
337           $(AWK) '    { files[$$0] = 1; } \
338                END { for (i in files) print i; }'`; \
339         mkid -fID $$unique
340 tags: TAGS
341
342 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343                 $(TAGS_FILES) $(LISP)
344         tags=; \
345         here=`pwd`; \
346         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347         unique=`for i in $$list; do \
348             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349           done | \
350           $(AWK) '    { files[$$0] = 1; } \
351                END { for (i in files) print i; }'`; \
352         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
353           test -n "$$unique" || unique=$$empty_fix; \
354           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355             $$tags $$unique; \
356         fi
357 ctags: CTAGS
358 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359                 $(TAGS_FILES) $(LISP)
360         tags=; \
361         here=`pwd`; \
362         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363         unique=`for i in $$list; do \
364             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365           done | \
366           $(AWK) '    { files[$$0] = 1; } \
367                END { for (i in files) print i; }'`; \
368         test -z "$(CTAGS_ARGS)$$tags$$unique" \
369           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
370              $$tags $$unique
371
372 GTAGS:
373         here=`$(am__cd) $(top_builddir) && pwd` \
374           && cd $(top_srcdir) \
375           && gtags -i $(GTAGS_ARGS) $$here
376
377 distclean-tags:
378         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
379
380 distdir: $(DISTFILES)
381         $(mkdir_p) $(distdir)/../../../../acmacro $(distdir)/../../../../examples
382         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384         list='$(DISTFILES)'; for file in $$list; do \
385           case $$file in \
386             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
388           esac; \
389           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
391           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
392             dir="/$$dir"; \
393             $(mkdir_p) "$(distdir)$$dir"; \
394           else \
395             dir=''; \
396           fi; \
397           if test -d $$d/$$file; then \
398             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400             fi; \
401             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
402           else \
403             test -f $(distdir)/$$file \
404             || cp -p $$d/$$file $(distdir)/$$file \
405             || exit 1; \
406           fi; \
407         done
408 check-am: all-am
409 check: check-am
410 all-am: Makefile $(PROGRAMS)
411 installdirs:
412 install: install-am
413 install-exec: install-exec-am
414 install-data: install-data-am
415 uninstall: uninstall-am
416
417 install-am: all-am
418         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
419
420 installcheck: installcheck-am
421 install-strip:
422         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424           `test -z '$(STRIP)' || \
425             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
426 mostlyclean-generic:
427         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
428
429 clean-generic:
430         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
431
432 distclean-generic:
433         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
434
435 maintainer-clean-generic:
436         @echo "This command is intended for maintainers to use"
437         @echo "it deletes files that may require special tools to rebuild."
438 clean: clean-am
439
440 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
441         mostlyclean-am
442
443 distclean: distclean-am
444         -rm -rf ./$(DEPDIR)
445         -rm -f Makefile
446 distclean-am: clean-am distclean-compile distclean-generic \
447         distclean-libtool distclean-tags
448
449 dvi: dvi-am
450
451 dvi-am:
452
453 html: html-am
454
455 info: info-am
456
457 info-am:
458
459 install-data-am:
460
461 install-exec-am:
462
463 install-info: install-info-am
464
465 install-man:
466
467 installcheck-am:
468
469 maintainer-clean: maintainer-clean-am
470         -rm -rf ./$(DEPDIR)
471         -rm -f Makefile
472 maintainer-clean-am: distclean-am maintainer-clean-generic
473
474 mostlyclean: mostlyclean-am
475
476 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
477         mostlyclean-libtool
478
479 pdf: pdf-am
480
481 pdf-am:
482
483 ps: ps-am
484
485 ps-am:
486
487 uninstall-am: uninstall-info-am
488
489 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
490         clean-libtool clean-noinstPROGRAMS ctags distclean \
491         distclean-compile distclean-generic distclean-libtool \
492         distclean-tags distdir dvi dvi-am html html-am info info-am \
493         install install-am install-data install-data-am install-exec \
494         install-exec-am install-info install-info-am install-man \
495         install-strip installcheck installcheck-am installdirs \
496         maintainer-clean maintainer-clean-generic mostlyclean \
497         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
498         pdf pdf-am ps ps-am tags uninstall uninstall-am \
499         uninstall-info-am
500
501
502 $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
503         [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml
504
505 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
506         make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
507
508 dist-files:
509         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
510         @echo
511         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
512
513 # Cruft
514 # Tell versions [3.59,3.63) of GNU make to not export all variables.
515 # Otherwise a system limit (for SysV at least) may be exceeded.
516 .NOEXPORT: