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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [linuxthreads/] [machine/] [Makefile.in] - Blame information for rev 301

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

powered by: WebSVN 2.1.0

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