Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added SMPI_DEP to configure.ac and src/Makefile.am
[simgrid.git] / examples / simdag / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 check_PROGRAMS = sd_test$(EXEEXT)
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42         $(srcdir)/test_simdag.in $(top_srcdir)/acmacro/dist-files.mk
43 subdir = examples/simdag
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
46         $(top_srcdir)/acmacro/compiler-flags.m4 \
47         $(top_srcdir)/acmacro/context.m4 \
48         $(top_srcdir)/acmacro/fancy_configury.m4 \
49         $(top_srcdir)/acmacro/flex.m4 \
50         $(top_srcdir)/acmacro/gras_arch.m4 \
51         $(top_srcdir)/acmacro/print_null.m4 \
52         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 mkinstalldirs = $(install_sh) -d
56 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
57 CONFIG_CLEAN_FILES = test_simdag
58 am_sd_test_OBJECTS = sd_test.$(OBJEXT)
59 sd_test_OBJECTS = $(am_sd_test_OBJECTS)
60 sd_test_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
61 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
62 depcomp = $(SHELL) $(top_srcdir)/depcomp
63 am__depfiles_maybe = depfiles
64 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72         $(LDFLAGS) -o $@
73 SOURCES = $(sd_test_SOURCES)
74 DIST_SOURCES = $(sd_test_SOURCES)
75 ETAGS = etags
76 CTAGS = ctags
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 ACLOCAL = @ACLOCAL@
79 ADDR2LINE = @ADDR2LINE@
80 AMTAR = @AMTAR@
81 AM_CPPFLAGS = @AM_CPPFLAGS@
82 AR = @AR@
83 AS = @AS@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 BASH = @BASH@
89 CC = @CC@
90 CCDEPMODE = @CCDEPMODE@
91 CFLAGS = @CFLAGS@
92 CPP = @CPP@
93 CPPFLAGS = @CPPFLAGS@
94 CXX = @CXX@
95 CXXCPP = @CXXCPP@
96 CXXDEPMODE = @CXXDEPMODE@
97 CXXFLAGS = @CXXFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99 DEFS = @DEFS@
100 DEPDIR = @DEPDIR@
101 DLLTOOL = @DLLTOOL@
102 DOXYGEN = @DOXYGEN@
103 ECHO = @ECHO@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 FLEXML = @FLEXML@
110 GCJ = @GCJ@
111 GCJDEPMODE = @GCJDEPMODE@
112 GCJFLAGS = @GCJFLAGS@
113 GRAS_DEP = @GRAS_DEP@
114 GREP = @GREP@
115 INSTALL = @INSTALL@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120 JAR = @JAR@
121 JAVA = @JAVA@
122 JAVAC = @JAVAC@
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 MAKEINFO = @MAKEINFO@
135 MD5SUM = @MD5SUM@
136 MKDIR_P = @MKDIR_P@
137 OBJDUMP = @OBJDUMP@
138 OBJEXT = @OBJEXT@
139 PACKAGE = @PACKAGE@
140 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141 PACKAGE_NAME = @PACKAGE_NAME@
142 PACKAGE_STRING = @PACKAGE_STRING@
143 PACKAGE_TARNAME = @PACKAGE_TARNAME@
144 PACKAGE_VERSION = @PACKAGE_VERSION@
145 PATH_SEPARATOR = @PATH_SEPARATOR@
146 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
147 RANLIB = @RANLIB@
148 SED = @SED@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 SIMGRID_DEP = @SIMGRID_DEP@
152 SMPI_DEP = @SMPI_DEP@
153 STRIP = @STRIP@
154 VERSION = @VERSION@
155 WARNING = @WARNING@
156 abs_builddir = @abs_builddir@
157 abs_srcdir = @abs_srcdir@
158 abs_top_builddir = @abs_top_builddir@
159 abs_top_srcdir = @abs_top_srcdir@
160 ac_configure_args = @ac_configure_args@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 am__include = @am__include@
164 am__leading_dot = @am__leading_dot@
165 am__quote = @am__quote@
166 am__tar = @am__tar@
167 am__untar = @am__untar@
168 bindir = @bindir@
169 build = @build@
170 build_alias = @build_alias@
171 build_cpu = @build_cpu@
172 build_id = @build_id@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 builddir = @builddir@
176 datadir = @datadir@
177 datarootdir = @datarootdir@
178 docdir = @docdir@
179 dvidir = @dvidir@
180 exec_prefix = @exec_prefix@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 localedir = @localedir@
193 localstatedir = @localstatedir@
194 mandir = @mandir@
195 mkdir_p = @mkdir_p@
196 oldincludedir = @oldincludedir@
197 pdfdir = @pdfdir@
198 prefix = @prefix@
199 program_transform_name = @program_transform_name@
200 psdir = @psdir@
201 pth_skaddr_makecontext = @pth_skaddr_makecontext@
202 pth_sksize_makecontext = @pth_sksize_makecontext@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target = @target@
208 target_alias = @target_alias@
209 target_cpu = @target_cpu@
210 target_os = @target_os@
211 target_vendor = @target_vendor@
212 top_builddir = @top_builddir@
213 top_srcdir = @top_srcdir@
214 INCLUDES = -I$(top_srcdir)/include
215 AM_CFLAGS = -g
216 EXTRA_DIST = small_platform.xml
217 CLEANFILES = sd_test.trace
218 TESTS = test_simdag
219 sd_test_SOURCES = sd_test.c
220 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
221 all: all-am
222
223 .SUFFIXES:
224 .SUFFIXES: .c .lo .o .obj
225 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
226         @for dep in $?; do \
227           case '$(am__configure_deps)' in \
228             *$$dep*) \
229               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230                 && exit 0; \
231               exit 1;; \
232           esac; \
233         done; \
234         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/simdag/Makefile'; \
235         cd $(top_srcdir) && \
236           $(AUTOMAKE) --gnu  examples/simdag/Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239         @case '$?' in \
240           *config.status*) \
241             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242           *) \
243             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245         esac;
246
247 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 test_simdag: $(top_builddir)/config.status $(srcdir)/test_simdag.in
255         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
256
257 clean-checkPROGRAMS:
258         @list='$(check_PROGRAMS)'; for p in $$list; do \
259           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
260           echo " rm -f $$p $$f"; \
261           rm -f $$p $$f ; \
262         done
263 sd_test$(EXEEXT): $(sd_test_OBJECTS) $(sd_test_DEPENDENCIES) 
264         @rm -f sd_test$(EXEEXT)
265         $(LINK) $(sd_test_OBJECTS) $(sd_test_LDADD) $(LIBS)
266
267 mostlyclean-compile:
268         -rm -f *.$(OBJEXT)
269
270 distclean-compile:
271         -rm -f *.tab.c
272
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test.Po@am__quote@
274
275 .c.o:
276 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
277 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
278 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
281
282 .c.obj:
283 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
284 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
288
289 .c.lo:
290 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
291 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
292 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
295
296 mostlyclean-libtool:
297         -rm -f *.lo
298
299 clean-libtool:
300         -rm -rf .libs _libs
301
302 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304         unique=`for i in $$list; do \
305             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306           done | \
307           $(AWK) '    { files[$$0] = 1; } \
308                END { for (i in files) print i; }'`; \
309         mkid -fID $$unique
310 tags: TAGS
311
312 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313                 $(TAGS_FILES) $(LISP)
314         tags=; \
315         here=`pwd`; \
316         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
317         unique=`for i in $$list; do \
318             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319           done | \
320           $(AWK) '    { files[$$0] = 1; } \
321                END { for (i in files) print i; }'`; \
322         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
323           test -n "$$unique" || unique=$$empty_fix; \
324           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
325             $$tags $$unique; \
326         fi
327 ctags: CTAGS
328 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329                 $(TAGS_FILES) $(LISP)
330         tags=; \
331         here=`pwd`; \
332         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333         unique=`for i in $$list; do \
334             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335           done | \
336           $(AWK) '    { files[$$0] = 1; } \
337                END { for (i in files) print i; }'`; \
338         test -z "$(CTAGS_ARGS)$$tags$$unique" \
339           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
340              $$tags $$unique
341
342 GTAGS:
343         here=`$(am__cd) $(top_builddir) && pwd` \
344           && cd $(top_srcdir) \
345           && gtags -i $(GTAGS_ARGS) $$here
346
347 distclean-tags:
348         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
349
350 check-TESTS: $(TESTS)
351         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
352         srcdir=$(srcdir); export srcdir; \
353         list=' $(TESTS) '; \
354         if test -n "$$list"; then \
355           for tst in $$list; do \
356             if test -f ./$$tst; then dir=./; \
357             elif test -f $$tst; then dir=; \
358             else dir="$(srcdir)/"; fi; \
359             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
360               all=`expr $$all + 1`; \
361               case " $(XFAIL_TESTS) " in \
362               *$$ws$$tst$$ws*) \
363                 xpass=`expr $$xpass + 1`; \
364                 failed=`expr $$failed + 1`; \
365                 echo "XPASS: $$tst"; \
366               ;; \
367               *) \
368                 echo "PASS: $$tst"; \
369               ;; \
370               esac; \
371             elif test $$? -ne 77; then \
372               all=`expr $$all + 1`; \
373               case " $(XFAIL_TESTS) " in \
374               *$$ws$$tst$$ws*) \
375                 xfail=`expr $$xfail + 1`; \
376                 echo "XFAIL: $$tst"; \
377               ;; \
378               *) \
379                 failed=`expr $$failed + 1`; \
380                 echo "FAIL: $$tst"; \
381               ;; \
382               esac; \
383             else \
384               skip=`expr $$skip + 1`; \
385               echo "SKIP: $$tst"; \
386             fi; \
387           done; \
388           if test "$$failed" -eq 0; then \
389             if test "$$xfail" -eq 0; then \
390               banner="All $$all tests passed"; \
391             else \
392               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
393             fi; \
394           else \
395             if test "$$xpass" -eq 0; then \
396               banner="$$failed of $$all tests failed"; \
397             else \
398               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
399             fi; \
400           fi; \
401           dashes="$$banner"; \
402           skipped=""; \
403           if test "$$skip" -ne 0; then \
404             skipped="($$skip tests were not run)"; \
405             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
406               dashes="$$skipped"; \
407           fi; \
408           report=""; \
409           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
410             report="Please report to $(PACKAGE_BUGREPORT)"; \
411             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
412               dashes="$$report"; \
413           fi; \
414           dashes=`echo "$$dashes" | sed s/./=/g`; \
415           echo "$$dashes"; \
416           echo "$$banner"; \
417           test -z "$$skipped" || echo "$$skipped"; \
418           test -z "$$report" || echo "$$report"; \
419           echo "$$dashes"; \
420           test "$$failed" -eq 0; \
421         else :; fi
422
423 distdir: $(DISTFILES)
424         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426         list='$(DISTFILES)'; \
427           dist_files=`for file in $$list; do echo $$file; done | \
428           sed -e "s|^$$srcdirstrip/||;t" \
429               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430         case $$dist_files in \
431           */*) $(MKDIR_P) `echo "$$dist_files" | \
432                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433                            sort -u` ;; \
434         esac; \
435         for file in $$dist_files; do \
436           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437           if test -d $$d/$$file; then \
438             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441             fi; \
442             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
443           else \
444             test -f $(distdir)/$$file \
445             || cp -p $$d/$$file $(distdir)/$$file \
446             || exit 1; \
447           fi; \
448         done
449 check-am: all-am
450         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
451         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
452 check: check-am
453 all-am: Makefile
454 installdirs:
455 install: install-am
456 install-exec: install-exec-am
457 install-data: install-data-am
458 uninstall: uninstall-am
459
460 install-am: all-am
461         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
462
463 installcheck: installcheck-am
464 install-strip:
465         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467           `test -z '$(STRIP)' || \
468             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
469 mostlyclean-generic:
470
471 clean-generic:
472         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
473
474 distclean-generic:
475         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
476
477 maintainer-clean-generic:
478         @echo "This command is intended for maintainers to use"
479         @echo "it deletes files that may require special tools to rebuild."
480 clean: clean-am
481
482 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
483         mostlyclean-am
484
485 distclean: distclean-am
486         -rm -rf ./$(DEPDIR)
487         -rm -f Makefile
488 distclean-am: clean-am distclean-compile distclean-generic \
489         distclean-tags
490
491 dvi: dvi-am
492
493 dvi-am:
494
495 html: html-am
496
497 info: info-am
498
499 info-am:
500
501 install-data-am:
502
503 install-dvi: install-dvi-am
504
505 install-exec-am:
506
507 install-html: install-html-am
508
509 install-info: install-info-am
510
511 install-man:
512
513 install-pdf: install-pdf-am
514
515 install-ps: install-ps-am
516
517 installcheck-am:
518
519 maintainer-clean: maintainer-clean-am
520         -rm -rf ./$(DEPDIR)
521         -rm -f Makefile
522 maintainer-clean-am: distclean-am maintainer-clean-generic
523
524 mostlyclean: mostlyclean-am
525
526 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
527         mostlyclean-libtool
528
529 pdf: pdf-am
530
531 pdf-am:
532
533 ps: ps-am
534
535 ps-am:
536
537 uninstall-am:
538
539 .MAKE: install-am install-strip
540
541 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
542         clean-checkPROGRAMS clean-generic clean-libtool ctags \
543         distclean distclean-compile distclean-generic \
544         distclean-libtool distclean-tags distdir dvi dvi-am html \
545         html-am info info-am install install-am install-data \
546         install-data-am install-dvi install-dvi-am install-exec \
547         install-exec-am install-html install-html-am install-info \
548         install-info-am install-man install-pdf install-pdf-am \
549         install-ps install-ps-am install-strip installcheck \
550         installcheck-am installdirs maintainer-clean \
551         maintainer-clean-generic mostlyclean mostlyclean-compile \
552         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
553         tags uninstall uninstall-am
554
555
556 dist-files:
557         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
558         @echo
559         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
560 # Tell versions [3.59,3.63) of GNU make to not export all variables.
561 # Otherwise a system limit (for SysV at least) may be exceeded.
562 .NOEXPORT: