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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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