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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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