~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to gmp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
#        3.1.1    4:1:1   4:1:1
 
159
#
 
160
#
 
161
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
 
162
# ensures we're past soname libgmp.so.2, which is what has been used on
 
163
# Debian GNU/Linux packages of gmp 2.  Pretend gmp 2 was 2:0:0, so the
 
164
# interface changes for gmp 3 mean 3:0:0 is right.
 
165
 
 
166
 
 
167
LIBGMP_LT_CURRENT = 4
 
168
LIBGMP_LT_REVISION = 1
 
169
LIBGMP_LT_AGE = 1
 
170
 
 
171
LIBMP_LT_CURRENT = 4
 
172
LIBMP_LT_REVISION = 1
 
173
LIBMP_LT_AGE = 1
 
174
 
 
175
AUTOMAKE_OPTIONS = gnu check-news no-dependencies ansi2knr
 
176
 
 
177
SUBDIRS = mpn mpz mpq mpf mpbsd mpfr tests demos tune
 
178
 
 
179
include_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) $(MPFR_HEADERS_OPTION)
 
180
EXTRA_HEADERS = mp.h
 
181
 
 
182
lib_LTLIBRARIES = libgmp.la $(MPBSD_LTLIBRARIES_OPTION)
 
183
 
 
184
EXTRA_DIST = .gdbinit gmp-impl.h longlong.h stack-alloc.h urandom.h doc macos
 
185
 
 
186
DISTCLEANFILES = asm-syntax.h config.m4 @gmp_srclinks@
 
187
 
 
188
MPF_OBJECTS = mpf/init.lo mpf/init2.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo \
 
189
  mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo \
 
190
  mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/get_str.lo \
 
191
  mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo \
 
192
  mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo \
 
193
  mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo \
 
194
  mpf/div_ui.lo mpf/cmp.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo \
 
195
  mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo \
 
196
  mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_prc.lo \
 
197
  mpf/ui_div.lo mpf/sqrt_ui.lo mpf/floor.lo mpf/ceil.lo mpf/trunc.lo \
 
198
  mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo
 
199
 
 
200
MPZ_OBJECTS = mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/addmul_ui.lo mpz/and.lo \
 
201
  mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo \
 
202
  mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo \
 
203
  mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/clear.lo mpz/clrbit.lo mpz/cmp.lo \
 
204
  mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_ui.lo mpz/com.lo \
 
205
  mpz/divexact.lo mpz/dump.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_2exp.lo \
 
206
  mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo \
 
207
  mpz/fdiv_r_2exp.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo \
 
208
  mpz/fits_sint_p.lo mpz/fits_slong_p.lo mpz/fits_sshort_p.lo \
 
209
  mpz/fits_uint_p.lo mpz/fits_ulong_p.lo mpz/fits_ushort_p.lo mpz/gcd.lo \
 
210
  mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_si.lo mpz/get_str.lo \
 
211
  mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/init.lo mpz/inp_raw.lo \
 
212
  mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo \
 
213
  mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo \
 
214
  mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo \
 
215
  mpz/lcm.lo mpz/legendre.lo \
 
216
  mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo \
 
217
  mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo \
 
218
  mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_ui.lo mpz/pprime_p.lo \
 
219
  mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/remove.lo mpz/root.lo \
 
220
  mpz/rrandomb.lo \
 
221
  mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo \
 
222
  mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo \
 
223
  mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo \
 
224
  mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo \
 
225
  mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo \
 
226
  mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/urandomb.lo \
 
227
  mpz/urandomm.lo mpz/xor.lo
 
228
 
 
229
MPQ_OBJECTS = mpq/add.lo mpq/canonicalize.lo mpq/clear.lo mpq/cmp.lo \
 
230
  mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo \
 
231
  mpq/init.lo mpq/inv.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo \
 
232
  mpq/set.lo mpq/set_den.lo \
 
233
  mpq/set_num.lo mpq/set_si.lo mpq/set_ui.lo mpq/sub.lo mpq/equal.lo \
 
234
  mpq/set_z.lo mpq/set_d.lo mpq/swap.lo
 
235
 
 
236
MPN_OBJECTS = @mpn_objs_in_libgmp@
 
237
 
 
238
MPBSD_OBJECTS = mpbsd/add.lo mpbsd/tdiv_qr.lo mpbsd/move.lo mpbsd/powm.lo \
 
239
  mpbsd/sub.lo mpbsd/cmp.lo mpbsd/mfree.lo mpbsd/mtox.lo mpbsd/realloc.lo \
 
