Logo AND Algorithmique Numérique Distribuée

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