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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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