Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Damn autogenerated, get out of the way, I can't see the real changes I've made
[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 SET_MAKE = @SET_MAKE@
149 SHELL = @SHELL@
150 SIMGRID_DEP = @SIMGRID_DEP@
151 STRIP = @STRIP@
152 VERSION = @VERSION@
153 WARNING = @WARNING@
154 abs_builddir = @abs_builddir@
155 abs_srcdir = @abs_srcdir@
156 abs_top_builddir = @abs_top_builddir@
157 abs_top_srcdir = @abs_top_srcdir@
158 ac_configure_args = @ac_configure_args@
159 ac_ct_CC = @ac_ct_CC@
160 ac_ct_CXX = @ac_ct_CXX@
161 am__include = @am__include@
162 am__leading_dot = @am__leading_dot@
163 am__quote = @am__quote@
164 am__tar = @am__tar@
165 am__untar = @am__untar@
166 bindir = @bindir@
167 build = @build@
168 build_alias = @build_alias@
169 build_cpu = @build_cpu@
170 build_id = @build_id@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
199 pth_skaddr_makecontext = @pth_skaddr_makecontext@
200 pth_sksize_makecontext = @pth_sksize_makecontext@
201 sbindir = @sbindir@
202 sharedstatedir = @sharedstatedir@
203 srcdir = @srcdir@
204 sysconfdir = @sysconfdir@
205 target = @target@
206 target_alias = @target_alias@
207 target_cpu = @target_cpu@
208 target_os = @target_os@
209 target_vendor = @target_vendor@
210 top_builddir = @top_builddir@
211 top_srcdir = @top_srcdir@
212 INCLUDES = -I$(top_srcdir)/include
213 AM_CFLAGS = -g
214 EXTRA_DIST = small_platform.xml
215 CLEANFILES = sd_test.trace
216 TESTS = test_simdag
217 sd_test_SOURCES = sd_test.c
218 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
219 all: all-am
220
221 .SUFFIXES:
222 .SUFFIXES: .c .lo .o .obj
223 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
224         @for dep in $?; do \
225           case '$(am__configure_deps)' in \
226             *$$dep*) \
227               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
228                 && exit 0; \
229               exit 1;; \
230           esac; \
231         done; \
232         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/simdag/Makefile'; \
233         cd $(top_srcdir) && \
234           $(AUTOMAKE) --gnu  examples/simdag/Makefile
235 .PRECIOUS: Makefile
236 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237         @case '$?' in \
238           *config.status*) \
239             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240           *) \
241             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
242             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
243         esac;
244
245 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
248 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252 test_simdag: $(top_builddir)/config.status $(srcdir)/test_simdag.in
253         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
254
255 clean-checkPROGRAMS:
256         @list='$(check_PROGRAMS)'; for p in $$list; do \
257           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
258           echo " rm -f $$p $$f"; \
259           rm -f $$p $$f ; \
260         done
261 sd_test$(EXEEXT): $(sd_test_OBJECTS) $(sd_test_DEPENDENCIES) 
262         @rm -f sd_test$(EXEEXT)
263         $(LINK) $(sd_test_OBJECTS) $(sd_test_LDADD) $(LIBS)
264
265 mostlyclean-compile:
266         -rm -f *.$(OBJEXT)
267
268 distclean-compile:
269         -rm -f *.tab.c
270
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test.Po@am__quote@
272
273 .c.o:
274 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
275 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
276 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
277 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
279
280 .c.obj:
281 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
282 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
286
287 .c.lo:
288 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
289 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
293
294 mostlyclean-libtool:
295         -rm -f *.lo
296
297 clean-libtool:
298         -rm -rf .libs _libs
299
300 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
301         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
302         unique=`for i in $$list; do \
303             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304           done | \
305           $(AWK) '    { files[$$0] = 1; } \
306                END { for (i in files) print i; }'`; \
307         mkid -fID $$unique
308 tags: TAGS
309
310 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
311                 $(TAGS_FILES) $(LISP)
312         tags=; \
313         here=`pwd`; \
314         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315         unique=`for i in $$list; do \
316             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317           done | \
318           $(AWK) '    { files[$$0] = 1; } \
319                END { for (i in files) print i; }'`; \
320         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
321           test -n "$$unique" || unique=$$empty_fix; \
322           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
323             $$tags $$unique; \
324         fi
325 ctags: CTAGS
326 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327                 $(TAGS_FILES) $(LISP)
328         tags=; \
329         here=`pwd`; \
330         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331         unique=`for i in $$list; do \
332             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333           done | \
334           $(AWK) '    { files[$$0] = 1; } \
335                END { for (i in files) print i; }'`; \
336         test -z "$(CTAGS_ARGS)$$tags$$unique" \
337           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
338              $$tags $$unique
339
340 GTAGS:
341         here=`$(am__cd) $(top_builddir) && pwd` \
342           && cd $(top_srcdir) \
343           && gtags -i $(GTAGS_ARGS) $$here
344
345 distclean-tags:
346         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
347
348 check-TESTS: $(TESTS)
349         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
350         srcdir=$(srcdir); export srcdir; \
351         list=' $(TESTS) '; \
352         if test -n "$$list"; then \
353           for tst in $$list; do \
354             if test -f ./$$tst; then dir=./; \
355             elif test -f $$tst; then dir=; \
356             else dir="$(srcdir)/"; fi; \
357             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
358               all=`expr $$all + 1`; \
359               case " $(XFAIL_TESTS) " in \
360               *$$ws$$tst$$ws*) \
361                 xpass=`expr $$xpass + 1`; \
362                 failed=`expr $$failed + 1`; \
363                 echo "XPASS: $$tst"; \
364               ;; \
365               *) \
366                 echo "PASS: $$tst"; \
367               ;; \
368               esac; \
369             elif test $$? -ne 77; then \
370               all=`expr $$all + 1`; \
371               case " $(XFAIL_TESTS) " in \
372               *$$ws$$tst$$ws*) \
373                 xfail=`expr $$xfail + 1`; \
374                 echo "XFAIL: $$tst"; \
375               ;; \
376               *) \
377                 failed=`expr $$failed + 1`; \
378                 echo "FAIL: $$tst"; \
379               ;; \
380               esac; \
381             else \
382               skip=`expr $$skip + 1`; \
383               echo "SKIP: $$tst"; \
384             fi; \
385           done; \
386           if test "$$failed" -eq 0; then \
387             if test "$$xfail" -eq 0; then \
388               banner="All $$all tests passed"; \
389             else \
390               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
391             fi; \
392           else \
393             if test "$$xpass" -eq 0; then \
394               banner="$$failed of $$all tests failed"; \
395             else \
396               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
397             fi; \
398           fi; \
399           dashes="$$banner"; \
400           skipped=""; \
401           if test "$$skip" -ne 0; then \
402             skipped="($$skip tests were not run)"; \
403             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
404               dashes="$$skipped"; \
405           fi; \
406           report=""; \
407           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
408             report="Please report to $(PACKAGE_BUGREPORT)"; \
409             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
410               dashes="$$report"; \
411           fi; \
412           dashes=`echo "$$dashes" | sed s/./=/g`; \
413           echo "$$dashes"; \
414           echo "$$banner"; \
415           test -z "$$skipped" || echo "$$skipped"; \
416           test -z "$$report" || echo "$$report"; \
417           echo "$$dashes"; \
418           test "$$failed" -eq 0; \
419         else :; fi
420
421 distdir: $(DISTFILES)
422         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424         list='$(DISTFILES)'; \
425           dist_files=`for file in $$list; do echo $$file; done | \
426           sed -e "s|^$$srcdirstrip/||;t" \
427               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
428         case $$dist_files in \
429           */*) $(MKDIR_P) `echo "$$dist_files" | \
430                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
431                            sort -u` ;; \
432         esac; \
433         for file in $$dist_files; do \
434           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435           if test -d $$d/$$file; then \
436             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
438               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
439             fi; \
440             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
441           else \
442             test -f $(distdir)/$$file \
443             || cp -p $$d/$$file $(distdir)/$$file \
444             || exit 1; \
445           fi; \
446         done
447 check-am: all-am
448         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
449         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
450 check: check-am
451 all-am: Makefile
452 installdirs:
453 install: install-am
454 install-exec: install-exec-am
455 install-data: install-data-am
456 uninstall: uninstall-am
457
458 install-am: all-am
459         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461 installcheck: installcheck-am
462 install-strip:
463         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465           `test -z '$(STRIP)' || \
466             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467 mostlyclean-generic:
468
469 clean-generic:
470         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
471
472 distclean-generic:
473         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474
475 maintainer-clean-generic:
476         @echo "This command is intended for maintainers to use"
477         @echo "it deletes files that may require special tools to rebuild."
478 clean: clean-am
479
480 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
481         mostlyclean-am
482
483 distclean: distclean-am
484         -rm -rf ./$(DEPDIR)
485         -rm -f Makefile
486 distclean-am: clean-am distclean-compile distclean-generic \
487         distclean-tags
488
489 dvi: dvi-am
490
491 dvi-am:
492
493 html: html-am
494
495 info: info-am
496
497 info-am:
498
499 install-data-am:
500
501 install-dvi: install-dvi-am
502
503 install-exec-am:
504
505 install-html: install-html-am
506
507 install-info: install-info-am
508
509 install-man:
510
511 install-pdf: install-pdf-am
512
513 install-ps: install-ps-am
514
515 installcheck-am:
516
517 maintainer-clean: maintainer-clean-am
518         -rm -rf ./$(DEPDIR)
519         -rm -f Makefile
520 maintainer-clean-am: distclean-am maintainer-clean-generic
521
522 mostlyclean: mostlyclean-am
523
524 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
525         mostlyclean-libtool
526
527 pdf: pdf-am
528
529 pdf-am:
530
531 ps: ps-am
532
533 ps-am:
534
535 uninstall-am:
536
537 .MAKE: install-am install-strip
538
539 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
540         clean-checkPROGRAMS clean-generic clean-libtool ctags \
541         distclean distclean-compile distclean-generic \
542         distclean-libtool distclean-tags distdir dvi dvi-am html \
543         html-am info info-am install install-am install-data \
544         install-data-am install-dvi install-dvi-am install-exec \
545         install-exec-am install-html install-html-am install-info \
546         install-info-am install-man install-pdf install-pdf-am \
547         install-ps install-ps-am install-strip installcheck \
548         installcheck-am installdirs maintainer-clean \
549         maintainer-clean-generic mostlyclean mostlyclean-compile \
550         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
551         tags uninstall uninstall-am
552
553
554 dist-files:
555         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
556         @echo
557         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
559 # Otherwise a system limit (for SysV at least) may be exceeded.
560 .NOEXPORT: