Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make so that the tester builders are trigered when makeDist one is done
[simgrid.git] / examples / gras / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
18
19 # This file is part of the SimGrid project. This is free software:
20 # You can redistribute and/or modify it under the terms of the
21 # GNU LGPL (v2.1) licence.
22
23 # Makefile chunk which allows to display the files which should be included
24 # into the distribution.
25
26 # It is intended to be included in all Makefile.am 
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 target_triplet = @target@
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47         $(top_srcdir)/acmacro/dist-files.mk
48 subdir = examples/gras
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
51         $(top_srcdir)/acmacro/compiler-flags.m4 \
52         $(top_srcdir)/acmacro/context.m4 \
53         $(top_srcdir)/acmacro/fancy_configury.m4 \
54         $(top_srcdir)/acmacro/flex.m4 \
55         $(top_srcdir)/acmacro/gras_arch.m4 \
56         $(top_srcdir)/acmacro/libtool.m4 \
57         $(top_srcdir)/acmacro/ltoptions.m4 \
58         $(top_srcdir)/acmacro/ltsugar.m4 \
59         $(top_srcdir)/acmacro/ltversion.m4 \
60         $(top_srcdir)/acmacro/lt~obsolete.m4 \
61         $(top_srcdir)/acmacro/print_null.m4 \
62         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64         $(ACLOCAL_M4)
65 mkinstalldirs = $(install_sh) -d
66 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
67 CONFIG_CLEAN_FILES =
68 SOURCES =
69 DIST_SOURCES =
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78   distclean-recursive maintainer-clean-recursive
79 ETAGS = etags
80 CTAGS = ctags
81 DIST_SUBDIRS = $(SUBDIRS)
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 ACLOCAL = @ACLOCAL@
84 ADDR2LINE = @ADDR2LINE@
85 AMTAR = @AMTAR@
86 AM_CPPFLAGS = @AM_CPPFLAGS@
87 AR = @AR@
88 AS = @AS@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 BASH = @BASH@
94 CC = @CC@
95 CCDEPMODE = @CCDEPMODE@
96 CFLAGS = @CFLAGS@
97 CPP = @CPP@
98 CPPFLAGS = @CPPFLAGS@
99 CXX = @CXX@
100 CXXCPP = @CXXCPP@
101 CXXDEPMODE = @CXXDEPMODE@
102 CXXFLAGS = @CXXFLAGS@
103 CYGPATH_W = @CYGPATH_W@
104 DEFS = @DEFS@
105 DEPDIR = @DEPDIR@
106 DLLTOOL = @DLLTOOL@
107 DOXYGEN = @DOXYGEN@
108 DSYMUTIL = @DSYMUTIL@
109 DUMPBIN = @DUMPBIN@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 FGREP = @FGREP@
116 FLEXML = @FLEXML@
117 GCJ = @GCJ@
118 GCJDEPMODE = @GCJDEPMODE@
119 GCJFLAGS = @GCJFLAGS@
120 GRAS_DEP = @GRAS_DEP@
121 GREP = @GREP@
122 INSTALL = @INSTALL@
123 INSTALL_DATA = @INSTALL_DATA@
124 INSTALL_PROGRAM = @INSTALL_PROGRAM@
125 INSTALL_SCRIPT = @INSTALL_SCRIPT@
126 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127 JAR = @JAR@
128 JAVA = @JAVA@
129 JAVAC = @JAVAC@
130 LD = @LD@
131 LDFLAGS = @LDFLAGS@
132 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
133 LEX = @LEX@
134 LEXLIB = @LEXLIB@
135 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
136 LIBOBJS = @LIBOBJS@
137 LIBS = @LIBS@
138 LIBTOOL = @LIBTOOL@
139 LIPO = @LIPO@
140 LN_S = @LN_S@
141 LTLIBOBJS = @LTLIBOBJS@
142 MAINT = @MAINT@
143 MAKEINFO = @MAKEINFO@
144 MKDIR_P = @MKDIR_P@
145 NM = @NM@
146 NMEDIT = @NMEDIT@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 OTOOL = @OTOOL@
150 OTOOL64 = @OTOOL64@
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 SED = @SED@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 SIMGRID_DEP = @SIMGRID_DEP@
164 SMPI_DEP = @SMPI_DEP@
165 STRIP = @STRIP@
166 VERSION = @VERSION@
167 WARNING = @WARNING@
168 abs_builddir = @abs_builddir@
169 abs_srcdir = @abs_srcdir@
170 abs_top_builddir = @abs_top_builddir@
171 abs_top_srcdir = @abs_top_srcdir@
172 ac_configure_args = @ac_configure_args@
173 ac_ct_CC = @ac_ct_CC@
174 ac_ct_CXX = @ac_ct_CXX@
175 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build = @build@
183 build_alias = @build_alias@
184 build_cpu = @build_cpu@
185 build_id = @build_id@
186 build_os = @build_os@
187 build_vendor = @build_vendor@
188 builddir = @builddir@
189 datadir = @datadir@
190 datarootdir = @datarootdir@
191 docdir = @docdir@
192 dvidir = @dvidir@
193 exec_prefix = @exec_prefix@
194 host = @host@
195 host_alias = @host_alias@
196 host_cpu = @host_cpu@
197 host_os = @host_os@
198 host_vendor = @host_vendor@
199 htmldir = @htmldir@
200 includedir = @includedir@
201 infodir = @infodir@
202 install_sh = @install_sh@
203 libdir = @libdir@
204 libexecdir = @libexecdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 lt_ECHO = @lt_ECHO@
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 srcdir = @srcdir@
220 sysconfdir = @sysconfdir@
221 target = @target@
222 target_alias = @target_alias@
223 target_cpu = @target_cpu@
224 target_os = @target_os@
225 target_vendor = @target_vendor@
226 top_builddir = @top_builddir@
227 top_srcdir = @top_srcdir@
228 SUBDIRS = ping rpc spawn timer chrono mutual_exclusion/simple_token mmrpc all2all pmm synchro properties
229 all: all-recursive
230
231 .SUFFIXES:
232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
233         @for dep in $?; do \
234           case '$(am__configure_deps)' in \
235             *$$dep*) \
236               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
237                 && exit 0; \
238               exit 1;; \
239           esac; \
240         done; \
241         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/gras/Makefile'; \
242         cd $(top_srcdir) && \
243           $(AUTOMAKE) --gnu  examples/gras/Makefile
244 .PRECIOUS: Makefile
245 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246         @case '$?' in \
247           *config.status*) \
248             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
249           *) \
250             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
251             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252         esac;
253
254 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
258         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
260         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
262 mostlyclean-libtool:
263         -rm -f *.lo
264
265 clean-libtool:
266         -rm -rf .libs _libs
267
268 # This directory's subdirectories are mostly independent; you can cd
269 # into them and run `make' without going through this Makefile.
270 # To change the values of `make' variables: instead of editing Makefiles,
271 # (1) if the variable is set in `config.status', edit `config.status'
272 #     (which will cause the Makefiles to be regenerated when you run `make');
273 # (2) otherwise, pass the desired values on the `make' command line.
274 $(RECURSIVE_TARGETS):
275         @failcom='exit 1'; \
276         for f in x $$MAKEFLAGS; do \
277           case $$f in \
278             *=* | --[!k]*);; \
279             *k*) failcom='fail=yes';; \
280           esac; \
281         done; \
282         dot_seen=no; \
283         target=`echo $@ | sed s/-recursive//`; \
284         list='$(SUBDIRS)'; for subdir in $$list; do \
285           echo "Making $$target in $$subdir"; \
286           if test "$$subdir" = "."; then \
287             dot_seen=yes; \
288             local_target="$$target-am"; \
289           else \
290             local_target="$$target"; \
291           fi; \
292           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293           || eval $$failcom; \
294         done; \
295         if test "$$dot_seen" = "no"; then \
296           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
297         fi; test -z "$$fail"
298
299 $(RECURSIVE_CLEAN_TARGETS):
300         @failcom='exit 1'; \
301         for f in x $$MAKEFLAGS; do \
302           case $$f in \
303             *=* | --[!k]*);; \
304             *k*) failcom='fail=yes';; \
305           esac; \
306         done; \
307         dot_seen=no; \
308         case "$@" in \
309           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
310           *) list='$(SUBDIRS)' ;; \
311         esac; \
312         rev=''; for subdir in $$list; do \
313           if test "$$subdir" = "."; then :; else \
314             rev="$$subdir $$rev"; \
315           fi; \
316         done; \
317         rev="$$rev ."; \
318         target=`echo $@ | sed s/-recursive//`; \
319         for subdir in $$rev; do \
320           echo "Making $$target in $$subdir"; \
321           if test "$$subdir" = "."; then \
322             local_target="$$target-am"; \
323           else \
324             local_target="$$target"; \
325           fi; \
326           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
327           || eval $$failcom; \
328         done && test -z "$$fail"
329 tags-recursive:
330         list='$(SUBDIRS)'; for subdir in $$list; do \
331           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
332         done
333 ctags-recursive:
334         list='$(SUBDIRS)'; for subdir in $$list; do \
335           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
336         done
337
338 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
339         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340         unique=`for i in $$list; do \
341             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342           done | \
343           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
344               END { if (nonempty) { for (i in files) print i; }; }'`; \
345         mkid -fID $$unique
346 tags: TAGS
347
348 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
349                 $(TAGS_FILES) $(LISP)
350         tags=; \
351         here=`pwd`; \
352         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
353           include_option=--etags-include; \
354           empty_fix=.; \
355         else \
356           include_option=--include; \
357           empty_fix=; \
358         fi; \
359         list='$(SUBDIRS)'; for subdir in $$list; do \
360           if test "$$subdir" = .; then :; else \
361             test ! -f $$subdir/TAGS || \
362               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
363           fi; \
364         done; \
365         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366         unique=`for i in $$list; do \
367             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368           done | \
369           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370               END { if (nonempty) { for (i in files) print i; }; }'`; \
371         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
372           test -n "$$unique" || unique=$$empty_fix; \
373           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374             $$tags $$unique; \
375         fi
376 ctags: CTAGS
377 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378                 $(TAGS_FILES) $(LISP)
379         tags=; \
380         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381         unique=`for i in $$list; do \
382             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383           done | \
384           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385               END { if (nonempty) { for (i in files) print i; }; }'`; \
386         test -z "$(CTAGS_ARGS)$$tags$$unique" \
387           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388              $$tags $$unique
389
390 GTAGS:
391         here=`$(am__cd) $(top_builddir) && pwd` \
392           && cd $(top_srcdir) \
393           && gtags -i $(GTAGS_ARGS) $$here
394
395 distclean-tags:
396         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397
398 distdir: $(DISTFILES)
399         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401         list='$(DISTFILES)'; \
402           dist_files=`for file in $$list; do echo $$file; done | \
403           sed -e "s|^$$srcdirstrip/||;t" \
404               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405         case $$dist_files in \
406           */*) $(MKDIR_P) `echo "$$dist_files" | \
407                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408                            sort -u` ;; \
409         esac; \
410         for file in $$dist_files; do \
411           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412           if test -d $$d/$$file; then \
413             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
416             fi; \
417             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
418           else \
419             test -f $(distdir)/$$file \
420             || cp -p $$d/$$file $(distdir)/$$file \
421             || exit 1; \
422           fi; \
423         done
424         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
425           if test "$$subdir" = .; then :; else \
426             test -d "$(distdir)/$$subdir" \
427             || $(MKDIR_P) "$(distdir)/$$subdir" \
428             || exit 1; \
429             distdir=`$(am__cd) $(distdir) && pwd`; \
430             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
431             (cd $$subdir && \
432               $(MAKE) $(AM_MAKEFLAGS) \
433                 top_distdir="$$top_distdir" \
434                 distdir="$$distdir/$$subdir" \
435                 am__remove_distdir=: \
436                 am__skip_length_check=: \
437                 distdir) \
438               || exit 1; \
439           fi; \
440         done
441 check-am: all-am
442 check: check-recursive
443 all-am: Makefile
444 installdirs: installdirs-recursive
445 installdirs-am:
446 install: install-recursive
447 install-exec: install-exec-recursive
448 install-data: install-data-recursive
449 uninstall: uninstall-recursive
450
451 install-am: all-am
452         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453
454 installcheck: installcheck-recursive
455 install-strip:
456         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
457           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
458           `test -z '$(STRIP)' || \
459             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
460 mostlyclean-generic:
461
462 clean-generic:
463
464 distclean-generic:
465         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
466
467 maintainer-clean-generic:
468         @echo "This command is intended for maintainers to use"
469         @echo "it deletes files that may require special tools to rebuild."
470 clean: clean-recursive
471
472 clean-am: clean-generic clean-libtool mostlyclean-am
473
474 distclean: distclean-recursive
475         -rm -f Makefile
476 distclean-am: clean-am distclean-generic distclean-tags
477
478 dvi: dvi-recursive
479
480 dvi-am:
481
482 html: html-recursive
483
484 info: info-recursive
485
486 info-am:
487
488 install-data-am:
489
490 install-dvi: install-dvi-recursive
491
492 install-exec-am:
493
494 install-html: install-html-recursive
495
496 install-info: install-info-recursive
497
498 install-man:
499
500 install-pdf: install-pdf-recursive
501
502 install-ps: install-ps-recursive
503
504 installcheck-am:
505
506 maintainer-clean: maintainer-clean-recursive
507         -rm -f Makefile
508 maintainer-clean-am: distclean-am maintainer-clean-generic
509
510 mostlyclean: mostlyclean-recursive
511
512 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
513
514 pdf: pdf-recursive
515
516 pdf-am:
517
518 ps: ps-recursive
519
520 ps-am:
521
522 uninstall-am:
523
524 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
525         install-strip
526
527 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
528         all all-am check check-am clean clean-generic clean-libtool \
529         ctags ctags-recursive distclean distclean-generic \
530         distclean-libtool distclean-tags distdir dvi dvi-am html \
531         html-am info info-am install install-am install-data \
532         install-data-am install-dvi install-dvi-am install-exec \
533         install-exec-am install-html install-html-am install-info \
534         install-info-am install-man install-pdf install-pdf-am \
535         install-ps install-ps-am install-strip installcheck \
536         installcheck-am installdirs installdirs-am maintainer-clean \
537         maintainer-clean-generic mostlyclean mostlyclean-generic \
538         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
539         uninstall uninstall-am
540
541
542 dist-files:
543         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
544         @echo
545         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
546 # p2p
547 # Tell versions [3.59,3.63) of GNU make to not export all variables.
548 # Otherwise a system limit (for SysV at least) may be exceeded.
549 .NOEXPORT: