OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [sys/] [sun4/] [Makefile.in] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
# Makefile.in generated by automake 1.11 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
35
build_triplet = @build@
36
host_triplet = @host@
37
subdir = .
38
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
        $(top_srcdir)/configure $(am__configure_deps) \
40
        $(srcdir)/../../../../mkinstalldirs
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
43
        $(top_srcdir)/configure.in
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
        $(ACLOCAL_M4)
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47
 configure.lineno config.status.lineno
48
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
49
CONFIG_CLEAN_FILES =
50
CONFIG_CLEAN_VPATH_FILES =
51
LIBRARIES = $(noinst_LIBRARIES)
52
ARFLAGS = cru
53
lib_a_AR = $(AR) $(ARFLAGS)
54
lib_a_DEPENDENCIES = $(COPYOFILES) $(COPYOMFILES) $(COPYRENAMEOFILES)
55
am_lib_a_OBJECTS = lib_a-_main.$(OBJEXT) lib_a-ieee.$(OBJEXT)
56
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
57
DEFAULT_INCLUDES = -I.@am__isrc@
58
depcomp =
59
am__depfiles_maybe =
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
CCLD = $(CC)
63
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
64
SOURCES = $(lib_a_SOURCES)
65
ETAGS = etags
66
CTAGS = ctags
67
ACLOCAL = @ACLOCAL@
68
AMTAR = @AMTAR@
69
AR = @AR@
70
AS = @AS@
71
AUTOCONF = @AUTOCONF@
72
AUTOHEADER = @AUTOHEADER@
73
AUTOMAKE = @AUTOMAKE@
74
AWK = @AWK@
75
CC = @CC@
76
CCAS = @CCAS@
77
CCASFLAGS = @CCASFLAGS@
78
CCDEPMODE = @CCDEPMODE@
79
CYGPATH_W = @CYGPATH_W@
80
DEFS = @DEFS@
81
DEPDIR = @DEPDIR@
82
ECHO_C = @ECHO_C@
83
ECHO_N = @ECHO_N@
84
ECHO_T = @ECHO_T@
85
INSTALL = @INSTALL@
86
INSTALL_DATA = @INSTALL_DATA@
87
INSTALL_PROGRAM = @INSTALL_PROGRAM@
88
INSTALL_SCRIPT = @INSTALL_SCRIPT@
89
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
90
LDFLAGS = @LDFLAGS@
91
LIBOBJS = @LIBOBJS@
92
LIBS = @LIBS@
93
LTLIBOBJS = @LTLIBOBJS@
94
MAINT = @MAINT@
95
MAKEINFO = @MAKEINFO@
96
MKDIR_P = @MKDIR_P@
97
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
98
OBJEXT = @OBJEXT@
99
PACKAGE = @PACKAGE@
100
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101
PACKAGE_NAME = @PACKAGE_NAME@
102
PACKAGE_STRING = @PACKAGE_STRING@
103
PACKAGE_TARNAME = @PACKAGE_TARNAME@
104
PACKAGE_VERSION = @PACKAGE_VERSION@
105
PATH_SEPARATOR = @PATH_SEPARATOR@
106
RANLIB = @RANLIB@
107
READELF = @READELF@
108
SET_MAKE = @SET_MAKE@
109
SHELL = @SHELL@
110
STRIP = @STRIP@
111
VERSION = @VERSION@
112
abs_builddir = @abs_builddir@
113
abs_srcdir = @abs_srcdir@
114
abs_top_builddir = @abs_top_builddir@
115
abs_top_srcdir = @abs_top_srcdir@
116
aext = @aext@
117
am__include = @am__include@
118
am__leading_dot = @am__leading_dot@
119
am__quote = @am__quote@
120
am__tar = @am__tar@
121
am__untar = @am__untar@
122
bindir = @bindir@
123
build = @build@
124
build_alias = @build_alias@
125
build_cpu = @build_cpu@
126
build_os = @build_os@
127
build_vendor = @build_vendor@
128
builddir = @builddir@
129
datadir = @datadir@
130
datarootdir = @datarootdir@
131
docdir = @docdir@
132
dvidir = @dvidir@
133
exec_prefix = @exec_prefix@
134
host = @host@
135
host_alias = @host_alias@
136
host_cpu = @host_cpu@
137
host_os = @host_os@
138
host_vendor = @host_vendor@
139
htmldir = @htmldir@
140
includedir = @includedir@
141
infodir = @infodir@
142
install_sh = @install_sh@
143
libdir = @libdir@
144
libexecdir = @libexecdir@
145
libm_machine_dir = @libm_machine_dir@
146
localedir = @localedir@
147
localstatedir = @localstatedir@
148
lpfx = @lpfx@
149
machine_dir = @machine_dir@
150
mandir = @mandir@
151
mkdir_p = @mkdir_p@
152
newlib_basedir = @newlib_basedir@
153
oext = @oext@
154
oldincludedir = @oldincludedir@
155
pdfdir = @pdfdir@
156
prefix = @prefix@
157
program_transform_name = @program_transform_name@
158
psdir = @psdir@
159
sbindir = @sbindir@
160
sharedstatedir = @sharedstatedir@
161
srcdir = @srcdir@
162
sys_dir = @sys_dir@
163
sysconfdir = @sysconfdir@
164
target_alias = @target_alias@
165
top_build_prefix = @top_build_prefix@
166
top_builddir = @top_builddir@
167
top_srcdir = @top_srcdir@
168
AUTOMAKE_OPTIONS = cygnus
169
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
170
AM_CCASFLAGS = $(INCLUDES)
171
noinst_LIBRARIES = lib.a
172
COPYOFILES = \
173
        Ovfork.o \
174
        _exit.o \
175
        _sigvec.o \
176
        abort.o \
177
        access.o \
178
        cerror.o \
179
        chmod.o \
180
        chown.o \
181
        close.o \
182
        creat.o \
183
        dup.o \
184
        dup2.o \
185
        errlst.o \
186
        execl.o \
187
        execle.o \
188
        execv.o \
189
        execve.o \
190
        execvp.o \
191
        fork.o \
192
        fstat.o \
193
        getdtablesize.o \
194
        getpid.o \
195
        getrusage.o  \
196
        gettimeofday.o \
197
        ieee_globals.o \
198
        ioctl.o \
199
        isatty.o \
200
        kill.o \
201
        link.o \
202
        lseek.o \
203
        open.o \
204
        pipe.o \
205
        popen.o \
206
        read.o \
207
        sbrk.o \
208
        setitimer.o \
209
        sigblock.o \
210
        signal.o \
211
        sigpause.o \
212
        sigsetjmp.o \
213
        sigsetmask.o \
214
        sigtramp.o \
215
        sigvec.o \
216
        sleep.o \
217
        start_float.o \
218
        stat.o \
219
        time.o \
220
        times.o \
221
        umask.o \
222
        unlink.o \
223
        utime.o \
224
        utimes.o \
225
        wait.o \
226
        wait3.o \
227
        wait4.o \
228
        write.o \
229
        rem.o \
230
        multiply.o \
231
        umultiply.o
232
 
233
 
234
# These files are from Sun's libc.a, but the must be renamed because they
235
# conflict with other library .o's.  They are renamed to xxxS.o.
236
COPYRENAMEOFILES = divS.o
237
COPYOMFILES = ieee_flags.o
238
lib_a_SOURCES = _main.c ieee.c
239
lib_a_LIBADD = $(COPYOFILES) $(COPYOMFILES) $(COPYRENAMEOFILES)
240
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
241
lib_a_CFLAGS = $(AM_CFLAGS)
242
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
243
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
244
all: all-am
245
 
246
.SUFFIXES:
247
.SUFFIXES: .c .o .obj
248
am--refresh:
249
        @:
250
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
251
        @for dep in $?; do \
252
          case '$(am__configure_deps)' in \
253
            *$$dep*) \
254
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
255
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
256
                && exit 0; \
257
              exit 1;; \
258
          esac; \
259
        done; \
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
261
        $(am__cd) $(top_srcdir) && \
262
          $(AUTOMAKE) --cygnus Makefile
263
.PRECIOUS: Makefile
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265
        @case '$?' in \
266
          *config.status*) \
267
            echo ' $(SHELL) ./config.status'; \
268
            $(SHELL) ./config.status;; \
269
          *) \
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
271
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
272
        esac;
273
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275
        $(SHELL) ./config.status --recheck
276
 
277
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
278
        $(am__cd) $(srcdir) && $(AUTOCONF)
279
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
281
$(am__aclocal_m4_deps):
282
 
283
clean-noinstLIBRARIES:
284
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
285
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
286
        -rm -f lib.a
287
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
288
        $(RANLIB) lib.a
289
 
290
mostlyclean-compile:
291
        -rm -f *.$(OBJEXT)
292
 
293
distclean-compile:
294
        -rm -f *.tab.c
295
 
296
.c.o:
297
        $(COMPILE) -c $<
298
 
299
.c.obj:
300
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
301
 
302
lib_a-_main.o: _main.c
303
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-_main.o `test -f '_main.c' || echo '$(srcdir)/'`_main.c
304
 
305
lib_a-_main.obj: _main.c
306
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-_main.obj `if test -f '_main.c'; then $(CYGPATH_W) '_main.c'; else $(CYGPATH_W) '$(srcdir)/_main.c'; fi`
307
 
308
lib_a-ieee.o: ieee.c
309
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ieee.o `test -f 'ieee.c' || echo '$(srcdir)/'`ieee.c
310
 
311
lib_a-ieee.obj: ieee.c
312
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ieee.obj `if test -f 'ieee.c'; then $(CYGPATH_W) 'ieee.c'; else $(CYGPATH_W) '$(srcdir)/ieee.c'; fi`
313
 
314
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
315
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316
        unique=`for i in $$list; do \
317
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
          done | \
319
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
        mkid -fID $$unique
322
tags: TAGS
323
 
324
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325
                $(TAGS_FILES) $(LISP)
326
        set x; \
327
        here=`pwd`; \
328
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329
        unique=`for i in $$list; do \
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
          done | \
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
        shift; \
335
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
336
          test -n "$$unique" || unique=$$empty_fix; \
337
          if test $$# -gt 0; then \
338
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339
              "$$@" $$unique; \
340
          else \
341
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342
              $$unique; \
343
          fi; \
344
        fi
345
ctags: CTAGS
346
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
                $(TAGS_FILES) $(LISP)
348
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
        unique=`for i in $$list; do \
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
          done | \
352
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
        test -z "$(CTAGS_ARGS)$$unique" \
355
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356
             $$unique
357
 
358
GTAGS:
359
        here=`$(am__cd) $(top_builddir) && pwd` \
360
          && $(am__cd) $(top_srcdir) \
361
          && gtags -i $(GTAGS_ARGS) "$$here"
362
 
363
distclean-tags:
364
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
check-am:
366
check: check-am
367
all-am: Makefile $(LIBRARIES) all-local
368
installdirs:
369
install: install-am
370
install-exec: install-exec-am
371
install-data: install-data-am
372
uninstall: uninstall-am
373
 
374
install-am: all-am
375
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376
 
377
installcheck: installcheck-am
378
install-strip:
379
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381
          `test -z '$(STRIP)' || \
382
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
383
mostlyclean-generic:
384
 
385
clean-generic:
386
 
387
distclean-generic:
388
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
389
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
390
 
391
maintainer-clean-generic:
392
        @echo "This command is intended for maintainers to use"
393
        @echo "it deletes files that may require special tools to rebuild."
394
clean: clean-am
395
 
396
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
397
 
398
distclean: distclean-am
399
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
400
        -rm -f Makefile
401
distclean-am: clean-am distclean-compile distclean-generic \
402
        distclean-tags
403
 
404
dvi: dvi-am
405
 
406
dvi-am:
407
 
408
html: html-am
409
 
410
html-am:
411
 
412
info: info-am
413
 
414
info-am:
415
 
416
install-data-am:
417
 
418
install-dvi: install-dvi-am
419
 
420
install-dvi-am:
421
 
422
install-exec-am:
423
 
424
install-html: install-html-am
425
 
426
install-html-am:
427
 
428
install-info: install-info-am
429
 
430
install-info-am:
431
 
432
install-man:
433
 
434
install-pdf: install-pdf-am
435
 
436
install-pdf-am:
437
 
438
install-ps: install-ps-am
439
 
440
install-ps-am:
441
 
442
installcheck-am:
443
 
444
maintainer-clean: maintainer-clean-am
445
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
446
        -rm -rf $(top_srcdir)/autom4te.cache
447
        -rm -f Makefile
448
maintainer-clean-am: distclean-am maintainer-clean-generic
449
 
450
mostlyclean: mostlyclean-am
451
 
452
mostlyclean-am: mostlyclean-compile mostlyclean-generic
453
 
454
pdf: pdf-am
455
 
456
pdf-am:
457
 
458
ps: ps-am
459
 
460
ps-am:
461
 
462
uninstall-am:
463
 
464
.MAKE: install-am install-strip
465
 
466
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
467
        clean clean-generic clean-noinstLIBRARIES ctags distclean \
468
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
469
        html html-am info info-am install install-am install-data \
470
        install-data-am install-dvi install-dvi-am install-exec \
471
        install-exec-am install-html install-html-am install-info \
472
        install-info-am install-man install-pdf install-pdf-am \
473
        install-ps install-ps-am install-strip installcheck \
474
        installcheck-am installdirs maintainer-clean \
475
        maintainer-clean-generic mostlyclean mostlyclean-compile \
476
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
477
        uninstall-am
478
 
479
 
480
$(COPYOFILES):
481
        $(AR) x /lib/libc.a $(COPYOFILES)
482
 
483
$(COPYRENAMEOFILES):
484
        $(AR) x /lib/libc.a $(COPYRENAMEFILES:S.o=.o)
485
        for f in $(COPYRENAMEOFILES); do mv `basename $$f S.o`.o $$f; done
486
 
487
$(COPYOMFILES):
488
        $(AR) x /lib/libm.a $(COPYOMFILES)
489
 
490
all-local: crt0.o
491
 
492
crt0.o:
493
        cp /lib/crt0.o crt0.o
494
 
495
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
# Otherwise a system limit (for SysV at least) may be exceeded.
497
.NOEXPORT:

powered by: WebSVN 2.1.0

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