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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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