checkin of 0.3.0
[pspp-builds.git] / lib / gmp / mpn / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 CATALOGS = @CATALOGS@
67 CATOBJEXT = @CATOBJEXT@
68 CC = @CC@
69 CFLAGS = @CFLAGS@
70 CPP = @CPP@
71 DATADIRNAME = @DATADIRNAME@
72 GENCAT = @GENCAT@
73 GMOFILES = @GMOFILES@
74 GMP_LIBS = @GMP_LIBS@
75 GMP_SUBDIRS = @GMP_SUBDIRS@
76 GMSGFMT = @GMSGFMT@
77 GT_NO = @GT_NO@
78 GT_YES = @GT_YES@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLDEPS = @INTLDEPS@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 LN_S = @LN_S@
84 LOCAL_CC = @LOCAL_CC@
85 MAKEINFO = @MAKEINFO@
86 MKINSTALLDIRS = @MKINSTALLDIRS@
87 MSGFMT = @MSGFMT@
88 PACKAGE = @PACKAGE@
89 POFILES = @POFILES@
90 POSUB = @POSUB@
91 RANLIB = @RANLIB@
92 U = @U@
93 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
94 USE_NLS = @USE_NLS@
95 VERSION = @VERSION@
96 l = @l@
97
98 INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir) -I$(top_srcdir)/src       -I$(top_srcdir)/intl
99
100
101 noinst_LIBRARIES = libmpn.a
102 libmpn_a_SOURCES = add_n.c addmul_1.c cmp.c divrem.c get_str.c  inlines.c lshift.c mp_bases.c mul.c mul_1.c mul_n.c sub_n.c submul_1.c
103
104
105 MAINTAINERCLEANFILES = Makefile.in
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../../../config.h
108 CONFIG_CLEAN_FILES = 
109 LIBRARIES =  $(noinst_LIBRARIES)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
113 CPPFLAGS = @CPPFLAGS@
114 LDFLAGS = @LDFLAGS@
115 LIBS = @LIBS@
116 libmpn_a_LIBADD = 
117 libmpn_a_OBJECTS =  add_n.o addmul_1.o cmp.o divrem.o get_str.o \
118 inlines.o lshift.o mp_bases.o mul.o mul_1.o mul_n.o sub_n.o submul_1.o
119 AR = ar
120 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 CCLD = $(CC)
122 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123 DIST_COMMON =  Makefile.am Makefile.in
124
125
126 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127
128 TAR = tar
129 GZIP_ENV = --best
130 SOURCES = $(libmpn_a_SOURCES)
131 OBJECTS = $(libmpn_a_OBJECTS)
132
133 all: all-redirect
134 .SUFFIXES:
135 .SUFFIXES: .S .c .o .s
136 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
137         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/gmp/mpn/Makefile
138
139 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
140         cd $(top_builddir) \
141           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142
143
144 mostlyclean-noinstLIBRARIES:
145
146 clean-noinstLIBRARIES:
147         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
148
149 distclean-noinstLIBRARIES:
150
151 maintainer-clean-noinstLIBRARIES:
152
153 .c.o:
154         $(COMPILE) -c $<
155
156 .s.o:
157         $(COMPILE) -c $<
158
159 .S.o:
160         $(COMPILE) -c $<
161
162 mostlyclean-compile:
163         -rm -f *.o core *.core
164
165 clean-compile:
166
167 distclean-compile:
168         -rm -f *.tab.c
169
170 maintainer-clean-compile:
171
172 libmpn.a: $(libmpn_a_OBJECTS) $(libmpn_a_DEPENDENCIES)
173         -rm -f libmpn.a
174         $(AR) cru libmpn.a $(libmpn_a_OBJECTS) $(libmpn_a_LIBADD)
175         $(RANLIB) libmpn.a
176
177 tags: TAGS
178
179 ID: $(HEADERS) $(SOURCES) $(LISP)
180         list='$(SOURCES) $(HEADERS)'; \
181         unique=`for i in $$list; do echo $$i; done | \
182           awk '    { files[$$0] = 1; } \
183                END { for (i in files) print i; }'`; \
184         here=`pwd` && cd $(srcdir) \
185           && mkid -f$$here/ID $$unique $(LISP)
186
187 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
188         tags=; \
189         here=`pwd`; \
190         list='$(SOURCES) $(HEADERS)'; \
191         unique=`for i in $$list; do echo $$i; done | \
192           awk '    { files[$$0] = 1; } \
193                END { for (i in files) print i; }'`; \
194         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
195           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
196
197 mostlyclean-tags:
198
199 clean-tags:
200
201 distclean-tags:
202         -rm -f TAGS ID
203
204 maintainer-clean-tags:
205
206 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
207
208 subdir = lib/gmp/mpn
209
210 distdir: $(DISTFILES)
211         @for file in $(DISTFILES); do \
212           d=$(srcdir); \
213           if test -d $$d/$$file; then \
214             cp -pr $$d/$$file $(distdir)/$$file; \
215           else \
216             test -f $(distdir)/$$file \
217             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218             || cp -p $$d/$$file $(distdir)/$$file || :; \
219           fi; \
220         done
221
222 info-am:
223 info: info-am
224 dvi-am:
225 dvi: dvi-am
226 check-am: all-am
227 check: check-am
228 installcheck-am:
229 installcheck: installcheck-am
230 install-exec-am:
231 install-exec: install-exec-am
232
233 install-data-am:
234 install-data: install-data-am
235
236 install-am: all-am
237         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
238 install: install-am
239 uninstall-am:
240 uninstall: uninstall-am
241 all-am: Makefile $(LIBRARIES)
242 all-redirect: all-am
243 install-strip:
244         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
245 installdirs:
246
247
248 mostlyclean-generic:
249
250 clean-generic:
251
252 distclean-generic:
253         -rm -f Makefile $(CONFIG_CLEAN_FILES)
254         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
255
256 maintainer-clean-generic:
257         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
258 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
259                 mostlyclean-tags mostlyclean-generic
260
261 mostlyclean: mostlyclean-am
262
263 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
264                 mostlyclean-am
265
266 clean: clean-am
267
268 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
269                 distclean-tags distclean-generic clean-am
270
271 distclean: distclean-am
272
273 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
274                 maintainer-clean-compile maintainer-clean-tags \
275                 maintainer-clean-generic distclean-am
276         @echo "This command is intended for maintainers to use;"
277         @echo "it deletes files that may require special tools to rebuild."
278
279 maintainer-clean: maintainer-clean-am
280
281 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
282 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
283 mostlyclean-compile distclean-compile clean-compile \
284 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
285 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
286 check-am installcheck-am installcheck install-exec-am install-exec \
287 install-data-am install-data install-am install uninstall-am uninstall \
288 all-redirect all-am all installdirs mostlyclean-generic \
289 distclean-generic clean-generic maintainer-clean-generic clean \
290 mostlyclean distclean maintainer-clean
291
292
293 # Tell versions [3.59,3.63) of GNU make to not export all variables.
294 # Otherwise a system limit (for SysV at least) may be exceeded.
295 .NOEXPORT: