checkin of 0.3.0
[pspp-builds.git] / lib / gmp / mpf / 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 = libmpf.a
102 libmpf_a_SOURCES = clear.c get_str.c iset_d.c set_d.c set_dfl_prec.c
103
104 MAINTAINERCLEANFILES = Makefile.in
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../../../config.h
107 CONFIG_CLEAN_FILES = 
108 LIBRARIES =  $(noinst_LIBRARIES)
109
110
111 DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
112 CPPFLAGS = @CPPFLAGS@
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 libmpf_a_LIBADD = 
116 libmpf_a_OBJECTS =  clear.o get_str.o iset_d.o set_d.o set_dfl_prec.o
117 AR = ar
118 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 CCLD = $(CC)
120 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
121 DIST_COMMON =  Makefile.am Makefile.in
122
123
124 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125
126 TAR = tar
127 GZIP_ENV = --best
128 SOURCES = $(libmpf_a_SOURCES)
129 OBJECTS = $(libmpf_a_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .o .s
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/gmp/mpf/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-noinstLIBRARIES:
143
144 clean-noinstLIBRARIES:
145         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
146
147 distclean-noinstLIBRARIES:
148
149 maintainer-clean-noinstLIBRARIES:
150
151 .c.o:
152         $(COMPILE) -c $<
153
154 .s.o:
155         $(COMPILE) -c $<
156
157 .S.o:
158         $(COMPILE) -c $<
159
160 mostlyclean-compile:
161         -rm -f *.o core *.core
162
163 clean-compile:
164
165 distclean-compile:
166         -rm -f *.tab.c
167
168 maintainer-clean-compile:
169
170 libmpf.a: $(libmpf_a_OBJECTS) $(libmpf_a_DEPENDENCIES)
171         -rm -f libmpf.a
172         $(AR) cru libmpf.a $(libmpf_a_OBJECTS) $(libmpf_a_LIBADD)
173         $(RANLIB) libmpf.a
174
175 tags: TAGS
176
177 ID: $(HEADERS) $(SOURCES) $(LISP)
178         list='$(SOURCES) $(HEADERS)'; \
179         unique=`for i in $$list; do echo $$i; done | \
180           awk '    { files[$$0] = 1; } \
181                END { for (i in files) print i; }'`; \
182         here=`pwd` && cd $(srcdir) \
183           && mkid -f$$here/ID $$unique $(LISP)
184
185 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
186         tags=; \
187         here=`pwd`; \
188         list='$(SOURCES) $(HEADERS)'; \
189         unique=`for i in $$list; do echo $$i; done | \
190           awk '    { files[$$0] = 1; } \
191                END { for (i in files) print i; }'`; \
192         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
193           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
194
195 mostlyclean-tags:
196
197 clean-tags:
198
199 distclean-tags:
200         -rm -f TAGS ID
201
202 maintainer-clean-tags:
203
204 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
205
206 subdir = lib/gmp/mpf
207
208 distdir: $(DISTFILES)
209         @for file in $(DISTFILES); do \
210           d=$(srcdir); \
211           if test -d $$d/$$file; then \
212             cp -pr $$d/$$file $(distdir)/$$file; \
213           else \
214             test -f $(distdir)/$$file \
215             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
216             || cp -p $$d/$$file $(distdir)/$$file || :; \
217           fi; \
218         done
219
220 info-am:
221 info: info-am
222 dvi-am:
223 dvi: dvi-am
224 check-am: all-am
225 check: check-am
226 installcheck-am:
227 installcheck: installcheck-am
228 install-exec-am:
229 install-exec: install-exec-am
230
231 install-data-am:
232 install-data: install-data-am
233
234 install-am: all-am
235         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
236 install: install-am
237 uninstall-am:
238 uninstall: uninstall-am
239 all-am: Makefile $(LIBRARIES)
240 all-redirect: all-am
241 install-strip:
242         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
243 installdirs:
244
245
246 mostlyclean-generic:
247
248 clean-generic:
249
250 distclean-generic:
251         -rm -f Makefile $(CONFIG_CLEAN_FILES)
252         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
253
254 maintainer-clean-generic:
255         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
256 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
257                 mostlyclean-tags mostlyclean-generic
258
259 mostlyclean: mostlyclean-am
260
261 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
262                 mostlyclean-am
263
264 clean: clean-am
265
266 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
267                 distclean-tags distclean-generic clean-am
268
269 distclean: distclean-am
270
271 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
272                 maintainer-clean-compile maintainer-clean-tags \
273                 maintainer-clean-generic distclean-am
274         @echo "This command is intended for maintainers to use;"
275         @echo "it deletes files that may require special tools to rebuild."
276
277 maintainer-clean: maintainer-clean-am
278
279 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
280 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
281 mostlyclean-compile distclean-compile clean-compile \
282 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
283 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
284 check-am installcheck-am installcheck install-exec-am install-exec \
285 install-data-am install-data install-am install uninstall-am uninstall \
286 all-redirect all-am all installdirs mostlyclean-generic \
287 distclean-generic clean-generic maintainer-clean-generic clean \
288 mostlyclean distclean maintainer-clean
289
290
291 # Tell versions [3.59,3.63) of GNU make to not export all variables.
292 # Otherwise a system limit (for SysV at least) may be exceeded.
293 .NOEXPORT: