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/] [powerpc/] [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)/../../../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
am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT) lib_a-times.$(OBJEXT)
55
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
56
DEFAULT_INCLUDES = -I.@am__isrc@
57
depcomp =
58
am__depfiles_maybe =
59
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
CCLD = $(CC)
64
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
65
SOURCES = $(lib_a_SOURCES)
66
ETAGS = etags
67
CTAGS = ctags
68
ACLOCAL = @ACLOCAL@
69
AMTAR = @AMTAR@
70
AR = @AR@
71
AS = @AS@
72
AUTOCONF = @AUTOCONF@
73
AUTOHEADER = @AUTOHEADER@
74
AUTOMAKE = @AUTOMAKE@
75
AWK = @AWK@
76
CC = @CC@
77
CCAS = @CCAS@
78
CCASFLAGS = @CCASFLAGS@
79
CCDEPMODE = @CCDEPMODE@
80
CYGPATH_W = @CYGPATH_W@
81
DEFS = @DEFS@
82
DEPDIR = @DEPDIR@
83
ECHO_C = @ECHO_C@
84
ECHO_N = @ECHO_N@
85
ECHO_T = @ECHO_T@
86
INSTALL = @INSTALL@
87
INSTALL_DATA = @INSTALL_DATA@
88
INSTALL_PROGRAM = @INSTALL_PROGRAM@
89
INSTALL_SCRIPT = @INSTALL_SCRIPT@
90
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91
LDFLAGS = @LDFLAGS@
92
LIBOBJS = @LIBOBJS@
93
LIBS = @LIBS@
94
LTLIBOBJS = @LTLIBOBJS@
95
MAINT = @MAINT@
96
MAKEINFO = @MAKEINFO@
97
MKDIR_P = @MKDIR_P@
98
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
99
OBJEXT = @OBJEXT@
100
PACKAGE = @PACKAGE@
101
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
102
PACKAGE_NAME = @PACKAGE_NAME@
103
PACKAGE_STRING = @PACKAGE_STRING@
104
PACKAGE_TARNAME = @PACKAGE_TARNAME@
105
PACKAGE_VERSION = @PACKAGE_VERSION@
106
PATH_SEPARATOR = @PATH_SEPARATOR@
107
RANLIB = @RANLIB@
108
READELF = @READELF@
109
SET_MAKE = @SET_MAKE@
110
SHELL = @SHELL@
111
STRIP = @STRIP@
112
VERSION = @VERSION@
113
abs_builddir = @abs_builddir@
114
abs_srcdir = @abs_srcdir@
115
abs_top_builddir = @abs_top_builddir@
116
abs_top_srcdir = @abs_top_srcdir@
117
aext = @aext@
118
am__include = @am__include@
119
am__leading_dot = @am__leading_dot@
120
am__quote = @am__quote@
121
am__tar = @am__tar@
122
am__untar = @am__untar@
123
bindir = @bindir@
124
build = @build@
125
build_alias = @build_alias@
126
build_cpu = @build_cpu@
127
build_os = @build_os@
128
build_vendor = @build_vendor@
129
builddir = @builddir@
130
datadir = @datadir@
131
datarootdir = @datarootdir@
132
docdir = @docdir@
133
dvidir = @dvidir@
134
exec_prefix = @exec_prefix@
135
extra_objs = @extra_objs@
136
extra_sources = @extra_sources@
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
AM_CFLAGS = -I $(srcdir)/../../stdio -I $(srcdir)/../../stdlib
176
lib_a_SOURCES = setjmp.S times.c
177
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
178
lib_a_CFLAGS = $(AM_CFLAGS)
179
lib_a_LIBADD = @extra_objs@
180
lib_a_DEPENDENCIES = @extra_objs@
181
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
182
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
183
VEC_MALLOC_COMPILE = $(COMPILE) -DINTERNAL_NEWLIB
184
all: all-am
185
 
186
.SUFFIXES:
187
.SUFFIXES: .S .c .o .obj
188
am--refresh:
189
        @:
190
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
191
        @for dep in $?; do \
192
          case '$(am__configure_deps)' in \
193
            *$$dep*) \
194
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
195
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
196
                && exit 0; \
197
              exit 1;; \
198
          esac; \
199
        done; \
200
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
201
        $(am__cd) $(top_srcdir) && \
202
          $(AUTOMAKE) --cygnus Makefile
203
.PRECIOUS: Makefile
204
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205
        @case '$?' in \
206
          *config.status*) \
207
            echo ' $(SHELL) ./config.status'; \
208
            $(SHELL) ./config.status;; \
209
          *) \
210
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
211
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
212
        esac;
213
 
214
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
215
        $(SHELL) ./config.status --recheck
216
 
217
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
218
        $(am__cd) $(srcdir) && $(AUTOCONF)
219
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
220
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
221
$(am__aclocal_m4_deps):
222
 
223
clean-noinstLIBRARIES:
224
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
225
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
226
        -rm -f lib.a
227
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
228
        $(RANLIB) lib.a
229
 
230
mostlyclean-compile:
231
        -rm -f *.$(OBJEXT)
232
 
233
distclean-compile:
234
        -rm -f *.tab.c
235
 
236
.S.o:
237
        $(CPPASCOMPILE) -c -o $@ $<
238
 
239
.S.obj:
240
        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
241
 
