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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [Makefile.in] - Blame information for rev 1782

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

powered by: WebSVN 2.1.0

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