240
  mpbsd/gcd.lo mpbsd/itom.lo mpbsd/min.lo mpbsd/mul.lo mpbsd/mout.lo      \
 
241
  mpbsd/pow_ui.lo mpbsd/sdiv.lo mpbsd/sqrtrem.lo mpbsd/xtom.lo 
 
242
 
 
243
 
 
244
# FIXME: Add mpfr/rnd_mode.lo when it's clean.
 
245
MPFR_OBJECTS = mpfr/add.lo mpfr/div_2exp.lo mpfr/neg.lo mpfr/set_dfl_prec.lo \
 
246
  mpfr/set_str_raw.lo mpfr/agm.lo mpfr/get_str.lo mpfr/print_raw.lo \
 
247
  mpfr/set_dfl_rnd.lo mpfr/sqrt.lo mpfr/clear.lo mpfr/init.lo \
 
248
  mpfr/set_f.lo mpfr/sub.lo mpfr/cmp.lo mpfr/mul.lo mpfr/round.lo \
 
249
  mpfr/set_prec.lo mpfr/cmp_ui.lo mpfr/mul_2exp.lo mpfr/set.lo mpfr/set_si.lo \
 
250
  mpfr/div.lo mpfr/mul_ui.lo mpfr/set_d.lo mpfr/pow.lo mpfr/out_str.lo \
 
251
  mpfr/pi.lo mpfr/set_z.lo mpfr/add_ulp.lo mpfr/log2.lo mpfr/random.lo \
 
252
  mpfr/log.lo mpfr/exp.lo mpfr/div_ui.lo mpfr/zeta.lo mpfr/karadiv.lo \
 
253
  mpfr/karasqrt.lo mpfr/print_rnd_mode.lo
 
254
 
 
255
 
 
256
@WANT_MPFR_TRUE@MPFR_HEADERS_OPTION = @WANT_MPFR_TRUE@mpfr/mpfr.h
 
257
@WANT_MPFR_TRUE@MPFR_OBJECTS_OPTION = @WANT_MPFR_TRUE@$(MPFR_OBJECTS)
 
258
@WANT_MPFR_TRUE@MPFR_LIBADD_OPTION = @WANT_MPFR_TRUE@-lm
 
259
libgmp_la_SOURCES = assert.c compat.c errno.c memory.c mp_set_fns.c      \
 
260
  mp_clz_tab.c mp_minv_tab.c                                             \
 
261
  rand.c randclr.c randlc.c randlc2x.c randraw.c randsd.c                \
 
262
  randsdui.c version.c stack-alloc.c mp_bpl.c extract-dbl.c insert-dbl.c
 
263
 
 
264
libgmp_la_DEPENDENCIES = \
 
265
  $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPN_OBJECTS) $(MPQ_OBJECTS) \
 
266
  $(MPFR_OBJECTS_OPTION)
 
267
 
 
268
libgmp_la_LIBADD = $(libgmp_la_DEPENDENCIES) $(MPFR_LIBADD_OPTION)
 
269
libgmp_la_LDFLAGS = \
 
270
  -version-info $(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE)
 
271
 
 
272
 
 
273
@WANT_MPBSD_TRUE@MPBSD_HEADERS_OPTION = @WANT_MPBSD_TRUE@mp.h
 
274
@WANT_MPBSD_TRUE@MPBSD_LTLIBRARIES_OPTION = @WANT_MPBSD_TRUE@libmp.la
 
275
libmp_la_SOURCES = assert.c errno.c memory.c mp_bpl.c mp_clz_tab.c      \
 
276
  mp_minv_tab.c mp_set_fns.c stack-alloc.c
 
277
 
 
278
libmp_la_DEPENDENCIES = $(MPBSD_OBJECTS) $(MPN_OBJECTS)                 \
 
279
  mpz/add.lo mpz/clear.lo mpz/cmp.lo mpz/init.lo mpz/mod.lo mpz/mul.lo  \
 
280
  mpz/mul_2exp.lo mpz/realloc.lo mpz/set.lo mpz/set_ui.lo mpz/tdiv_r.lo \
 
281
  mpz/sub.lo
 
282
 
 
283
libmp_la_LIBADD = $(libmp_la_DEPENDENCIES)
 
284
libmp_la_LDFLAGS = \
 
285
  -version-info $(LIBMP_LT_CURRENT):$(LIBMP_LT_REVISION):$(LIBMP_LT_AGE)
 
