[project @ 2000-08-21 15:21:52 by simonmar]
[ghc-hetmet.git] / ghc / rts / gmp / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 SHELL = @SHELL@
14
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
20
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DESTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = .
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 INSTALL_STRIP_FLAG =
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60
61 @SET_MAKE@
62 build_alias = @build_alias@
63 build_triplet = @build@
64 host_alias = @host_alias@
65 host_triplet = @host@
66 target_alias = @target_alias@
67 target_triplet = @target@
68 AMDEP = @AMDEP@
69 AMTAR = @AMTAR@
70 AR = @AR@
71 AS = @AS@
72 AWK = @AWK@
73 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
74 CC = @CC@
75 CCAS = @CCAS@
76 CPP = @CPP@
77 CXX = @CXX@
78 CXXCPP = @CXXCPP@
79 DEPDIR = @DEPDIR@
80 DLLTOOL = @DLLTOOL@
81 EXEEXT = @EXEEXT@
82 LIBTOOL = @LIBTOOL@
83 LN_S = @LN_S@
84 M4 = @M4@
85 MAINT = @MAINT@
86 MAKEINFO = @MAKEINFO@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 SPEED_CYCLECOUNTER_OBJS = @SPEED_CYCLECOUNTER_OBJS@
92 STRIP = @STRIP@
93 U = @U@
94 VERSION = @VERSION@
95 gmp_srclinks = @gmp_srclinks@
96 install_sh = @install_sh@
97 mpn_objects = @mpn_objects@
98 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
99
100 # Copyright (C) 1991, 1993, 1994, 1996, 1997, 1999, 2000 Free Software
101 # Foundation, Inc.
102 #
103 # This file is part of the GNU MP Library.
104 #
105 # The GNU MP Library is free software; you can redistribute it and/or modify
106 # it under the terms of the GNU Lesser General Public License as published by
107 # the Free Software Foundation; either version 2.1 of the License, or (at your
108 # option) any later version.
109 #
110 # The GNU MP Library is distributed in the hope that it will be useful, but
111 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
112 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
113 # License for more details.
114 #
115 # You should have received a copy of the GNU Lesser General Public License
116 # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
117 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
118 # MA 02111-1307, USA.
119
120 # make check
121 #
122 #     It'd be good if "make check" first did a "make all" or whatever to
123 #     build libgmp.la, but it's not clear how best to do this.  Putting a
124 #     "check:" target is overridden by automake, and a "check-local:" runs
125 #     too late (due to depth-first subdirectory processing).  For now it's
126 #     necessary to do "make && make check".
127 #
128 # MPF_OBJECTS etc
129 #
130 #     Libtool needs all the .lo files passed to it if it's going to build
131 #     both a static and shared library.  If a convenience library like
132 #     mpf/libmpf.la is passed then the resulting libgmp.a gets the PIC .lo
133 #     objects rather than the non-PIC .o's.
134 #
135 #     Unfortunately this leads to the big lists of objects below.  Something
136 #     like mpz/*.lo would probably work, but might risk missing something
137 #     out or getting something extra.  The source files for each .lo are
138 #     listed in the Makefile.am's in the subdirectories.
139
140 # Libtool -version-info for libgmp.la and libmp.la.  See (libtool)Versioning
141 #
142 # 1. No interfaces changed, only implementations (good): Increment REVISION.
143 #
144 # 2. Interfaces added, none removed (good): Increment CURRENT, increment
145 #    AGE, set REVISION to 0.
146 #
147 # 3. Interfaces removed (BAD, breaks upward compatibility): Increment
148 #    CURRENT, set AGE and REVISION to 0.
149 #
150 # Do this separately for libgmp and libmp, only do it just before a release.
151 #
152 #         GMP      -version-info
153 #       release   libgmp  libmp
154 #        2.0.x      -       -
155 #        3.0      3:0:0   3:0:0
156 #        3.0.1    3:1:0   3:0:0
157 #        3.1      4:0:1   4:0:1
158 #
159 #
160 # Starting at 3:0:0 is a slight abuse of the versioning system, but it
161 # ensures we're past soname libgmp.so.2, which is what has been used on
162 # Debian GNU/Linux packages of gmp 2.  Pretend gmp 2 was 2:0:0, so the
163 # interface changes for gmp 3 mean 3:0:0 is right.
164
165
166 LIBGMP_LT_CURRENT = 4
167 LIBGMP_LT_REVISION = 0
168 LIBGMP_LT_AGE = 1
169
170 LIBMP_LT_CURRENT = 4
171 LIBMP_LT_REVISION = 0
172 LIBMP_LT_AGE = 1
173
174 AUTOMAKE_OPTIONS = gnu check-news no-dependencies ansi2knr
175
176 SUBDIRS = mpn mpz
177
178 include_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) $(MPFR_HEADERS_OPTION)
179 EXTRA_HEADERS = mp.h
180
181 lib_LTLIBRARIES = libgmp.la $(MPBSD_LTLIBRARIES_OPTION)
182
183 EXTRA_DIST = .gdbinit gmp-impl.h longlong.h stack-alloc.h urandom.h doc macos
184
185 DISTCLEANFILES = asm-syntax.h config.m4 @gmp_srclinks@
186
187 MPZ_OBJECTS = mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/addmul_ui.lo mpz/and.lo \
188   mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo \
189   mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo \
190   mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/clear.lo mpz/clrbit.lo mpz/cmp.lo \
191   mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_ui.lo mpz/com.lo \
192   mpz/divexact.lo mpz/dump.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_2exp.lo \
193   mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo \
194   mpz/fdiv_r_2exp.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo \
195   mpz/fits_sint_p.lo mpz/fits_slong_p.lo mpz/fits_sshort_p.lo \
196   mpz/fits_uint_p.lo mpz/fits_ulong_p.lo mpz/fits_ushort_p.lo mpz/gcd.lo \
197   mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_si.lo mpz/get_str.lo \
198   mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/init.lo mpz/inp_raw.lo \
199   mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo \
200   mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo \
201   mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo \
202   mpz/lcm.lo mpz/legendre.lo \
203   mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo \
204   mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo \
205   mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_ui.lo mpz/pprime_p.lo \
206   mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/remove.lo mpz/root.lo \
207   mpz/rrandomb.lo \
208   mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo \
209   mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo \
210   mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo \
211   mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo \
212   mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo \
213   mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/urandomb.lo \
214   mpz/urandomm.lo mpz/xor.lo
215
216 MPN_OBJECTS = @mpn_objs_in_libgmp@
217
218 MPBSD_OBJECTS = mpbsd/add.lo mpbsd/tdiv_qr.lo mpbsd/move.lo mpbsd/powm.lo \
219   mpbsd/sub.lo mpbsd/cmp.lo mpbsd/mfree.lo mpbsd/mtox.lo mpbsd/realloc.lo \
220   mpbsd/gcd.lo mpbsd/itom.lo mpbsd/min.lo mpbsd/mul.lo mpbsd/mout.lo      \
221   mpbsd/pow_ui.lo mpbsd/sdiv.lo mpbsd/sqrtrem.lo mpbsd/xtom.lo 
222
223
224
225 @WANT_MPFR_TRUE@MPFR_HEADERS_OPTION = @WANT_MPFR_TRUE@mpfr/mpfr.h
226 @WANT_MPFR_TRUE@MPFR_OBJECTS_OPTION = @WANT_MPFR_TRUE@$(MPFR_OBJECTS)
227 @WANT_MPFR_TRUE@MPFR_LIBADD_OPTION = @WANT_MPFR_TRUE@-lm
228 libgmp_la_SOURCES = assert.c compat.c errno.c memory.c mp_set_fns.c      \
229   mp_clz_tab.c mp_minv_tab.c                                             \
230   version.c stack-alloc.c mp_bpl.c extract-dbl.c insert-dbl.c
231
232 libgmp_la_DEPENDENCIES = \
233   $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPN_OBJECTS) $(MPQ_OBJECTS) \
234   $(MPFR_OBJECTS_OPTION)
235
236 libgmp_la_LIBADD = $(libgmp_la_DEPENDENCIES) $(MPFR_LIBADD_OPTION)
237 libgmp_la_LDFLAGS = \
238   -version-info $(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE)
239
240
241 @WANT_MPBSD_TRUE@MPBSD_HEADERS_OPTION = @WANT_MPBSD_TRUE@mp.h
242 @WANT_MPBSD_TRUE@MPBSD_LTLIBRARIES_OPTION = @WANT_MPBSD_TRUE@libmp.la
243 libmp_la_SOURCES = assert.c errno.c memory.c mp_bpl.c mp_clz_tab.c      \
244   mp_minv_tab.c mp_set_fns.c stack-alloc.c
245
246 libmp_la_DEPENDENCIES = $(MPBSD_OBJECTS) $(MPN_OBJECTS)                 \
247   mpz/add.lo mpz/clear.lo mpz/cmp.lo mpz/init.lo mpz/mod.lo mpz/mul.lo  \
248   mpz/mul_2exp.lo mpz/realloc.lo mpz/set.lo mpz/set_ui.lo mpz/tdiv_r.lo \
249   mpz/sub.lo
250
251 libmp_la_LIBADD = $(libmp_la_DEPENDENCIES)
252 libmp_la_LDFLAGS = \
253   -version-info $(LIBMP_LT_CURRENT):$(LIBMP_LT_REVISION):$(LIBMP_LT_AGE)
254
255
256 info_TEXINFOS = gmp.texi
257 subdir = .
258 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
259 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
260 CONFIG_HEADER = config.h
261 CONFIG_CLEAN_FILES = 
262 LTLIBRARIES =  $(lib_LTLIBRARIES)
263
264
265 DEFS = @DEFS@ -I. -I$(srcdir) -I.
266 CPPFLAGS = @CPPFLAGS@
267 LDFLAGS = @LDFLAGS@
268 LIBS = @LIBS@
269 ANSI2KNR = @ANSI2KNR@
270 am_libgmp_la_OBJECTS =  assert$U.lo compat$U.lo errno$U.lo memory$U.lo \
271 mp_set_fns$U.lo mp_clz_tab$U.lo mp_minv_tab$U.lo rand$U.lo randclr$U.lo \
272 randlc$U.lo randlc2x$U.lo randraw$U.lo randsd$U.lo randsdui$U.lo \
273 version$U.lo stack-alloc$U.lo mp_bpl$U.lo extract-dbl$U.lo \
274 insert-dbl$U.lo
275 libgmp_la_OBJECTS =  $(am_libgmp_la_OBJECTS)
276 am_libmp_la_OBJECTS =  assert$U.lo errno$U.lo memory$U.lo mp_bpl$U.lo \
277 mp_clz_tab$U.lo mp_minv_tab$U.lo mp_set_fns$U.lo stack-alloc$U.lo
278 libmp_la_OBJECTS =  $(am_libmp_la_OBJECTS)
279 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
280 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
281 CFLAGS = @CFLAGS@
282 CCLD = $(CC)
283 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
284 DIST_SOURCES =  $(libgmp_la_SOURCES) $(libmp_la_SOURCES)
285 TEXI2DVI = texi2dvi
286 # INFO_DEPS = gmp.info
287 DVIS = gmp.dvi
288 TEXINFOS = gmp.texi
289 HEADERS =  $(include_HEADERS)
290
291 DIST_COMMON =  README $(EXTRA_HEADERS) $(include_HEADERS) ./stamp-h.in \
292 AUTHORS COPYING COPYING.LIB ChangeLog INSTALL Makefile.am Makefile.in \
293 NEWS acconfig.h acinclude.m4 aclocal.m4 ansi2knr.1 ansi2knr.c \
294 config.guess config.in config.sub configure configure.in depcomp \
295 install-sh ltconfig ltmain.sh mdate-sh missing mkinstalldirs stamp-vti \
296 texinfo.tex version.texi
297
298
299 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
300
301 GZIP_ENV = --best
302 depcomp = 
303 SOURCES = $(libgmp_la_SOURCES) $(libmp_la_SOURCES)
304 OBJECTS = $(am_libgmp_la_OBJECTS) $(am_libmp_la_OBJECTS)
305
306 all: all-redirect
307 .SUFFIXES:
308 .SUFFIXES: .c .dvi .info .lo .o .obj .ps .texi .texinfo .txi
309 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
310         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
311
312 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
313         cd $(top_builddir) \
314           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
315
316 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
317         cd $(srcdir) && $(ACLOCAL)
318
319 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320         $(SHELL) ./config.status --recheck
321 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
322         cd $(srcdir) && $(AUTOCONF)
323
324 config.h: stamp-h
325         @if test ! -f $@; then \
326                 rm -f stamp-h; \
327                 $(MAKE) stamp-h; \
328         else :; fi
329 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
330         @rm -f stamp-h stamp-hT
331         @echo timestamp > stamp-hT 2> /dev/null
332         cd $(top_builddir) \
333           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
334              $(SHELL) ./config.status
335         @mv stamp-hT stamp-h
336 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/./stamp-h.in
337         @if test ! -f $@; then \
338                 rm -f $(srcdir)/./stamp-h.in; \
339                 $(MAKE) $(srcdir)/./stamp-h.in; \
340         else :; fi
341 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
342         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
343         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
344         cd $(top_srcdir) && $(AUTOHEADER)
345         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
346
347 mostlyclean-hdr:
348
349 clean-hdr:
350
351 distclean-hdr:
352         -rm -f config.h
353
354 maintainer-clean-hdr:
355
356 mostlyclean-libLTLIBRARIES:
357
358 clean-libLTLIBRARIES:
359         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
360
361 distclean-libLTLIBRARIES:
362
363 maintainer-clean-libLTLIBRARIES:
364
365 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
366         @$(NORMAL_INSTALL)
367         $(mkinstalldirs) $(DESTDIR)$(libdir)
368         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
369           if test -f $$p; then \
370             echo " $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
371             $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
372           else :; fi; \
373         done
374
375 uninstall-libLTLIBRARIES:
376         @$(NORMAL_UNINSTALL)
377         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
378           echo " $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
379           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
380         done
381
382 mostlyclean-compile:
383         -rm -f *.o core *.core
384         -rm -f *.$(OBJEXT)
385
386 clean-compile:
387
388 distclean-compile:
389         -rm -f *.tab.c
390
391 maintainer-clean-compile:
392
393 mostlyclean-libtool:
394         -rm -f *.lo
395
396 clean-libtool:
397         -rm -rf .libs _libs
398
399 distclean-libtool:
400
401 maintainer-clean-libtool:
402
403 mostlyclean-krextra:
404
405 clean-krextra:
406         -rm -f ansi2knr
407
408 distclean-krextra:
409
410 maintainer-clean-krextra:
411 ansi2knr: ansi2knr.$(OBJEXT)
412         $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
413 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
414
415
416 mostlyclean-kr:
417         -rm -f *_.c
418
419 clean-kr:
420
421 distclean-kr:
422
423 maintainer-clean-kr:
424
425 libgmp.la: $(libgmp_la_OBJECTS) $(libgmp_la_DEPENDENCIES)
426         $(LINK) -rpath $(libdir) $(libgmp_la_LDFLAGS) $(libgmp_la_OBJECTS) $(libgmp_la_LIBADD) $(LIBS)
427
428 libmp.la: $(libmp_la_OBJECTS) $(libmp_la_DEPENDENCIES)
429         $(LINK) -rpath $(libdir) $(libmp_la_LDFLAGS) $(libmp_la_OBJECTS) $(libmp_la_LIBADD) $(LIBS)
430 .c.o:
431         $(COMPILE) -c $<
432 .c.obj:
433         $(COMPILE) -c `cygpath -w $<`
434 .c.lo:
435         $(LTCOMPILE) -c -o $@ $<
436 assert_.c: assert.c $(ANSI2KNR)
437         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/assert.c; then echo $(srcdir)/assert.c; else echo assert.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > assert_.c
438 compat_.c: compat.c $(ANSI2KNR)
439         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/compat.c; then echo $(srcdir)/compat.c; else echo compat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > compat_.c
440 errno_.c: errno.c $(ANSI2KNR)
441         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/errno.c; then echo $(srcdir)/errno.c; else echo errno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > errno_.c
442 extract-dbl_.c: extract-dbl.c $(ANSI2KNR)
443         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/extract-dbl.c; then echo $(srcdir)/extract-dbl.c; else echo extract-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > extract-dbl_.c
444 insert-dbl_.c: insert-dbl.c $(ANSI2KNR)
445         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/insert-dbl.c; then echo $(srcdir)/insert-dbl.c; else echo insert-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > insert-dbl_.c
446 memory_.c: memory.c $(ANSI2KNR)
447         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memory.c; then echo $(srcdir)/memory.c; else echo memory.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memory_.c
448 mp_bpl_.c: mp_bpl.c $(ANSI2KNR)
449         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_bpl.c; then echo $(srcdir)/mp_bpl.c; else echo mp_bpl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_bpl_.c
450 mp_clz_tab_.c: mp_clz_tab.c $(ANSI2KNR)
451         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_clz_tab.c; then echo $(srcdir)/mp_clz_tab.c; else echo mp_clz_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_clz_tab_.c
452 mp_minv_tab_.c: mp_minv_tab.c $(ANSI2KNR)
453         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_minv_tab.c; then echo $(srcdir)/mp_minv_tab.c; else echo mp_minv_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_minv_tab_.c
454 mp_set_fns_.c: mp_set_fns.c $(ANSI2KNR)
455         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_set_fns.c; then echo $(srcdir)/mp_set_fns.c; else echo mp_set_fns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_set_fns_.c
456 rand_.c: rand.c $(ANSI2KNR)
457         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rand.c; then echo $(srcdir)/rand.c; else echo rand.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rand_.c
458 randclr_.c: randclr.c $(ANSI2KNR)
459         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randclr.c; then echo $(srcdir)/randclr.c; else echo randclr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randclr_.c
460 randlc_.c: randlc.c $(ANSI2KNR)
461         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc.c; then echo $(srcdir)/randlc.c; else echo randlc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc_.c
462 randlc2x_.c: randlc2x.c $(ANSI2KNR)
463         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc2x.c; then echo $(srcdir)/randlc2x.c; else echo randlc2x.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc2x_.c
464 randraw_.c: randraw.c $(ANSI2KNR)
465         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randraw.c; then echo $(srcdir)/randraw.c; else echo randraw.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randraw_.c
466 randsd_.c: randsd.c $(ANSI2KNR)
467         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsd.c; then echo $(srcdir)/randsd.c; else echo randsd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randsd_.c
468 randsdui_.c: randsdui.c $(ANSI2KNR)
469         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsdui.c; then echo $(srcdir)/randsdui.c; else echo randsdui.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randsdui_.c
470 stack-alloc_.c: stack-alloc.c $(ANSI2KNR)
471         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stack-alloc.c; then echo $(srcdir)/stack-alloc.c; else echo stack-alloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stack-alloc_.c
472 version_.c: version.c $(ANSI2KNR)
473         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version.c; then echo $(srcdir)/version.c; else echo version.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > version_.c
474 assert_.$(OBJEXT) assert_.lo compat_.$(OBJEXT) compat_.lo \
475 errno_.$(OBJEXT) errno_.lo extract-dbl_.$(OBJEXT) extract-dbl_.lo \
476 insert-dbl_.$(OBJEXT) insert-dbl_.lo memory_.$(OBJEXT) memory_.lo \
477 mp_bpl_.$(OBJEXT) mp_bpl_.lo mp_clz_tab_.$(OBJEXT) mp_clz_tab_.lo \
478 mp_minv_tab_.$(OBJEXT) mp_minv_tab_.lo mp_set_fns_.$(OBJEXT) \
479 mp_set_fns_.lo rand_.$(OBJEXT) rand_.lo randclr_.$(OBJEXT) randclr_.lo \
480 randlc_.$(OBJEXT) randlc_.lo randlc2x_.$(OBJEXT) randlc2x_.lo \
481 randraw_.$(OBJEXT) randraw_.lo randsd_.$(OBJEXT) randsd_.lo \
482 randsdui_.$(OBJEXT) randsdui_.lo stack-alloc_.$(OBJEXT) stack-alloc_.lo \
483 version_.$(OBJEXT) version_.lo : $(ANSI2KNR)
484
485 $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@stamp-vti
486         @:
487
488 $(srcdir)/stamp-vti: gmp.texi $(top_srcdir)/configure.in
489         @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/gmp.texi`" > vti.tmp
490         @echo "@set EDITION $(VERSION)" >> vti.tmp
491         @echo "@set VERSION $(VERSION)" >> vti.tmp
492         @cmp -s vti.tmp $(srcdir)/version.texi \
493           || (echo "Updating $(srcdir)/version.texi"; \
494               cp vti.tmp $(srcdir)/version.texi)
495         -@rm -f vti.tmp
496         @cp $(srcdir)/version.texi $@
497
498 mostlyclean-vti:
499         -rm -f vti.tmp
500
501 clean-vti:
502
503 distclean-vti:
504
505 maintainer-clean-vti:
506         -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
507
508 # gmp.info: gmp.texi version.texi
509 # gmp.dvi: gmp.texi version.texi
510
511
512 DVIPS = dvips
513
514 .texi.info:
515         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
516         cd $(srcdir) \
517           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
518
519 .texi.dvi:
520         TEXINPUTS=$(srcdir):$$TEXINPUTS \
521           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
522
523 .texi:
524         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
525         cd $(srcdir) \
526           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
527
528 .texinfo.info:
529         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
530         cd $(srcdir) \
531           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
532
533 .texinfo:
534         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
535         cd $(srcdir) \
536           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
537
538 .texinfo.dvi:
539         TEXINPUTS=$(srcdir):$$TEXINPUTS \
540           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
541
542 .txi.info:
543         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
544         cd $(srcdir) \
545           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
546
547 .txi.dvi:
548         TEXINPUTS=$(srcdir):$$TEXINPUTS \
549           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
550
551 .txi:
552         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
553         cd $(srcdir) \
554           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
555 .dvi.ps:
556         $(DVIPS) $< -o $@
557
558 install-info-am: $(INFO_DEPS)
559         @$(NORMAL_INSTALL)
560         $(mkinstalldirs) $(DESTDIR)$(infodir)
561         @list='$(INFO_DEPS)'; \
562         for file in $$list; do \
563           d=$(srcdir); \
564           for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
565             if test -f $$d/$$ifile; then \
566               echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
567               $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
568             else : ; fi; \
569           done; \
570         done
571         @$(POST_INSTALL)
572         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
573           list='$(INFO_DEPS)'; \
574           for file in $$list; do \
575             echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
576             install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
577           done; \
578         else : ; fi
579
580 uninstall-info:
581         $(PRE_UNINSTALL)
582         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
583           list='$(INFO_DEPS)'; \
584           for file in $$list; do \
585             echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
586             install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
587           done; \
588         else :; fi
589         @$(NORMAL_UNINSTALL)
590         @list='$(INFO_DEPS)'; \
591         for file in $$list; do \
592           (if cd $(DESTDIR)$(infodir); then \
593              echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
594              rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
595            else :; fi); \
596         done
597
598 dist-info: $(INFO_DEPS)
599         list='$(INFO_DEPS)'; \
600         for base in $$list; do \
601           d=$(srcdir); \
602           for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
603             test -f $(distdir)/$$file \
604             || cp -p $$d/$$file $(distdir)/$$file; \
605           done; \
606         done
607
608 mostlyclean-aminfo:
609         -rm -f gmp.aux gmp.cp gmp.cps gmp.dvi gmp.fn gmp.fns gmp.pgs gmp.ky \
610           gmp.kys gmp.ps gmp.log gmp.pg gmp.toc gmp.tp gmp.tps gmp.vr \
611           gmp.vrs gmp.op gmp.tr gmp.cv gmp.cn gmp.cm gmp.ov
612
613 clean-aminfo:
614
615 distclean-aminfo:
616
617 maintainer-clean-aminfo:
618         cd $(srcdir) && for i in $(INFO_DEPS); do \
619           rm -f $$i; \
620           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
621             rm -f $$i-[0-9]*; \
622           fi; \
623         done
624
625 install-includeHEADERS: $(include_HEADERS)
626         @$(NORMAL_INSTALL)
627         $(mkinstalldirs) $(DESTDIR)$(includedir)
628         @list='$(include_HEADERS)'; for p in $$list; do \
629           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
630           f="`echo $$p | sed -e 's|^.*/||'`"; \
631           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
632           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f; \
633         done
634
635 uninstall-includeHEADERS:
636         @$(NORMAL_UNINSTALL)
637         @list='$(include_HEADERS)'; for p in $$list; do \
638           f="`echo $$p | sed -e 's|^.*/||'`"; \
639           echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
640           rm -f $(DESTDIR)$(includedir)/$$f; \
641         done
642
643 # This directory's subdirectories are mostly independent; you can cd
644 # into them and run `make' without going through this Makefile.
645 # To change the values of `make' variables: instead of editing Makefiles,
646 # (1) if the variable is set in `config.status', edit `config.status'
647 #     (which will cause the Makefiles to be regenerated when you run `make');
648 # (2) otherwise, pass the desired values on the `make' command line.
649
650 all-recursive install-data-recursive install-exec-recursive \
651 installdirs-recursive install-recursive uninstall-recursive  \
652 check-recursive installcheck-recursive info-recursive dvi-recursive:
653         @set fnord $(MAKEFLAGS); amf=$$2; \
654         dot_seen=no; \
655         target=`echo $@ | sed s/-recursive//`; \
656         list='$(SUBDIRS)'; for subdir in $$list; do \
657           echo "Making $$target in $$subdir"; \
658           if test "$$subdir" = "."; then \
659             dot_seen=yes; \
660             local_target="$$target-am"; \
661           else \
662             local_target="$$target"; \
663           fi; \
664           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
665            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
666         done; \
667         if test "$$dot_seen" = "no"; then \
668           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
669         fi; test -z "$$fail"
670
671 mostlyclean-recursive clean-recursive distclean-recursive \
672 maintainer-clean-recursive:
673         @set fnord $(MAKEFLAGS); amf=$$2; \
674         dot_seen=no; \
675         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
676           rev="$$subdir $$rev"; \
677           if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
678         done; \
679         test "$$dot_seen" = "no" && rev=". $$rev"; \
680         target=`echo $@ | sed s/-recursive//`; \
681         for subdir in $$rev; do \
682           echo "Making $$target in $$subdir"; \
683           if test "$$subdir" = "."; then \
684             local_target="$$target-am"; \
685           else \
686             local_target="$$target"; \
687           fi; \
688           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
689            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
690         done && test -z "$$fail"
691 tags-recursive:
692         list='$(SUBDIRS)'; for subdir in $$list; do \
693           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
694         done
695
696 tags: TAGS
697
698 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
699         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
700         unique=`for i in $$list; do \
701             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
702           done | \
703           $(AWK) '    { files[$$0] = 1; } \
704                END { for (i in files) print i; }'`; \
705         mkid -f$$here/ID $$unique $(LISP)
706
707 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
708                 $(TAGS_FILES) $(LISP)
709         tags=; \
710         here=`pwd`; \
711         list='$(SUBDIRS)'; for subdir in $$list; do \
712    if test "$$subdir" = .; then :; else \
713             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
714    fi; \
715         done; \
716         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
717         unique=`for i in $$list; do \
718             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
719           done | \
720           $(AWK) '    { files[$$0] = 1; } \
721                END { for (i in files) print i; }'`; \
722         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
723           || etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP)
724
725 mostlyclean-tags:
726
727 clean-tags:
728
729 distclean-tags:
730         -rm -f TAGS ID
731
732 maintainer-clean-tags:
733
734 distdir = $(PACKAGE)-$(VERSION)
735 top_distdir = $(distdir)
736
737
738 # This target untars the dist file and tries a VPATH configuration.  Then
739 # it guarantees that the distribution is self-contained by making another
740 # tarfile.
741 distcheck: dist
742         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
743         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
744         chmod -R a-w $(distdir); chmod a+w $(distdir)
745         mkdir $(distdir)/=build
746         mkdir $(distdir)/=inst
747         chmod a-w $(distdir)
748         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
749           && cd $(distdir)/=build \
750           && ../configure --srcdir=.. --prefix=$$dc_install_base \
751           && $(MAKE) $(AM_MAKEFLAGS) \
752           && $(MAKE) $(AM_MAKEFLAGS) dvi \
753           && $(MAKE) $(AM_MAKEFLAGS) check \
754           && $(MAKE) $(AM_MAKEFLAGS) install \
755           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
756           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
757           && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
758           && $(MAKE) $(AM_MAKEFLAGS) dist \
759           && $(MAKE) $(AM_MAKEFLAGS) distclean \
760           && rm -f $(distdir).tar.gz \
761           && test `find . -type f -print | wc -l` -eq 0
762         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
763         @banner="$(distdir).tar.gz is ready for distribution"; \
764         dashes=`echo "$$banner" | sed s/./=/g`; \
765         echo "$$dashes"; \
766         echo "$$banner"; \
767         echo "$$dashes"
768 dist: distdir
769         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
770           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
771           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
772           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
773         || chmod -R a+r $(distdir)
774         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
775         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
776 dist-all: distdir
777         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
778           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
779           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
780           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
781         || chmod -R a+r $(distdir)
782         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
783         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
784 distdir: $(DISTFILES)
785         @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
786           echo "NEWS not updated; not releasing" 1>&2; \
787           exit 1; \
788         fi
789         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
790         mkdir $(distdir)
791         $(mkinstalldirs) $(distdir)/mpfr
792         @for file in $(DISTFILES); do \
793           d=$(srcdir); \
794           if test -d $$d/$$file; then \
795             cp -pR $$d/$$file $(distdir); \
796           else \
797             test -f $(distdir)/$$file \
798             || cp -p $$d/$$file $(distdir)/$$file || :; \
799           fi; \
800         done
801         for subdir in $(SUBDIRS); do \
802           if test "$$subdir" = .; then :; else \
803             test -d $(distdir)/$$subdir \
804             || mkdir $(distdir)/$$subdir \
805             || exit 1; \
806             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
807               || exit 1; \
808           fi; \
809         done
810         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
811         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
812 info-am: $(INFO_DEPS)
813 info: info-recursive
814 dvi-am: $(DVIS)
815 dvi: dvi-recursive
816 check-am: all-am
817 check: check-recursive
818 installcheck-am:
819 installcheck: installcheck-recursive
820 all-recursive-am: config.h
821         $(MAKE) $(AM_MAKEFLAGS) all-recursive
822
823 install-exec-am: install-libLTLIBRARIES
824 install-exec: install-exec-recursive
825
826 install-data-am: install-info-am install-includeHEADERS
827 install-data: install-data-recursive
828
829 install-am: all-am
830         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
831 install: install-recursive
832 uninstall-am: uninstall-libLTLIBRARIES uninstall-info \
833                 uninstall-includeHEADERS
834 uninstall: uninstall-recursive
835 all-am: Makefile $(INFO_DEPS) $(ANSI2KNR) $(LTLIBRARIES) $(HEADERS) \
836                 config.h
837 all-redirect: all-recursive-am
838 install-strip:
839         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
840 installdirs: installdirs-recursive
841 installdirs-am:
842         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \
843                 $(DESTDIR)$(includedir)
844
845
846 mostlyclean-generic:
847
848 clean-generic:
849
850 distclean-generic:
851         -rm -f Makefile $(CONFIG_CLEAN_FILES)
852         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
853         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
854
855 maintainer-clean-generic:
856         -rm -f Makefile.in
857 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
858                 mostlyclean-compile mostlyclean-libtool \
859                 mostlyclean-krextra mostlyclean-kr mostlyclean-vti \
860                 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
861
862 mostlyclean: mostlyclean-recursive
863
864 clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
865                 clean-krextra clean-kr clean-vti clean-aminfo \
866                 clean-tags clean-generic mostlyclean-am
867
868 clean: clean-recursive
869
870 distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
871                 distclean-libtool distclean-krextra distclean-kr \
872                 distclean-vti distclean-aminfo distclean-tags \
873                 distclean-generic clean-am
874         -rm -f libtool
875
876 distclean: distclean-recursive
877         -rm -f config.status
878
879 maintainer-clean-am:  maintainer-clean-hdr \
880                 maintainer-clean-libLTLIBRARIES \
881                 maintainer-clean-compile maintainer-clean-libtool \
882                 maintainer-clean-krextra maintainer-clean-kr \
883                 maintainer-clean-vti maintainer-clean-aminfo \
884                 maintainer-clean-tags maintainer-clean-generic \
885                 distclean-am
886         @echo "This command is intended for maintainers to use;"
887         @echo "it deletes files that may require special tools to rebuild."
888
889 maintainer-clean: maintainer-clean-recursive
890         -rm -f config.status
891
892 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
893 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
894 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
895 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
896 distclean-compile clean-compile maintainer-clean-compile \
897 mostlyclean-libtool distclean-libtool clean-libtool \
898 maintainer-clean-libtool mostlyclean-krextra distclean-krextra \
899 clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
900 clean-kr maintainer-clean-kr mostlyclean-vti distclean-vti clean-vti \
901 maintainer-clean-vti install-info-am uninstall-info mostlyclean-aminfo \
902 distclean-aminfo clean-aminfo maintainer-clean-aminfo \
903 uninstall-includeHEADERS install-includeHEADERS install-recursive \
904 uninstall-recursive install-data-recursive uninstall-data-recursive \
905 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
906 uninstalldirs-recursive all-recursive check-recursive \
907 installcheck-recursive info-recursive dvi-recursive \
908 mostlyclean-recursive distclean-recursive clean-recursive \
909 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
910 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
911 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
912 install-exec-am install-exec install-data-am install-data install-am \
913 install uninstall-am uninstall all-redirect all-am all install-strip \
914 installdirs-am installdirs mostlyclean-generic distclean-generic \
915 clean-generic maintainer-clean-generic clean mostlyclean distclean \
916 maintainer-clean
917
918
919 # Don't ship CVS directories or emacs backups.
920 dist-hook:
921         -find $(distdir) \( -name CVS -type d \) -o -name "*.~*" \
922                 | xargs rm -rf
923
924 # Tell versions [3.59,3.63) of GNU make to not export all variables.
925 # Otherwise a system limit (for SysV at least) may be exceeded.
926 .NOEXPORT: