OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libm/] [math/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
# Makefile.in generated automatically by automake 1.3b from Makefile.am
2 39 lampret
 
3 56 joel
# Copyright (C) 1994, 1995, 1996, 1997, 1998 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
 
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@
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
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 = @VERSION@
73
machine_dir = @machine_dir@
74
newlib_basedir = @newlib_basedir@
75
sys_dir = @sys_dir@
76
 
77
AUTOMAKE_OPTIONS = cygnus
78
 
79
INCLUDES = -I$(srcdir)/../common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
80
 
81
noinst_LIBRARIES = lib.a
82
 
83 39 lampret
src =   k_standard.c k_rem_pio2.c \
84
        k_cos.c k_sin.c k_tan.c \
85
        e_acos.c e_acosh.c e_asin.c e_atan2.c \
86
        e_atanh.c e_cosh.c e_exp.c e_fmod.c \
87
        er_gamma.c e_hypot.c e_j0.c \
88
        e_j1.c e_jn.c er_lgamma.c \
89
        e_log.c e_log10.c e_pow.c e_rem_pio2.c e_remainder.c \
90
        e_scalb.c e_sinh.c e_sqrt.c \
91
        w_acos.c w_acosh.c w_asin.c w_atan2.c \
92
        w_atanh.c w_cosh.c w_exp.c w_fmod.c \
93
        w_gamma.c wr_gamma.c w_hypot.c w_j0.c \
94
        w_j1.c w_jn.c w_lgamma.c wr_lgamma.c \
95
        w_log.c w_log10.c w_pow.c w_remainder.c \
96
        w_scalb.c w_sinh.c w_sqrt.c \
97 56 joel
        w_cabs.c w_drem.c \
98
        s_asinh.c s_atan.c s_ceil.c \
99
        s_cos.c s_erf.c s_fabs.c s_floor.c \
100
        s_frexp.c s_isnan.c s_ldexp.c \
101
        s_signif.c s_sin.c \
102 39 lampret
        s_tan.c s_tanh.c \
103 56 joel
        s_isinf.c s_infconst.c
104 39 lampret
 
105
fsrc =  kf_rem_pio2.c \
106
        kf_cos.c kf_sin.c kf_tan.c \
107
        ef_acos.c ef_acosh.c ef_asin.c ef_atan2.c \
108
        ef_atanh.c ef_cosh.c ef_exp.c ef_fmod.c \
109
        erf_gamma.c ef_hypot.c ef_j0.c \
110
        ef_j1.c ef_jn.c erf_lgamma.c \
111
        ef_log.c ef_log10.c ef_pow.c ef_rem_pio2.c ef_remainder.c \
112
        ef_scalb.c ef_sinh.c ef_sqrt.c \
113
        wf_acos.c wf_acosh.c wf_asin.c wf_atan2.c \
114
        wf_atanh.c wf_cosh.c wf_exp.c wf_fmod.c \
115
        wf_gamma.c wrf_gamma.c wf_hypot.c wf_j0.c \
116
        wf_j1.c wf_jn.c wf_lgamma.c wrf_lgamma.c \
117
        wf_log.c wf_log10.c wf_pow.c wf_remainder.c \
118
        wf_scalb.c wf_sinh.c wf_sqrt.c \
119 56 joel
        wf_cabs.c wf_drem.c \
120
        sf_asinh.c sf_atan.c sf_ceil.c \
121
        sf_cos.c sf_erf.c sf_fabs.c sf_floor.c \
122
        sf_frexp.c sf_isnan.c sf_ldexp.c \
123
        sf_signif.c sf_sin.c \
124 39 lampret
        sf_tan.c sf_tanh.c \
125 56 joel
        sf_isinf.c
126 39 lampret
 
127 56 joel
lib_a_SOURCES = $(src) $(fsrc)
128 39 lampret
 
129
chobj = wacos.def wacosh.def wasin.def sasinh.def \
130
        satan.def watan2.def watanh.def wj0.def \
131 56 joel
        wcosh.def serf.def wexp.def \
132 39 lampret
        sfabs.def sfloor.def wfmod.def sfrexp.def \
133
        wgamma.def whypot.def sldexp.def wlog.def \
134 56 joel
        wlog10.def \
135 39 lampret
        wpow.def wremainder.def ssin.def wsinh.def \
136 56 joel
        wsqrt.def stan.def stanh.def \
137
        sisnan.def
138 39 lampret
 
139 56 joel
SUFFIXES = .def
140 39 lampret
 
141 56 joel
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
142 39 lampret
 
143 56 joel
TARGETDOC = ../tmp.texi
144 39 lampret
 
145 56 joel
CLEANFILES = $(chobj) *.ref
146
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
147
CONFIG_CLEAN_FILES =
148
LIBRARIES =  $(noinst_LIBRARIES)
149 39 lampret
 
150
 
151 56 joel
DEFS = @DEFS@ -I. -I$(srcdir)
152
CPPFLAGS = @CPPFLAGS@
153
LDFLAGS = @LDFLAGS@
154
LIBS = @LIBS@
155
lib_a_LIBADD =
156
lib_a_OBJECTS =  k_standard.o k_rem_pio2.o k_cos.o k_sin.o k_tan.o \
157
e_acos.o e_acosh.o e_asin.o e_atan2.o e_atanh.o e_cosh.o e_exp.o \
158
e_fmod.o er_gamma.o e_hypot.o e_j0.o e_j1.o e_jn.o er_lgamma.o e_log.o \
159
e_log10.o e_pow.o e_rem_pio2.o e_remainder.o e_scalb.o e_sinh.o \
160
e_sqrt.o w_acos.o w_acosh.o w_asin.o w_atan2.o w_atanh.o w_cosh.o \
161
w_exp.o w_fmod.o w_gamma.o wr_gamma.o w_hypot.o w_j0.o w_j1.o w_jn.o \
162
w_lgamma.o wr_lgamma.o w_log.o w_log10.o w_pow.o w_remainder.o \
163
w_scalb.o w_sinh.o w_sqrt.o w_cabs.o w_drem.o s_asinh.o s_atan.o \
164
s_ceil.o s_cos.o s_erf.o s_fabs.o s_floor.o s_frexp.o s_isnan.o \
165
s_ldexp.o s_signif.o s_sin.o s_tan.o s_tanh.o s_isinf.o s_infconst.o \
166
kf_rem_pio2.o kf_cos.o kf_sin.o kf_tan.o ef_acos.o ef_acosh.o ef_asin.o \
167
ef_atan2.o ef_atanh.o ef_cosh.o ef_exp.o ef_fmod.o erf_gamma.o \
168
ef_hypot.o ef_j0.o ef_j1.o ef_jn.o erf_lgamma.o ef_log.o ef_log10.o \
169
ef_pow.o ef_rem_pio2.o ef_remainder.o ef_scalb.o ef_sinh.o ef_sqrt.o \
170
wf_acos.o wf_acosh.o wf_asin.o wf_atan2.o wf_atanh.o wf_cosh.o wf_exp.o \
171
wf_fmod.o wf_gamma.o wrf_gamma.o wf_hypot.o wf_j0.o wf_j1.o wf_jn.o \
172
wf_lgamma.o wrf_lgamma.o wf_log.o wf_log10.o wf_pow.o wf_remainder.o \
173
wf_scalb.o wf_sinh.o wf_sqrt.o wf_cabs.o wf_drem.o sf_asinh.o sf_atan.o \
174
sf_ceil.o sf_cos.o sf_erf.o sf_fabs.o sf_floor.o sf_frexp.o sf_isnan.o \
175
sf_ldexp.o sf_signif.o sf_sin.o sf_tan.o sf_tanh.o sf_isinf.o
176
CFLAGS = @CFLAGS@
177
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
178
LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
179
DIST_COMMON =  Makefile.am Makefile.in
180 39 lampret
 
181 56 joel
 
182
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
183
 
184
TAR = tar
185
GZIP = --best
186
SOURCES = $(lib_a_SOURCES)
187
OBJECTS = $(lib_a_OBJECTS)
188
 
189
all: Makefile $(LIBRARIES)
190
 
191
.SUFFIXES:
192
.SUFFIXES: .S .c .def .o .s
193
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
194
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus math/Makefile
195
 
196
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
197
        cd $(top_builddir) \
198
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
199
 
200
 
201
mostlyclean-noinstLIBRARIES:
202
 
203
clean-noinstLIBRARIES:
204
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
205
 
206
distclean-noinstLIBRARIES:
207
 
208
maintainer-clean-noinstLIBRARIES:
209
 
210
.c.o:
211
        $(COMPILE) -c $<
212
 
213
.s.o:
214
        $(COMPILE) -c $<
215
 
216
.S.o:
217
        $(COMPILE) -c $<
218
 
219
mostlyclean-compile:
220
        -rm -f *.o core *.core
221
 
222
clean-compile:
223
 
224
distclean-compile:
225
        -rm -f *.tab.c
226
 
227
maintainer-clean-compile:
228
 
229
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
230
        -rm -f lib.a
231
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
232
        $(RANLIB) lib.a
233
 
234
tags: TAGS
235
 
236
ID: $(HEADERS) $(SOURCES) $(LISP)
237
        here=`pwd` && cd $(srcdir) \
238
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
239
 
240
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
241
        tags=; \
242
        here=`pwd`; \
243
        list='$(SOURCES) $(HEADERS)'; \
244
        unique=`for i in $$list; do echo $$i; done | \
245
          awk '    { files[$$0] = 1; } \
246
               END { for (i in files) print i; }'`; \
247
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
248
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
249
 
250
mostlyclean-tags:
251
 
252
clean-tags:
253
 
254
distclean-tags:
255
        -rm -f TAGS ID
256
 
257
maintainer-clean-tags:
258
 
259
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
260
 
261
subdir = math
262
 
263
distdir: $(DISTFILES)
264
        @for file in $(DISTFILES); do \
265
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
266
          test -f $(distdir)/$$file \
267
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268
          || cp -p $$d/$$file $(distdir)/$$file; \
269
        done
270
info:
271
dvi:
272
check:
273
installcheck:
274
install-info:
275
install-exec:
276
        @$(NORMAL_INSTALL)
277
 
278
install-data:
279
        @$(NORMAL_INSTALL)
280
 
281
install: install-exec install-data all
282
        @:
283
 
284
uninstall:
285
 
286
install-strip:
287
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
288
installdirs:
289
 
290
 
291
mostlyclean-generic:
292
 
293
clean-generic:
294
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
295
 
296
distclean-generic:
297
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
298
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
299
 
300
maintainer-clean-generic:
301
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
302
                mostlyclean-tags mostlyclean-generic
303
 
304
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
305
                mostlyclean
306
 
307
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
308
                distclean-generic clean
309
        -rm -f config.status
310
 
311
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
312
                maintainer-clean-compile maintainer-clean-tags \
313
                maintainer-clean-generic distclean
314
        @echo "This command is intended for maintainers to use;"
315
        @echo "it deletes files that may require special tools to rebuild."
316
 
317
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
318
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
319
mostlyclean-compile distclean-compile clean-compile \
320
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
321
clean-tags maintainer-clean-tags distdir info dvi installcheck \
322
install-info install-exec install-data install uninstall all \
323
installdirs mostlyclean-generic distclean-generic clean-generic \
324
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
325
 
326
 
327
.c.def:
328
        $(CHEW) < $< > $*.def 2> $*.ref
329
        touch stmp-def
330
 
331
doc: $(chobj)
332
        cat $(srcdir)/math.tex >> $(TARGETDOC)
333
 
334 39 lampret
# Texinfo does not appear to support underscores in file names, so we
335
# name the .def files without underscores.
336
 
337
wacos.def: w_acos.c
338
        $(CHEW) < $(srcdir)/w_acos.c >$@ 2>/dev/null
339 56 joel
        touch stmp-def
340 39 lampret
wacosh.def: w_acosh.c
341
        $(CHEW) < $(srcdir)/w_acosh.c >$@ 2>/dev/null
342 56 joel
        touch stmp-def
343 39 lampret
wasin.def: w_asin.c
344
        $(CHEW) < $(srcdir)/w_asin.c >$@ 2>/dev/null
345 56 joel
        touch stmp-def
346 39 lampret
sasinh.def: s_asinh.c
347
        $(CHEW) < $(srcdir)/s_asinh.c >$@ 2>/dev/null
348 56 joel
        touch stmp-def
349 39 lampret
satan.def: s_atan.c
350
        $(CHEW) < $(srcdir)/s_atan.c >$@ 2>/dev/null
351 56 joel
        touch stmp-def
352 39 lampret
watan2.def: w_atan2.c
353
        $(CHEW) < $(srcdir)/w_atan2.c >$@ 2>/dev/null
354 56 joel
        touch stmp-def
355 39 lampret
watanh.def: w_atanh.c
356
        $(CHEW) < $(srcdir)/w_atanh.c >$@ 2>/dev/null
357 56 joel
        touch stmp-def
358 39 lampret
wj0.def: w_j0.c
359
        $(CHEW) < $(srcdir)/w_j0.c >$@ 2>/dev/null
360 56 joel
        touch stmp-def
361 39 lampret
scopysign.def: s_copysign.c
362 56 joel
        $(CHEW) < $(srcdir)/../common/s_copysign.c >$@ 2>/dev/null
363
        touch stmp-def
364 39 lampret
wcosh.def: w_cosh.c
365
        $(CHEW) < $(srcdir)/w_cosh.c >$@ 2>/dev/null
366 56 joel
        touch stmp-def
367 39 lampret
serf.def: s_erf.c
368
        $(CHEW) < $(srcdir)/s_erf.c >$@ 2>/dev/null
369 56 joel
        touch stmp-def
370 39 lampret
wexp.def: w_exp.c
371
        $(CHEW) < $(srcdir)/w_exp.c >$@ 2>/dev/null
372 56 joel
        touch stmp-def
373 39 lampret
sfabs.def: s_fabs.c
374
        $(CHEW) < $(srcdir)/s_fabs.c >$@ 2>/dev/null
375 56 joel
        touch stmp-def
376 39 lampret
sfloor.def: s_floor.c
377
        $(CHEW) < $(srcdir)/s_floor.c >$@ 2>/dev/null
378 56 joel
        touch stmp-def
379 39 lampret
wfmod.def: w_fmod.c
380
        $(CHEW) < $(srcdir)/w_fmod.c >$@ 2>/dev/null
381 56 joel
        touch stmp-def
382 39 lampret
sfrexp.def: s_frexp.c
383
        $(CHEW) < $(srcdir)/s_frexp.c >$@ 2>/dev/null
384 56 joel
        touch stmp-def
385 39 lampret
wgamma.def: w_gamma.c
386
        $(CHEW) < $(srcdir)/w_gamma.c >$@ 2>/dev/null
387 56 joel
        touch stmp-def
388 39 lampret
whypot.def: w_hypot.c
389
        $(CHEW) < $(srcdir)/w_hypot.c >$@ 2>/dev/null
390 56 joel
        touch stmp-def
391 39 lampret
sldexp.def: s_ldexp.c
392
        $(CHEW) < $(srcdir)/s_ldexp.c >$@ 2>/dev/null
393 56 joel
        touch stmp-def
394 39 lampret
wlog.def: w_log.c
395
        $(CHEW) < $(srcdir)/w_log.c >$@ 2>/dev/null
396 56 joel
        touch stmp-def
397 39 lampret
wlog10.def: w_log10.c
398
        $(CHEW) < $(srcdir)/w_log10.c >$@ 2>/dev/null
399 56 joel
        touch stmp-def
400 39 lampret
wpow.def: w_pow.c
401
        $(CHEW) < $(srcdir)/w_pow.c >$@ 2>/dev/null
402 56 joel
        touch stmp-def
403 39 lampret
wremainder.def: w_remainder.c
404
        $(CHEW) < $(srcdir)/w_remainder.c >$@ 2>/dev/null
405 56 joel
        touch stmp-def
406 39 lampret
ssin.def: s_sin.c
407
        $(CHEW) < $(srcdir)/s_sin.c >$@ 2>/dev/null
408 56 joel
        touch stmp-def
409 39 lampret
wsinh.def: w_sinh.c
410
        $(CHEW) < $(srcdir)/w_sinh.c >$@ 2>/dev/null
411 56 joel
        touch stmp-def
412 39 lampret
wsqrt.def: w_sqrt.c
413
        $(CHEW) < $(srcdir)/w_sqrt.c >$@ 2>/dev/null
414 56 joel
        touch stmp-def
415 39 lampret
stan.def: s_tan.c
416
        $(CHEW) < $(srcdir)/s_tan.c >$@ 2>/dev/null
417 56 joel
        touch stmp-def
418 39 lampret
stanh.def: s_tanh.c
419
        $(CHEW) < $(srcdir)/s_tanh.c >$@ 2>/dev/null
420 56 joel
        touch stmp-def
421 39 lampret
sisnan.def: s_isnan.c
422
        $(CHEW) < $(srcdir)/s_isnan.c >$@ 2>/dev/null
423 56 joel
        touch stmp-def
424 39 lampret
 
425
# A partial dependency list.
426
 
427 56 joel
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h $(srcdir)/../common/fdlibm.h
428 39 lampret
 
429 56 joel
# Tell versions [3.59,3.63) of GNU make to not export all variables.
430
# Otherwise a system limit (for SysV at least) may be exceeded.
431
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.