286
 
 
287
 
 
288
info_TEXINFOS = gmp.texi
 
289
subdir = .
 
290
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
291
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
292
CONFIG_HEADER = config.h
 
293
CONFIG_CLEAN_FILES = 
 
294
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
295
 
 
296
 
 
297
DEFS = @DEFS@ -I. -I$(srcdir) -I.
 
298
CPPFLAGS = @CPPFLAGS@
 
299
LDFLAGS = @LDFLAGS@
 
300
LIBS = @LIBS@
 
301
ANSI2KNR = @ANSI2KNR@
 
302
am_libgmp_la_OBJECTS =  assert$U.lo compat$U.lo errno$U.lo memory$U.lo \
 
303
mp_set_fns$U.lo mp_clz_tab$U.lo mp_minv_tab$U.lo rand$U.lo randclr$U.lo \
 
304
randlc$U.lo randlc2x$U.lo randraw$U.lo randsd$U.lo randsdui$U.lo \
 
305
version$U.lo stack-alloc$U.lo mp_bpl$U.lo extract-dbl$U.lo \
 
306
insert-dbl$U.lo
 
307
libgmp_la_OBJECTS =  $(am_libgmp_la_OBJECTS)
 
308
am_libmp_la_OBJECTS =  assert$U.lo errno$U.lo memory$U.lo mp_bpl$U.lo \
 
309
mp_clz_tab$U.lo mp_minv_tab$U.lo mp_set_fns$U.lo stack-alloc$U.lo
 
310
libmp_la_OBJECTS =  $(am_libmp_la_OBJECTS)
 
311
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
312
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
313
CFLAGS = @CFLAGS@
 
314
CCLD = $(CC)
 
315
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
316
DIST_SOURCES =  $(libgmp_la_SOURCES) $(libmp_la_SOURCES)
 
317
TEXI2DVI = texi2dvi
 
318
INFO_DEPS = gmp.info
 
319
DVIS = gmp.dvi
 
320
TEXINFOS = gmp.texi
 
321
HEADERS =  $(include_HEADERS)
 
322
 
 
323
DIST_COMMON =  README $(EXTRA_HEADERS) $(include_HEADERS) ./stamp-h.in \
 
324
AUTHORS COPYING COPYING.LIB ChangeLog INSTALL Makefile.am Makefile.in \
 
325
NEWS acconfig.h acinclude.m4 aclocal.m4 ansi2knr.1 ansi2knr.c \
 
326
config.guess config.in config.sub configure configure.in depcomp \
 
327
install-sh ltconfig ltmain.sh mdate-sh missing mkinstalldirs stamp-vti \
 
328
texinfo.tex version.texi
 
329
 
 
330
 
 
331
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
332
 
 
333
GZIP_ENV = --best
 
334
depcomp = 
 
335
SOURCES = $(libgmp_la_SOURCES) $(libmp_la_SOURCES)
 
336
OBJECTS = $(am_libgmp_la_OBJECTS) $(am_libmp_la_OBJECTS)
 
337
 
 
338
all: all-redirect
 
339
.SUFFIXES:
 
340
.SUFFIXES: .c .dvi .info .lo .o .obj .ps .texi .texinfo .txi
 
341
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
342
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
 
343
 
 
344
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
345
        cd $(top_builddir) \
 
346
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
347
 
 
348
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
 
349
        cd $(srcdir) && $(ACLOCAL)
 
350
 
 
351
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
352
        $(SHELL) ./config.status --recheck
 
353
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
354
        cd $(srcdir) && $(AUTOCONF)
 
355
 
 
356
config.h: stamp-h
 
357
        @if test ! -f $@; then \
 
358
                rm -f stamp-h; \
 
359
                $(MAKE) stamp-h; \
 
360
        else :; fi
 
361
stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
 
362
        @rm -f stamp-h stamp-hT
 
363
        @echo timestamp > stamp-hT 2> /dev/null
 
364
        cd $(top_builddir) \
 
365
          && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
 
366
             $(SHELL) ./config.status
 
367
        @mv stamp-hT stamp-h
 
368
$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/./stamp-h.in
 
369
        @if test ! -f $@; then \
 
370
                rm -f $(srcdir)/./stamp-h.in; \
 
371
                $(MAKE) $(srcdir)/./stamp-h.in; \
 
372
        else :; fi
 
373
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
 
374
        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
 
375
        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
 
376
        cd $(top_srcdir) && $(AUTOHEADER)
 
377
        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
 
378
 
 
379
mostlyclean-hdr:
 
380
 
 
381
clean-hdr:
 
382
 
 
383
distclean-hdr:
 
384
        -rm -f config.h
 
385
 
 
386
maintainer-clean-hdr:
 
387
 
 
388
mostlyclean-libLTLIBRARIES:
 
389
 
 
390
clean-libLTLIBRARIES:
 
391
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
392
 
 
393
distclean-libLTLIBRARIES:
 
394
 
 
395
maintainer-clean-libLTLIBRARIES:
 
396
 
 
397
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
398
        @$(NORMAL_INSTALL)
 
399
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
400
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
401
          if test -f $$p; then \
 
402
            echo " $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
 
403
            $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
 
404
          else :; fi; \
 
405
        done
 
406
 
 
407
uninstall-libLTLIBRARIES:
 
408
        @$(NORMAL_UNINSTALL)
 
409
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
410
          echo " $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
 
411
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
412
        done
 
413
 
 
414
mostlyclean-compile:
 
415
        -rm -f *.o core *.core
 
416
        -rm -f *.$(OBJEXT)
 
417
 
 
418
clean-compile:
 
419
 
 
420
distclean-compile:
 
421
        -rm -f *.tab.c
 
422
 
 
423
maintainer-clean-compile:
 
424
 
 
425
mostlyclean-libtool:
 
426
        -rm -f *.lo
 
427
 
 
428
clean-libtool:
 
429
        -rm -rf .libs _libs
 
430
 
 
431
distclean-libtool:
 
432
 
 
433
maintainer-clean-libtool:
 
434
 
 
435
mostlyclean-krextra:
 
436
 
 
437
clean-krextra:
 
438
        -rm -f ansi2knr
 
439
 
 
440
distclean-krextra:
 
441
 
 
442
maintainer-clean-krextra:
 
443
ansi2knr: ansi2knr.$(OBJEXT)
 
444
        $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
 
445
ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
 
446
 
 
447
 
 
448
mostlyclean-kr:
 
449
        -rm -f *_.c
 
450
 
 
451
clean-kr:
 
452
 
 
453
distclean-kr:
 
454
 
 
455
maintainer-clean-kr:
 
456
 
 
457
libgmp.la: $(libgmp_la_OBJECTS) $(libgmp_la_DEPENDENCIES)
 
458
        $(LINK) -rpath $(libdir) $(libgmp_la_LDFLAGS) $(libgmp_la_OBJECTS) $(libgmp_la_LIBADD) $(LIBS)
 
459
 
 
460
libmp.la: $(libmp_la_OBJECTS) $(libmp_la_DEPENDENCIES)
 
461
        $(LINK) -rpath $(libdir) $(libmp_la_LDFLAGS) $(libmp_la_OBJECTS) $(libmp_la_LIBADD) $(LIBS)
 
462
.c.o:
 
463
        $(COMPILE) -c $<
 
464
.c.obj:
 
465
        $(COMPILE) -c `cygpath -w $<`
 
466
.c.lo:
 
467
        $(LTCOMPILE) -c -o $@ $<
 
468
assert_.c: assert.c $(ANSI2KNR)
 
