remove .la files
[platform/upstream/gmp.git] / printf / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright 2001, 2002 Free Software Foundation, Inc.
19 #
20 #  This file is part of the GNU MP Library.
21 #
22 #  The GNU MP Library is free software; you can redistribute it and/or modify
23 #  it under the terms of either:
24 #
25 #    * the GNU Lesser General Public License as published by the Free
26 #      Software Foundation; either version 3 of the License, or (at your
27 #      option) any later version.
28 #
29 #  or
30 #
31 #    * the GNU General Public License as published by the Free Software
32 #      Foundation; either version 2 of the License, or (at your option) any
33 #      later version.
34 #
35 #  or both in parallel, as here.
36 #
37 #  The GNU MP Library is distributed in the hope that it will be useful, but
38 #  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
39 #  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
40 #  for more details.
41 #
42 #  You should have received copies of the GNU General Public License and the
43 #  GNU Lesser General Public License along with the GNU MP Library.  If not,
44 #  see https://www.gnu.org/licenses/.
45
46 VPATH = @srcdir@
47 am__make_dryrun = \
48   { \
49     am__dry=no; \
50     case $$MAKEFLAGS in \
51       *\\[\ \   ]*) \
52         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
53           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
54       *) \
55         for am__flg in $$MAKEFLAGS; do \
56           case $$am__flg in \
57             *=*|--*) ;; \
58             *n*) am__dry=yes; break;; \
59           esac; \
60         done;; \
61     esac; \
62     test $$am__dry = yes; \
63   }
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 subdir = printf
83 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
86         $(top_srcdir)/configure.ac
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88         $(ACLOCAL_M4)
89 mkinstalldirs = $(install_sh) -d
90 CONFIG_HEADER = $(top_builddir)/config.h
91 CONFIG_CLEAN_FILES =
92 CONFIG_CLEAN_VPATH_FILES =
93 LTLIBRARIES = $(noinst_LTLIBRARIES)
94 libprintf_la_LIBADD =
95 am_libprintf_la_OBJECTS = asprintf.lo asprntffuns.lo doprnt.lo \
96         doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo \
97         obprntffuns.lo printf.lo printffuns.lo snprintf.lo \
98         snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo \
99         vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo \
100         repl-vsnprintf.lo
101 libprintf_la_OBJECTS = $(am_libprintf_la_OBJECTS)
102 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103 depcomp =
104 am__depfiles_maybe =
105 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
109         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 CCLD = $(CC)
111 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
113         $(LDFLAGS) -o $@
114 SOURCES = $(libprintf_la_SOURCES)
115 DIST_SOURCES = $(libprintf_la_SOURCES)
116 am__can_run_installinfo = \
117   case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120   esac
121 ETAGS = etags
122 CTAGS = ctags
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 ABI = @ABI@
125 ACLOCAL = @ACLOCAL@
126 AMTAR = @AMTAR@
127 AR = @AR@
128 AS = @AS@
129 ASMFLAGS = @ASMFLAGS@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
134 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
135 CC = @CC@
136 CCAS = @CCAS@
137 CC_FOR_BUILD = @CC_FOR_BUILD@
138 CFLAGS = @CFLAGS@
139 CPP = @CPP@
140 CPPFLAGS = @CPPFLAGS@
141 CPP_FOR_BUILD = @CPP_FOR_BUILD@
142 CXX = @CXX@
143 CXXCPP = @CXXCPP@
144 CXXFLAGS = @CXXFLAGS@
145 CYGPATH_W = @CYGPATH_W@
146 DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
147 DEFS = @DEFS@
148 DLLTOOL = @DLLTOOL@
149 DSYMUTIL = @DSYMUTIL@
150 DUMPBIN = @DUMPBIN@
151 ECHO_C = @ECHO_C@
152 ECHO_N = @ECHO_N@
153 ECHO_T = @ECHO_T@
154 EGREP = @EGREP@
155 EXEEXT = @EXEEXT@
156 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
157 FGREP = @FGREP@
158 GMP_LDFLAGS = @GMP_LDFLAGS@
159 GMP_LIMB_BITS = @GMP_LIMB_BITS@
160 GMP_NAIL_BITS = @GMP_NAIL_BITS@
161 GREP = @GREP@
162 HAVE_CLOCK_01 = @HAVE_CLOCK_01@
163 HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
164 HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
165 HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
166 HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
167 HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
168 HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
169 HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
170 HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
171 HAVE_STACK_T_01 = @HAVE_STACK_T_01@
172 HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 LD = @LD@
179 LDFLAGS = @LDFLAGS@
180 LEX = @LEX@
181 LEXLIB = @LEXLIB@
182 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
183 LIBCURSES = @LIBCURSES@
184 LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
185 LIBGMP_DLL = @LIBGMP_DLL@
186 LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
187 LIBM = @LIBM@
188 LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
189 LIBOBJS = @LIBOBJS@
190 LIBREADLINE = @LIBREADLINE@
191 LIBS = @LIBS@
192 LIBTOOL = @LIBTOOL@
193 LIPO = @LIPO@
194 LN_S = @LN_S@
195 LTLIBOBJS = @LTLIBOBJS@
196 M4 = @M4@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MANIFEST_TOOL = @MANIFEST_TOOL@
200 MKDIR_P = @MKDIR_P@
201 NM = @NM@
202 NMEDIT = @NMEDIT@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 RANLIB = @RANLIB@
216 SED = @SED@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
220 STRIP = @STRIP@
221 TAL_OBJECT = @TAL_OBJECT@
222 TUNE_LIBS = @TUNE_LIBS@
223 TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
224 U_FOR_BUILD = @U_FOR_BUILD@
225 VERSION = @VERSION@
226 WITH_READLINE_01 = @WITH_READLINE_01@
227 YACC = @YACC@
228 YFLAGS = @YFLAGS@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_AR = @ac_ct_AR@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_CXX = @ac_ct_CXX@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__leading_dot = @am__leading_dot@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bindir = @bindir@
241 build = @build@
242 build_alias = @build_alias@
243 build_cpu = @build_cpu@
244 build_os = @build_os@
245 build_vendor = @build_vendor@
246 builddir = @builddir@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 exec_prefix = @exec_prefix@
252 gmp_srclinks = @gmp_srclinks@
253 host = @host@
254 host_alias = @host_alias@
255 host_cpu = @host_cpu@
256 host_os = @host_os@
257 host_vendor = @host_vendor@
258 htmldir = @htmldir@
259 includedir = @includedir@
260 infodir = @infodir@
261 install_sh = @install_sh@
262 libdir = @libdir@
263 libexecdir = @libexecdir@
264 localedir = @localedir@
265 localstatedir = @localstatedir@
266 mandir = @mandir@
267 mkdir_p = @mkdir_p@
268 mpn_objects = @mpn_objects@
269 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
270 oldincludedir = @oldincludedir@
271 pdfdir = @pdfdir@
272 prefix = @prefix@
273 program_transform_name = @program_transform_name@
274 psdir = @psdir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 srcdir = @srcdir@
278 sysconfdir = @sysconfdir@
279 target_alias = @target_alias@
280 top_build_prefix = @top_build_prefix@
281 top_builddir = @top_builddir@
282 top_srcdir = @top_srcdir@
283 INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
284 noinst_LTLIBRARIES = libprintf.la
285 libprintf_la_SOURCES = \
286   asprintf.c asprntffuns.c doprnt.c doprntf.c doprnti.c                  \
287   fprintf.c obprintf.c obvprintf.c obprntffuns.c                         \
288   printf.c printffuns.c snprintf.c snprntffuns.c sprintf.c sprintffuns.c \
289   vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c                \
290   repl-vsnprintf.c
291
292 all: all-am
293
294 .SUFFIXES:
295 .SUFFIXES: .c .lo .o .obj
296 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
297         @for dep in $?; do \
298           case '$(am__configure_deps)' in \
299             *$$dep*) \
300               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301                 && { if test -f $@; then exit 0; else break; fi; }; \
302               exit 1;; \
303           esac; \
304         done; \
305         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps printf/Makefile'; \
306         $(am__cd) $(top_srcdir) && \
307           $(AUTOMAKE) --gnu --ignore-deps printf/Makefile
308 .PRECIOUS: Makefile
309 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310         @case '$?' in \
311           *config.status*) \
312             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313           *) \
314             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316         esac;
317
318 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
321 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
322         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(am__aclocal_m4_deps):
326
327 clean-noinstLTLIBRARIES:
328         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
329         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
330           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
331           test "$$dir" != "$$p" || dir=.; \
332           echo "rm -f \"$${dir}/so_locations\""; \
333           rm -f "$${dir}/so_locations"; \
334         done
335 libprintf.la: $(libprintf_la_OBJECTS) $(libprintf_la_DEPENDENCIES) $(EXTRA_libprintf_la_DEPENDENCIES) 
336         $(LINK)  $(libprintf_la_OBJECTS) $(libprintf_la_LIBADD) $(LIBS)
337
338 mostlyclean-compile:
339         -rm -f *.$(OBJEXT)
340
341 distclean-compile:
342         -rm -f *.tab.c
343
344 .c.o:
345         $(COMPILE) -c $<
346
347 .c.obj:
348         $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
350 .c.lo:
351         $(LTCOMPILE) -c -o $@ $<
352
353 mostlyclean-libtool:
354         -rm -f *.lo
355
356 clean-libtool:
357         -rm -rf .libs _libs
358
359 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; nonempty = 1; } \
365               END { if (nonempty) { for (i in files) print i; }; }'`; \
366         mkid -fID $$unique
367 tags: TAGS
368
369 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370                 $(TAGS_FILES) $(LISP)
371         set x; \
372         here=`pwd`; \
373         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374         unique=`for i in $$list; do \
375             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376           done | \
377           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378               END { if (nonempty) { for (i in files) print i; }; }'`; \
379         shift; \
380         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
381           test -n "$$unique" || unique=$$empty_fix; \
382           if test $$# -gt 0; then \
383             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384               "$$@" $$unique; \
385           else \
386             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387               $$unique; \
388           fi; \
389         fi
390 ctags: CTAGS
391 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392                 $(TAGS_FILES) $(LISP)
393         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394         unique=`for i in $$list; do \
395             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396           done | \
397           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398               END { if (nonempty) { for (i in files) print i; }; }'`; \
399         test -z "$(CTAGS_ARGS)$$unique" \
400           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
401              $$unique
402
403 GTAGS:
404         here=`$(am__cd) $(top_builddir) && pwd` \
405           && $(am__cd) $(top_srcdir) \
406           && gtags -i $(GTAGS_ARGS) "$$here"
407
408 distclean-tags:
409         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
410
411 distdir: $(DISTFILES)
412         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414         list='$(DISTFILES)'; \
415           dist_files=`for file in $$list; do echo $$file; done | \
416           sed -e "s|^$$srcdirstrip/||;t" \
417               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418         case $$dist_files in \
419           */*) $(MKDIR_P) `echo "$$dist_files" | \
420                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421                            sort -u` ;; \
422         esac; \
423         for file in $$dist_files; do \
424           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425           if test -d $$d/$$file; then \
426             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
427             if test -d "$(distdir)/$$file"; then \
428               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429             fi; \
430             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433             fi; \
434             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
435           else \
436             test -f "$(distdir)/$$file" \
437             || cp -p $$d/$$file "$(distdir)/$$file" \
438             || exit 1; \
439           fi; \
440         done
441 check-am: all-am
442 check: check-am
443 all-am: Makefile $(LTLIBRARIES)
444 installdirs:
445 install: install-am
446 install-exec: install-exec-am
447 install-data: install-data-am
448 uninstall: uninstall-am
449
450 install-am: all-am
451         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452
453 installcheck: installcheck-am
454 install-strip:
455         if test -z '$(STRIP)'; then \
456           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
457             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
458               install; \
459         else \
460           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
463         fi
464 mostlyclean-generic:
465
466 clean-generic:
467
468 distclean-generic:
469         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
470         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
471
472 maintainer-clean-generic:
473         @echo "This command is intended for maintainers to use"
474         @echo "it deletes files that may require special tools to rebuild."
475 clean: clean-am
476
477 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
478         mostlyclean-am
479
480 distclean: distclean-am
481         -rm -f Makefile
482 distclean-am: clean-am distclean-compile distclean-generic \
483         distclean-tags
484
485 dvi: dvi-am
486
487 dvi-am:
488
489 html: html-am
490
491 html-am:
492
493 info: info-am
494
495 info-am:
496
497 install-data-am:
498
499 install-dvi: install-dvi-am
500
501 install-dvi-am:
502
503 install-exec-am:
504
505 install-html: install-html-am
506
507 install-html-am:
508
509 install-info: install-info-am
510
511 install-info-am:
512
513 install-man:
514
515 install-pdf: install-pdf-am
516
517 install-pdf-am:
518
519 install-ps: install-ps-am
520
521 install-ps-am:
522
523 installcheck-am:
524
525 maintainer-clean: maintainer-clean-am
526         -rm -f Makefile
527 maintainer-clean-am: distclean-am maintainer-clean-generic
528
529 mostlyclean: mostlyclean-am
530
531 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
532         mostlyclean-libtool
533
534 pdf: pdf-am
535
536 pdf-am:
537
538 ps: ps-am
539
540 ps-am:
541
542 uninstall-am:
543
544 .MAKE: install-am install-strip
545
546 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
547         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
548         distclean-compile distclean-generic distclean-libtool \
549         distclean-tags distdir dvi dvi-am html html-am info info-am \
550         install install-am install-data install-data-am install-dvi \
551         install-dvi-am install-exec install-exec-am install-html \
552         install-html-am install-info install-info-am install-man \
553         install-pdf install-pdf-am install-ps install-ps-am \
554         install-strip installcheck installcheck-am installdirs \
555         maintainer-clean maintainer-clean-generic mostlyclean \
556         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
557         pdf pdf-am ps ps-am tags uninstall uninstall-am
558
559
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: