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/] [arc/] [Makefile.in] - Blame information for rev 207

Go to most recent revision | 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_LIBADD =
55
am_lib_a_OBJECTS = lib_a-isatty.$(OBJEXT) lib_a-mem-layout.$(OBJEXT) \
56
        lib_a-sbrk.$(OBJEXT) lib_a-syscalls.$(OBJEXT)
57
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
58
DEFAULT_INCLUDES = -I.@am__isrc@
59
depcomp =
60
am__depfiles_maybe =
61
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
CCLD = $(CC)
66
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67
SOURCES = $(lib_a_SOURCES) $(EXTRA_lib_a_SOURCES)
68
ETAGS = etags
69
CTAGS = ctags
70
ACLOCAL = @ACLOCAL@
71
AMTAR = @AMTAR@
72
AR = @AR@
73
AS = @AS@
74
AUTOCONF = @AUTOCONF@
75
AUTOHEADER = @AUTOHEADER@
76
AUTOMAKE = @AUTOMAKE@
77
AWK = @AWK@
78
CC = @CC@
79
CCAS = @CCAS@
80
CCASFLAGS = @CCASFLAGS@
81
CCDEPMODE = @CCDEPMODE@
82
CYGPATH_W = @CYGPATH_W@
83
DEFS = @DEFS@
84
DEPDIR = @DEPDIR@
85
ECHO_C = @ECHO_C@
86
ECHO_N = @ECHO_N@
87
ECHO_T = @ECHO_T@
88
INSTALL = @INSTALL@
89
INSTALL_DATA = @INSTALL_DATA@
90
INSTALL_PROGRAM = @INSTALL_PROGRAM@
91
INSTALL_SCRIPT = @INSTALL_SCRIPT@
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93
LDFLAGS = @LDFLAGS@
94
LIBOBJS = @LIBOBJS@
95
LIBS = @LIBS@
96
LTLIBOBJS = @LTLIBOBJS@
97
MAINT = @MAINT@
98
MAKEINFO = @MAKEINFO@
99
MKDIR_P = @MKDIR_P@
100
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
101
OBJEXT = @OBJEXT@
102
PACKAGE = @PACKAGE@
103
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
104
PACKAGE_NAME = @PACKAGE_NAME@
105
PACKAGE_STRING = @PACKAGE_STRING@
106
PACKAGE_TARNAME = @PACKAGE_TARNAME@
107
PACKAGE_VERSION = @PACKAGE_VERSION@
108
PATH_SEPARATOR = @PATH_SEPARATOR@
109
RANLIB = @RANLIB@
110
READELF = @READELF@
111
SET_MAKE = @SET_MAKE@
112
SHELL = @SHELL@
113
STRIP = @STRIP@
114
VERSION = @VERSION@
115
abs_builddir = @abs_builddir@
116
abs_srcdir = @abs_srcdir@
117
abs_top_builddir = @abs_top_builddir@
118
abs_top_srcdir = @abs_top_srcdir@
119
aext = @aext@
120
am__include = @am__include@
121
am__leading_dot = @am__leading_dot@
122
am__quote = @am__quote@
123
am__tar = @am__tar@
124
am__untar = @am__untar@
125
bindir = @bindir@
126
build = @build@
127
build_alias = @build_alias@
128
build_cpu = @build_cpu@
129
build_os = @build_os@
130
build_vendor = @build_vendor@
131
builddir = @builddir@
132
datadir = @datadir@
133
datarootdir = @datarootdir@
134
docdir = @docdir@
135
dvidir = @dvidir@
136
exec_prefix = @exec_prefix@
137
host = @host@
138
host_alias = @host_alias@
139
host_cpu = @host_cpu@
140
host_os = @host_os@
141
host_vendor = @host_vendor@
142
htmldir = @htmldir@
143
includedir = @includedir@
144
infodir = @infodir@
145
install_sh = @install_sh@
146
libdir = @libdir@
147
libexecdir = @libexecdir@
148
libm_machine_dir = @libm_machine_dir@
149
localedir = @localedir@
150
localstatedir = @localstatedir@
151
lpfx = @lpfx@
152
machine_dir = @machine_dir@
153
mandir = @mandir@
154
mkdir_p = @mkdir_p@
155
newlib_basedir = @newlib_basedir@
156
oext = @oext@
157
oldincludedir = @oldincludedir@
158
pdfdir = @pdfdir@
159
prefix = @prefix@
160
program_transform_name = @program_transform_name@
161
psdir = @psdir@
162
sbindir = @sbindir@
163
sharedstatedir = @sharedstatedir@
164
srcdir = @srcdir@
165
sys_dir = @sys_dir@
166
sysconfdir = @sysconfdir@
167
target_alias = @target_alias@
168
top_build_prefix = @top_build_prefix@
169
top_builddir = @top_builddir@
170
top_srcdir = @top_srcdir@
171
AUTOMAKE_OPTIONS = cygnus
172
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
173
AM_CCASFLAGS = $(INCLUDES)
174
noinst_LIBRARIES = lib.a
175
lib_a_SOURCES = isatty.c mem-layout.c sbrk.c syscalls.c
176
EXTRA_lib_a_SOURCES = dummy.S
177
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
178
lib_a_CFLAGS = $(AM_CFLAGS)
179
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
180
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
181
all: all-am
182
 
183
.SUFFIXES:
184
.SUFFIXES: .S .c .o .obj
185
am--refresh:
186
        @:
187
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
188
        @for dep in $?; do \
189
          case '$(am__configure_deps)' in \
190
            *$$dep*) \
191
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
192
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
193
                && exit 0; \
194
              exit 1;; \
195
          esac; \
196
        done; \
197
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
198
        $(am__cd) $(top_srcdir) && \
199
          $(AUTOMAKE) --cygnus Makefile
200
.PRECIOUS: Makefile
201
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202
        @case '$?' in \
203
          *config.status*) \
204
            echo ' $(SHELL) ./config.status'; \
205
            $(SHELL) ./config.status;; \
206
          *) \
207
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
208
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
209
        esac;
210
 
211
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212
        $(SHELL) ./config.status --recheck
213
 
214
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
215
        $(am__cd) $(srcdir) && $(AUTOCONF)
216
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
218
$(am__aclocal_m4_deps):
219
 
220
clean-noinstLIBRARIES:
221
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
223
        -rm -f lib.a
224
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
225
        $(RANLIB) lib.a
226
 
227
mostlyclean-compile:
228
        -rm -f *.$(OBJEXT)
229
 
230
distclean-compile:
231
        -rm -f *.tab.c
232
 
233
.S.o:
234
        $(CPPASCOMPILE) -c -o $@ $<
235
 
236
.S.obj:
237
        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
238
 
239
lib_a-dummy.o: dummy.S
240
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-dummy.o `test -f 'dummy.S' || echo '$(srcdir)/'`dummy.S
241
 
242
lib_a-dummy.obj: dummy.S
243
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-dummy.obj `if test -f 'dummy.S'; then $(CYGPATH_W) 'dummy.S'; else $(CYGPATH_W) '$(srcdir)/dummy.S'; fi`
244
 
245
.c.o:
246
        $(COMPILE) -c $<
247
 
248
.c.obj:
249
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
250
 
251
lib_a-isatty.o: isatty.c
252
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-isatty.o `test -f 'isatty.c' || echo '$(srcdir)/'`isatty.c
253
 
254
lib_a-isatty.obj: isatty.c
255
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-isatty.obj `if test -f 'isatty.c'; then $(CYGPATH_W) 'isatty.c'; else $(CYGPATH_W) '$(srcdir)/isatty.c'; fi`
256
 
257
lib_a-mem-layout.o: mem-layout.c
258
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-mem-layout.o `test -f 'mem-layout.c' || echo '$(srcdir)/'`mem-layout.c
259
 
260
lib_a-mem-layout.obj: mem-layout.c
261
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-mem-layout.obj `if test -f 'mem-layout.c'; then $(CYGPATH_W) 'mem-layout.c'; else $(CYGPATH_W) '$(srcdir)/mem-layout.c'; fi`
262
 
263
lib_a-sbrk.o: sbrk.c
264
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-sbrk.o `test -f 'sbrk.c' || echo '$(srcdir)/'`sbrk.c
265
 
266
lib_a-sbrk.obj: sbrk.c
267
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-sbrk.obj `if test -f 'sbrk.c'; then $(CYGPATH_W) 'sbrk.c'; else $(CYGPATH_W) '$(srcdir)/sbrk.c'; fi`
268
 
269
lib_a-syscalls.o: syscalls.c
270
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-syscalls.o `test -f 'syscalls.c' || echo '$(srcdir)/'`syscalls.c
271
 
272
lib_a-syscalls.obj: syscalls.c
273
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-syscalls.obj `if test -f 'syscalls.c'; then $(CYGPATH_W) 'syscalls.c'; else $(CYGPATH_W) '$(srcdir)/syscalls.c'; fi`
274
 
275
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277
        unique=`for i in $$list; do \
278
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279
          done | \
280
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281
              END { if (nonempty) { for (i in files) print i; }; }'`; \
282
        mkid -fID $$unique
283
tags: TAGS
284
 
285
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286
                $(TAGS_FILES) $(LISP)
287
        set x; \
288
        here=`pwd`; \
289
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
290
        unique=`for i in $$list; do \
291
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
          done | \
293
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294
              END { if (nonempty) { for (i in files) print i; }; }'`; \
295
        shift; \
296
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
297
          test -n "$$unique" || unique=$$empty_fix; \
298
          if test $$# -gt 0; then \
299
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300
              "$$@" $$unique; \
301
          else \
302
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
303
              $$unique; \
304
          fi; \
305
        fi
306
ctags: CTAGS
307
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308
                $(TAGS_FILES) $(LISP)
309
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
310
        unique=`for i in $$list; do \
311
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
          done | \
313
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
        test -z "$(CTAGS_ARGS)$$unique" \
316
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
317
             $$unique
318
 
319
GTAGS:
320
        here=`$(am__cd) $(top_builddir) && pwd` \
321
          && $(am__cd) $(top_srcdir) \
322
          && gtags -i $(GTAGS_ARGS) "$$here"
323
 
324
distclean-tags:
325
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326
check-am:
327
check: check-am
328
all-am: Makefile $(LIBRARIES) all-local
329
installdirs:
330
install: install-am
331
install-exec: install-exec-am
332
install-data: install-data-am
333
uninstall: uninstall-am
334
 
335
install-am: all-am
336
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337
 
338
installcheck: installcheck-am
339
install-strip:
340
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
342
          `test -z '$(STRIP)' || \
343
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344
mostlyclean-generic:
345
 
346
clean-generic:
347
 
348
distclean-generic:
349
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
350
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
351
 
352
maintainer-clean-generic:
353
        @echo "This command is intended for maintainers to use"
354
        @echo "it deletes files that may require special tools to rebuild."
355
clean: clean-am
356
 
357
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
358
 
359
distclean: distclean-am
360
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
361
        -rm -f Makefile
362
distclean-am: clean-am distclean-compile distclean-generic \
363
        distclean-tags
364
 
365
dvi: dvi-am
366
 
367
dvi-am:
368
 
369
html: html-am
370
 
371
html-am:
372
 
373
info: info-am
374
 
375
info-am:
376
 
377
install-data-am:
378
 
379
install-dvi: install-dvi-am
380
 
381
install-dvi-am:
382
 
383
install-exec-am:
384
 
385
install-html: install-html-am
386
 
387
install-html-am:
388
 
389
install-info: install-info-am
390
 
391
install-info-am:
392
 
393
install-man:
394
 
395
install-pdf: install-pdf-am
396
 
397
install-pdf-am:
398
 
399
install-ps: install-ps-am
400
 
401
install-ps-am:
402
 
403
installcheck-am:
404
 
405
maintainer-clean: maintainer-clean-am
406
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
407
        -rm -rf $(top_srcdir)/autom4te.cache
408
        -rm -f Makefile
409
maintainer-clean-am: distclean-am maintainer-clean-generic
410
 
411
mostlyclean: mostlyclean-am
412
 
413
mostlyclean-am: mostlyclean-compile mostlyclean-generic
414
 
415
pdf: pdf-am
416
 
417
pdf-am:
418
 
419
ps: ps-am
420
 
421
ps-am:
422
 
423
uninstall-am:
424
 
425
.MAKE: install-am install-strip
426
 
427
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
428
        clean clean-generic clean-noinstLIBRARIES ctags distclean \
429
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
430
        html html-am info info-am install install-am install-data \
431
        install-data-am install-dvi install-dvi-am install-exec \
432
        install-exec-am install-html install-html-am install-info \
433
        install-info-am install-man install-pdf install-pdf-am \
434
        install-ps install-ps-am install-strip installcheck \
435
        installcheck-am installdirs maintainer-clean \
436
        maintainer-clean-generic mostlyclean mostlyclean-compile \
437
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
438
        uninstall-am
439
 
440
 
441
all-local: crt0.o
442
 
443
# Tell versions [3.59,3.63) of GNU make to not export all variables.
444
# Otherwise a system limit (for SysV at least) may be exceeded.
445
.NOEXPORT:

powered by: WebSVN 2.1.0

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