remove .la files
[platform/upstream/gmp.git] / cxx / 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-2003, 2012 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 = cxx
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 libcxx_la_LIBADD =
95 am_libcxx_la_OBJECTS = isfuns.lo ismpf.lo ismpq.lo ismpz.lo ismpznw.lo \
96         limits.lo osdoprnti.lo osfuns.lo osmpf.lo osmpq.lo osmpz.lo
97 libcxx_la_OBJECTS = $(am_libcxx_la_OBJECTS)
98 @WANT_CXX_TRUE@am_libcxx_la_rpath =
99 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100 depcomp =
101 am__depfiles_maybe =
102 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
104 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
107 CXXLD = $(CXX)
108 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
110         $(LDFLAGS) -o $@
111 SOURCES = $(libcxx_la_SOURCES)
112 DIST_SOURCES = $(libcxx_la_SOURCES)
113 am__can_run_installinfo = \
114   case $$AM_UPDATE_INFO_DIR in \
115     n|no|NO) false;; \
116     *) (install-info --version) >/dev/null 2>&1;; \
117   esac
118 ETAGS = etags
119 CTAGS = ctags
120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121 ABI = @ABI@
122 ACLOCAL = @ACLOCAL@
123 AMTAR = @AMTAR@
124 AR = @AR@
125 AS = @AS@
126 ASMFLAGS = @ASMFLAGS@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
132 CC = @CC@
133 CCAS = @CCAS@
134 CC_FOR_BUILD = @CC_FOR_BUILD@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CPP_FOR_BUILD = @CPP_FOR_BUILD@
139 CXX = @CXX@
140 CXXCPP = @CXXCPP@
141 CXXFLAGS = @CXXFLAGS@
142 CYGPATH_W = @CYGPATH_W@
143 DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
144 DEFS = @DEFS@
145 DLLTOOL = @DLLTOOL@
146 DSYMUTIL = @DSYMUTIL@
147 DUMPBIN = @DUMPBIN@
148 ECHO_C = @ECHO_C@
149 ECHO_N = @ECHO_N@
150 ECHO_T = @ECHO_T@
151 EGREP = @EGREP@
152 EXEEXT = @EXEEXT@
153 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
154 FGREP = @FGREP@
155 GMP_LDFLAGS = @GMP_LDFLAGS@
156 GMP_LIMB_BITS = @GMP_LIMB_BITS@
157 GMP_NAIL_BITS = @GMP_NAIL_BITS@
158 GREP = @GREP@
159 HAVE_CLOCK_01 = @HAVE_CLOCK_01@
160 HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
161 HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
162 HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
163 HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
164 HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
165 HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
166 HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
167 HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
168 HAVE_STACK_T_01 = @HAVE_STACK_T_01@
169 HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
170 INSTALL = @INSTALL@
171 INSTALL_DATA = @INSTALL_DATA@
172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175 LD = @LD@
176 LDFLAGS = @LDFLAGS@
177 LEX = @LEX@
178 LEXLIB = @LEXLIB@
179 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
180 LIBCURSES = @LIBCURSES@
181 LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
182 LIBGMP_DLL = @LIBGMP_DLL@
183 LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
184 LIBM = @LIBM@
185 LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
186 LIBOBJS = @LIBOBJS@
187 LIBREADLINE = @LIBREADLINE@
188 LIBS = @LIBS@
189 LIBTOOL = @LIBTOOL@
190 LIPO = @LIPO@
191 LN_S = @LN_S@
192 LTLIBOBJS = @LTLIBOBJS@
193 M4 = @M4@
194 MAINT = @MAINT@
195 MAKEINFO = @MAKEINFO@
196 MANIFEST_TOOL = @MANIFEST_TOOL@
197 MKDIR_P = @MKDIR_P@
198 NM = @NM@
199 NMEDIT = @NMEDIT@
200 OBJDUMP = @OBJDUMP@
201 OBJEXT = @OBJEXT@
202 OTOOL = @OTOOL@
203 OTOOL64 = @OTOOL64@
204 PACKAGE = @PACKAGE@
205 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206 PACKAGE_NAME = @PACKAGE_NAME@
207 PACKAGE_STRING = @PACKAGE_STRING@
208 PACKAGE_TARNAME = @PACKAGE_TARNAME@
209 PACKAGE_URL = @PACKAGE_URL@
210 PACKAGE_VERSION = @PACKAGE_VERSION@
211 PATH_SEPARATOR = @PATH_SEPARATOR@
212 RANLIB = @RANLIB@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
217 STRIP = @STRIP@
218 TAL_OBJECT = @TAL_OBJECT@
219 TUNE_LIBS = @TUNE_LIBS@
220 TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
221 U_FOR_BUILD = @U_FOR_BUILD@
222 VERSION = @VERSION@
223 WITH_READLINE_01 = @WITH_READLINE_01@
224 YACC = @YACC@
225 YFLAGS = @YFLAGS@
226 abs_builddir = @abs_builddir@
227 abs_srcdir = @abs_srcdir@
228 abs_top_builddir = @abs_top_builddir@
229 abs_top_srcdir = @abs_top_srcdir@
230 ac_ct_AR = @ac_ct_AR@
231 ac_ct_CC = @ac_ct_CC@
232 ac_ct_CXX = @ac_ct_CXX@
233 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234 am__leading_dot = @am__leading_dot@
235 am__tar = @am__tar@
236 am__untar = @am__untar@
237 bindir = @bindir@
238 build = @build@
239 build_alias = @build_alias@
240 build_cpu = @build_cpu@
241 build_os = @build_os@
242 build_vendor = @build_vendor@
243 builddir = @builddir@
244 datadir = @datadir@
245 datarootdir = @datarootdir@
246 docdir = @docdir@
247 dvidir = @dvidir@
248 exec_prefix = @exec_prefix@
249 gmp_srclinks = @gmp_srclinks@
250 host = @host@
251 host_alias = @host_alias@
252 host_cpu = @host_cpu@
253 host_os = @host_os@
254 host_vendor = @host_vendor@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 mpn_objects = @mpn_objects@
266 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
267 oldincludedir = @oldincludedir@
268 pdfdir = @pdfdir@
269 prefix = @prefix@
270 program_transform_name = @program_transform_name@
271 psdir = @psdir@
272 sbindir = @sbindir@
273 sharedstatedir = @sharedstatedir@
274 srcdir = @srcdir@
275 sysconfdir = @sysconfdir@
276 target_alias = @target_alias@
277 top_build_prefix = @top_build_prefix@
278 top_builddir = @top_builddir@
279 top_srcdir = @top_srcdir@
280 INCLUDES = -D__GMP_WITHIN_GMPXX -I$(top_srcdir)
281 @WANT_CXX_TRUE@noinst_LTLIBRARIES = libcxx.la
282 libcxx_la_SOURCES = \
283   isfuns.cc ismpf.cc ismpq.cc ismpz.cc ismpznw.cc limits.cc \
284   osdoprnti.cc osfuns.cc osmpf.cc osmpq.cc osmpz.cc
285
286 all: all-am
287
288 .SUFFIXES:
289 .SUFFIXES: .cc .lo .o .obj
290 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
291         @for dep in $?; do \
292           case '$(am__configure_deps)' in \
293             *$$dep*) \
294               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
295                 && { if test -f $@; then exit 0; else break; fi; }; \
296               exit 1;; \
297           esac; \
298         done; \
299         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps cxx/Makefile'; \
300         $(am__cd) $(top_srcdir) && \
301           $(AUTOMAKE) --gnu --ignore-deps cxx/Makefile
302 .PRECIOUS: Makefile
303 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304         @case '$?' in \
305           *config.status*) \
306             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
307           *) \
308             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
309             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
310         esac;
311
312 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
315 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
316         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
318         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(am__aclocal_m4_deps):
320
321 clean-noinstLTLIBRARIES:
322         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
323         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
324           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
325           test "$$dir" != "$$p" || dir=.; \
326           echo "rm -f \"$${dir}/so_locations\""; \
327           rm -f "$${dir}/so_locations"; \
328         done
329 libcxx.la: $(libcxx_la_OBJECTS) $(libcxx_la_DEPENDENCIES) $(EXTRA_libcxx_la_DEPENDENCIES) 
330         $(CXXLINK) $(am_libcxx_la_rpath) $(libcxx_la_OBJECTS) $(libcxx_la_LIBADD) $(LIBS)
331
332 mostlyclean-compile:
333         -rm -f *.$(OBJEXT)
334
335 distclean-compile:
336         -rm -f *.tab.c
337
338 .cc.o:
339         $(CXXCOMPILE) -c -o $@ $<
340
341 .cc.obj:
342         $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
343
344 .cc.lo:
345         $(LTCXXCOMPILE) -c -o $@ $<
346
347 mostlyclean-libtool:
348         -rm -f *.lo
349
350 clean-libtool:
351         -rm -rf .libs _libs
352
353 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355         unique=`for i in $$list; do \
356             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357           done | \
358           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359               END { if (nonempty) { for (i in files) print i; }; }'`; \
360         mkid -fID $$unique
361 tags: TAGS
362
363 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364                 $(TAGS_FILES) $(LISP)
365         set x; \
366         here=`pwd`; \
367         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368         unique=`for i in $$list; do \
369             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370           done | \
371           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372               END { if (nonempty) { for (i in files) print i; }; }'`; \
373         shift; \
374         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375           test -n "$$unique" || unique=$$empty_fix; \
376           if test $$# -gt 0; then \
377             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378               "$$@" $$unique; \
379           else \
380             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381               $$unique; \
382           fi; \
383         fi
384 ctags: CTAGS
385 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386                 $(TAGS_FILES) $(LISP)
387         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388         unique=`for i in $$list; do \
389             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390           done | \
391           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392               END { if (nonempty) { for (i in files) print i; }; }'`; \
393         test -z "$(CTAGS_ARGS)$$unique" \
394           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395              $$unique
396
397 GTAGS:
398         here=`$(am__cd) $(top_builddir) && pwd` \
399           && $(am__cd) $(top_srcdir) \
400           && gtags -i $(GTAGS_ARGS) "$$here"
401
402 distclean-tags:
403         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404
405 distdir: $(DISTFILES)
406         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408         list='$(DISTFILES)'; \
409           dist_files=`for file in $$list; do echo $$file; done | \
410           sed -e "s|^$$srcdirstrip/||;t" \
411               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412         case $$dist_files in \
413           */*) $(MKDIR_P) `echo "$$dist_files" | \
414                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415                            sort -u` ;; \
416         esac; \
417         for file in $$dist_files; do \
418           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419           if test -d $$d/$$file; then \
420             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421             if test -d "$(distdir)/$$file"; then \
422               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423             fi; \
424             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
426               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427             fi; \
428             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
429           else \
430             test -f "$(distdir)/$$file" \
431             || cp -p $$d/$$file "$(distdir)/$$file" \
432             || exit 1; \
433           fi; \
434         done
435 check-am: all-am
436 check: check-am
437 all-am: Makefile $(LTLIBRARIES)
438 installdirs:
439 install: install-am
440 install-exec: install-exec-am
441 install-data: install-data-am
442 uninstall: uninstall-am
443
444 install-am: all-am
445         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446
447 installcheck: installcheck-am
448 install-strip:
449         if test -z '$(STRIP)'; then \
450           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452               install; \
453         else \
454           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
457         fi
458 mostlyclean-generic:
459
460 clean-generic:
461
462 distclean-generic:
463         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
466 maintainer-clean-generic:
467         @echo "This command is intended for maintainers to use"
468         @echo "it deletes files that may require special tools to rebuild."
469 clean: clean-am
470
471 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
472         mostlyclean-am
473
474 distclean: distclean-am
475         -rm -f Makefile
476 distclean-am: clean-am distclean-compile distclean-generic \
477         distclean-tags
478
479 dvi: dvi-am
480
481 dvi-am:
482
483 html: html-am
484
485 html-am:
486
487 info: info-am
488
489 info-am:
490
491 install-data-am:
492
493 install-dvi: install-dvi-am
494
495 install-dvi-am:
496
497 install-exec-am:
498
499 install-html: install-html-am
500
501 install-html-am:
502
503 install-info: install-info-am
504
505 install-info-am:
506
507 install-man:
508
509 install-pdf: install-pdf-am
510
511 install-pdf-am:
512
513 install-ps: install-ps-am
514
515 install-ps-am:
516
517 installcheck-am:
518
519 maintainer-clean: maintainer-clean-am
520         -rm -f Makefile
521 maintainer-clean-am: distclean-am maintainer-clean-generic
522
523 mostlyclean: mostlyclean-am
524
525 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
526         mostlyclean-libtool
527
528 pdf: pdf-am
529
530 pdf-am:
531
532 ps: ps-am
533
534 ps-am:
535
536 uninstall-am:
537
538 .MAKE: install-am install-strip
539
540 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
541         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
542         distclean-compile distclean-generic distclean-libtool \
543         distclean-tags distdir dvi dvi-am html html-am info info-am \
544         install install-am install-data install-data-am install-dvi \
545         install-dvi-am install-exec install-exec-am install-html \
546         install-html-am install-info install-info-am install-man \
547         install-pdf install-pdf-am install-ps install-ps-am \
548         install-strip installcheck installcheck-am installdirs \
549         maintainer-clean maintainer-clean-generic mostlyclean \
550         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
551         pdf pdf-am ps ps-am tags uninstall uninstall-am
552
553
554 # Tell versions [3.59,3.63) of GNU make to not export all variables.
555 # Otherwise a system limit (for SysV at least) may be exceeded.
556 .NOEXPORT: