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

Subversion Repositories or1k_old

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

powered by: WebSVN 2.1.0

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