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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [sun4/] [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
COPYOFILES = \
88
        Ovfork.o \
89
        _exit.o \
90
        _sigvec.o \
91
        abort.o \
92
        access.o \
93
        cerror.o \
94
        chmod.o \
95
        chown.o \
96
        close.o \
97
        creat.o \
98
        dup.o \
99
        dup2.o \
100
        errlst.o \
101
        execl.o \
102
        execle.o \
103
        execv.o \
104
        execve.o \
105
        execvp.o \
106
        fork.o \
107
        fstat.o \
108
        getdtablesize.o \
109
        getpid.o \
110
        getrusage.o  \
111
        gettimeofday.o \
112
        ieee_globals.o \
113
        ioctl.o \
114
        isatty.o \
115
        kill.o \
116
        link.o \
117
        lseek.o \
118
        open.o \
119
        pipe.o \
120
        popen.o \
121
        read.o \
122
        sbrk.o \
123
        setitimer.o \
124
        sigblock.o \
125
        signal.o \
126
        sigpause.o \
127
        sigsetjmp.o \
128
        sigsetmask.o \
129
        sigtramp.o \
130
        sigvec.o \
131
        sleep.o \
132
        start_float.o \
133
        stat.o \
134
        time.o \
135
        times.o \
136
        umask.o \
137
        unlink.o \
138
        utime.o \
139
        utimes.o \
140
        wait.o \
141
        wait3.o \
142
        wait4.o \
143
        write.o \
144
        rem.o \
145
        multiply.o \
146
        umultiply.o
147
 
148
 
149
# These files are from Sun's libc.a, but the must be renamed because they
150
# conflict with other library .o's.  They are renamed to xxxS.o.
151
COPYRENAMEOFILES = divS.o
152
 
153
COPYOMFILES = ieee_flags.o
154
 
155
lib_a_SOURCES = _main.c ieee.c
156
lib_a_LIBADD = $(COPYOFILES) $(COPYOMFILES) $(COPYRENAMEOFILES)
157
 
158
ACLOCAL_AMFLAGS = -I ../../..
159
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
160
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
161
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
162
CONFIG_CLEAN_FILES =
163
LIBRARIES =  $(noinst_LIBRARIES)
164
 
165
 
166
DEFS = @DEFS@ -I. -I$(srcdir)
167
CPPFLAGS = @CPPFLAGS@
168
LIBS = @LIBS@
169
lib_a_DEPENDENCIES =  Ovfork.o _exit.o _sigvec.o abort.o access.o \
170
cerror.o chmod.o chown.o close.o creat.o dup.o dup2.o errlst.o execl.o \
171
execle.o execv.o execve.o execvp.o fork.o fstat.o getdtablesize.o \
172
getpid.o getrusage.o gettimeofday.o ieee_globals.o ioctl.o isatty.o \
173
kill.o link.o lseek.o open.o pipe.o popen.o read.o sbrk.o setitimer.o \
174
sigblock.o signal.o sigpause.o sigsetjmp.o sigsetmask.o sigtramp.o \
175
sigvec.o sleep.o start_float.o stat.o time.o times.o umask.o unlink.o \
176
utime.o utimes.o wait.o wait3.o wait4.o write.o rem.o multiply.o \
177
umultiply.o ieee_flags.o divS.o
178
lib_a_OBJECTS =  _main.o ieee.o
179
CFLAGS = @CFLAGS@
180
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181
CCLD = $(CC)
182
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
183
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
184
 
185
 
186
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
187
 
188
TAR = gtar
189
GZIP_ENV = --best
190
SOURCES = $(lib_a_SOURCES)
191
OBJECTS = $(lib_a_OBJECTS)
192
 
193
all: all-redirect
194
.SUFFIXES:
195
.SUFFIXES: .S .c .o .s
196
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
197
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
198
 
199
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
200
        cd $(top_builddir) \
201
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
202
 
203
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
204
                ../../../acinclude.m4 ../../../aclocal.m4
205
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
206
 
207
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208
        $(SHELL) ./config.status --recheck
209
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
210
        cd $(srcdir) && $(AUTOCONF)
211
 
212
mostlyclean-noinstLIBRARIES:
213
 
214
clean-noinstLIBRARIES:
215
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
216
 
217
distclean-noinstLIBRARIES:
218
 
219
maintainer-clean-noinstLIBRARIES:
220
 
221
.c.o:
222
        $(COMPILE) -c $<
223
 
224
.s.o:
225
        $(COMPILE) -c $<
226
 
227
.S.o:
228
        $(COMPILE) -c $<
229
 
230
mostlyclean-compile:
231
        -rm -f *.o core *.core
232
 
233
clean-compile:
234
 
235
distclean-compile:
236
        -rm -f *.tab.c
237
 
238
maintainer-clean-compile:
239
 
240
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
241
        -rm -f lib.a
242
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
243
        $(RANLIB) lib.a
244
 
245
tags: TAGS
246
 
247
ID: $(HEADERS) $(SOURCES) $(LISP)
248
        list='$(SOURCES) $(HEADERS)'; \
249
        unique=`for i in $$list; do echo $$i; done | \
250
          awk '    { files[$$0] = 1; } \
251
               END { for (i in files) print i; }'`; \
252
        here=`pwd` && cd $(srcdir) \
253
          && mkid -f$$here/ID $$unique $(LISP)
254
 
255
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
256
        tags=; \
257
        here=`pwd`; \
258
        list='$(SOURCES) $(HEADERS)'; \
259
        unique=`for i in $$list; do echo $$i; done | \
260
          awk '    { files[$$0] = 1; } \
261
               END { for (i in files) print i; }'`; \
262
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
263
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
264
 
265
mostlyclean-tags:
266
 
267
clean-tags:
268
 
269
distclean-tags:
270
        -rm -f TAGS ID
271
 
272
maintainer-clean-tags:
273
 
274
distdir = $(PACKAGE)-$(VERSION)
275
top_distdir = $(distdir)
276
 
277
# This target untars the dist file and tries a VPATH configuration.  Then
278
# it guarantees that the distribution is self-contained by making another
279
# tarfile.
280
distcheck: dist
281
        -rm -rf $(distdir)
282
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
283
        mkdir $(distdir)/=build
284
        mkdir $(distdir)/=inst
285
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
286
        cd $(distdir)/=build \
287
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
288
          && $(MAKE) $(AM_MAKEFLAGS) \
289
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
290
          && $(MAKE) $(AM_MAKEFLAGS) check \
291
          && $(MAKE) $(AM_MAKEFLAGS) install \
292
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
293
          && $(MAKE) $(AM_MAKEFLAGS) dist
294
        -rm -rf $(distdir)
295
        @banner="$(distdir).tar.gz is ready for distribution"; \
296
        dashes=`echo "$$banner" | sed s/./=/g`; \
297
        echo "$$dashes"; \
298
        echo "$$banner"; \
299
        echo "$$dashes"
300
dist: distdir
301
        -chmod -R a+r $(distdir)
302
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303
        -rm -rf $(distdir)
304
dist-all: distdir
305
        -chmod -R a+r $(distdir)
306
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307
        -rm -rf $(distdir)
308
distdir: $(DISTFILES)
309
        -rm -rf $(distdir)
310
        mkdir $(distdir)
311
        -chmod 777 $(distdir)
312
        @for file in $(DISTFILES); do \
313
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
314
          if test -d $$d/$$file; then \
315
            cp -pr $$d/$$file $(distdir)/$$file; \
316
          else \
317
            test -f $(distdir)/$$file \
318
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
319
            || cp -p $$d/$$file $(distdir)/$$file || :; \
320
          fi; \
321
        done
322
info-am:
323
info: info-am
324
dvi-am:
325
dvi: dvi-am
326
check-am:
327
check: check-am
328
installcheck-am:
329
installcheck: installcheck-am
330
install-info-am:
331
install-info: install-info-am
332
install-exec-am:
333
install-exec: install-exec-am
334
 
335
install-data-am:
336
install-data: install-data-am
337
 
338
install-am: all-am
339
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
install: install-am
341
uninstall-am:
342
uninstall: uninstall-am
343
all-am: Makefile $(LIBRARIES)
344
all-redirect: all-am
345
install-strip:
346
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347
installdirs:
348
 
349
 
350
mostlyclean-generic:
351
 
352
clean-generic:
353
 
354
distclean-generic:
355
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
356
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
357
 
358
maintainer-clean-generic:
359
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
360
                mostlyclean-tags mostlyclean-generic
361
 
362
mostlyclean: mostlyclean-am
363
 
364
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
365
                mostlyclean-am
366
 
367
clean: clean-am
368
 
369
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
370
                distclean-tags distclean-generic clean-am
371
 
372
distclean: distclean-am
373
        -rm -f config.status
374
 
375
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
376
                maintainer-clean-compile maintainer-clean-tags \
377
                maintainer-clean-generic distclean-am
378
        @echo "This command is intended for maintainers to use;"
379
        @echo "it deletes files that may require special tools to rebuild."
380
 
381
maintainer-clean: maintainer-clean-am
382
        -rm -f config.status
383
 
384
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
385
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
386
mostlyclean-compile distclean-compile clean-compile \
387
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
388
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
389
check-am installcheck-am installcheck install-info-am install-info \
390
install-exec-am install-exec install-data-am install-data install-am \
391
install uninstall-am uninstall all-redirect all-am all installdirs \
392
mostlyclean-generic distclean-generic clean-generic \
393
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
394
 
395
 
396
$(COPYOFILES):
397
        $(AR) x /lib/libc.a $(COPYOFILES)
398
 
399
$(COPYRENAMEOFILES):
400
        $(AR) x /lib/libc.a $(COPYRENAMEFILES:S.o=.o)
401
        for f in $(COPYRENAMEOFILES); do mv `basename $$f S.o`.o $$f; done
402
 
403
$(COPYOMFILES):
404
        $(AR) x /lib/libm.a $(COPYOMFILES)
405
 
406
all: crt0.o
407
 
408
crt0.o:
409
        cp /lib/crt0.o crt0.o
410
 
411
# Tell versions [3.59,3.63) of GNU make to not export all variables.
412
# Otherwise a system limit (for SysV at least) may be exceeded.
413
.NOEXPORT:

powered by: WebSVN 2.1.0

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