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/] [linux/] [machine/] [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)/../../../../../libtool.m4 \
43
        $(top_srcdir)/../../../../../ltoptions.m4 \
44
        $(top_srcdir)/../../../../../ltsugar.m4 \
45
        $(top_srcdir)/../../../../../ltversion.m4 \
46
        $(top_srcdir)/../../../../../lt~obsolete.m4 \
47
        $(top_srcdir)/../../../../acinclude.m4 \
48
        $(top_srcdir)/configure.in
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
        $(ACLOCAL_M4)
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 configure.lineno config.status.lineno
53
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../mkinstalldirs
54
CONFIG_CLEAN_FILES =
55
CONFIG_CLEAN_VPATH_FILES =
56
depcomp =
57
am__depfiles_maybe =
58
SOURCES =
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
        html-recursive info-recursive install-data-recursive \
61
        install-dvi-recursive install-exec-recursive \
62
        install-html-recursive install-info-recursive \
63
        install-pdf-recursive install-ps-recursive install-recursive \
64
        installcheck-recursive installdirs-recursive pdf-recursive \
65
        ps-recursive uninstall-recursive
66
DATA = $(noinst_DATA)
67
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68
  distclean-recursive maintainer-clean-recursive
69
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
70
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
71
ETAGS = etags
72
CTAGS = ctags
73
DIST_SUBDIRS = $(SUBDIRS)
74
ACLOCAL = @ACLOCAL@
75
AMTAR = @AMTAR@
76
AR = @AR@
77
AS = @AS@
78
AUTOCONF = @AUTOCONF@
79
AUTOHEADER = @AUTOHEADER@
80
AUTOMAKE = @AUTOMAKE@
81
AWK = @AWK@
82
CC = @CC@
83
CCAS = @CCAS@
84
CCASFLAGS = @CCASFLAGS@
85
CCDEPMODE = @CCDEPMODE@
86
CFLAGS = @CFLAGS@
87
CPP = @CPP@
88
CPPFLAGS = @CPPFLAGS@
89
CRT0 = @CRT0@
90
CYGPATH_W = @CYGPATH_W@
91
DEFS = @DEFS@
92
DEPDIR = @DEPDIR@
93
DLLTOOL = @DLLTOOL@
94
DSYMUTIL = @DSYMUTIL@
95
DUMPBIN = @DUMPBIN@
96
ECHO_C = @ECHO_C@
97
ECHO_N = @ECHO_N@
98
ECHO_T = @ECHO_T@
99
EGREP = @EGREP@
100
EXEEXT = @EXEEXT@
101
FGREP = @FGREP@
102
GREP = @GREP@
103
INSTALL = @INSTALL@
104
INSTALL_DATA = @INSTALL_DATA@
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
106
INSTALL_SCRIPT = @INSTALL_SCRIPT@
107
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108
LD = @LD@
109
LDFLAGS = @LDFLAGS@
110
LIBOBJS = @LIBOBJS@
111
LIBS = @LIBS@
112
LIBTOOL = @LIBTOOL@
113
LIPO = @LIPO@
114
LN_S = @LN_S@
115
LTLIBOBJS = @LTLIBOBJS@
116
MAINT = @MAINT@
117
MAKEINFO = @MAKEINFO@
118
MKDIR_P = @MKDIR_P@
119
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
120
NM = @NM@
121
NMEDIT = @NMEDIT@
122
OBJDUMP = @OBJDUMP@
123
OBJEXT = @OBJEXT@
124
OTOOL = @OTOOL@
125
OTOOL64 = @OTOOL64@
126
PACKAGE = @PACKAGE@
127
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128
PACKAGE_NAME = @PACKAGE_NAME@
129
PACKAGE_STRING = @PACKAGE_STRING@
130
PACKAGE_TARNAME = @PACKAGE_TARNAME@
131
PACKAGE_VERSION = @PACKAGE_VERSION@
132
PATH_SEPARATOR = @PATH_SEPARATOR@
133
RANLIB = @RANLIB@
134
READELF = @READELF@
135
SED = @SED@
136
SET_MAKE = @SET_MAKE@
137
SHELL = @SHELL@
138
STRIP = @STRIP@
139
VERSION = @VERSION@
140
abs_builddir = @abs_builddir@
141
abs_srcdir = @abs_srcdir@
142
abs_top_builddir = @abs_top_builddir@
143
abs_top_srcdir = @abs_top_srcdir@
144
ac_ct_CC = @ac_ct_CC@
145
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
146
aext = @aext@
147
am__include = @am__include@
148
am__leading_dot = @am__leading_dot@
149
am__quote = @am__quote@
150
am__tar = @am__tar@
151
am__untar = @am__untar@
152
bindir = @bindir@
153
build = @build@
154
build_alias = @build_alias@
155
build_cpu = @build_cpu@
156
build_os = @build_os@
157
build_vendor = @build_vendor@
158
builddir = @builddir@
159
datadir = @datadir@
160
datarootdir = @datarootdir@
161
docdir = @docdir@
162
dvidir = @dvidir@
163
exec_prefix = @exec_prefix@
164
host = @host@
165
host_alias = @host_alias@
166
host_cpu = @host_cpu@
167
host_os = @host_os@
168
host_vendor = @host_vendor@
169
htmldir = @htmldir@
170
includedir = @includedir@
171
infodir = @infodir@
172
install_sh = @install_sh@
173
libdir = @libdir@
174
libexecdir = @libexecdir@
175
libm_machine_dir = @libm_machine_dir@
176
localedir = @localedir@
177
localstatedir = @localstatedir@
178
lpfx = @lpfx@
179
lt_ECHO = @lt_ECHO@
180
machine_dir = @machine_dir@
181
mandir = @mandir@
182
mkdir_p = @mkdir_p@
183
newlib_basedir = @newlib_basedir@
184
oext = @oext@
185
oldincludedir = @oldincludedir@
186
pdfdir = @pdfdir@
187
prefix = @prefix@
188
program_transform_name = @program_transform_name@
189
psdir = @psdir@
190
sbindir = @sbindir@
191
sharedstatedir = @sharedstatedir@
192
srcdir = @srcdir@
193
subdirs = @subdirs@
194
sys_dir = @sys_dir@
195
sysconfdir = @sysconfdir@
196
target_alias = @target_alias@
197
top_build_prefix = @top_build_prefix@
198
top_builddir = @top_builddir@
199
top_srcdir = @top_srcdir@
200
AUTOMAKE_OPTIONS = cygnus
201
SUBDIRS = $(machine_dir) .
202
noinst_DATA = $(CRT0)
203
CLEANFILES = $(CRT0)
204
ACLOCAL_AMFLAGS = -I ../../../.. -I ../../../../..
205
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
206
all: all-recursive
207
 
208
.SUFFIXES:
209
am--refresh:
210
        @:
211
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
212
        @for dep in $?; do \
213
          case '$(am__configure_deps)' in \
214
            *$$dep*) \
215
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
216
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
217
                && exit 0; \
218
              exit 1;; \
219
          esac; \
220
        done; \
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
222
        $(am__cd) $(top_srcdir) && \
223
          $(AUTOMAKE) --cygnus Makefile
224
.PRECIOUS: Makefile
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226
        @case '$?' in \
227
          *config.status*) \
228
            echo ' $(SHELL) ./config.status'; \
229
            $(SHELL) ./config.status;; \
230
          *) \
231
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
232
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
233
        esac;
234
 
235
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236
        $(SHELL) ./config.status --recheck
237
 
238
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239
        $(am__cd) $(srcdir) && $(AUTOCONF)
240
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
242
$(am__aclocal_m4_deps):
243
 
244
mostlyclean-libtool:
245
        -rm -f *.lo
246
 
247
clean-libtool:
248
        -rm -rf .libs _libs
249
 
250
distclean-libtool:
251
        -rm -f libtool config.lt
252
 
253
# This directory's subdirectories are mostly independent; you can cd
254
# into them and run `make' without going through this Makefile.
255
# To change the values of `make' variables: instead of editing Makefiles,
256
# (1) if the variable is set in `config.status', edit `config.status'
257
#     (which will cause the Makefiles to be regenerated when you run `make');
258
# (2) otherwise, pass the desired values on the `make' command line.
259
$(RECURSIVE_TARGETS):
260
        @failcom='exit 1'; \
