Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update autogenerated
[simgrid.git] / examples / amok / 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 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = ../..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 target_triplet = @target@
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45         $(top_srcdir)/acmacro/dist-files.mk
46 subdir = examples/amok
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 =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64         html-recursive info-recursive install-data-recursive \
65         install-exec-recursive install-info-recursive \
66         install-recursive installcheck-recursive installdirs-recursive \
67         pdf-recursive ps-recursive uninstall-info-recursive \
68         uninstall-recursive
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = $(SUBDIRS)
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 ACLOCAL = @ACLOCAL@
74 ADDR2LINE = @ADDR2LINE@
75 AMDEP_FALSE = @AMDEP_FALSE@
76 AMDEP_TRUE = @AMDEP_TRUE@
77 AMTAR = @AMTAR@
78 AM_CFLAGS = @AM_CFLAGS@
79 AR = @AR@
80 AS = @AS@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 BASH = @BASH@
86 CC = @CC@
87 CCDEPMODE = @CCDEPMODE@
88 CFLAGS = @CFLAGS@
89 CPP = @CPP@
90 CPPFLAGS = @CPPFLAGS@
91 CXX = @CXX@
92 CXXCPP = @CXXCPP@
93 CXXDEPMODE = @CXXDEPMODE@
94 CXXFLAGS = @CXXFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DEFS = @DEFS@
97 DEPDIR = @DEPDIR@
98 DLLTOOL = @DLLTOOL@
99 DOXYGEN = @DOXYGEN@
100 ECHO = @ECHO@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 F77 = @F77@
107 FFLAGS = @FFLAGS@
108 FLEXML = @FLEXML@
109 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
110 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
111 GRAS_DEP = @GRAS_DEP@
112 GREP = @GREP@
113 GTNETS_CFLAGS = @GTNETS_CFLAGS@
114 GTNETS_LDFLAGS = @GTNETS_LDFLAGS@
115 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
116 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
117 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
118 HAVE_SDP_TRUE = @HAVE_SDP_TRUE@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 LDFLAGS = @LDFLAGS@
124 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
125 LEX = @LEX@
126 LEXLIB = @LEXLIB@
127 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
128 LIBOBJS = @LIBOBJS@
129 LIBS = @LIBS@
130 LIBTOOL = @LIBTOOL@
131 LN_S = @LN_S@
132 LTLIBOBJS = @LTLIBOBJS@
133 MAINT = @MAINT@
134 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
135 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
136 MAKEINFO = @MAKEINFO@
137 MD5SUM = @MD5SUM@
138 OBJDUMP = @OBJDUMP@
139 OBJEXT = @OBJEXT@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_VERSION = @PACKAGE_VERSION@
146 PATH_SEPARATOR = @PATH_SEPARATOR@
147 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
148 RANLIB = @RANLIB@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 SIMGRID_DEP = @SIMGRID_DEP@
152 STRIP = @STRIP@
153 USE_GTNETS_FALSE = @USE_GTNETS_FALSE@
154 USE_GTNETS_TRUE = @USE_GTNETS_TRUE@
155 USE_SIMIX_FALSE = @USE_SIMIX_FALSE@
156 USE_SIMIX_TRUE = @USE_SIMIX_TRUE@
157 VERSION = @VERSION@
158 WARNING = @WARNING@
159 abs_builddir = @abs_builddir@
160 abs_srcdir = @abs_srcdir@
161 abs_top_builddir = @abs_top_builddir@
162 abs_top_srcdir = @abs_top_srcdir@
163 ac_configure_args = @ac_configure_args@
164 ac_ct_CC = @ac_ct_CC@
165 ac_ct_CXX = @ac_ct_CXX@
166 ac_ct_F77 = @ac_ct_F77@
167 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
168 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
169 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
170 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
171 am__include = @am__include@
172 am__leading_dot = @am__leading_dot@
173 am__quote = @am__quote@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build = @build@
178 build_alias = @build_alias@
179 build_cpu = @build_cpu@
180 build_id = @build_id@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 datadir = @datadir@
184 datarootdir = @datarootdir@
185 docdir = @docdir@
186 dvidir = @dvidir@
187 exec_prefix = @exec_prefix@
188 host = @host@
189 host_alias = @host_alias@
190 host_cpu = @host_cpu@
191 host_os = @host_os@
192 host_vendor = @host_vendor@
193 htmldir = @htmldir@
194 includedir = @includedir@
195 infodir = @infodir@
196 install_sh = @install_sh@
197 libdir = @libdir@
198 libexecdir = @libexecdir@
199 localedir = @localedir@
200 localstatedir = @localstatedir@
201 mandir = @mandir@
202 mkdir_p = @mkdir_p@
203 oldincludedir = @oldincludedir@
204 pdfdir = @pdfdir@
205 prefix = @prefix@
206 program_transform_name = @program_transform_name@
207 psdir = @psdir@
208 pth_skaddr_makecontext = @pth_skaddr_makecontext@
209 pth_sksize_makecontext = @pth_sksize_makecontext@
210 sbindir = @sbindir@
211 sharedstatedir = @sharedstatedir@
212 sysconfdir = @sysconfdir@
213 target = @target@
214 target_alias = @target_alias@
215 target_cpu = @target_cpu@
216 target_os = @target_os@
217 target_vendor = @target_vendor@
218 SUBDIRS = bandwidth saturate # alnem 
219 all: all-recursive
220
221 .SUFFIXES:
222 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
223         @for dep in $?; do \
224           case '$(am__configure_deps)' in \
225             *$$dep*) \
226               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
227                 && exit 0; \
228               exit 1;; \
229           esac; \
230         done; \
231         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/amok/Makefile'; \
232         cd $(top_srcdir) && \
233           $(AUTOMAKE) --gnu  examples/amok/Makefile
234 .PRECIOUS: Makefile
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236         @case '$?' in \
237           *config.status*) \
238             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239           *) \
240             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242         esac;
243
244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252 mostlyclean-libtool:
253         -rm -f *.lo
254
255 clean-libtool:
256         -rm -rf .libs _libs
257
258 distclean-libtool:
259         -rm -f libtool
260 uninstall-info-am:
261
262 # This directory's subdirectories are mostly independent; you can cd
263 # into them and run `make' without going through this Makefile.
264 # To change the values of `make' variables: instead of editing Makefiles,
265 # (1) if the variable is set in `config.status', edit `config.status'
266 #     (which will cause the Makefiles to be regenerated when you run `make');
267 # (2) otherwise, pass the desired values on the `make' command line.
268 $(RECURSIVE_TARGETS):
269         @failcom='exit 1'; \
270         for f in x $$MAKEFLAGS; do \
271           case $$f in \
272             *=* | --[!k]*);; \
273             *k*) failcom='fail=yes';; \
274           esac; \
275         done; \
276         dot_seen=no; \
277         target=`echo $@ | sed s/-recursive//`; \
278         list='$(SUBDIRS)'; for subdir in $$list; do \
279           echo "Making $$target in $$subdir"; \
280           if test "$$subdir" = "."; then \
281             dot_seen=yes; \
282             local_target="$$target-am"; \
283           else \
284             local_target="$$target"; \
285           fi; \
286           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
287           || eval $$failcom; \
288         done; \
289         if test "$$dot_seen" = "no"; then \
290           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
291         fi; test -z "$$fail"
292
293 mostlyclean-recursive clean-recursive distclean-recursive \
294 maintainer-clean-recursive:
295         @failcom='exit 1'; \
296         for f in x $$MAKEFLAGS; do \
297           case $$f in \
298             *=* | --[!k]*);; \
299             *k*) failcom='fail=yes';; \
300           esac; \
301         done; \
302         dot_seen=no; \
303         case "$@" in \
304           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
305           *) list='$(SUBDIRS)' ;; \
306         esac; \
307         rev=''; for subdir in $$list; do \
308           if test "$$subdir" = "."; then :; else \
309             rev="$$subdir $$rev"; \
310           fi; \
311         done; \
312         rev="$$rev ."; \
313         target=`echo $@ | sed s/-recursive//`; \
314         for subdir in $$rev; do \
315           echo "Making $$target in $$subdir"; \
316           if test "$$subdir" = "."; then \
317             local_target="$$target-am"; \
318           else \
319             local_target="$$target"; \
320           fi; \
321           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322           || eval $$failcom; \
323         done && test -z "$$fail"
324 tags-recursive:
325         list='$(SUBDIRS)'; for subdir in $$list; do \
326           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
327         done
328 ctags-recursive:
329         list='$(SUBDIRS)'; for subdir in $$list; do \
330           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
331         done
332
333 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335         unique=`for i in $$list; do \
336             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337           done | \
338           $(AWK) '    { files[$$0] = 1; } \
339                END { for (i in files) print i; }'`; \
340         mkid -fID $$unique
341 tags: TAGS
342
343 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344                 $(TAGS_FILES) $(LISP)
345         tags=; \
346         here=`pwd`; \
347         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
348           include_option=--etags-include; \
349           empty_fix=.; \
350         else \
351           include_option=--include; \
352           empty_fix=; \
353         fi; \
354         list='$(SUBDIRS)'; for subdir in $$list; do \
355           if test "$$subdir" = .; then :; else \
356             test ! -f $$subdir/TAGS || \
357               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
358           fi; \
359         done; \
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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
367           test -n "$$unique" || unique=$$empty_fix; \
368           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369             $$tags $$unique; \
370         fi
371 ctags: CTAGS
372 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373                 $(TAGS_FILES) $(LISP)
374         tags=; \
375         here=`pwd`; \
376         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377         unique=`for i in $$list; do \
378             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379           done | \
380           $(AWK) '    { files[$$0] = 1; } \
381                END { for (i in files) print i; }'`; \
382         test -z "$(CTAGS_ARGS)$$tags$$unique" \
383           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384              $$tags $$unique
385
386 GTAGS:
387         here=`$(am__cd) $(top_builddir) && pwd` \
388           && cd $(top_srcdir) \
389           && gtags -i $(GTAGS_ARGS) $$here
390
391 distclean-tags:
392         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
393
394 distdir: $(DISTFILES)
395         $(mkdir_p) $(distdir)/../../acmacro
396         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
397         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
398         list='$(DISTFILES)'; for file in $$list; do \
399           case $$file in \
400             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
401             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
402           esac; \
403           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
405           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
406             dir="/$$dir"; \
407             $(mkdir_p) "$(distdir)$$dir"; \
408           else \
409             dir=''; \
410           fi; \
411           if test -d $$d/$$file; then \
412             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
414             fi; \
415             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
416           else \
417             test -f $(distdir)/$$file \
418             || cp -p $$d/$$file $(distdir)/$$file \
419             || exit 1; \
420           fi; \
421         done
422         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
423           if test "$$subdir" = .; then :; else \
424             test -d "$(distdir)/$$subdir" \
425             || $(mkdir_p) "$(distdir)/$$subdir" \
426             || exit 1; \
427             distdir=`$(am__cd) $(distdir) && pwd`; \
428             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
429             (cd $$subdir && \
430               $(MAKE) $(AM_MAKEFLAGS) \
431                 top_distdir="$$top_distdir" \
432                 distdir="$$distdir/$$subdir" \
433                 distdir) \
434               || exit 1; \
435           fi; \
436         done
437 check-am: all-am
438 check: check-recursive
439 all-am: Makefile
440 installdirs: installdirs-recursive
441 installdirs-am:
442 install: install-recursive
443 install-exec: install-exec-recursive
444 install-data: install-data-recursive
445 uninstall: uninstall-recursive
446
447 install-am: all-am
448         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
449
450 installcheck: installcheck-recursive
451 install-strip:
452         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
453           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
454           `test -z '$(STRIP)' || \
455             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
456 mostlyclean-generic:
457
458 clean-generic:
459
460 distclean-generic:
461         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
462
463 maintainer-clean-generic:
464         @echo "This command is intended for maintainers to use"
465         @echo "it deletes files that may require special tools to rebuild."
466 clean: clean-recursive
467
468 clean-am: clean-generic clean-libtool mostlyclean-am
469
470 distclean: distclean-recursive
471         -rm -f Makefile
472 distclean-am: clean-am distclean-generic distclean-libtool \
473         distclean-tags
474
475 dvi: dvi-recursive
476
477 dvi-am:
478
479 html: html-recursive
480
481 info: info-recursive
482
483 info-am:
484
485 install-data-am:
486
487 install-exec-am:
488
489 install-info: install-info-recursive
490
491 install-man:
492
493 installcheck-am:
494
495 maintainer-clean: maintainer-clean-recursive
496         -rm -f Makefile
497 maintainer-clean-am: distclean-am maintainer-clean-generic
498
499 mostlyclean: mostlyclean-recursive
500
501 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
502
503 pdf: pdf-recursive
504
505 pdf-am:
506
507 ps: ps-recursive
508
509 ps-am:
510
511 uninstall-am: uninstall-info-am
512
513 uninstall-info: uninstall-info-recursive
514
515 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
516         clean clean-generic clean-libtool clean-recursive ctags \
517         ctags-recursive distclean distclean-generic distclean-libtool \
518         distclean-recursive distclean-tags distdir dvi dvi-am html \
519         html-am info info-am install install-am install-data \
520         install-data-am install-exec install-exec-am install-info \
521         install-info-am install-man install-strip installcheck \
522         installcheck-am installdirs installdirs-am maintainer-clean \
523         maintainer-clean-generic maintainer-clean-recursive \
524         mostlyclean mostlyclean-generic mostlyclean-libtool \
525         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
526         uninstall uninstall-am uninstall-info-am
527
528
529 dist-files:
530         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
531         @echo
532         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
533 # Tell versions [3.59,3.63) of GNU make to not export all variables.
534 # Otherwise a system limit (for SysV at least) may be exceeded.
535 .NOEXPORT: