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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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