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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
# Makefile.in generated automatically by automake 1.3 from Makefile.am
2 39 lampret
 
3 56 joel
# Copyright (C) 1994, 1995, 1996, 1997, 1998 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 39 lampret
 
8 56 joel
# 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 39 lampret
 
13
 
14 56 joel
SHELL = @SHELL@
15 39 lampret
 
16 56 joel
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21 39 lampret
 
22 56 joel
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 39 lampret
 
35 56 joel
DISTDIR =
36 39 lampret
 
37 56 joel
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40 39 lampret
 
41 56 joel
top_builddir = .
42 39 lampret
 
43 56 joel
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47
 
48
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@
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
MAINT = @MAINT@
68
MAKEINFO = @MAKEINFO@
69
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
70
PACKAGE = @PACKAGE@
71
RANLIB = @RANLIB@
72
VERSION = @VERSION@
73
machine_dir = @machine_dir@
74
newlib_basedir = @newlib_basedir@
75
sys_dir = @sys_dir@
76
 
77
AUTOMAKE_OPTIONS = cygnus
78
 
79
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
80
 
81
noinst_LIBRARIES = lib.a
82
 
83
lib_a_SOURCES = \
84
        _exit.c access.c chmod.c chown.c close.c creat.c crt1.c \
85
        execv.c execve.c fork.c fstat.c getpid.c isatty.c \
86
        kill.c lseek.c open.c pipe.c read.c link.c \
87
        sbrk.c stat.c time.c trap.S unlink.c utime.c wait.c write.c \
88
        times.c gettime.c
89
 
90
ACLOCAL_AMFLAGS = -I ../../..
91
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
94
CONFIG_CLEAN_FILES =
95
LIBRARIES =  $(noinst_LIBRARIES)
96
 
97
 
98
DEFS = @DEFS@ -I. -I$(srcdir)
99
CPPFLAGS = @CPPFLAGS@
100
LDFLAGS = @LDFLAGS@
101
LIBS = @LIBS@
102
lib_a_LIBADD =
103
lib_a_OBJECTS =  _exit.o access.o chmod.o chown.o close.o creat.o crt1.o \
104
execv.o execve.o fork.o fstat.o getpid.o isatty.o kill.o lseek.o open.o \
105
pipe.o read.o link.o sbrk.o stat.o time.o trap.o unlink.o utime.o \
106
wait.o write.o times.o gettime.o
107
CFLAGS = @CFLAGS@
108
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
109
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
110
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
111
 
112
 
113
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
 
115
TAR = tar
116
GZIP = --best
117
SOURCES = $(lib_a_SOURCES)
118
OBJECTS = $(lib_a_OBJECTS)
119
 
120
all: Makefile $(LIBRARIES)
121
 
122
.SUFFIXES:
123
.SUFFIXES: .S .c .o .s
124
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
126
 
127
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
128
        cd $(top_builddir) \
129
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
130
 
131
$(ACLOCAL_M4): @MAINT@ configure.in  ../../../acinclude.m4 \
132
                ../../../aclocal.m4
133
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
134
 
135
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
136
        $(SHELL) ./config.status --recheck
137
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
138
        cd $(srcdir) && $(AUTOCONF)
139
 
140
mostlyclean-noinstLIBRARIES:
141
 
142
clean-noinstLIBRARIES:
143
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
144
 
145
distclean-noinstLIBRARIES:
146
 
147
maintainer-clean-noinstLIBRARIES:
148
 
149 39 lampret
.c.o:
150 56 joel
        $(COMPILE) -c $<
151 39 lampret
 
152 56 joel
.s.o:
153
        $(COMPILE) -c $<
154 39 lampret
 
155 56 joel
.S.o:
156
        $(COMPILE) -c $<
157
 
158
mostlyclean-compile:
159
        -rm -f *.o core *.core
160
 
161
clean-compile:
162
 
163
distclean-compile:
164
        -rm -f *.tab.c
165
 
166
maintainer-clean-compile:
167
 
168
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
169
        -rm -f lib.a
170
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
171
        $(RANLIB) lib.a
172
 
173
tags: TAGS
174
 
175
ID: $(HEADERS) $(SOURCES) $(LISP)
176
        here=`pwd` && cd $(srcdir) \
177
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
178
 
179
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
180
        tags=; \
181
        here=`pwd`; \
182
        list='$(SOURCES) $(HEADERS)'; \
183
        unique=`for i in $$list; do echo $$i; done | \
184
          awk '    { files[$$0] = 1; } \
185
               END { for (i in files) print i; }'`; \
186
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
187
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
188
 
189
mostlyclean-tags:
190
 
191
clean-tags:
192
 
193
distclean-tags:
194
        -rm -f TAGS ID
195
 
196
maintainer-clean-tags:
197
 
198
distdir = $(PACKAGE)-$(VERSION)
199
top_distdir = $(distdir)
200
 
201
# This target untars the dist file and tries a VPATH configuration.  Then
202
# it guarantees that the distribution is self-contained by making another
203
# tarfile.
204
distcheck: dist
205
        -rm -rf $(distdir)
206
        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
207
        mkdir $(distdir)/=build
208
        mkdir $(distdir)/=inst
209
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
210
        cd $(distdir)/=build \
211
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
212
          && $(MAKE) $(AM_MAKEFLAGS) \
213
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
214
          && $(MAKE) $(AM_MAKEFLAGS) check \
215
          && $(MAKE) $(AM_MAKEFLAGS) install \
216
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
217
          && $(MAKE) $(AM_MAKEFLAGS) dist
218
        -rm -rf $(distdir)
219
        @echo "========================"; \
220
        echo "$(distdir).tar.gz is ready for distribution"; \
221
        echo "========================"
222
dist: distdir
223
        -chmod -R a+r $(distdir)
224
        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
225
        -rm -rf $(distdir)
226
dist-all: distdir
227
        -chmod -R a+r $(distdir)
228
        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
229
        -rm -rf $(distdir)
230
distdir: $(DISTFILES)
231
        -rm -rf $(distdir)
232
        mkdir $(distdir)
233
        -chmod 777 $(distdir)
234
        @for file in $(DISTFILES); do \
235
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
236
          test -f $(distdir)/$$file \
237
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238
          || cp -p $$d/$$file $(distdir)/$$file; \
239
        done
240
info:
241
dvi:
242
check:
243
        $(MAKE) $(AM_MAKEFLAGS)
244
installcheck:
245
install-info:
246
install-exec:
247
        @$(NORMAL_INSTALL)
248
 
249
install-data:
250
        @$(NORMAL_INSTALL)
251
 
252
install: install-exec install-data all
253
        @:
254
 
255
uninstall:
256
 
257
install-strip:
258
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
259
installdirs:
260
 
261
 
262
mostlyclean-generic:
263
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
264
 
265
clean-generic:
266
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
267
 
268
distclean-generic:
269
        -rm -f Makefile $(DISTCLEANFILES)
270
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
271
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
272
 
273
maintainer-clean-generic:
274
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
275
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
276
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
277
                mostlyclean-tags mostlyclean-generic
278
 
279
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
280
                mostlyclean
281
 
282
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
283
                distclean-generic clean
284
        -rm -f config.status
285
 
286
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
287
                maintainer-clean-compile maintainer-clean-tags \
288
                maintainer-clean-generic distclean
289
        @echo "This command is intended for maintainers to use;"
290
        @echo "it deletes files that may require special tools to rebuild."
291
        -rm -f config.status
292
 
293
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
294
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
295
mostlyclean-compile distclean-compile clean-compile \
296
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
297
clean-tags maintainer-clean-tags distdir info dvi installcheck \
298
install-info install-exec install-data install uninstall all \
299
installdirs mostlyclean-generic distclean-generic clean-generic \
300
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
301
 
302
 
303
all: crt0.o
304
 
305
# Tell versions [3.59,3.63) of GNU make to not export all variables.
306
# Otherwise a system limit (for SysV at least) may be exceeded.
307
.NOEXPORT:

powered by: WebSVN 2.1.0

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