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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [sysnec810/] [Makefile.in] - Blame information for rev 520

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-io.$(OBJEXT) lib_a-write.$(OBJEXT) \
56
        lib_a-sbrk.$(OBJEXT) lib_a-misc.$(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)
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 = io.S write.c sbrk.c misc.c
176
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
177
lib_a_CFLAGS = $(AM_CFLAGS)
178
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
179
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
180
all: all-am
181
 
182
.SUFFIXES:
183
.SUFFIXES: .S .c .o .obj
184
am--refresh:
185
        @:
186
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
187
        @for dep in $?; do \
188
          case '$(am__configure_deps)' in \
189
            *$$dep*) \
190
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
191
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
192
                && exit 0; \
193
              exit 1;; \
194
          esac; \
195
        done; \
196
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
197
        $(am__cd) $(top_srcdir) && \
198
          $(AUTOMAKE) --cygnus Makefile
199
.PRECIOUS: Makefile
200
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201
        @case '$?' in \
202
          *config.status*) \
203
            echo ' $(SHELL) ./config.status'; \
204
            $(SHELL) ./config.status;; \
205
          *) \
206
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
207
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
208
        esac;
209
 
210
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
211
        $(SHELL) ./config.status --recheck
212
 
213
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
214
        $(am__cd) $(srcdir) && $(AUTOCONF)
215
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
216
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
217
$(am__aclocal_m4_deps):
218
 
219
clean-noinstLIBRARIES:
220
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
221
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
222
        -rm -f lib.a
223
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
224
        $(RANLIB) lib.a
225
 
226
mostlyclean-compile:
227
        -rm -f *.$(OBJEXT)
228
 
229
distclean-compile:
230
        -rm -f *.tab.c
231
 
232
.S.o:
233
        $(CPPASCOMPILE) -c -o $@ $<
234
 
235
.S.obj:
236
        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
237
 
238
lib_a-io.o: io.S
239
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-io.o `test -f 'io.S' || echo '$(srcdir)/'`io.S
240
 
241
lib_a-io.obj: io.S
242
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-io.obj `if test -f 'io.S'; then $(CYGPATH_W) 'io.S'; else $(CYGPATH_W) '$(srcdir)/io.S'; fi`
243
 
244
.c.o:
245
        $(COMPILE) -c $<
246
 
247
.c.obj:
248
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
249
 
250
lib_a-write.o: write.c
251
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-write.o `test -f 'write.c' || echo '$(srcdir)/'`write.c
252
 
253
lib_a-write.obj: write.c
254
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-write.obj `if test -f 'write.c'; then $(CYGPATH_W) 'write.c'; else $(CYGPATH_W) '$(srcdir)/write.c'; fi`
255
 
256
lib_a-sbrk.o: sbrk.c
257
        $(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
258
 
259
lib_a-sbrk.obj: sbrk.c
260
        $(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`
261
 
262
lib_a-misc.o: misc.c
263
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
264
 
265
lib_a-misc.obj: misc.c
266
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`
267
 
268
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
269
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
270
        unique=`for i in $$list; do \
271
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272
          done | \
273
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
274
              END { if (nonempty) { for (i in files) print i; }; }'`; \
275
        mkid -fID $$unique
276
tags: TAGS
277
 
278
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
279
                $(TAGS_FILES) $(LISP)
280
        set x; \
281
        here=`pwd`; \
282
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
283
        unique=`for i in $$list; do \
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285
          done | \
286
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
287
              END { if (nonempty) { for (i in files) print i; }; }'`; \
288
        shift; \
289
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
290
          test -n "$$unique" || unique=$$empty_fix; \
291
          if test $$# -gt 0; then \
292
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
293
              "$$@" $$unique; \
294
          else \
295
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296
              $$unique; \
297
          fi; \
298
        fi
299
ctags: CTAGS
300
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
301
                $(TAGS_FILES) $(LISP)
302
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
303
        unique=`for i in $$list; do \
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305
          done | \
306
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
307
              END { if (nonempty) { for (i in files) print i; }; }'`; \
308
        test -z "$(CTAGS_ARGS)$$unique" \
309
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
310
             $$unique
311
 
312
GTAGS:
313
        here=`$(am__cd) $(top_builddir) && pwd` \
314
          && $(am__cd) $(top_srcdir) \
315
          && gtags -i $(GTAGS_ARGS) "$$here"
316
 
317
distclean-tags:
318
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
319
check-am:
320
check: check-am
321
all-am: Makefile $(LIBRARIES) all-local
322
installdirs:
323
install: install-am
324
install-exec: install-exec-am
325
install-data: install-data-am
326
uninstall: uninstall-am
327
 
328
install-am: all-am
329
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
330
 
331
installcheck: installcheck-am
332
install-strip:
333
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
334
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
335
          `test -z '$(STRIP)' || \
336
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
337
mostlyclean-generic:
338
 
339
clean-generic:
340
 
341
distclean-generic:
342
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
343
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
344
 
345
maintainer-clean-generic:
346
        @echo "This command is intended for maintainers to use"
347
        @echo "it deletes files that may require special tools to rebuild."
348
clean: clean-am
349
 
350
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
351
 
352
distclean: distclean-am
353
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
354
        -rm -f Makefile
355
distclean-am: clean-am distclean-compile distclean-generic \
356
        distclean-tags
357
 
358
dvi: dvi-am
359
 
360
dvi-am:
361
 
362
html: html-am
363
 
364
html-am:
365
 
366
info: info-am
367
 
368
info-am:
369
 
370
install-data-am:
371
 
372
install-dvi: install-dvi-am
373
 
374
install-dvi-am:
375
 
376
install-exec-am:
377
 
378
install-html: install-html-am
379
 
380
install-html-am:
381
 
382
install-info: install-info-am
383
 
384
install-info-am:
385
 
386
install-man:
387
 
388
install-pdf: install-pdf-am
389
 
390
install-pdf-am:
391
 
392
install-ps: install-ps-am
393
 
394
install-ps-am:
395
 
396
installcheck-am:
397
 
398
maintainer-clean: maintainer-clean-am
399
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
400
        -rm -rf $(top_srcdir)/autom4te.cache
401
        -rm -f Makefile
402
maintainer-clean-am: distclean-am maintainer-clean-generic
403
 
404
mostlyclean: mostlyclean-am
405
 
406
mostlyclean-am: mostlyclean-compile mostlyclean-generic
407
 
408
pdf: pdf-am
409
 
410
pdf-am:
411
 
412
ps: ps-am
413
 
414
ps-am:
415
 
416
uninstall-am:
417
 
418
.MAKE: install-am install-strip
419
 
420
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
421
        clean clean-generic clean-noinstLIBRARIES ctags distclean \
422
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
423
        html html-am info info-am install install-am install-data \
424
        install-data-am install-dvi install-dvi-am install-exec \
425
        install-exec-am install-html install-html-am install-info \
426
        install-info-am install-man install-pdf install-pdf-am \
427
        install-ps install-ps-am install-strip installcheck \
428
        installcheck-am installdirs maintainer-clean \
429
        maintainer-clean-generic mostlyclean mostlyclean-compile \
430
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
431
        uninstall-am
432
 
433
 
434
all-local: crt0.o
435
 
436
# Tell versions [3.59,3.63) of GNU make to not export all variables.
437
# Otherwise a system limit (for SysV at least) may be exceeded.
438
.NOEXPORT:

powered by: WebSVN 2.1.0

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