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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libm/] [math/] [Makefile.am] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = -I$(srcdir)/../common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
src =   k_standard.c k_rem_pio2.c \
8
        k_cos.c k_sin.c k_tan.c \
9
        e_acos.c e_acosh.c e_asin.c e_atan2.c \
10
        e_atanh.c e_cosh.c e_exp.c e_fmod.c \
11
        er_gamma.c e_hypot.c e_j0.c \
12
        e_j1.c e_jn.c er_lgamma.c \
13
        e_log.c e_log10.c e_pow.c e_rem_pio2.c e_remainder.c \
14
        e_scalb.c e_sinh.c e_sqrt.c \
15
        w_acos.c w_acosh.c w_asin.c w_atan2.c \
16
        w_atanh.c w_cosh.c w_exp.c w_fmod.c \
17
        w_gamma.c wr_gamma.c w_hypot.c w_j0.c \
18
        w_j1.c w_jn.c w_lgamma.c wr_lgamma.c \
19
        w_log.c w_log10.c w_pow.c w_remainder.c \
20
        w_scalb.c w_sinh.c w_sqrt.c \
21
        w_sincos.c \
22
        w_cabs.c w_drem.c \
23
        s_asinh.c s_atan.c s_ceil.c \
24
        s_cos.c s_erf.c s_fabs.c s_floor.c \
25
        s_frexp.c s_ldexp.c \
26
        s_signif.c s_sin.c \
27
        s_tan.c s_tanh.c \
28
        w_exp2.c w_tgamma.c
29
 
30
fsrc =  kf_rem_pio2.c \
31
        kf_cos.c kf_sin.c kf_tan.c \
32
        ef_acos.c ef_acosh.c ef_asin.c ef_atan2.c \
33
        ef_atanh.c ef_cosh.c ef_exp.c ef_fmod.c \
34
        erf_gamma.c ef_hypot.c ef_j0.c \
35
        ef_j1.c ef_jn.c erf_lgamma.c \
36
        ef_log.c ef_log10.c ef_pow.c ef_rem_pio2.c ef_remainder.c \
37
        ef_scalb.c ef_sinh.c ef_sqrt.c \
38
        wf_acos.c wf_acosh.c wf_asin.c wf_atan2.c \
39
        wf_atanh.c wf_cosh.c wf_exp.c wf_fmod.c \
40
        wf_gamma.c wrf_gamma.c wf_hypot.c wf_j0.c \
41
        wf_j1.c wf_jn.c wf_lgamma.c wrf_lgamma.c \
42
        wf_log.c wf_log10.c wf_pow.c wf_remainder.c \
43
        wf_scalb.c wf_sinh.c wf_sqrt.c \
44
        wf_sincos.c \
45
        wf_cabs.c wf_drem.c \
46
        sf_asinh.c sf_atan.c sf_ceil.c \
47
        sf_cos.c sf_erf.c sf_fabs.c sf_floor.c \
48
        sf_frexp.c sf_ldexp.c \
49
        sf_signif.c sf_sin.c \
50
        sf_tan.c sf_tanh.c \
51
        wf_exp2.c wf_tgamma.c
52
 
53
libmath_la_LDFLAGS = -Xcompiler -nostdlib
54
 
55
if USE_LIBTOOL
56
noinst_LTLIBRARIES = libmath.la
57
libmath_la_SOURCES = $(src) $(fsrc)
58
noinst_DATA = objectlist.awk.in
59
else
60
noinst_LIBRARIES = lib.a
61
lib_a_SOURCES = $(src) $(fsrc)
62
lib_a_CFLAGS = $(AM_CFLAGS)
63
noinst_DATA =
64
endif # USE_LIBTOOL
65
 
66
include $(srcdir)/../../Makefile.shared
67
 
68
chobj = w_acos.def w_acosh.def w_asin.def s_asinh.def \
69
        s_atan.def w_atan2.def w_atanh.def w_j0.def \
70
        w_cosh.def s_erf.def w_exp.def w_exp2.def \
71
        s_fabs.def s_floor.def w_fmod.def s_frexp.def \
72
        w_gamma.def w_hypot.def s_ldexp.def w_log.def \
73
        w_log10.def \
74
        w_pow.def w_remainder.def s_sin.def w_sinh.def \
75
        w_sqrt.def s_tan.def s_tanh.def
76
 
77
SUFFIXES = .def
78
 
79
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
80
 
81
.c.def:
82
        $(CHEW) < $< > $*.def 2> $*.ref
83
        touch stmp-def
84
 
85
TARGETDOC = ../tmp.texi
86
 
87
doc: $(chobj)
88
        cat $(srcdir)/math.tex >> $(TARGETDOC)
89
 
90
CLEANFILES = $(chobj) *.ref
91
 
92
# A partial dependency list.
93
 
94
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h $(srcdir)/../common/fdlibm.h

powered by: WebSVN 2.1.0

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