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