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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [crx/] [Makefile.in] - Blame information for rev 829

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

powered by: WebSVN 2.1.0

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