469
        $(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
 
470
compat_.c: compat.c $(ANSI2KNR)
 
471
        $(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
 
472
errno_.c: errno.c $(ANSI2KNR)
 
473
        $(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
 
474
extract-dbl_.c: extract-dbl.c $(ANSI2KNR)
 
475
        $(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
 
476
insert-dbl_.c: insert-dbl.c $(ANSI2KNR)
 
477
        $(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
 
478
memory_.c: memory.c $(ANSI2KNR)
 
479
        $(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
 
480
mp_bpl_.c: mp_bpl.c $(ANSI2KNR)
 
481
        $(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
 
482
mp_clz_tab_.c: mp_clz_tab.c $(ANSI2KNR)
 
483
        $(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
 
484
mp_minv_tab_.c: mp_minv_tab.c $(ANSI2KNR)
 
485
        $(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
 
486
mp_set_fns_.c: mp_set_fns.c $(ANSI2KNR)
 
487
        $(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
 
488
rand_.c: rand.c $(ANSI2KNR)
 
489
        $(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
 
490
randclr_.c: randclr.c $(ANSI2KNR)
 
491
        $(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
 
492
randlc_.c: randlc.c $(ANSI2KNR)
 
493
        $(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
 
494
randlc2x_.c: randlc2x.c $(ANSI2KNR)
 
495
        $(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
 
496
randraw_.c: randraw.c $(ANSI2KNR)
 
497
        $(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
 
498
randsd_.c: randsd.c $(ANSI2KNR)
 
499
        $(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
 
500
randsdui_.c: randsdui.c $(ANSI2KNR)
 
501
        $(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
 
502
stack-alloc_.c: stack-alloc.c $(ANSI2KNR)
 
503
        $(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
 
504
version_.c: version.c $(ANSI2KNR)
 
505
        $(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
 
506
assert_.$(OBJEXT) assert_.lo compat_.$(OBJEXT) compat_.lo \
 
507
errno_.$(OBJEXT) errno_.lo extract-dbl_.$(OBJEXT) extract-dbl_.lo \
 
508
insert-dbl_.$(OBJEXT) insert-dbl_.lo memory_.$(OBJEXT) memory_.lo \
 
509
mp_bpl_.$(OBJEXT) mp_bpl_.lo mp_clz_tab_.$(OBJEXT) mp_clz_tab_.lo \
 
510
mp_minv_tab_.$(OBJEXT) mp_minv_tab_.lo mp_set_fns_.$(OBJEXT) \
 
511
mp_set_fns_.lo rand_.$(OBJEXT) rand_.lo randclr_.$(OBJEXT) randclr_.lo \
 
512
randlc_.$(OBJEXT) randlc_.lo randlc2x_.$(OBJEXT) randlc2x_.lo \
 
513
randraw_.$(OBJEXT) randraw_.lo randsd_.$(OBJEXT) randsd_.lo \
 
514
randsdui_.$(OBJEXT) randsdui_.lo stack-alloc_.$(OBJEXT) stack-alloc_.lo \
 
515
version_.$(OBJEXT) version_.lo : $(ANSI2KNR)
 
516
 
 
517
$(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@stamp-vti
 
518
        @:
 
519
 
 
520
$(srcdir)/stamp-vti: gmp.texi $(top_srcdir)/configure.in
 
521
        @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/gmp.texi`" > vti.tmp
 
522
        @echo "@set EDITION $(VERSION)" >> vti.tmp
 
523
        @echo "@set VERSION $(VERSION)" >> vti.tmp
 
524
        @cmp -s vti.tmp $(srcdir)/version.texi \
 
525
          || (echo "Updating $(srcdir)/version.texi"; \
 
526
              cp vti.tmp $(srcdir)/version.texi)
 
527
        -@rm -f vti.tmp
 
528
        @cp $(srcdir)/version.texi $@
 
529
 
 
530
mostlyclean-vti:
 
531
        -rm -f vti.tmp
 
532
 
 
533
clean-vti:
 
534
 
 
535
distclean-vti:
 
536
 
 
537
maintainer-clean-vti:
 
538
        -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
 
539
 
 
540
gmp.info: gmp.texi version.texi
 
541
gmp.dvi: gmp.texi version.texi
 
542
 
 
543
 
 
544
DVIPS = dvips
 
545
 
 
546
.texi.info:
 
547
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
 
548
        cd $(srcdir) \
 
549
          && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
 
550
 
 
551
.texi.dvi:
 
552
        TEXINPUTS=$(srcdir):$$TEXINPUTS \
 
553
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
 
554
 
 
555
.texi:
 
556
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
 
557
        cd $(srcdir) \
 
558
          && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
 
559
 
 
560
.texinfo.info:
 
561
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
 
562
        cd $(srcdir) \
 
563
          && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
 
564
 
 
565
.texinfo:
 
566
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
 
567
        cd $(srcdir) \
 
568
          && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
 
569
 
 
570
.texinfo.dvi:
 
571
        TEXINPUTS=$(srcdir):$$TEXINPUTS \
 
572
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
 
573
 
 
574
.txi.info:
 
575
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
 
576
        cd $(srcdir) \
 
577
          && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
 
578
 
 
579
.txi.dvi:
 
580
        TEXINPUTS=$(srcdir):$$TEXINPUTS \
 
581
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
 
582
 
 
583
.txi:
 
584
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
 
585
        cd $(srcdir) \
 
586
          && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
 
587
.dvi.ps:
 
588
        $(DVIPS) $< -o $@
 
589
 
 
590
install-info-am: $(INFO_DEPS)
 
591
        @$(NORMAL_INSTALL)
 
592
        $(mkinstalldirs) $(DESTDIR)$(infodir)
 
593
        @list='$(INFO_DEPS)'; \
 
594
        for file in $$list; do \
 
595
          d=$(srcdir); \
 
596
          for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
 
597
            if test -f $$d/$$ifile; then \
 
598
              echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
 
599
              $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
 
600
            else : ; fi; \
 
601
          done; \
 
602
        done
 
603
        @$(POST_INSTALL)
 
604
        @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
 
605
          list='$(INFO_DEPS)'; \
 
606
          for file in $$list; do \
 
607
            echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
 
608
            install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
 
609
          done; \
 
610
        else : ; fi
 
611
 
 
612
uninstall-info:
 
613
        $(PRE_UNINSTALL)
 
614
        @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
 
615
          list='$(INFO_DEPS)'; \
 
616
          for file in $$list; do \
 
617
            echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
 
618
            install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
 
619
          done; \
 
620
        else :; fi
 
621
        @$(NORMAL_UNINSTALL)
 
622
        @list='$(INFO_DEPS)'; \
 
623
        for file in $$list; do \
 
624
          (if cd $(DESTDIR)$(infodir); then \
 
625
             echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
 
626
             rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
 
627
           else :; fi); \
 
628
        done
 
629
 
 
630
dist-info: $(INFO_DEPS)
 
631
        list='$(INFO_DEPS)'; \
 
632
        for base in $$list; do \
 
633
          d=$(srcdir); \
 
634
          for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
 
635
            test -f $(distdir)/$$file \
 
636
            || cp -p $$d/$$file $(distdir)/$$file; \
 
637
          done; \
 
638
        done
 
639
 
 
640
mostlyclean-aminfo:
 
641
        -rm -f gmp.aux gmp.cp gmp.cps gmp.dvi gmp.fn gmp.fns gmp.pgs gmp.ky \
 
642
          gmp.kys gmp.ps gmp.log gmp.pg gmp.toc gmp.tp gmp.tps gmp.vr \
 
643
          gmp.vrs gmp.op gmp.tr gmp.cv gmp.cn gmp.cm gmp.ov
 
644
 
 
645
clean-aminfo:
 
646
 
 
647
distclean-aminfo:
 
648
 
 
649
maintainer-clean-aminfo:
 
650
        cd $(srcdir) && for i in $(INFO_DEPS); do \
 
651
          rm -f $$i; \
 
652
          if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
 
653
            rm -f $$i-[0-9]*; \
 
654
          fi; \
 
655
        done
 
656
 
 
657
install-includeHEADERS: $(include_HEADERS)
 
658
        @$(NORMAL_INSTALL)
 
659
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
660
        @list='$(include_HEADERS)'; for p in $$list; do \
 
661
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
 
662
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
663
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
 
664
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f; \
 
665
        done
 
666
 
 
667
uninstall-includeHEADERS:
 
668
        @$(NORMAL_UNINSTALL)
 
669
        @list='$(include_HEADERS)'; for p in $$list; do \
 
670
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
671
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
 
672
          rm -f $(DESTDIR)$(includedir)/$$f; \
 
673
        done
 
674
 
 
675
# This directory's subdirectories are mostly independent; you can cd
 
676
# into them and run `make' without going through this Makefile.
 
677
# To change the values of `make' variables: instead of editing Makefiles,
 
678
# (1) if the variable is set in `config.status', edit `config.status'
 
679
#     (which will cause the Makefiles to be regenerated when you run `make');
 
680
# (2) otherwise, pass the desired values on the `make' command line.
 
681
 
 
682
all-recursive install-data-recursive install-exec-recursive \
 
683
installdirs-recursive install-recursive uninstall-recursive  \
 
684
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
685
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
686
        dot_seen=no; \
 
687
        target=`echo $@ | sed s/-recursive//`; \
 
688
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
689
          echo "Making $$target in $$subdir"; \
 
690
          if test "$$subdir" = "."; then \
 
691
            dot_seen=yes; \
 
692
            local_target="$$target-am"; \
 
693
          else \
 
694
            local_target="$$target"; \
 
695
          fi; \
 
696
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
697
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
698
        done; \
 
699
        if test "$$dot_seen" = "no"; then \
 
700
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
701
        fi; test -z "$$fail"
 
702
 
 
703
mostlyclean-recursive clean-recursive distclean-recursive \
 
704
maintainer-clean-recursive:
 
705
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
706
        dot_seen=no; \
 
707
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
708
          rev="$$subdir $$rev"; \
 
709
          if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
 
710
        done; \
 
711
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
712
        target=`echo $@ | sed s/-recursive//`; \
 
713
        for subdir in $$rev; do \
 
714
          echo "Making $$target in $$subdir"; \
 
715
          if test "$$subdir" = "."; then \
 
716
            local_target="$$target-am"; \
 
717
          else \
 
718
            local_target="$$target"; \
 
719
          fi; \
 
720
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
721
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
722
        done && test -z "$$fail"
 
723
tags-recursive:
 
724
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
725
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
726
        done
 
727
 
 
728
tags: TAGS
 
729
 
 
730
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
731
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
732
        unique=`for i in $$list; do \
 
733
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
734
          done | \
 
735
          $(AWK) '    { files[$$0] = 1; } \
 
736
               END { for (i in files) print i; }'`; \
 
737
        mkid -f$$here/ID $$unique $(LISP)
 
738
 
 
739
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
 
740
                $(TAGS_FILES) $(LISP)
 
741
        tags=; \
 
742
        here=`pwd`; \
 
743
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
744
   if test "$$subdir" = .; then :; else \
 
745
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
746
   fi; \
 
747
        done; \
 
748
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
749
        unique=`for i in $$list; do \
 
750
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
751
          done | \
 
752
          $(AWK) '    { files[$$0] = 1; } \
 
753
               END { for (i in files) print i; }'`; \
 
754
        test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
 
755
          || etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP)
 
756
 
 
757
mostlyclean-tags:
 
758
 
 
759
clean-tags:
 
760
 
 
761
distclean-tags:
 
762
        -rm -f TAGS ID
 
763
 
 
764
maintainer-clean-tags:
 
765
 
 
766
distdir = $(PACKAGE)-$(VERSION)
 
767
top_distdir = $(distdir)
 
768
 
 
769
 
 
770
# This target untars the dist file and tries a VPATH configuration.  Then
 
771
# it guarantees that the distribution is self-contained by making another
 
772
# tarfile.
 
773
distcheck: dist
 
774
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
775
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
776
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
777
        mkdir $(distdir)/=build
 
778
        mkdir $(distdir)/=inst
 
779
        chmod a-w $(distdir)
 
780
        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
 
781
          && cd $(distdir)/=build \
 
782
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
783
          && $(MAKE) $(AM_MAKEFLAGS) \
 
784
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
785
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
786
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
787
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
788
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
789
          && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
790
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
791
          && $(MAKE) $(AM_MAKEFLAGS) distclean \
 
792
          && rm -f $(distdir).tar.gz \
 
793
          && test `find . -type f -print | wc -l` -eq 0
 
794
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
795
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
796
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
797
        echo "$$dashes"; \
 
798
        echo "$$banner"; \
 
799
        echo "$$dashes"
 
800
dist: distdir
 
801
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
802
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
803
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
804
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
805
        || chmod -R a+r $(distdir)
 
806
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
 
807
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
808
dist-all: distdir
 
809
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
810
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
811
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
812
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
813
        || chmod -R a+r $(distdir)
 
814
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
 
815
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
816
distdir: $(DISTFILES)
 
817
        @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
 
818
          echo "NEWS not updated; not releasing" 1>&2; \
 
819
          exit 1; \
 
820
        fi
 
821
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
822
        mkdir $(distdir)
 
823
        $(mkinstalldirs) $(distdir)/mpfr
 
824
        @for file in $(DISTFILES); do \
 
825
          d=$(srcdir); \
 
826
          if test -d $$d/$$file; then \
 
827
            cp -pR $$d/$$file $(distdir); \
 
828
          else \
 
829
            test -f $(distdir)/$$file \
 
830
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
831
          fi; \
 
832
        done
 
833
        for subdir in $(SUBDIRS); do \
 
834
          if test "$$subdir" = .; then :; else \
 
835
            test -d $(distdir)/$$subdir \
 
836
            || mkdir $(distdir)/$$subdir \
 
837
            || exit 1; \
 
838
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
839
              || exit 1; \
 
840
          fi; \
 
841
        done
 
842
        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
 
843
        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
 
844
info-am: $(INFO_DEPS)
 
845
info: info-recursive
 
846
dvi-am: $(DVIS)
 
847
dvi: dvi-recursive
 
848
check-am: all-am
 
849
check: check-recursive
 
850
installcheck-am:
 
851
installcheck: installcheck-recursive
 
852
all-recursive-am: config.h
 
853
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
854
 
 
855
install-exec-am: install-libLTLIBRARIES
 
856
install-exec: install-exec-recursive
 
857
 
 
858
install-data-am: install-info-am install-includeHEADERS
 
859
install-data: install-data-recursive
 
860
 
 
861
install-am: all-am
 
862
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
863
install: install-recursive
 
864
uninstall-am: uninstall-libLTLIBRARIES uninstall-info \
 
865
                uninstall-includeHEADERS
 
866
uninstall: uninstall-recursive
 
867
all-am: Makefile $(INFO_DEPS) $(ANSI2KNR) $(LTLIBRARIES) $(HEADERS) \
 
868
                config.h
 
869
all-redirect: all-recursive-am
 
870
install-strip:
 
871
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
 
872
installdirs: installdirs-recursive
 
873
installdirs-am:
 
874
        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \
 
875
                $(DESTDIR)$(includedir)
 
876
 
 
877
 
 
878
mostlyclean-generic:
 
879
 
 
880
clean-generic:
 
881
 
 
882
distclean-generic:
 
883
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
884
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
885
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
886
 
 
887
maintainer-clean-generic:
 
888
        -rm -f Makefile.in
 
889
mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
 
890
                mostlyclean-compile mostlyclean-libtool \
 
891
                mostlyclean-krextra mostlyclean-kr mostlyclean-vti \
 
892
                mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
 
893
 
 
894
mostlyclean: mostlyclean-recursive
 
895
 
 
896
clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
 
897
                clean-krextra clean-kr clean-vti clean-aminfo \
 
898
                clean-tags clean-generic mostlyclean-am
 
899
 
 
900
clean: clean-recursive
 
901
 
 
902
distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
 
903
                distclean-libtool distclean-krextra distclean-kr \
 
904
                distclean-vti distclean-aminfo distclean-tags \
 
905
                distclean-generic clean-am
 
906
        -rm -f libtool
 
907
 
 
908
distclean: distclean-recursive
 
909
        -rm -f config.status
 
910
 
 
911
maintainer-clean-am:  maintainer-clean-hdr \
 
912
                maintainer-clean-libLTLIBRARIES \
 
913
                maintainer-clean-compile maintainer-clean-libtool \
 
914
                maintainer-clean-krextra maintainer-clean-kr \
 
915
                maintainer-clean-vti maintainer-clean-aminfo \
 
916
                maintainer-clean-tags maintainer-clean-generic \
 
917
                distclean-am
 
918
        @echo "This command is intended for maintainers to use;"
 
919
        @echo "it deletes files that may require special tools to rebuild."
 
920
 
 
921
maintainer-clean: maintainer-clean-recursive
 
922
        -rm -f config.status
 
923
 
 
924
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
925
mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
926
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
927
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
928
distclean-compile clean-compile maintainer-clean-compile \
 
929
mostlyclean-libtool distclean-libtool clean-libtool \
 
930
maintainer-clean-libtool mostlyclean-krextra distclean-krextra \
 
931
clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
 
932
clean-kr maintainer-clean-kr mostlyclean-vti distclean-vti clean-vti \
 
933
maintainer-clean-vti install-info-am uninstall-info mostlyclean-aminfo \
 
934
distclean-aminfo clean-aminfo maintainer-clean-aminfo \
 
935
uninstall-includeHEADERS install-includeHEADERS install-recursive \
 
936
uninstall-recursive install-data-recursive uninstall-data-recursive \
 
937
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
938
uninstalldirs-recursive all-recursive check-recursive \
 
939
installcheck-recursive info-recursive dvi-recursive \
 
940
mostlyclean-recursive distclean-recursive clean-recursive \
 
941
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
942
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
943
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
944
install-exec-am install-exec install-data-am install-data install-am \
 
945
install uninstall-am uninstall all-redirect all-am all install-strip \
 
946
installdirs-am installdirs mostlyclean-generic distclean-generic \
 
947
clean-generic maintainer-clean-generic clean mostlyclean distclean \
 
948
maintainer-clean
 
949
 
 
950
 
 
951
# Don't ship CVS directories or emacs backups.
 
952
dist-hook:
 
953
        -find $(distdir) \( -name CVS -type d \) -o -name "*.~*" \
 
954
                | xargs rm -rf
 
955
 
 
956
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
957
# Otherwise a system limit (for SysV at least) may be exceeded.
 
958
.NOEXPORT: