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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libm/] [machine/] [i386/] [Makefile.in] - Blame information for rev 1773

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

Line No. Rev Author Line
1 1010 ivang
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 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
 
8
# 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
 
13
 
14
 
15
SHELL = @SHELL@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
prefix = @prefix@
21
exec_prefix = @exec_prefix@
22
 
23
bindir = @bindir@
24
sbindir = @sbindir@
25
libexecdir = @libexecdir@
26
datadir = @datadir@
27
sysconfdir = @sysconfdir@
28
sharedstatedir = @sharedstatedir@
29
localstatedir = @localstatedir@
30
libdir = @libdir@
31
infodir = @infodir@
32
mandir = @mandir@
33
includedir = @includedir@
34
oldincludedir = /usr/include
35
 
36
DESTDIR =
37
 
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
41
 
42
top_builddir = .
43
 
44
ACLOCAL = @ACLOCAL@
45
AUTOCONF = @AUTOCONF@
46
AUTOMAKE = @AUTOMAKE@
47
AUTOHEADER = @AUTOHEADER@
48
 
49
INSTALL = @INSTALL@
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
INSTALL_DATA = @INSTALL_DATA@
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
transform = @program_transform_name@
54
 
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
host_alias = @host_alias@
62
host_triplet = @host@
63
AR = @AR@
64
AS = @AS@
65
CC = @CC@
66
CPP = @CPP@
67
DLLTOOL = @DLLTOOL@
68
EXEEXT = @EXEEXT@
69
LDFLAGS = @LDFLAGS@
70
LIBTOOL = @LIBTOOL@
71
LN_S = @LN_S@
72
MAINT = @MAINT@
73
MAKEINFO = @MAKEINFO@
74
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
75
OBJDUMP = @OBJDUMP@
76
PACKAGE = @PACKAGE@
77
RANLIB = @RANLIB@
78
VERSION = @VERSION@
79
aext = @aext@
80
libm_machine_dir = @libm_machine_dir@
81
machine_dir = @machine_dir@
82
newlib_basedir = @newlib_basedir@
83
oext = @oext@
84
sys_dir = @sys_dir@
85
 
86
AUTOMAKE_OPTIONS = cygnus
87
 
88
INCLUDES = -I $(newlib_basedir)/../newlib/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
 
90
LIB_SOURCES = \
91
        f_atan2.S f_atan2f.S f_exp.c f_expf.c \
92
        f_frexp.S f_frexpf.S f_log.S f_logf.S f_log10.S f_log10f.S \
93
        f_ldexp.S f_ldexpf.S f_pow.c f_powf.c f_tan.S f_tanf.S f_math.h i386mach.h
94
 
95
 
96
libi386_la_LDFLAGS = -Xcompiler -nostdlib
97
 
98
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libi386.la
99
@USE_LIBTOOL_TRUE@libi386_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
100
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
101
@USE_LIBTOOL_FALSE@noinst_DATA =
102
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
103
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
104
 
105
ACLOCAL_AMFLAGS = -I ../../..
106
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
107
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
109
CONFIG_CLEAN_FILES =
110
LIBRARIES =  $(noinst_LIBRARIES)
111
 
112
 
113
DEFS = @DEFS@ -I. -I$(srcdir)
114
CPPFLAGS = @CPPFLAGS@
115
LIBS = @LIBS@
116
lib_a_LIBADD =
117
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  f_atan2.o f_atan2f.o f_exp.o \
118
@USE_LIBTOOL_FALSE@f_expf.o f_frexp.o f_frexpf.o f_log.o f_logf.o \
119
@USE_LIBTOOL_FALSE@f_log10.o f_log10f.o f_ldexp.o f_ldexpf.o f_pow.o \
120
@USE_LIBTOOL_FALSE@f_powf.o f_tan.o f_tanf.o
121
LTLIBRARIES =  $(noinst_LTLIBRARIES)
122
 
123
libi386_la_LIBADD =
124
@USE_LIBTOOL_TRUE@libi386_la_OBJECTS =  f_atan2.lo f_atan2f.lo f_exp.lo \
125
@USE_LIBTOOL_TRUE@f_expf.lo f_frexp.lo f_frexpf.lo f_log.lo f_logf.lo \
126
@USE_LIBTOOL_TRUE@f_log10.lo f_log10f.lo f_ldexp.lo f_ldexpf.lo \
127
@USE_LIBTOOL_TRUE@f_pow.lo f_powf.lo f_tan.lo f_tanf.lo
128
CFLAGS = @CFLAGS@
129
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131
CCLD = $(CC)
132
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
133
DATA =  $(noinst_DATA)
134
 
135
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
136
 
137
 
138
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
139
 
140
TAR = gtar
141
GZIP_ENV = --best
142
SOURCES = $(lib_a_SOURCES) $(libi386_la_SOURCES)
143
OBJECTS = $(lib_a_OBJECTS) $(libi386_la_OBJECTS)
144
 
145
all: all-redirect
146
.SUFFIXES:
147
.SUFFIXES: .S .c .lo .o .s
148
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
149
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
150
 
151
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
152
        cd $(top_builddir) \
153
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
154
 
155
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
156
                ../../../acinclude.m4 ../../../aclocal.m4
157
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
158
 
159
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
160
        $(SHELL) ./config.status --recheck
161
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
162
        cd $(srcdir) && $(AUTOCONF)
163
 
164
mostlyclean-noinstLIBRARIES:
165
 
166
clean-noinstLIBRARIES:
167
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
168
 
169
distclean-noinstLIBRARIES:
170
 
171
maintainer-clean-noinstLIBRARIES:
172
 
173
.c.o:
174
        $(COMPILE) -c $<
175
 
176
.s.o:
177
        $(COMPILE) -c $<
178
 
179
.S.o:
180
        $(COMPILE) -c $<
181
 
182
mostlyclean-compile:
183
        -rm -f *.o core *.core
184
 
185
clean-compile:
186
 
187
distclean-compile:
188
        -rm -f *.tab.c
189
 
190
maintainer-clean-compile:
191
 
192
.c.lo:
193
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194
 
195
.s.lo:
196
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
197
 
198
.S.lo:
199
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
 
201
mostlyclean-libtool:
202
        -rm -f *.lo
203
 
204
clean-libtool:
205
        -rm -rf .libs _libs
206
 
207
distclean-libtool:
208
 
209
maintainer-clean-libtool:
210
 
211
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
212
        -rm -f lib.a
213
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
214
        $(RANLIB) lib.a
215
 
216
mostlyclean-noinstLTLIBRARIES:
217
 
218
clean-noinstLTLIBRARIES:
219
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
220
 
221
distclean-noinstLTLIBRARIES:
222
 
223
maintainer-clean-noinstLTLIBRARIES:
224
 
225
libi386.la: $(libi386_la_OBJECTS) $(libi386_la_DEPENDENCIES)
226
        $(LINK)  $(libi386_la_LDFLAGS) $(libi386_la_OBJECTS) $(libi386_la_LIBADD) $(LIBS)
227
 
228
tags: TAGS
229
 
230
ID: $(HEADERS) $(SOURCES) $(LISP)
231
        list='$(SOURCES) $(HEADERS)'; \
232
        unique=`for i in $$list; do echo $$i; done | \
233
          awk '    { files[$$0] = 1; } \
234
               END { for (i in files) print i; }'`; \
235
        here=`pwd` && cd $(srcdir) \
236
          && mkid -f$$here/ID $$unique $(LISP)
237
 
238
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
239
        tags=; \
240
        here=`pwd`; \
241
        list='$(SOURCES) $(HEADERS)'; \
242
        unique=`for i in $$list; do echo $$i; done | \
243
          awk '    { files[$$0] = 1; } \
244
               END { for (i in files) print i; }'`; \
245
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
246
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
247
 
248
mostlyclean-tags:
249
 
250
clean-tags:
251
 
252
distclean-tags:
253
        -rm -f TAGS ID
254
 
255
maintainer-clean-tags:
256
 
257
distdir = $(PACKAGE)-$(VERSION)
258
top_distdir = $(distdir)
259
 
260
# This target untars the dist file and tries a VPATH configuration.  Then
261
# it guarantees that the distribution is self-contained by making another
262
# tarfile.
263
distcheck: dist
264
        -rm -rf $(distdir)
265
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
266
        mkdir $(distdir)/=build
267
        mkdir $(distdir)/=inst
268
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
269
        cd $(distdir)/=build \
270
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
271
          && $(MAKE) $(AM_MAKEFLAGS) \
272
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
273
          && $(MAKE) $(AM_MAKEFLAGS) check \
274
          && $(MAKE) $(AM_MAKEFLAGS) install \
275
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
276
          && $(MAKE) $(AM_MAKEFLAGS) dist
277
        -rm -rf $(distdir)
278
        @banner="$(distdir).tar.gz is ready for distribution"; \
279
        dashes=`echo "$$banner" | sed s/./=/g`; \
280
        echo "$$dashes"; \
281
        echo "$$banner"; \
282
        echo "$$dashes"
283
dist: distdir
284
        -chmod -R a+r $(distdir)
285
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
286
        -rm -rf $(distdir)
287
dist-all: distdir
288
        -chmod -R a+r $(distdir)
289
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
290
        -rm -rf $(distdir)
291
distdir: $(DISTFILES)
292
        -rm -rf $(distdir)
293
        mkdir $(distdir)
294
        -chmod 777 $(distdir)
295
        @for file in $(DISTFILES); do \
296
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
297
          if test -d $$d/$$file; then \
298
            cp -pr $$d/$$file $(distdir)/$$file; \
299
          else \
300
            test -f $(distdir)/$$file \
301
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
302
            || cp -p $$d/$$file $(distdir)/$$file || :; \
303
          fi; \
304
        done
305
info-am:
306
info: info-am
307
dvi-am:
308
dvi: dvi-am
309
check-am:
310
check: check-am
311
installcheck-am:
312
installcheck: installcheck-am
313
install-info-am:
314
install-info: install-info-am
315
install-exec-am:
316
install-exec: install-exec-am
317
 
318
install-data-am:
319
install-data: install-data-am
320
 
321
install-am: all-am
322
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323
install: install-am
324
uninstall-am:
325
uninstall: uninstall-am
326
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
327
all-redirect: all-am
328
install-strip:
329
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
330
installdirs:
331
 
332
 
333
mostlyclean-generic:
334
 
335
clean-generic:
336
 
337
distclean-generic:
338
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
339
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
340
 
341
maintainer-clean-generic:
342
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
343
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
344
                mostlyclean-tags mostlyclean-generic
345
 
346
mostlyclean: mostlyclean-am
347
 
348
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
349
                clean-noinstLTLIBRARIES clean-tags clean-generic \
350
                mostlyclean-am
351
 
352
clean: clean-am
353
 
354
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
355
                distclean-libtool distclean-noinstLTLIBRARIES \
356
                distclean-tags distclean-generic clean-am
357
        -rm -f libtool
358
 
359
distclean: distclean-am
360
        -rm -f config.status
361
 
362
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
363
                maintainer-clean-compile maintainer-clean-libtool \
364
                maintainer-clean-noinstLTLIBRARIES \
365
                maintainer-clean-tags maintainer-clean-generic \
366
                distclean-am
367
        @echo "This command is intended for maintainers to use;"
368
        @echo "it deletes files that may require special tools to rebuild."
369
 
370
maintainer-clean: maintainer-clean-am
371
        -rm -f config.status
372
 
373
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
374
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
375
mostlyclean-compile distclean-compile clean-compile \
376
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
377
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
378
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
379
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
380
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
381
check-am installcheck-am installcheck install-info-am install-info \
382
install-exec-am install-exec install-data-am install-data install-am \
383
install uninstall-am uninstall all-redirect all-am all installdirs \
384
mostlyclean-generic distclean-generic clean-generic \
385
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
386
 
387
 
388
objectlist.awk.in: $(noinst_LTLIBRARIES)
389
        -rm -f objectlist.awk.in
390
        for i in `ls *.lo` ; \
391
        do \
392
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
393
        done
394
 
395
# Tell versions [3.59,3.63) of GNU make to not export all variables.
396
# Otherwise a system limit (for SysV at least) may be exceeded.
397
.NOEXPORT:

powered by: WebSVN 2.1.0

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