~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to libm/fplib/Files.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.2.1 upstream) (8 intrepid)
  • mto: (4.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080810095916-7ku06pjsfia3hz16
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2004,  Theodore A. Roth
 
1
# Copyright (c) 2004,2008  Theodore A. Roth
2
2
# All rights reserved.
3
3
#
4
4
# Redistribution and use in source and binary forms, with or without
26
26
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
# POSSIBILITY OF SUCH DAMAGE.
28
28
#
29
 
# $Id: Files.am,v 1.2.2.2 2006/01/02 21:03:20 aesok Exp $
 
29
# $Id: Files.am,v 1.9.2.2 2008/03/22 04:13:12 dmix Exp $
30
30
#
31
31
 
32
32
libm_a_c_sources = 
36
36
        addsf3.S \
37
37
        addsf3x.S \
38
38
        asin.S \
 
39
        atan2.S \
39
40
        atan.S \
40
 
        atan2.S \
41
41
        ceil.S \
 
42
        cmpsf2.S \
 
43
        copysign.S \
 
44
        cosh.S \
42
45
        cos.S \
43
 
        cosh.S \
44
46
        divsf3.S \
45
47
        divsf3x.S \
46
 
        dtostre.S \
47
 
        dtostrf.S \
48
48
        exp.S \
 
49
        fixsfdi.S \
49
50
        fixsfsi.S \
 
51
        fixunssfsi.S \
 
52
        floatdisf.S \
50
53
        floatsisf.S \
 
54
        floatundisf.S \
 
55
        fdim.S \
51
56
        floor.S \
 
57
        fma.S \
 
58
        fmax.S \
 
59
        fmin.S \
52
60
        fmod.S \
 
61
        fp_arccos.S \
53
62
        fp_cmp.S \
54
 
        fp_cosinus.S \
55
 
        fp_flashconst.S \
56
 
        fp_inverse.S \
57
 
        fp_m_inf.S \
58
 
        fp_merge.S \
 
63
        fp_inf.S \
 
64
        fp_mintl.S \
 
65
        fp_mpack.S \
59
66
        fp_nan.S \
60
 
        fp_p_inf.S \
61
 
        fp_powerseries.S \
62
 
        fp_split.S \
 
67
        fp_negdi.S \
 
68
        fp_norm2.S \
 
69
        fp_powser.S \
 
70
        fp_powsodd.S \
 
71
        fp_pscA.S \
 
72
        fp_pscB.S \
 
73
        fp_rempio2.S \
 
74
        fp_round.S \
 
75
        fp_sinus.S \
 
76
        fp_split3.S \
 
77
        fp_trunc.S \
63
78
        fp_zero.S \
64
 
        frexp.S \
65
 
        isinfnan.S \
 
79
        frexp.S \
 
80
        gesf2.S \
 
81
        hypot.S \
 
82
        inverse.S \
 
83
        isfinite.S \
 
84
        isinf.S \
 
85
        isnan.S \
66
86
        ldexp.S \
 
87
        log10.S \
67
88
        log.S \
68
 
        log10.S \
 
89
        lrint.S \
 
90
        lround.S \
69
91
        modf.S \
70
92
        mulsf3.S \
71
93
        mulsf3x.S \
72
 
        negsf2.S\
 
94
        negsf2.S \
73
95
        pow.S \
 
96
        round.S \
 
97
        signbit.S \
 
98
        sinh.S \
74
99
        sin.S \
75
 
        sinh.S \
76
100
        sqrt.S \
77
101
        square.S \
78
 
        strtod.S \
 
102
        tanh.S \
79
103
        tan.S \
80
 
        tanh.S
 
104
        trunc.S \
 
105
        unordsf2.S
81
106
 
82
107
libm_a_extra_dist = \
83
 
        fplib.inc \
84
 
        readme.dtostre \
85
 
        readme.fplib \
86
 
        readme.strtod
87
 
 
 
108
        asmdef.h \
 
109
        fp32def.h \
 
110
        ntz.h
88
111
 
89
112
# vim: set ft=make: