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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [sysnecv850/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
 
14
SHELL = @SHELL@
15
 
16
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21
 
22
bindir = @bindir@
23
sbindir = @sbindir@
24
libexecdir = @libexecdir@
25
datadir = @datadir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
29
libdir = @libdir@
30
infodir = @infodir@
31
mandir = @mandir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
34
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
 
41
top_builddir = .
42
 
43
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47
 
48
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
53
 
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
host_alias = @host_alias@
61
host_triplet = @host@
62
AR = @AR@
63
AS = @AS@
64
CC = @CC@
65
CPP = @CPP@
66
EXEEXT = @EXEEXT@
67
LDFLAGS = @LDFLAGS@
68
MAINT = @MAINT@
69
MAKEINFO = @MAKEINFO@
70
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
71
PACKAGE = @PACKAGE@
72
RANLIB = @RANLIB@
73
VERSION = @VERSION@
74
aext = @aext@
75
libm_machine_dir = @libm_machine_dir@
76
machine_dir = @machine_dir@
77
newlib_basedir = @newlib_basedir@
78
oext = @oext@
79
sys_dir = @sys_dir@
80
 
81
AUTOMAKE_OPTIONS = cygnus
82
 
83
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
84
 
85
noinst_LIBRARIES = lib.a
86
 
87
lib_a_SOURCES = \
88
        _exit.c access.c chmod.c chown.c close.c creat.c crt1.c \
89
        execv.c execve.c fork.c fstat.c getpid.c isatty.c \
90
        kill.c lseek.c open.c pipe.c read.c link.c \
91
        sbrk.c stat.c time.c trap.S unlink.c utime.c wait.c write.c \
92
        times.c gettime.c
93
 
94
 
95
ACLOCAL_AMFLAGS = -I ../../..
96
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
97
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
99
CONFIG_CLEAN_FILES =
100
LIBRARIES =  $(noinst_LIBRARIES)
101
 
102
 
103
DEFS = @DEFS@ -I. -I$(srcdir)
104
CPPFLAGS = @CPPFLAGS@
105
LIBS = @LIBS@
106
lib_a_LIBADD =
107
lib_a_OBJECTS =  _exit.o access.o chmod.o chown.o close.o creat.o crt1.o \
108
execv.o execve.o fork.o fstat.o getpid.o isatty.o kill.o lseek.o open.o \
109
pipe.o read.o link.o sbrk.o stat.o time.o trap.o unlink.o utime.o \
110
wait.o write.o times.o gettime.o
111
CFLAGS = @CFLAGS@
112
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113
CCLD = $(CC)
114
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
115
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
116
 
117
 
118
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
 
120
TAR = gtar
121
GZIP_ENV = --best
122
SOURCES = $(lib_a_SOURCES)
123
OBJECTS = $(lib_a_OBJECTS)
124
 
125
all: all-redirect
126
.SUFFIXES:
127
.SUFFIXES: .S .c .o .s
128
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
130
 
131
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
132
        cd $(top_builddir) \
133
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
 
135
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
136
                ../../../acinclude.m4 ../../../aclocal.m4
137
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
138
 
139
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
140
        $(SHELL) ./config.status --recheck
141
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
142
        cd $(srcdir) && $(AUTOCONF)
143
 
144
mostlyclean-noinstLIBRARIES:
145
 
146
clean-noinstLIBRARIES:
147
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
148
 
149
distclean-noinstLIBRARIES:
150
 
151
maintainer-clean-noinstLIBRARIES:
152
 
153
.c.o:
154
        $(COMPILE) -c $<
155
 
156
.s.o:
157
        $(COMPILE) -c $<
158
 
159
.S.o:
160
        $(COMPILE) -c $<
161
 
162
mostlyclean-compile:
163
        -rm -f *.o core *.core
164
 
165
clean-compile:
166
 
167
distclean-compile:
168
        -rm -f *.tab.c
169
 
170
maintainer-clean-compile:
171
 
172
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
173
        -rm -f lib.a
174
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
175
        $(RANLIB) lib.a
176
 
177
tags: TAGS
178
 
179
ID: $(HEADERS) $(SOURCES) $(LISP)
180
        list='$(SOURCES) $(HEADERS)'; \
181
        unique=`for i in $$list; do echo $$i; done | \
182
          awk '    { files[$$0] = 1; } \
183
               END { for (i in files) print i; }'`; \
184
        here=`pwd` && cd $(srcdir) \
185
          && mkid -f$$here/ID $$unique $(LISP)
186
 
187
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
188
        tags=; \
189
        here=`pwd`; \
190
        list='$(SOURCES) $(HEADERS)'; \
191
        unique=`for i in $$list; do echo $$i; done | \
192
          awk '    { files[$$0] = 1; } \
193
               END { for (i in files) print i; }'`; \
194
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
195
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
196
 
197
mostlyclean-tags:
198
 
199
clean-tags:
200
 
201
distclean-tags:
202
        -rm -f TAGS ID
203
 
204
maintainer-clean-tags:
205
 
206
distdir = $(PACKAGE)-$(VERSION)
207
top_distdir = $(distdir)
208
 
209
# This target untars the dist file and tries a VPATH configuration.  Then
210
# it guarantees that the distribution is self-contained by making another
211
# tarfile.
212
distcheck: dist
213
        -rm -rf $(distdir)
214
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
215
        mkdir $(distdir)/=build
216
        mkdir $(distdir)/=inst
217
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
218
        cd $(distdir)/=build \
219
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
220
          && $(MAKE) $(AM_MAKEFLAGS) \
221
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
222
          && $(MAKE) $(AM_MAKEFLAGS) check \
223
          && $(MAKE) $(AM_MAKEFLAGS) install \
224
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
225
          && $(MAKE) $(AM_MAKEFLAGS) dist
226
        -rm -rf $(distdir)
227
        @banner="$(distdir).tar.gz is ready for distribution"; \
228
        dashes=`echo "$$banner" | sed s/./=/g`; \
229
        echo "$$dashes"; \
230
        echo "$$banner"; \
231
        echo "$$dashes"
232
dist: distdir
233
        -chmod -R a+r $(distdir)
234
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
235
        -rm -rf $(distdir)
236
dist-all: distdir
237
        -chmod -R a+r $(distdir)
238
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
239
        -rm -rf $(distdir)
240
distdir: $(DISTFILES)
241
        -rm -rf $(distdir)
242
        mkdir $(distdir)
243
        -chmod 777 $(distdir)
244
        @for file in $(DISTFILES); do \
245
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
246
          if test -d $$d/$$file; then \
247
            cp -pr $$d/$$file $(distdir)/$$file; \
248
          else \
249
            test -f $(distdir)/$$file \
250
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
251
            || cp -p $$d/$$file $(distdir)/$$file || :; \
252
          fi; \
253
        done
254
info-am:
255
info: info-am
256
dvi-am:
257
dvi: dvi-am
258
check-am:
259
check: check-am
260
installcheck-am:
261
installcheck: installcheck-am
262
install-info-am:
263
install-info: install-info-am
264
install-exec-am:
265
install-exec: install-exec-am
266
 
267
install-data-am:
268
install-data: install-data-am
269
 
270
install-am: all-am
271
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272
install: install-am
273
uninstall-am:
274
uninstall: uninstall-am
275
all-am: Makefile $(LIBRARIES)
276
all-redirect: all-am
277
install-strip:
278
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
279
installdirs:
280
 
281
 
282
mostlyclean-generic:
283
 
284
clean-generic:
285
 
286
distclean-generic:
287
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
288
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
289
 
290
maintainer-clean-generic:
291
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
292
                mostlyclean-tags mostlyclean-generic
293
 
294
mostlyclean: mostlyclean-am
295
 
296
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
297
                mostlyclean-am
298
 
299
clean: clean-am
300
 
301
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
302
                distclean-tags distclean-generic clean-am
303
 
304
distclean: distclean-am
305
        -rm -f config.status
306
 
307
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
308
                maintainer-clean-compile maintainer-clean-tags \
309
                maintainer-clean-generic distclean-am
310
        @echo "This command is intended for maintainers to use;"
311
        @echo "it deletes files that may require special tools to rebuild."
312
 
313
maintainer-clean: maintainer-clean-am
314
        -rm -f config.status
315
 
316
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
317
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
318
mostlyclean-compile distclean-compile clean-compile \
319
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
320
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
321
check-am installcheck-am installcheck install-info-am install-info \
322
install-exec-am install-exec install-data-am install-data install-am \
323
install uninstall-am uninstall all-redirect all-am all installdirs \
324
mostlyclean-generic distclean-generic clean-generic \
325
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
326
 
327
 
328
all: crt0.o
329
 
330
# Tell versions [3.59,3.63) of GNU make to not export all variables.
331
# Otherwise a system limit (for SysV at least) may be exceeded.
332
.NOEXPORT:

powered by: WebSVN 2.1.0

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