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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libm/] [common/] [Makefile.am] - Blame information for rev 56

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
noinst_LIBRARIES = lib.a
8
 
9
src =   s_finite.c s_copysign.c s_modf.c s_scalbn.c \
10
        s_cbrt.c s_expm1.c s_ilogb.c \
11
        s_infinity.c s_log1p.c s_nan.c s_nextafter.c \
12
        s_rint.c s_logb.c s_matherr.c s_lib_ver.c
13
 
14
fsrc =  sf_finite.c sf_copysign.c sf_modf.c sf_scalbn.c \
15
        sf_cbrt.c sf_expm1.c sf_ilogb.c \
16
        sf_infinity.c sf_log1p.c sf_nan.c sf_nextafter.c \
17
        sf_rint.c sf_logb.c
18
 
19
lib_a_SOURCES = $(src) $(fsrc)
20
 
21
chobj = scbrt.def scopysign.def sexpm1.def silogb.def \
22
        sinfinity.def slog1p.def smatherr.def smodf.def \
23
        snan.def snextafter.def sscalbn.def
24
 
25
SUFFIXES = .def
26
 
27
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
28
 
29
.c.def:
30
        $(CHEW) < $< > $*.def 2> $*.ref
31
        touch stmp-def
32
 
33
TARGETDOC = ../tmp.texi
34
 
35
doc: $(chobj)
36
        cat $(srcdir)/common.tex >> $(TARGETDOC)
37
 
38
CLEANFILES = $(chobj) *.ref
39
 
40
# Texinfo does not appear to support underscores in file names, so we
41
# name the .def files without underscores.
42
 
43
smodf.def: s_modf.c
44
        $(CHEW) < $(srcdir)/s_modf.c >$@ 2>/dev/null
45
        touch stmp-def
46
 
47
scopysign.def: s_copysign.c
48
        $(CHEW) < $(srcdir)/s_copysign.c >$@ 2>/dev/null
49
        touch stmp-def
50
 
51
sscalbn.def: s_scalbn.c
52
        $(CHEW) < $(srcdir)/s_scalbn.c >$@ 2>/dev/null
53
        touch stmp-def
54
 
55
scbrt.def: s_cbrt.c
56
        $(CHEW) < $(srcdir)/s_cbrt.c >$@ 2>/dev/null
57
        touch stmp-def
58
 
59
serf.def: s_erf.c
60
        $(CHEW) < $(srcdir)/s_serf.c >$@ 2>/dev/null
61
        touch stmp-def
62
 
63
sexpn.def: s_expm.c
64
        $(CHEW) < $(srcdir)/s_expn.c >$@ 2>/dev/null
65
        touch stmp-def
66
 
67
sexpm1.def: s_expm1.c
68
        $(CHEW) < $(srcdir)/s_expm1.c >$@ 2>/dev/null
69
        touch stmp-def
70
 
71
silogb.def: s_ilogb.c
72
        $(CHEW) < $(srcdir)/s_ilogb.c >$@ 2>/dev/null
73
        touch stmp-def
74
 
75
sinfinity.def: s_infinity.c
76
        $(CHEW) < $(srcdir)/s_infinity.c >$@ 2>/dev/null
77
        touch stmp-def
78
 
79
slog1p.def: s_log1p.c
80
        $(CHEW) < $(srcdir)/s_log1p.c >$@ 2>/dev/null
81
        touch stmp-def
82
 
83
smatherr.def: s_matherr.c
84
        $(CHEW) < $(srcdir)/s_matherr.c >$@ 2>/dev/null
85
        touch stmp-def
86
 
87
snan.def: s_nan.c
88
        $(CHEW) < $(srcdir)/s_nan.c >$@ 2>/dev/null
89
        touch stmp-def
90
 
91
snextafter.def: s_nextafter.c
92
        $(CHEW) < $(srcdir)/s_nextafter.c >$@ 2>/dev/null
93
        touch stmp-def
94
 
95
# A partial dependency list.
96
 
97
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h fdlibm.h

powered by: WebSVN 2.1.0

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