261
        for f in x $$MAKEFLAGS; do \
262
          case $$f in \
263
            *=* | --[!k]*);; \
264
            *k*) failcom='fail=yes';; \
265
          esac; \
266
        done; \
267
        dot_seen=no; \
268
        target=`echo $@ | sed s/-recursive//`; \
269
        list='$(SUBDIRS)'; for subdir in $$list; do \
270
          echo "Making $$target in $$subdir"; \
271
          if test "$$subdir" = "."; then \
272
            dot_seen=yes; \
273
            local_target="$$target-am"; \
274
          else \
275
            local_target="$$target"; \
276
          fi; \
277
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278
          || eval $$failcom; \
279
        done; \
280
        if test "$$dot_seen" = "no"; then \
281
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
282
        fi; test -z "$$fail"
283
 
284
$(RECURSIVE_CLEAN_TARGETS):
285
        @failcom='exit 1'; \
286
        for f in x $$MAKEFLAGS; do \
287
          case $$f in \
288
            *=* | --[!k]*);; \
289
            *k*) failcom='fail=yes';; \
290
          esac; \
291
        done; \
292
        dot_seen=no; \
293
        case "$@" in \
294
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
295
          *) list='$(SUBDIRS)' ;; \
296
        esac; \
297
        rev=''; for subdir in $$list; do \
298
          if test "$$subdir" = "."; then :; else \
299
            rev="$$subdir $$rev"; \
300
          fi; \
301
        done; \
302
        rev="$$rev ."; \
303
        target=`echo $@ | sed s/-recursive//`; \
304
        for subdir in $$rev; do \
305
          echo "Making $$target in $$subdir"; \
306
          if test "$$subdir" = "."; then \
307
            local_target="$$target-am"; \
308
          else \
309
            local_target="$$target"; \
310
          fi; \
311
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
          || eval $$failcom; \
313
        done && test -z "$$fail"
314
tags-recursive:
315
        list='$(SUBDIRS)'; for subdir in $$list; do \
316
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
317
        done
318
ctags-recursive:
319
        list='$(SUBDIRS)'; for subdir in $$list; do \
320
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
321
        done
322
 
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325
        unique=`for i in $$list; do \
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327
          done | \
328
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329
              END { if (nonempty) { for (i in files) print i; }; }'`; \
330
        mkid -fID $$unique
331
tags: TAGS
332
 
333
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334
                $(TAGS_FILES) $(LISP)
335
        set x; \
336
        here=`pwd`; \
337
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
338
          include_option=--etags-include; \
339
          empty_fix=.; \
340
        else \
341
          include_option=--include; \
342
          empty_fix=; \
343
        fi; \
344
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
          if test "$$subdir" = .; then :; else \
346
            test ! -f $$subdir/TAGS || \
347
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
348
          fi; \
349
        done; \
350
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351
        unique=`for i in $$list; do \
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
          done | \
354
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
356
        shift; \
357
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358
          test -n "$$unique" || unique=$$empty_fix; \
359
          if test $$# -gt 0; then \
360
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361
              "$$@" $$unique; \
362
          else \
363
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364
              $$unique; \
365
          fi; \
366
        fi
367
ctags: CTAGS
368
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
                $(TAGS_FILES) $(LISP)
370
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371
        unique=`for i in $$list; do \
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373
          done | \
374
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375
              END { if (nonempty) { for (i in files) print i; }; }'`; \
376
        test -z "$(CTAGS_ARGS)$$unique" \
377
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378
             $$unique
379
 
380
GTAGS:
381
        here=`$(am__cd) $(top_builddir) && pwd` \
382
          && $(am__cd) $(top_srcdir) \
383
          && gtags -i $(GTAGS_ARGS) "$$here"
384
 
385
distclean-tags:
386
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
check-am:
388
check: check-recursive
389
all-am: Makefile $(DATA)
390
installdirs: installdirs-recursive
391
installdirs-am:
392
install: install-recursive
393
install-exec: install-exec-recursive
394
install-data: install-data-recursive
395
uninstall: uninstall-recursive
396
 
397
install-am: all-am
398
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
399
 
400
installcheck: installcheck-recursive
401
install-strip:
402
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404
          `test -z '$(STRIP)' || \
405
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
406
mostlyclean-generic:
407
 
408
clean-generic:
409
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
410
 
411
distclean-generic:
412
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
413
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
414
 
415
maintainer-clean-generic:
416
        @echo "This command is intended for maintainers to use"
417
        @echo "it deletes files that may require special tools to rebuild."
418
clean: clean-recursive
419
 
420
clean-am: clean-generic clean-libtool mostlyclean-am
421
 
422
distclean: distclean-recursive
423
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
424
        -rm -f Makefile
425
distclean-am: clean-am distclean-generic distclean-libtool \
426
        distclean-tags
427
 
428
dvi: dvi-recursive
429
 
430
dvi-am:
431
 
432
html: html-recursive
433
 
434
html-am:
435
 
436
info: info-recursive
437
 
438
info-am:
439
 
440
install-data-am:
441
 
442
install-dvi: install-dvi-recursive
443
 
444
install-dvi-am:
445
 
446
install-exec-am:
447
 
448
install-html: install-html-recursive
449
 
450
install-html-am:
451
 
452
install-info: install-info-recursive
453
 
454
install-info-am:
455
 
456
install-man:
457
 
458
install-pdf: install-pdf-recursive
459
 
460
install-pdf-am:
461
 
462
install-ps: install-ps-recursive
463
 
464
install-ps-am:
465
 
466
installcheck-am:
467
 
468
maintainer-clean: maintainer-clean-recursive
469
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
470
        -rm -rf $(top_srcdir)/autom4te.cache
471
        -rm -f Makefile
472
maintainer-clean-am: distclean-am maintainer-clean-generic
473
 
474
mostlyclean: mostlyclean-recursive
475
 
476
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
477
 
478
pdf: pdf-recursive
479
 
480
pdf-am:
481
 
482
ps: ps-recursive
483
 
484
ps-am:
485
 
486
uninstall-am:
487
 
488
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
489
        install-am install-strip tags-recursive
490
 
491
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
492
        all all-am am--refresh check check-am clean clean-generic \
493
        clean-libtool ctags ctags-recursive distclean \
494
        distclean-generic distclean-libtool distclean-tags dvi dvi-am \
495
        html html-am info info-am install install-am install-data \
496
        install-data-am install-dvi install-dvi-am install-exec \
497
        install-exec-am install-html install-html-am install-info \
498
        install-info-am install-man install-pdf install-pdf-am \
499
        install-ps install-ps-am install-strip installcheck \
500
        installcheck-am installdirs installdirs-am maintainer-clean \
501
        maintainer-clean-generic mostlyclean mostlyclean-generic \
502
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
503
        uninstall uninstall-am
504
 
505
 
506
$(CRT0): $(machine_dir)/$(CRT0)
507
        rm -f $@
508
        ln $(machine_dir)/$(CRT0) $@ >/dev/null 2>/dev/null \
509
         || cp $(machine_dir)/$(CRT0) $@
510
 
511
$(machine_dir)/$(CRT0): ; @true
512
 
513
doc:
514
 
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
516
# Otherwise a system limit (for SysV at least) may be exceeded.
517
.NOEXPORT:

powered by: WebSVN 2.1.0

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