Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Automatically generated files.
[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_CFLAGS = -g
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 EXTRA_DIST = small_platform.xml
214 CLEANFILES = sd_test.trace
215 TESTS = test_simdag
216 sd_test_SOURCES = sd_test.c
217 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
218 all: all-am
219
220 .SUFFIXES:
221 .SUFFIXES: .c .lo .o .obj
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/simdag/Makefile'; \
232         cd $(top_srcdir) && \
233           $(AUTOMAKE) --gnu  examples/simdag/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 test_simdag: $(top_builddir)/config.status $(srcdir)/test_simdag.in
252         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
253
254 clean-checkPROGRAMS:
255         @list='$(check_PROGRAMS)'; for p in $$list; do \
256           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
257           echo " rm -f $$p $$f"; \
258           rm -f $$p $$f ; \
259         done
260 sd_test$(EXEEXT): $(sd_test_OBJECTS) $(sd_test_DEPENDENCIES) 
261         @rm -f sd_test$(EXEEXT)
262         $(LINK) $(sd_test_OBJECTS) $(sd_test_LDADD) $(LIBS)
263
264 mostlyclean-compile:
265         -rm -f *.$(OBJEXT)
266
267 distclean-compile:
268         -rm -f *.tab.c
269
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test.Po@am__quote@
271
272 .c.o:
273 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
274 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
278
279 .c.obj:
280 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
281 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
285
286 .c.lo:
287 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
292
293 mostlyclean-libtool:
294         -rm -f *.lo
295
296 clean-libtool:
297         -rm -rf .libs _libs
298
299 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301         unique=`for i in $$list; do \
302             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303           done | \
304           $(AWK) '    { files[$$0] = 1; } \
305                END { for (i in files) print i; }'`; \
306         mkid -fID $$unique
307 tags: TAGS
308
309 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                 $(TAGS_FILES) $(LISP)
311         tags=; \
312         here=`pwd`; \
313         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314         unique=`for i in $$list; do \
315             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316           done | \
317           $(AWK) '    { files[$$0] = 1; } \
318                END { for (i in files) print i; }'`; \
319         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
320           test -n "$$unique" || unique=$$empty_fix; \
321           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322             $$tags $$unique; \
323         fi
324 ctags: CTAGS
325 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
326                 $(TAGS_FILES) $(LISP)
327         tags=; \
328         here=`pwd`; \
329         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
330         unique=`for i in $$list; do \
331             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332           done | \
333           $(AWK) '    { files[$$0] = 1; } \
334                END { for (i in files) print i; }'`; \
335         test -z "$(CTAGS_ARGS)$$tags$$unique" \
336           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
337              $$tags $$unique
338
339 GTAGS:
340         here=`$(am__cd) $(top_builddir) && pwd` \
341           && cd $(top_srcdir) \
342           && gtags -i $(GTAGS_ARGS) $$here
343
344 distclean-tags:
345         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
346
347 check-TESTS: $(TESTS)
348         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
349         srcdir=$(srcdir); export srcdir; \
350         list=' $(TESTS) '; \
351         if test -n "$$list"; then \
352           for tst in $$list; do \
353             if test -f ./$$tst; then dir=./; \
354             elif test -f $$tst; then dir=; \
355             else dir="$(srcdir)/"; fi; \
356             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
357               all=`expr $$all + 1`; \
358               case " $(XFAIL_TESTS) " in \
359               *$$ws$$tst$$ws*) \
360                 xpass=`expr $$xpass + 1`; \
361                 failed=`expr $$failed + 1`; \
362                 echo "XPASS: $$tst"; \
363               ;; \
364               *) \
365                 echo "PASS: $$tst"; \
366               ;; \
367               esac; \
368             elif test $$? -ne 77; then \
369               all=`expr $$all + 1`; \
370               case " $(XFAIL_TESTS) " in \
371               *$$ws$$tst$$ws*) \
372                 xfail=`expr $$xfail + 1`; \
373                 echo "XFAIL: $$tst"; \
374               ;; \
375               *) \
376                 failed=`expr $$failed + 1`; \
377                 echo "FAIL: $$tst"; \
378               ;; \
379               esac; \
380             else \
381               skip=`expr $$skip + 1`; \
382               echo "SKIP: $$tst"; \
383             fi; \
384           done; \
385           if test "$$failed" -eq 0; then \
386             if test "$$xfail" -eq 0; then \
387               banner="All $$all tests passed"; \
388             else \
389               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
390             fi; \
391           else \
392             if test "$$xpass" -eq 0; then \
393               banner="$$failed of $$all tests failed"; \
394             else \
395               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
396             fi; \
397           fi; \
398           dashes="$$banner"; \
399           skipped=""; \
400           if test "$$skip" -ne 0; then \
401             skipped="($$skip tests were not run)"; \
402             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
403               dashes="$$skipped"; \
404           fi; \
405           report=""; \
406           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
407             report="Please report to $(PACKAGE_BUGREPORT)"; \
408             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
409               dashes="$$report"; \
410           fi; \
411           dashes=`echo "$$dashes" | sed s/./=/g`; \
412           echo "$$dashes"; \
413           echo "$$banner"; \
414           test -z "$$skipped" || echo "$$skipped"; \
415           test -z "$$report" || echo "$$report"; \
416           echo "$$dashes"; \
417           test "$$failed" -eq 0; \
418         else :; fi
419
420 distdir: $(DISTFILES)
421         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423         list='$(DISTFILES)'; \
424           dist_files=`for file in $$list; do echo $$file; done | \
425           sed -e "s|^$$srcdirstrip/||;t" \
426               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427         case $$dist_files in \
428           */*) $(MKDIR_P) `echo "$$dist_files" | \
429                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430                            sort -u` ;; \
431         esac; \
432         for file in $$dist_files; do \
433           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434           if test -d $$d/$$file; then \
435             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
438             fi; \
439             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
440           else \
441             test -f $(distdir)/$$file \
442             || cp -p $$d/$$file $(distdir)/$$file \
443             || exit 1; \
444           fi; \
445         done
446 check-am: all-am
447         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
448         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
449 check: check-am
450 all-am: Makefile
451 installdirs:
452 install: install-am
453 install-exec: install-exec-am
454 install-data: install-data-am
455 uninstall: uninstall-am
456
457 install-am: all-am
458         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459
460 installcheck: installcheck-am
461 install-strip:
462         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
463           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
464           `test -z '$(STRIP)' || \
465             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
466 mostlyclean-generic:
467
468 clean-generic:
469         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
470
471 distclean-generic:
472         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473
474 maintainer-clean-generic:
475         @echo "This command is intended for maintainers to use"
476         @echo "it deletes files that may require special tools to rebuild."
477 clean: clean-am
478
479 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
480         mostlyclean-am
481
482 distclean: distclean-am
483         -rm -rf ./$(DEPDIR)
484         -rm -f Makefile
485 distclean-am: clean-am distclean-compile distclean-generic \
486         distclean-tags
487
488 dvi: dvi-am
489
490 dvi-am:
491
492 html: html-am
493
494 info: info-am
495
496 info-am:
497
498 install-data-am:
499
500 install-dvi: install-dvi-am
501
502 install-exec-am:
503
504 install-html: install-html-am
505
506 install-info: install-info-am
507
508 install-man:
509
510 install-pdf: install-pdf-am
511
512 install-ps: install-ps-am
513
514 installcheck-am:
515
516 maintainer-clean: maintainer-clean-am
517         -rm -rf ./$(DEPDIR)
518         -rm -f Makefile
519 maintainer-clean-am: distclean-am maintainer-clean-generic
520
521 mostlyclean: mostlyclean-am
522
523 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
524         mostlyclean-libtool
525
526 pdf: pdf-am
527
528 pdf-am:
529
530 ps: ps-am
531
532 ps-am:
533
534 uninstall-am:
535
536 .MAKE: install-am install-strip
537
538 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
539         clean-checkPROGRAMS clean-generic clean-libtool ctags \
540         distclean distclean-compile distclean-generic \
541         distclean-libtool distclean-tags distdir dvi dvi-am html \
542         html-am info info-am install install-am install-data \
543         install-data-am install-dvi install-dvi-am install-exec \
544         install-exec-am install-html install-html-am install-info \
545         install-info-am install-man install-pdf install-pdf-am \
546         install-ps install-ps-am install-strip installcheck \
547         installcheck-am installdirs maintainer-clean \
548         maintainer-clean-generic mostlyclean mostlyclean-compile \
549         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
550         tags uninstall uninstall-am
551
552
553 dist-files:
554         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
555         @echo
556         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.
559 .NOEXPORT: