OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [or32/] [Makefile.in] - Blame information for rev 517

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
# Makefile.am: Automake file for OR32 setjmp
18
 
19
# Copyright (C) 2000, Damjan Lampret
20
# Copyright (C) 2004, Jacob Bower
21
# Copyright (C) 2010, Embecosm Limited 
22
 
23
# Contributor Jeremy Bennett 
24
 
25
# This file is part of Newlib.
26
 
27
# The original work by Jacob Bower is provided as-is without any kind of
28
# warranty. Use it at your own risk!
29
 
30
# All subsequent work is bound by version 3 of the GPL as follows.
31
 
32
# This program is free software; you can redistribute it and/or modify it
33
# under the terms of the GNU General Public License as published by the Free
34
# Software Foundation; either version 3 of the License, or (at your option)
35
# any later version.
36
 
37
# This program is distributed in the hope that it will be useful, but WITHOUT
38
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
39
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
40
# more details.
41
 
42
# You should have received a copy of the GNU General Public License along
43
# with this program.  If not, see .
44
# -----------------------------------------------------------------------------
45
 
46
srcdir = @srcdir@
47
top_srcdir = @top_srcdir@
48
VPATH = @srcdir@
49
pkgdatadir = $(datadir)/@PACKAGE@
50
pkglibdir = $(libdir)/@PACKAGE@
51
pkgincludedir = $(includedir)/@PACKAGE@
52
top_builddir = .
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54
INSTALL = @INSTALL@
55
install_sh_DATA = $(install_sh) -c -m 644
56
install_sh_PROGRAM = $(install_sh) -c
57
install_sh_SCRIPT = $(install_sh) -c
58
INSTALL_HEADER = $(INSTALL_DATA)
59
transform = $(program_transform_name)
60
NORMAL_INSTALL = :
61
PRE_INSTALL = :
62
POST_INSTALL = :
63
NORMAL_UNINSTALL = :
64
PRE_UNINSTALL = :
65
POST_UNINSTALL = :
66
build_triplet = @build@
67
host_triplet = @host@
68
DIST_COMMON = $(srcdir)/../../../../config.guess \
69
        $(srcdir)/../../../../config.sub $(srcdir)/Makefile.in \
70
        $(srcdir)/Makefile.am $(top_srcdir)/configure \
71
        $(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
72
subdir = .
73
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
75
        $(top_srcdir)/configure.in
76
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77
        $(ACLOCAL_M4)
78
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
79
 configure.lineno configure.status.lineno
80
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
81
CONFIG_CLEAN_FILES =
82
LIBRARIES = $(noinst_LIBRARIES)
83
ARFLAGS = cru
84
lib_a_AR = $(AR) $(ARFLAGS)
85
lib_a_LIBADD =
86 517 julius
am_lib_a_OBJECTS = lib_a-longjmp.$(OBJEXT) lib_a-setjmp.$(OBJEXT) \
87
        lib_a-or1k-support.$(OBJEXT) lib_a-or1k-support-asm.$(OBJEXT)
88 207 jeremybenn
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
89
DEFAULT_INCLUDES = -I. -I$(srcdir)
90
depcomp =
91
am__depfiles_maybe =
92
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
93
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
CCLD = $(CC)
96
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
97
SOURCES = $(lib_a_SOURCES)
98
ETAGS = etags
99
CTAGS = ctags
100
ACLOCAL = @ACLOCAL@
101
AMDEP_FALSE = @AMDEP_FALSE@
102
AMDEP_TRUE = @AMDEP_TRUE@
103
AMTAR = @AMTAR@
104
AR = @AR@
105
AS = @AS@
106
AUTOCONF = @AUTOCONF@
107
AUTOHEADER = @AUTOHEADER@
108
AUTOMAKE = @AUTOMAKE@
109
AWK = @AWK@
110
CC = @CC@
111
CCAS = @CCAS@
112
CCASFLAGS = @CCASFLAGS@
113
CCDEPMODE = @CCDEPMODE@
114
CYGPATH_W = @CYGPATH_W@
115
DEFS = @DEFS@
116
DEPDIR = @DEPDIR@
117
ECHO_C = @ECHO_C@
118
ECHO_N = @ECHO_N@
119
ECHO_T = @ECHO_T@
120
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
121
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
122
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
123
ELIX_LEVEL_1_TRUE = @ELIX_LEVEL_1_TRUE@
124
ELIX_LEVEL_2_FALSE = @ELIX_LEVEL_2_FALSE@
125
ELIX_LEVEL_2_TRUE = @ELIX_LEVEL_2_TRUE@
126
ELIX_LEVEL_3_FALSE = @ELIX_LEVEL_3_FALSE@
127
ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
128
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
129
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
130
INSTALL_DATA = @INSTALL_DATA@
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134
LDFLAGS = @LDFLAGS@
135
LIBOBJS = @LIBOBJS@
136
LIBS = @LIBS@
137
LTLIBOBJS = @LTLIBOBJS@
138
MAINT = @MAINT@
139
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
MAKEINFO = @MAKEINFO@
142
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
143
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
144
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
145
OBJEXT = @OBJEXT@
146
PACKAGE = @PACKAGE@
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148
PACKAGE_NAME = @PACKAGE_NAME@
149
PACKAGE_STRING = @PACKAGE_STRING@
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
151
PACKAGE_VERSION = @PACKAGE_VERSION@
152
PATH_SEPARATOR = @PATH_SEPARATOR@
153
RANLIB = @RANLIB@
154
READELF = @READELF@
155
SET_MAKE = @SET_MAKE@
156
SHELL = @SHELL@
157
STRIP = @STRIP@
158
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
159
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
160
VERSION = @VERSION@
161
aext = @aext@
162
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
163
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
164
am__include = @am__include@
165
am__leading_dot = @am__leading_dot@
166
am__quote = @am__quote@
167
am__tar = @am__tar@
168
am__untar = @am__untar@
169
bindir = @bindir@
170
build = @build@
171
build_alias = @build_alias@
172
build_cpu = @build_cpu@
173
build_os = @build_os@
174
build_vendor = @build_vendor@
175
datadir = @datadir@
176
datarootdir = @datarootdir@
177
docdir = @docdir@
178
dvidir = @dvidir@
179
exec_prefix = @exec_prefix@
180
host = @host@
181
host_alias = @host_alias@
182
host_cpu = @host_cpu@
183
host_os = @host_os@
184
host_vendor = @host_vendor@
185
htmldir = @htmldir@
186
includedir = @includedir@
187
infodir = @infodir@
188
install_sh = @install_sh@
189
libdir = @libdir@
190
libexecdir = @libexecdir@
191
libm_machine_dir = @libm_machine_dir@
192
localedir = @localedir@
193
localstatedir = @localstatedir@
194
lpfx = @lpfx@
195
machine_dir = @machine_dir@
196
mandir = @mandir@
197
mkdir_p = @mkdir_p@
198
newlib_basedir = @newlib_basedir@
199
oext = @oext@
200
oldincludedir = @oldincludedir@
201
pdfdir = @pdfdir@
202
prefix = @prefix@
203
program_transform_name = @program_transform_name@
204
psdir = @psdir@
205
sbindir = @sbindir@
206
sharedstatedir = @sharedstatedir@
207
sys_dir = @sys_dir@
208
sysconfdir = @sysconfdir@
209
target_alias = @target_alias@
210
 
211
# This is boilerplate.
212
AUTOMAKE_OPTIONS = cygnus
213
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
214
AM_CCASFLAGS = $(INCLUDES)
215
noinst_LIBRARIES = lib.a
216 517 julius
lib_a_SOURCES = longjmp.S setjmp.S or1k-support.c or1k-support-asm.S
217 207 jeremybenn
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
218
lib_a_CFLAGS = $(AM_CFLAGS)
219
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
220
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
221
all: all-am
222
 
223
.SUFFIXES:
224
.SUFFIXES: .S .o .obj
225
am--refresh:
226
        @:
227
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
228
        @for dep in $?; do \
229
          case '$(am__configure_deps)' in \
230
            *$$dep*) \
231
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
232
              cd $(srcdir) && $(AUTOMAKE) --cygnus  \
233
                && exit 0; \
234
              exit 1;; \
235
          esac; \
236
        done; \
237
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
238
        cd $(top_srcdir) && \
239
          $(AUTOMAKE) --cygnus  Makefile
240
.PRECIOUS: Makefile
241
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242
        @case '$?' in \
243
          *config.status*) \
244
            echo ' $(SHELL) ./config.status'; \
245
            $(SHELL) ./config.status;; \
246
          *) \
247
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
248
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
249
        esac;
250
 
251
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252
        $(SHELL) ./config.status --recheck
253
 
254
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255
        cd $(srcdir) && $(AUTOCONF)
256
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
258
 
259
clean-noinstLIBRARIES:
260
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
261
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
262
        -rm -f lib.a
263
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
264
        $(RANLIB) lib.a
265
 
266
mostlyclean-compile:
267
        -rm -f *.$(OBJEXT)
268
 
269
distclean-compile:
270
        -rm -f *.tab.c
271
 
272
.S.o:
273
        $(CCASCOMPILE) -c $<
274
 
275
.S.obj:
276
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
277
 
278
lib_a-longjmp.o: longjmp.S
279
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-longjmp.o `test -f 'longjmp.S' || echo '$(srcdir)/'`longjmp.S
280
 
281
lib_a-longjmp.obj: longjmp.S
282
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-longjmp.obj `if test -f 'longjmp.S'; then $(CYGPATH_W) 'longjmp.S'; else $(CYGPATH_W) '$(srcdir)/longjmp.S'; fi`
283
 
284
lib_a-setjmp.o: setjmp.S
285
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
286
 
287
lib_a-setjmp.obj: setjmp.S
288
        $(CCAS) $(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`
289 517 julius
 
290
lib_a-or1k-support-asm.o: or1k-support-asm.S
291
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-or1k-support-asm.o `test -f 'or1k-support-asm.S' || echo '$(srcdir)/'`or1k-support-asm.S
292
 
293
lib_a-or1k-support-asm.obj: or1k-support-asm.S
294
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-or1k-support-asm.obj `if test -f 'or1k-support-asm.S'; then $(CYGPATH_W) 'or1k-support-asm.S'; else $(CYGPATH_W) '$(srcdir)/or1k-support-asm.S'; fi`
295
 
296
lib_a-or1k-support.o: or1k-support.c
297
        $(CC) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-or1k-support.o `test -f 'or1k-support.c' || echo '$(srcdir)/'`or1k-support.c
298
 
299
lib_a-or1k-support.obj: or1k-support.c
300
        $(CC) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-or1k-support.obj `if test -f 'or1k-support.c'; then $(CYGPATH_W) 'or1k-support.c'; else $(CYGPATH_W) '$(srcdir)/or1k-support.c'; fi`
301
 
302 207 jeremybenn
uninstall-info-am:
303
 
304
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
305
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306
        unique=`for i in $$list; do \
307
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308
          done | \
309
          $(AWK) '    { files[$$0] = 1; } \
310
               END { for (i in files) print i; }'`; \
311
        mkid -fID $$unique
312
tags: TAGS
313
 
314
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
315
                $(TAGS_FILES) $(LISP)
316
        tags=; \
317
        here=`pwd`; \
318
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
319
        unique=`for i in $$list; do \
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
          done | \
322
          $(AWK) '    { files[$$0] = 1; } \
323
               END { for (i in files) print i; }'`; \
324
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325
          test -n "$$unique" || unique=$$empty_fix; \
326
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327
            $$tags $$unique; \
328
        fi
329
ctags: CTAGS
330
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
                $(TAGS_FILES) $(LISP)
332
        tags=; \
333
        here=`pwd`; \
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335
        unique=`for i in $$list; do \
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
          done | \
338
          $(AWK) '    { files[$$0] = 1; } \
339
               END { for (i in files) print i; }'`; \
340
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
341
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342
             $$tags $$unique
343
 
344
GTAGS:
345
        here=`$(am__cd) $(top_builddir) && pwd` \
346
          && cd $(top_srcdir) \
347
          && gtags -i $(GTAGS_ARGS) $$here
348
 
349
distclean-tags:
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
check-am:
352
check: check-am
353
all-am: Makefile $(LIBRARIES)
354
installdirs:
355
install: install-am
356
install-exec: install-exec-am
357
install-data: install-data-am
358
uninstall: uninstall-am
359
 
360
install-am: all-am
361
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
362
 
363
installcheck: installcheck-am
364
install-strip:
365
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
366
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
367
          `test -z '$(STRIP)' || \
368
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
369
mostlyclean-generic:
370
 
371
clean-generic:
372
 
373
distclean-generic:
374
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
375
 
376
maintainer-clean-generic:
377
        @echo "This command is intended for maintainers to use"
378
        @echo "it deletes files that may require special tools to rebuild."
379
clean: clean-am
380
 
381
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
382
 
383
distclean: distclean-am
384
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
385
        -rm -f Makefile
386
distclean-am: clean-am distclean-compile distclean-generic \
387
        distclean-tags
388
 
389
dvi: dvi-am
390
 
391
dvi-am:
392
 
393
html: html-am
394
 
395
info: info-am
396
 
397
info-am:
398
 
399
install-data-am:
400
 
401
install-exec-am:
402
 
403
install-info: install-info-am
404
 
405
install-man:
406
 
407
installcheck-am:
408
 
409
maintainer-clean: maintainer-clean-am
410
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
411
        -rm -rf $(top_srcdir)/autom4te.cache
412
        -rm -f Makefile
413
maintainer-clean-am: distclean-am maintainer-clean-generic
414
 
415
mostlyclean: mostlyclean-am
416
 
417
mostlyclean-am: mostlyclean-compile mostlyclean-generic
418
 
419
pdf: pdf-am
420
 
421
pdf-am:
422
 
423
ps: ps-am
424
 
425
ps-am:
426
 
427
uninstall-am:
428
 
429
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
430
        clean-generic clean-noinstLIBRARIES ctags distclean \
431
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
432
        html html-am info info-am install install-am install-data \
433
        install-data-am install-exec install-exec-am install-info \
434
        install-info-am install-man 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 uninstall-info-am
439
 
440
# Tell versions [3.59,3.63) of GNU make to not export all variables.
441
# Otherwise a system limit (for SysV at least) may be exceeded.
442
.NOEXPORT:

powered by: WebSVN 2.1.0

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