242
lib_a-setjmp.o: setjmp.S
243
        $(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
244
 
245
lib_a-setjmp.obj: setjmp.S
246
        $(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`
247
 
248
.c.o:
249
        $(COMPILE) -c $<
250
 
251
.c.obj:
252
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
253
 
254
lib_a-times.o: times.c
255
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-times.o `test -f 'times.c' || echo '$(srcdir)/'`times.c
256
 
257
lib_a-times.obj: times.c
258
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-times.obj `if test -f 'times.c'; then $(CYGPATH_W) 'times.c'; else $(CYGPATH_W) '$(srcdir)/times.c'; fi`
259
 
260
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
261
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
262
        unique=`for i in $$list; do \
263
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264
          done | \
265
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
266
              END { if (nonempty) { for (i in files) print i; }; }'`; \
267
        mkid -fID $$unique
268
tags: TAGS
269
 
270
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
271
                $(TAGS_FILES) $(LISP)
272
        set x; \
273
        here=`pwd`; \
274
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
275
        unique=`for i in $$list; do \
276
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277
          done | \
278
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
279
              END { if (nonempty) { for (i in files) print i; }; }'`; \
280
        shift; \
281
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
282
          test -n "$$unique" || unique=$$empty_fix; \
283
          if test $$# -gt 0; then \
284
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
285
              "$$@" $$unique; \
286
          else \
287
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
288
              $$unique; \
289
          fi; \
290
        fi
291
ctags: CTAGS
292
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
293
                $(TAGS_FILES) $(LISP)
294
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
295
        unique=`for i in $$list; do \
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297
          done | \
298
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
299
              END { if (nonempty) { for (i in files) print i; }; }'`; \
300
        test -z "$(CTAGS_ARGS)$$unique" \
301
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
302
             $$unique
303
 
304
GTAGS:
305
        here=`$(am__cd) $(top_builddir) && pwd` \
306
          && $(am__cd) $(top_srcdir) \
307
          && gtags -i $(GTAGS_ARGS) "$$here"
308
 
309
distclean-tags:
310
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
311
check-am:
312
check: check-am
313
all-am: Makefile $(LIBRARIES)
314
installdirs:
315
install: install-am
316
install-exec: install-exec-am
317
install-data: install-data-am
318
uninstall: uninstall-am
319
 
320
install-am: all-am
321
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322
 
323
installcheck: installcheck-am
324
install-strip:
325
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
326
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
327
          `test -z '$(STRIP)' || \
328
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
329
mostlyclean-generic:
330
 
331
clean-generic:
332
 
333
distclean-generic:
334
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
335
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
336
 
337
maintainer-clean-generic:
338
        @echo "This command is intended for maintainers to use"
339
        @echo "it deletes files that may require special tools to rebuild."
340
clean: clean-am
341
 
342
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
343
 
344
distclean: distclean-am
345
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
346
        -rm -f Makefile
347
distclean-am: clean-am distclean-compile distclean-generic \
348
        distclean-tags
349
 
350
dvi: dvi-am
351
 
352
dvi-am:
353
 
354
html: html-am
355
 
356
html-am:
357
 
358
info: info-am
359
 
360
info-am:
361
 
362
install-data-am:
363
 
364
install-dvi: install-dvi-am
365
 
366
install-dvi-am:
367
 
368
install-exec-am:
369
 
370
install-html: install-html-am
371
 
372
install-html-am:
373
 
374
install-info: install-info-am
375
 
376
install-info-am:
377
 
378
install-man:
379
 
380
install-pdf: install-pdf-am
381
 
382
install-pdf-am:
383
 
384
install-ps: install-ps-am
385
 
386
install-ps-am:
387
 
388
installcheck-am:
389
 
390
maintainer-clean: maintainer-clean-am
391
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
392
        -rm -rf $(top_srcdir)/autom4te.cache
393
        -rm -f Makefile
394
maintainer-clean-am: distclean-am maintainer-clean-generic
395
 
396
mostlyclean: mostlyclean-am
397
 
398
mostlyclean-am: mostlyclean-compile mostlyclean-generic
399
 
400
pdf: pdf-am
401
 
402
pdf-am:
403
 
404
ps: ps-am
405
 
406
ps-am:
407
 
408
uninstall-am:
409
 
410
.MAKE: install-am install-strip
411
 
412
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
413
        clean-generic clean-noinstLIBRARIES ctags distclean \
414
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
415
        html html-am info info-am install install-am install-data \
416
        install-data-am install-dvi install-dvi-am install-exec \
417
        install-exec-am install-html install-html-am install-info \
418
        install-info-am install-man install-pdf install-pdf-am \
419
        install-ps install-ps-am install-strip installcheck \
420
        installcheck-am installdirs maintainer-clean \
421
        maintainer-clean-generic mostlyclean mostlyclean-compile \
422
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
423
        uninstall-am
424
 
425
 
426
$(lpfx)vec_reallocr.o: vec_mallocr.c
427
        $(VEC_MALLOC_COMPILE) -DDEFINE_VECREALLOC -c $(srcdir)/vec_mallocr.c -o $@
428
 
429
$(lpfx)vec_callocr.o: vec_mallocr.c
430
        $(VEC_MALLOC_COMPILE) -DDEFINE_VECCALLOC -c $(srcdir)/vec_mallocr.c -o $@
431
 
432
# Tell versions [3.59,3.63) of GNU make to not export all variables.
433
# Otherwise a system limit (for SysV at least) may be exceeded.
434
.NOEXPORT:

powered by: WebSVN 2.1.0

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