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/] [d10v/] [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-syscalls.$(OBJEXT) lib_a-trap.$(OBJEXT) \
56
        lib_a-creat.$(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 = syscalls.c trap.S creat.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-trap.o: trap.S
239
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-trap.o `test -f 'trap.S' || echo '$(srcdir)/'`trap.S
240
 
241
lib_a-trap.obj: trap.S
242
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-trap.obj `if test -f 'trap.S'; then $(CYGPATH_W) 'trap.S'; else $(CYGPATH_W) '$(srcdir)/trap.S'; fi`
243
 
244
.c.o:
245
        $(COMPILE) -c $<
246
 
247
.c.obj:
248
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
249
 
250
lib_a-syscalls.o: syscalls.c
251
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-syscalls.o `test -f 'syscalls.c' || echo '$(srcdir)/'`syscalls.c
252
 
253
lib_a-syscalls.obj: syscalls.c
254
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-syscalls.obj `if test -f 'syscalls.c'; then $(CYGPATH_W) 'syscalls.c'; else $(CYGPATH_W) '$(srcdir)/syscalls.c'; fi`
255
 
256
lib_a-creat.o: creat.c
257
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-creat.o `test -f 'creat.c' || echo '$(srcdir)/'`creat.c
258
 
259
lib_a-creat.obj: creat.c
260
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-creat.obj `if test -f 'creat.c'; then $(CYGPATH_W) 'creat.c'; else $(CYGPATH_W) '$(srcdir)/creat.c'; fi`
261
 
262
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
263
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
264
        unique=`for i in $$list; do \
265
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266
          done | \
267
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
268
              END { if (nonempty) { for (i in files) print i; }; }'`; \
269
        mkid -fID $$unique
270
tags: TAGS
271
 
272
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
273
                $(TAGS_FILES) $(LISP)
274
        set x; \
275
        here=`pwd`; \
276
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
277
        unique=`for i in $$list; do \
278
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279
          done | \
280
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281
              END { if (nonempty) { for (i in files) print i; }; }'`; \
282
        shift; \
283
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
284
          test -n "$$unique" || unique=$$empty_fix; \
285
          if test $$# -gt 0; then \
286
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
287
              "$$@" $$unique; \
288
          else \
289
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
290
              $$unique; \
291
          fi; \
292
        fi
293
ctags: CTAGS
294
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
295
                $(TAGS_FILES) $(LISP)
296
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
297
        unique=`for i in $$list; do \
298
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
          done | \
300
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
301
              END { if (nonempty) { for (i in files) print i; }; }'`; \
302
        test -z "$(CTAGS_ARGS)$$unique" \
303
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
304
             $$unique
305
 
306
GTAGS:
307
        here=`$(am__cd) $(top_builddir) && pwd` \
308
          && $(am__cd) $(top_srcdir) \
309
          && gtags -i $(GTAGS_ARGS) "$$here"
310
 
311
distclean-tags:
312
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
313
check-am:
314
check: check-am
315
all-am: Makefile $(LIBRARIES) all-local
316
installdirs:
317
install: install-am
318
install-exec: install-exec-am
319
install-data: install-data-am
320
uninstall: uninstall-am
321
 
322
install-am: all-am
323
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324
 
325
installcheck: installcheck-am
326
install-strip:
327
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
329
          `test -z '$(STRIP)' || \
330
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
331
mostlyclean-generic:
332
 
333
clean-generic:
334
 
335
distclean-generic:
336
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
337
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
338
 
339
maintainer-clean-generic:
340
        @echo "This command is intended for maintainers to use"
341
        @echo "it deletes files that may require special tools to rebuild."
342
clean: clean-am
343
 
344
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
345
 
346
distclean: distclean-am
347
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
348
        -rm -f Makefile
349
distclean-am: clean-am distclean-compile distclean-generic \
350
        distclean-tags
351
 
352
dvi: dvi-am
353
 
354
dvi-am:
355
 
356
html: html-am
357
 
358
html-am:
359
 
360
info: info-am
361
 
362
info-am:
363
 
364
install-data-am:
365
 
366
install-dvi: install-dvi-am
367
 
368
install-dvi-am:
369
 
370
install-exec-am:
371
 
372
install-html: install-html-am
373
 
374
install-html-am:
375
 
376
install-info: install-info-am
377
 
378
install-info-am:
379
 
380
install-man:
381
 
382
install-pdf: install-pdf-am
383
 
384
install-pdf-am:
385
 
386
install-ps: install-ps-am
387
 
388
install-ps-am:
389
 
390
installcheck-am:
391
 
392
maintainer-clean: maintainer-clean-am
393
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
394
        -rm -rf $(top_srcdir)/autom4te.cache
395
        -rm -f Makefile
396
maintainer-clean-am: distclean-am maintainer-clean-generic
397
 
398
mostlyclean: mostlyclean-am
399
 
400
mostlyclean-am: mostlyclean-compile mostlyclean-generic
401
 
402
pdf: pdf-am
403
 
404
pdf-am:
405
 
406
ps: ps-am
407
 
408
ps-am:
409
 
410
uninstall-am:
411
 
412
.MAKE: install-am install-strip
413
 
414
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
415
        clean clean-generic clean-noinstLIBRARIES ctags distclean \
416
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
417
        html html-am info info-am install install-am install-data \
418
        install-data-am install-dvi install-dvi-am install-exec \
419
        install-exec-am install-html install-html-am install-info \
420
        install-info-am install-man install-pdf install-pdf-am \
421
        install-ps install-ps-am install-strip installcheck \
422
        installcheck-am installdirs maintainer-clean \
423
        maintainer-clean-generic mostlyclean mostlyclean-compile \
424
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
425
        uninstall-am
426
 
427
 
428
all-local: crt0.o
429
 
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
# Otherwise a system limit (for SysV at least) may be exceeded.
432
.NOEXPORT:

powered by: WebSVN 2.1.0

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