~ubuntu-branches/ubuntu/lucid/avr-libc/lucid

« back to all changes in this revision

Viewing changes to libm/fplib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2005-03-19 11:16:14 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050319111614-4g01s2ftv5x5nxf3
Tags: 1:1.2.3-3
* Added build depends on netpbm
* Added build depends on tetex-extra

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
10
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
11
# PARTICULAR PURPOSE.
12
12
 
13
 
# content of AVRLIB_ASFLAGS is determined by configure
14
 
# according to the multilib subdir (see acinclude.m4 in top directory)
15
 
# AM_CFLAGS are used when assembling.
 
13
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
 
14
# All rights reserved.
 
15
#
 
16
# Redistribution and use in source and binary forms, with or without
 
17
# modification, are permitted provided that the following conditions are met:
 
18
#
 
19
# * Redistributions of source code must retain the above copyright
 
20
#   notice, this list of conditions and the following disclaimer.
 
21
# * Redistributions in binary form must reproduce the above copyright
 
22
#   notice, this list of conditions and the following disclaimer in
 
23
#   the documentation and/or other materials provided with the
 
24
#   distribution.
 
25
# * Neither the name of the copyright holders nor the names of
 
26
#   contributors may be used to endorse or promote products derived
 
27
#   from this software without specific prior written permission.
 
28
#
 
29
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
30
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
31
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
32
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
33
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
34
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
35
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
36
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
37
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
38
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
39
# POSSIBILITY OF SUCH DAMAGE.
16
40
 
17
41
 
18
42
SHELL = @SHELL@
76
100
AVR_CRT_MEGA = @AVR_CRT_MEGA@
77
101
AVR_CRT_OTHER = @AVR_CRT_OTHER@
78
102
AVR_CRT_TINY = @AVR_CRT_TINY@
 
103
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
79
104
CC = @CC@
 
105
DOCSDIR = @DOCSDIR@
 
106
DOC_INST_DIR = @DOC_INST_DIR@
80
107
INCLUDES = @INCLUDES@
81
 
LIB_QSORT_DIR = @LIB_QSORT_DIR@
 
108
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
 
109
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
 
110
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
 
111
INSTALL_DOX_PS = @INSTALL_DOX_PS@
82
112
MAKEINFO = @MAKEINFO@
83
113
PACKAGE = @PACKAGE@
 
114
PNGTOPNM = @PNGTOPNM@
 
115
PNMTOPNG = @PNMTOPNG@
84
116
RANLIB = @RANLIB@
 
117
TARGET_DOX_HTML = @TARGET_DOX_HTML@
 
118
TARGET_DOX_PDF = @TARGET_DOX_PDF@
 
119
TARGET_DOX_PS = @TARGET_DOX_PS@
85
120
VERSION = @VERSION@
86
121
avrlib_basedir = @avrlib_basedir@
87
 
usegnu = @usegnu@
88
 
 
89
 
AM_CFLAGS = $(AVRLIB_ASFLAGS)
90
122
 
91
123
noinst_LIBRARIES = lib.a
92
124
 
93
 
lib_a_SOURCES =         acos.S                  addsf3.S                addsf3x.S               asin.S                  atan.S                  atan2.S                 ceil.S                  cos.S                   cosh.S                  divsf3.S                divsf3x.S               dtostre.S               dtostrf.S               exp.S                   fixsfsi.S               floatsisf.S             floor.S                 fmod.S                  fp_cmp.S                fp_cosinus.S            fp_flashconst.S         fp_merge.S              fp_nan.S                fp_powerseries.S        fp_split.S              fp_zero.S               frexp.S                 ldexp.S                 log.S                   log10.S                 modf.S                  mulsf3.S                mulsf3x.S               negsf2.S                pow.S                   sin.S                   sinh.S                  sqrt.S                  strtod.S                tan.S                   tanh.S
94
 
 
 
125
lib_a_asm_sources =     acos.S                  addsf3.S                addsf3x.S               asin.S                  atan.S                  atan2.S                 ceil.S                  cos.S                   cosh.S                  divsf3.S                divsf3x.S               dtostre.S               dtostrf.S               exp.S                   fixsfsi.S               floatsisf.S             floor.S                 fmod.S                  fp_cmp.S                fp_cosinus.S            fp_flashconst.S         fp_merge.S              fp_nan.S                fp_powerseries.S        fp_split.S              fp_zero.S               frexp.S                 isinfnan.S              ldexp.S                 log.S                   log10.S                 modf.S                  mulsf3.S                mulsf3x.S               negsf2.S                pow.S                   sin.S                   sinh.S                  sqrt.S                  strtod.S                tan.S                   tanh.S
 
126
 
 
127
 
 
128
lib_a_SOURCES = $(lib_a_asm_sources)
 
129
 
 
130
lib_a_asm_objs = $(lib_a_asm_sources:%.S=%.o)
95
131
 
96
132
# must be added to the package, but automake doesn't know it as source
97
133
# file until now
98
 
EXTRA_DIST =    fplib.inc       epilogue.S      irexp.S         prologue.S      readme.atan2    readme.dtostre  readme.fplib    readme.strtod
 
134
EXTRA_DIST =    fplib.inc       readme.dtostre  readme.fplib    readme.strtod
99
135
 
100
136
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101
137
CONFIG_CLEAN_FILES = 
111
147
cos.o cosh.o divsf3.o divsf3x.o dtostre.o dtostrf.o exp.o fixsfsi.o \
112
148
floatsisf.o floor.o fmod.o fp_cmp.o fp_cosinus.o fp_flashconst.o \
113
149
fp_merge.o fp_nan.o fp_powerseries.o fp_split.o fp_zero.o frexp.o \
114
 
ldexp.o log.o log10.o modf.o mulsf3.o mulsf3x.o negsf2.o pow.o sin.o \
115
 
sinh.o sqrt.o strtod.o tan.o tanh.o
 
150
isinfnan.o ldexp.o log.o log10.o modf.o mulsf3.o mulsf3x.o negsf2.o \
 
151
pow.o sin.o sinh.o sqrt.o strtod.o tan.o tanh.o
116
152
CFLAGS = @CFLAGS@
117
153
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118
154
CCLD = $(CC)
122
158
 
123
159
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
160
 
125
 
TAR = tar
 
161
TAR = gtar
126
162
GZIP_ENV = --best
127
163
SOURCES = $(lib_a_SOURCES)
128
164
OBJECTS = $(lib_a_OBJECTS)
131
167
.SUFFIXES:
132
168
.SUFFIXES: .S .c .o .s
133
169
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
134
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libm/fplib/Makefile
 
170
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps libm/fplib/Makefile
135
171
 
136
172
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
137
173
        cd $(top_builddir) \
286
322
mostlyclean distclean maintainer-clean
287
323
 
288
324
 
 
325
# content of AVRLIB_CFLAGS and AVRLIB_ASFLAGS is determined by configure
 
326
# according to the multilib subdir (see acinclude.m4 in top directory)
 
327
 
 
328
$(lib_a_asm_objs): %.o: %.S
 
329
        $(COMPILE) $(AVRLIB_ASFLAGS) -c $< -o $@
 
330
 
289
331
# Tell versions [3.59,3.63) of GNU make to not export all variables.
290
332
# Otherwise a system limit (for SysV at least) may be exceeded.
291
333
.NOEXPORT: