1 |
56 |
joel |
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
2 |
39 |
lampret |
|
3 |
56 |
joel |
# 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 |
39 |
lampret |
|
8 |
56 |
joel |
# 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 |
39 |
lampret |
|
13 |
|
|
|
14 |
56 |
joel |
SHELL = @SHELL@
|
15 |
39 |
lampret |
|
16 |
56 |
joel |
srcdir = @srcdir@
|
17 |
|
|
top_srcdir = @top_srcdir@
|
18 |
|
|
VPATH = @srcdir@
|
19 |
|
|
prefix = @prefix@
|
20 |
|
|
exec_prefix = @exec_prefix@
|
21 |
39 |
lampret |
|
22 |
56 |
joel |
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 |
39 |
lampret |
|
35 |
56 |
joel |
DESTDIR =
|
36 |
39 |
lampret |
|
37 |
56 |
joel |
pkgdatadir = $(datadir)/@PACKAGE@
|
38 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
39 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
40 |
39 |
lampret |
|
41 |
56 |
joel |
top_builddir = .
|
42 |
39 |
lampret |
|
43 |
56 |
joel |
ACLOCAL = @ACLOCAL@
|
44 |
|
|
AUTOCONF = @AUTOCONF@
|
45 |
|
|
AUTOMAKE = @AUTOMAKE@
|
46 |
|
|
AUTOHEADER = @AUTOHEADER@
|
47 |
39 |
lampret |
|
48 |
56 |
joel |
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 |
39 |
lampret |
|
54 |
56 |
joel |
NORMAL_INSTALL = :
|
55 |
|
|
PRE_INSTALL = :
|
56 |
|
|
POST_INSTALL = :
|
57 |
|
|
NORMAL_UNINSTALL = :
|
58 |
|
|
PRE_UNINSTALL = :
|
59 |
|
|
POST_UNINSTALL = :
|
60 |
|
|
host_alias = @host_alias@
|
61 |
|
|
host_triplet = @host@
|
62 |
|
|
AR = @AR@
|
63 |
|
|
AS = @AS@
|
64 |
|
|
CC = @CC@
|
65 |
|
|
CPP = @CPP@
|
66 |
|
|
EXEEXT = @EXEEXT@
|
67 |
|
|
MAINT = @MAINT@
|
68 |
|
|
MAKEINFO = @MAKEINFO@
|
69 |
|
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
70 |
|
|
PACKAGE = @PACKAGE@
|
71 |
|
|
RANLIB = @RANLIB@
|
72 |
|
|
VERSION = 1.8.2
|
73 |
|
|
machine_dir = @machine_dir@
|
74 |
|
|
newlib_basedir = @newlib_basedir@
|
75 |
|
|
sys_dir = @sys_dir@
|
76 |
39 |
lampret |
|
77 |
56 |
joel |
AUTOMAKE_OPTIONS = cygnus
|
78 |
|
|
@NEWLIB_HW_FP_TRUE@SUBDIRS = \
|
79 |
|
|
@NEWLIB_HW_FP_TRUE@mathfp common .
|
80 |
|
|
@NEWLIB_HW_FP_FALSE@SUBDIRS = \
|
81 |
|
|
@NEWLIB_HW_FP_FALSE@math common .
|
82 |
|
|
@NEWLIB_HW_FP_TRUE@SUBLIBS = \
|
83 |
|
|
@NEWLIB_HW_FP_TRUE@mathfp/lib.a common/lib.a
|
84 |
|
|
@NEWLIB_HW_FP_FALSE@SUBLIBS = \
|
85 |
|
|
@NEWLIB_HW_FP_FALSE@math/lib.a common/lib.a
|
86 |
39 |
lampret |
|
87 |
56 |
joel |
noinst_LIBRARIES = libm.a
|
88 |
39 |
lampret |
|
89 |
56 |
joel |
info_TEXINFOS = libm.texinfo
|
90 |
39 |
lampret |
|
91 |
56 |
joel |
CLEANFILES = tmp.texi targetdep.tex stmp-targetdep
|
92 |
39 |
lampret |
|
93 |
56 |
joel |
ACLOCAL_AMFLAGS = -I ..
|
94 |
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
95 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
96 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
97 |
|
|
CONFIG_CLEAN_FILES =
|
98 |
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
99 |
|
|
|
100 |
|
|
|
101 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
102 |
|
|
CPPFLAGS = @CPPFLAGS@
|
103 |
|
|
LDFLAGS = @LDFLAGS@
|
104 |
|
|
LIBS = @LIBS@
|
105 |
|
|
libm_a_LIBADD =
|
106 |
|
|
libm_a_SOURCES = libm.a.c
|
107 |
|
|
libm_a_OBJECTS = libm.a.o
|
108 |
|
|
CFLAGS = @CFLAGS@
|
109 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
110 |
|
|
CCLD = $(CC)
|
111 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
112 |
|
|
TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
|
113 |
|
|
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
|
114 |
|
|
INFO_DEPS = libm.info
|
115 |
|
|
DVIS = libm.dvi
|
116 |
|
|
TEXINFOS = libm.texinfo
|
117 |
|
|
DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
|
118 |
|
|
|
119 |
|
|
|
120 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
121 |
|
|
|
122 |
|
|
TAR = tar
|
123 |
|
|
GZIP_ENV = --best
|
124 |
|
|
DIST_SUBDIRS = mathfp common . math common .
|
125 |
|
|
SOURCES = libm.a.c
|
126 |
|
|
OBJECTS = libm.a.o
|
127 |
|
|
|
128 |
|
|
all: all-redirect
|
129 |
|
|
.SUFFIXES:
|
130 |
|
|
.SUFFIXES: .S .c .dvi .info .o .ps .s .texi .texinfo .txi
|
131 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
132 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
|
133 |
|
|
|
134 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
135 |
|
|
cd $(top_builddir) \
|
136 |
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
137 |
|
|
|
138 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../acinclude.m4 \
|
139 |
|
|
../aclocal.m4
|
140 |
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
141 |
|
|
|
142 |
|
|
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
143 |
|
|
$(SHELL) ./config.status --recheck
|
144 |
|
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
145 |
|
|
cd $(srcdir) && $(AUTOCONF)
|
146 |
|
|
|
147 |
|
|
mostlyclean-noinstLIBRARIES:
|
148 |
|
|
|
149 |
|
|
clean-noinstLIBRARIES:
|
150 |
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
151 |
|
|
|
152 |
|
|
distclean-noinstLIBRARIES:
|
153 |
|
|
|
154 |
|
|
maintainer-clean-noinstLIBRARIES:
|
155 |
|
|
|
156 |
|
|
.c.o:
|
157 |
|
|
$(COMPILE) -c $<
|
158 |
|
|
|
159 |
|
|
.s.o:
|
160 |
|
|
$(COMPILE) -c $<
|
161 |
|
|
|
162 |
|
|
.S.o:
|
163 |
|
|
$(COMPILE) -c $<
|
164 |
|
|
|
165 |
|
|
mostlyclean-compile:
|
166 |
|
|
-rm -f *.o core *.core
|
167 |
|
|
|
168 |
|
|
clean-compile:
|
169 |
|
|
|
170 |
|
|
distclean-compile:
|
171 |
|
|
-rm -f *.tab.c
|
172 |
|
|
|
173 |
|
|
maintainer-clean-compile:
|
174 |
|
|
|
175 |
|
|
libm.info: libm.texinfo
|
176 |
|
|
libm.dvi: libm.texinfo
|
177 |
|
|
|
178 |
|
|
|
179 |
|
|
DVIPS = dvips
|
180 |
|
|
|
181 |
|
|
.texi.info:
|
182 |
|
|
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
183 |
|
|
$(MAKEINFO) -I $(srcdir) $<
|
184 |
|
|
|
185 |
|
|
.texi.dvi:
|
186 |
|
|
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
|
187 |
|
|
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
|
188 |
|
|
|
189 |
|
|
.texi:
|
190 |
|
|
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
191 |
|
|
$(MAKEINFO) -I $(srcdir) $<
|
192 |
|
|
|
193 |
|
|
.texinfo.info:
|
194 |
|
|
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
195 |
|
|
$(MAKEINFO) -I $(srcdir) $<
|
196 |
|
|
|
197 |
|
|
.texinfo:
|
198 |
|
|
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
199 |
|
|
$(MAKEINFO) -I $(srcdir) $<
|
200 |
|
|
|
201 |
|
|
.texinfo.dvi:
|
202 |
|
|
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
|
203 |
|
|
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
|
204 |
|
|
|
205 |
|
|
.txi.info:
|
206 |
|
|
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
207 |
|
|
$(MAKEINFO) -I $(srcdir) $<
|
208 |
|
|
|
209 |
|
|
.txi.dvi:
|
210 |
|
|
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
|
211 |
|
|
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
|
212 |
|
|
|
213 |
|
|
.txi:
|
214 |
|
|
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
215 |
|
|
$(MAKEINFO) -I $(srcdir) $<
|
216 |
|
|
.dvi.ps:
|
217 |
|
|
$(DVIPS) $< -o $@
|
218 |
|
|
|
219 |
|
|
install-info-am: $(INFO_DEPS)
|
220 |
|
|
@$(NORMAL_INSTALL)
|
221 |
|
|
$(mkinstalldirs) $(DESTDIR)$(infodir)
|
222 |
|
|
@list='$(INFO_DEPS)'; \
|
223 |
|
|
for file in $$list; do \
|
224 |
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
225 |
|
|
for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
|
226 |
|
|
if test -f $$d/$$ifile; then \
|
227 |
|
|
echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
|
228 |
|
|
$(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
|
229 |
|
|
else : ; fi; \
|
230 |
|
|
done; \
|
231 |
39 |
lampret |
done
|
232 |
56 |
joel |
@$(POST_INSTALL)
|
233 |
|
|
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
234 |
|
|
list='$(INFO_DEPS)'; \
|
235 |
|
|
for file in $$list; do \
|
236 |
|
|
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
|
237 |
|
|
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
|
238 |
|
|
done; \
|
239 |
|
|
else : ; fi
|
240 |
39 |
lampret |
|
241 |
56 |
joel |
uninstall-info:
|
242 |
|
|
$(PRE_UNINSTALL)
|
243 |
|
|
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
244 |
|
|
ii=yes; \
|
245 |
|
|
else ii=; fi; \
|
246 |
|
|
list='$(INFO_DEPS)'; \
|
247 |
|
|
for file in $$list; do \
|
248 |
|
|
test -z "$ii" \
|
249 |
|
|
|| install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
|
250 |
|
|
done
|
251 |
|
|
@$(NORMAL_UNINSTALL)
|
252 |
|
|
list='$(INFO_DEPS)'; \
|
253 |
|
|
for file in $$list; do \
|
254 |
|
|
(cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
|
255 |
|
|
done
|
256 |
39 |
lampret |
|
257 |
56 |
joel |
dist-info: $(INFO_DEPS)
|
258 |
|
|
list='$(INFO_DEPS)'; \
|
259 |
|
|
for base in $$list; do \
|
260 |
|
|
if test -f $$base; then d=.; else d=$(srcdir); fi; \
|
261 |
|
|
for file in `cd $$d && eval echo $$base*`; do \
|
262 |
|
|
test -f $(distdir)/$$file \
|
263 |
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
264 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
265 |
|
|
done; \
|
266 |
|
|
done
|
267 |
39 |
lampret |
|
268 |
56 |
joel |
mostlyclean-aminfo:
|
269 |
|
|
-rm -f libm.aux libm.cp libm.cps libm.dvi libm.fn libm.fns libm.ky \
|
270 |
|
|
libm.kys libm.ps libm.log libm.pg libm.toc libm.tp libm.tps \
|
271 |
|
|
libm.vr libm.vrs libm.op libm.tr libm.cv libm.cn
|
272 |
39 |
lampret |
|
273 |
56 |
joel |
clean-aminfo:
|
274 |
39 |
lampret |
|
275 |
56 |
joel |
distclean-aminfo:
|
276 |
39 |
lampret |
|
277 |
56 |
joel |
maintainer-clean-aminfo:
|
278 |
|
|
for i in $(INFO_DEPS); do \
|
279 |
|
|
rm -f $$i; \
|
280 |
|
|
if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
|
281 |
|
|
rm -f $$i-[0-9]*; \
|
282 |
|
|
fi; \
|
283 |
|
|
done
|
284 |
|
|
clean-info: mostlyclean-aminfo
|
285 |
39 |
lampret |
|
286 |
56 |
joel |
# This directory's subdirectories are mostly independent; you can cd
|
287 |
|
|
# into them and run `make' without going through this Makefile.
|
288 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
289 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
290 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
291 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
292 |
39 |
lampret |
|
293 |
56 |
joel |
@SET_MAKE@
|
294 |
39 |
lampret |
|
295 |
56 |
joel |
all-recursive install-data-recursive install-exec-recursive \
|
296 |
|
|
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
|
297 |
|
|
check-recursive installcheck-recursive info-recursive dvi-recursive:
|
298 |
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
299 |
|
|
dot_seen=no; \
|
300 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
301 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
302 |
|
|
echo "Making $$target in $$subdir"; \
|
303 |
|
|
if test "$$subdir" = "."; then \
|
304 |
|
|
dot_seen=yes; \
|
305 |
|
|
local_target="$$target-am"; \
|
306 |
|
|
else \
|
307 |
|
|
local_target="$$target"; \
|
308 |
|
|
fi; \
|
309 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
310 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
311 |
|
|
done; \
|
312 |
|
|
if test "$$dot_seen" = "no"; then \
|
313 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
314 |
|
|
fi; test -z "$$fail"
|
315 |
39 |
lampret |
|
316 |
56 |
joel |
mostlyclean-recursive clean-recursive distclean-recursive \
|
317 |
|
|
maintainer-clean-recursive:
|
318 |
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
319 |
|
|
dot_seen=no; \
|
320 |
|
|
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
321 |
|
|
rev="$$subdir $$rev"; \
|
322 |
|
|
test "$$subdir" = "." && dot_seen=yes; \
|
323 |
|
|
done; \
|
324 |
|
|
test "$$dot_seen" = "no" && rev=". $$rev"; \
|
325 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
326 |
|
|
for subdir in $$rev; do \
|
327 |
|
|
echo "Making $$target in $$subdir"; \
|
328 |
|
|
if test "$$subdir" = "."; then \
|
329 |
|
|
local_target="$$target-am"; \
|
330 |
|
|
else \
|
331 |
|
|
local_target="$$target"; \
|
332 |
|
|
fi; \
|
333 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
334 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
335 |
|
|
done && test -z "$$fail"
|
336 |
|
|
tags-recursive:
|
337 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
338 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
339 |
|
|
done
|
340 |
|
|
|
341 |
|
|
tags: TAGS
|
342 |
|
|
|
343 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
344 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
345 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
346 |
|
|
awk ' { files[$$0] = 1; } \
|
347 |
|
|
END { for (i in files) print i; }'`; \
|
348 |
|
|
here=`pwd` && cd $(srcdir) \
|
349 |
|
|
&& mkid -f$$here/ID $$unique $(LISP)
|
350 |
|
|
|
351 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
352 |
|
|
tags=; \
|
353 |
|
|
here=`pwd`; \
|
354 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
355 |
|
|
if test "$$subdir" = .; then :; else \
|
356 |
|
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
357 |
|
|
fi; \
|
358 |
|
|
done; \
|
359 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
360 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
361 |
|
|
awk ' { files[$$0] = 1; } \
|
362 |
|
|
END { for (i in files) print i; }'`; \
|
363 |
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
364 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
365 |
|
|
|
366 |
|
|
mostlyclean-tags:
|
367 |
|
|
|
368 |
|
|
clean-tags:
|
369 |
|
|
|
370 |
|
|
distclean-tags:
|
371 |
|
|
-rm -f TAGS ID
|
372 |
|
|
|
373 |
|
|
maintainer-clean-tags:
|
374 |
|
|
|
375 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
376 |
|
|
top_distdir = $(distdir)
|
377 |
|
|
|
378 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
379 |
|
|
# it guarantees that the distribution is self-contained by making another
|
380 |
|
|
# tarfile.
|
381 |
|
|
distcheck: dist
|
382 |
|
|
-rm -rf $(distdir)
|
383 |
|
|
GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
|
384 |
|
|
mkdir $(distdir)/=build
|
385 |
|
|
mkdir $(distdir)/=inst
|
386 |
|
|
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
387 |
|
|
cd $(distdir)/=build \
|
388 |
|
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
389 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
390 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
391 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
392 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
393 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
394 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist
|
395 |
|
|
-rm -rf $(distdir)
|
396 |
|
|
@banner="$(distdir).tar.gz is ready for distribution"; \
|
397 |
|
|
dashes=`echo "$$banner" | sed s/./=/g`; \
|
398 |
|
|
echo "$$dashes"; \
|
399 |
|
|
echo "$$banner"; \
|
400 |
|
|
echo "$$dashes"
|
401 |
|
|
dist: distdir
|
402 |
|
|
-chmod -R a+r $(distdir)
|
403 |
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
404 |
|
|
-rm -rf $(distdir)
|
405 |
|
|
dist-all: distdir
|
406 |
|
|
-chmod -R a+r $(distdir)
|
407 |
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
408 |
|
|
-rm -rf $(distdir)
|
409 |
|
|
distdir: $(DISTFILES)
|
410 |
|
|
-rm -rf $(distdir)
|
411 |
|
|
mkdir $(distdir)
|
412 |
|
|
-chmod 777 $(distdir)
|
413 |
|
|
@for file in $(DISTFILES); do \
|
414 |
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
415 |
|
|
if test -d $$d/$$file; then \
|
416 |
|
|
cp -pr $$/$$file $(distdir)/$$file; \
|
417 |
|
|
else \
|
418 |
|
|
test -f $(distdir)/$$file \
|
419 |
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
420 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
421 |
|
|
fi; \
|
422 |
|
|
done
|
423 |
|
|
for subdir in $(DIST_SUBDIRS); do \
|
424 |
|
|
if test "$$subdir" = .; then :; else \
|
425 |
|
|
test -d $(distdir)/$$subdir \
|
426 |
|
|
|| mkdir $(distdir)/$$subdir \
|
427 |
|
|
|| exit 1; \
|
428 |
|
|
chmod 777 $(distdir)/$$subdir; \
|
429 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
|
430 |
|
|
|| exit 1; \
|
431 |
|
|
fi; \
|
432 |
|
|
done
|
433 |
|
|
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
|
434 |
|
|
info-am: $(INFO_DEPS)
|
435 |
|
|
info: info-recursive
|
436 |
|
|
dvi-am: $(DVIS)
|
437 |
|
|
dvi: dvi-recursive
|
438 |
|
|
check-am:
|
439 |
|
|
check: check-recursive
|
440 |
|
|
installcheck-am:
|
441 |
|
|
installcheck: installcheck-recursive
|
442 |
|
|
install-info-am:
|
443 |
|
|
install-info: install-info-recursive
|
444 |
|
|
install-exec-am:
|
445 |
|
|
install-exec: install-exec-recursive
|
446 |
|
|
|
447 |
|
|
install-data-am:
|
448 |
|
|
install-data: install-data-recursive
|
449 |
|
|
|
450 |
|
|
install-am: all-am
|
451 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
452 |
|
|
install: install-recursive
|
453 |
|
|
uninstall-am:
|
454 |
|
|
uninstall: uninstall-recursive
|
455 |
|
|
all-am: Makefile $(LIBRARIES)
|
456 |
|
|
all-redirect: all-recursive
|
457 |
|
|
install-strip:
|
458 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
459 |
|
|
installdirs: installdirs-recursive
|
460 |
|
|
installdirs-am:
|
461 |
|
|
|
462 |
|
|
|
463 |
|
|
mostlyclean-generic:
|
464 |
|
|
|
465 |
|
|
clean-generic:
|
466 |
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
467 |
|
|
|
468 |
|
|
distclean-generic:
|
469 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
470 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
471 |
|
|
|
472 |
|
|
maintainer-clean-generic:
|
473 |
|
|
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
|
474 |
|
|
mostlyclean-aminfo mostlyclean-tags mostlyclean-generic
|
475 |
|
|
|
476 |
|
|
mostlyclean: mostlyclean-recursive
|
477 |
|
|
|
478 |
|
|
clean-am: clean-noinstLIBRARIES clean-compile clean-aminfo clean-tags \
|
479 |
|
|
clean-generic mostlyclean-am
|
480 |
|
|
|
481 |
|
|
clean: clean-recursive
|
482 |
|
|
|
483 |
|
|
distclean-am: distclean-noinstLIBRARIES distclean-compile \
|
484 |
|
|
distclean-aminfo distclean-tags distclean-generic \
|
485 |
|
|
clean-am
|
486 |
|
|
|
487 |
|
|
distclean: distclean-recursive
|
488 |
|
|
-rm -f config.status
|
489 |
|
|
|
490 |
|
|
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
|
491 |
|
|
maintainer-clean-compile maintainer-clean-aminfo \
|
492 |
|
|
maintainer-clean-tags maintainer-clean-generic \
|
493 |
|
|
distclean-am
|
494 |
|
|
@echo "This command is intended for maintainers to use;"
|
495 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
496 |
|
|
|
497 |
|
|
maintainer-clean: maintainer-clean-recursive
|
498 |
|
|
-rm -f config.status
|
499 |
|
|
|
500 |
|
|
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
|
501 |
|
|
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
|
502 |
|
|
mostlyclean-compile distclean-compile clean-compile \
|
503 |
|
|
maintainer-clean-compile install-info-am uninstall-info \
|
504 |
|
|
mostlyclean-aminfo distclean-aminfo clean-aminfo \
|
505 |
|
|
maintainer-clean-aminfo install-data-recursive uninstall-data-recursive \
|
506 |
|
|
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
|
507 |
|
|
uninstalldirs-recursive all-recursive check-recursive \
|
508 |
|
|
installcheck-recursive info-recursive dvi-recursive \
|
509 |
|
|
mostlyclean-recursive distclean-recursive clean-recursive \
|
510 |
|
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
511 |
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
512 |
|
|
dvi-am dvi check check-am installcheck-am installcheck install-info-am \
|
513 |
|
|
install-info install-exec-am install-exec install-data-am install-data \
|
514 |
|
|
install-am install uninstall-am uninstall all-redirect all-am all \
|
515 |
|
|
installdirs-am installdirs mostlyclean-generic distclean-generic \
|
516 |
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
517 |
|
|
maintainer-clean
|
518 |
|
|
|
519 |
|
|
|
520 |
|
|
libm.a: $(SUBLIBS)
|
521 |
|
|
rm -f $@
|
522 |
|
|
rm -rf tmp
|
523 |
|
|
mkdir tmp
|
524 |
|
|
cd tmp; \
|
525 |
|
|
for i in $(SUBLIBS); do \
|
526 |
|
|
$(AR) x ../$$i; \
|
527 |
|
|
done; \
|
528 |
|
|
$(AR) $(AR_FLAGS) ../$@ *.o
|
529 |
|
|
$(RANLIB) $@
|
530 |
|
|
rm -rf tmp
|
531 |
|
|
|
532 |
|
|
$(SUBLIBS):
|
533 |
|
|
|
534 |
|
|
libm.info: targetdep.tex math/stmp-def
|
535 |
|
|
|
536 |
|
|
stmp-targetdep: force
|
537 |
|
|
rm -f tmp.texi
|
538 |
|
|
targetdoc=`pwd`/tmp.texi; \
|
539 |
|
|
for d in $(SUBDIRS); do \
|
540 |
|
|
if test "$$d" != "."; then \
|
541 |
|
|
(cd $$d && $(MAKE) doc) || exit 1; \
|
542 |
|
|
fi; \
|
543 |
|
|
done
|
544 |
|
|
$(SHELL) $(newlib_basedir)/../move-if-change tmp.texi targetdep.tex
|
545 |
|
|
touch $@
|
546 |
|
|
|
547 |
|
|
targetdep.tex: stmp-targetdep ; @true
|
548 |
|
|
|
549 |
|
|
math/stmp-def: stmp-targetdep ; @true
|
550 |
|
|
|
551 |
|
|
.PHONY: force
|
552 |
39 |
lampret |
force:
|
553 |
|
|
|
554 |
56 |
joel |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
555 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
556 |
|
|
.NOEXPORT:
|