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

powered by: WebSVN 2.1.0

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