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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [a29khif/] [Makefile.in] - Blame information for rev 1765

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 39 lampret
 
16 56 joel
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21 39 lampret
 
22 56 joel
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 39 lampret
 
35 56 joel
DISTDIR =
36 39 lampret
 
37 56 joel
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40 39 lampret
 
41 56 joel
top_builddir = .
42 39 lampret
 
43 56 joel
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47 39 lampret
 
48 56 joel
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
lib_a_SOURCES = \
84
        _alloc.s        \
85
        _close.s        \
86
        _cycles.s       \
87
        _exit.s         \
88
        _getpsiz.s      \
89
        _gettz.s        \
90
        _ioctl.s        \
91
        _iostat.s       \
92
        _iowait.s       \
93
        _lseek.s        \
94
        _open.s         \
95
        _query.s        \
96
        _read.s         \
97
        _setim.s        \
98
        _settrap.s      \
99
        _setvec.s       \
100
        _tmpnam.s       \
101
        _write.s        \
102
        alloc.s         \
103
        clock.s         \
104
        getargs.s       \
105
        getenv.s        \
106
        read.s          \
107
        remove.s        \
108
        rename.s        \
109
        signal.s        \
110
        _sbrk.s         \
111
        _fstat.s        \
112
        _isatty.s       \
113
        systime.s       \
114
        vec.s           \
115
        kill.c          \
116
        getpid.c        \
117
        stubs.s
118
 
119
ACLOCAL_AMFLAGS = -I ../../..
120
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
121
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
123
CONFIG_CLEAN_FILES =
124
LIBRARIES =  $(noinst_LIBRARIES)
125
 
126
 
127
DEFS = @DEFS@ -I. -I$(srcdir)
128
CPPFLAGS = @CPPFLAGS@
129
LDFLAGS = @LDFLAGS@
130
LIBS = @LIBS@
131
lib_a_LIBADD =
132
lib_a_OBJECTS =  _alloc.o _close.o _cycles.o _exit.o _getpsiz.o _gettz.o \
133
_ioctl.o _iostat.o _iowait.o _lseek.o _open.o _query.o _read.o _setim.o \
134
_settrap.o _setvec.o _tmpnam.o _write.o alloc.o clock.o getargs.o \
135
getenv.o read.o remove.o rename.o signal.o _sbrk.o _fstat.o _isatty.o \
136
systime.o vec.o kill.o getpid.o stubs.o
137
CFLAGS = @CFLAGS@
138
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
139
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
140
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
141
 
142
 
143
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
 
145
TAR = tar
146
GZIP = --best
147
SOURCES = $(lib_a_SOURCES)
148
OBJECTS = $(lib_a_OBJECTS)
149
 
150
all: Makefile $(LIBRARIES)
151
 
152
.SUFFIXES:
153
.SUFFIXES: .S .c .o .s
154
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
156
 
157
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
158
        cd $(top_builddir) \
159
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
160
 
161
$(ACLOCAL_M4): @MAINT@ configure.in  ../../../acinclude.m4 \
162
                ../../../aclocal.m4
163
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
164
 
165
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
166
        $(SHELL) ./config.status --recheck
167
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
168
        cd $(srcdir) && $(AUTOCONF)
169
 
170
mostlyclean-noinstLIBRARIES:
171
 
172
clean-noinstLIBRARIES:
173
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
174
 
175
distclean-noinstLIBRARIES:
176
 
177
maintainer-clean-noinstLIBRARIES:
178
 
179
.c.o:
180
        $(COMPILE) -c $<
181
 
182
.s.o:
183
        $(COMPILE) -c $<
184
 
185
.S.o:
186
        $(COMPILE) -c $<
187
 
188
mostlyclean-compile:
189
        -rm -f *.o core *.core
190
 
191
clean-compile:
192
 
193
distclean-compile:
194
        -rm -f *.tab.c
195
 
196
maintainer-clean-compile:
197
 
198
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
199
        -rm -f lib.a
200
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
201
        $(RANLIB) lib.a
202
 
203
tags: TAGS
204
 
205
ID: $(HEADERS) $(SOURCES) $(LISP)
206
        here=`pwd` && cd $(srcdir) \
207
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
208
 
209
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
210
        tags=; \
211
        here=`pwd`; \
212
        list='$(SOURCES) $(HEADERS)'; \
213
        unique=`for i in $$list; do echo $$i; done | \
214
          awk '    { files[$$0] = 1; } \
215
               END { for (i in files) print i; }'`; \
216
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
217
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
218
 
219
mostlyclean-tags:
220
 
221
clean-tags:
222
 
223
distclean-tags:
224
        -rm -f TAGS ID
225
 
226
maintainer-clean-tags:
227
 
228
distdir = $(PACKAGE)-$(VERSION)
229
top_distdir = $(distdir)
230
 
231
# This target untars the dist file and tries a VPATH configuration.  Then
232
# it guarantees that the distribution is self-contained by making another
233
# tarfile.
234
distcheck: dist
235
        -rm -rf $(distdir)
236
        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
237
        mkdir $(distdir)/=build
238
        mkdir $(distdir)/=inst
239
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
240
        cd $(distdir)/=build \
241
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
242
          && $(MAKE) $(AM_MAKEFLAGS) \
243
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
244
          && $(MAKE) $(AM_MAKEFLAGS) check \
245
          && $(MAKE) $(AM_MAKEFLAGS) install \
246
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
247
          && $(MAKE) $(AM_MAKEFLAGS) dist
248
        -rm -rf $(distdir)
249
        @echo "========================"; \
250
        echo "$(distdir).tar.gz is ready for distribution"; \
251
        echo "========================"
252
dist: distdir
253
        -chmod -R a+r $(distdir)
254
        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
255
        -rm -rf $(distdir)
256
dist-all: distdir
257
        -chmod -R a+r $(distdir)
258
        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
259
        -rm -rf $(distdir)
260
distdir: $(DISTFILES)
261
        -rm -rf $(distdir)
262
        mkdir $(distdir)
263
        -chmod 777 $(distdir)
264
        @for file in $(DISTFILES); do \
265
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
266
          test -f $(distdir)/$$file \
267
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268
          || cp -p $$d/$$file $(distdir)/$$file; \
269
        done
270
info:
271
dvi:
272
check:
273
        $(MAKE) $(AM_MAKEFLAGS)
274
installcheck:
275
install-info:
276
install-exec:
277
        @$(NORMAL_INSTALL)
278
 
279
install-data:
280
        @$(NORMAL_INSTALL)
281
 
282
install: install-exec install-data all
283
        @:
284
 
285
uninstall:
286
 
287
install-strip:
288
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
289
installdirs:
290
 
291
 
292
mostlyclean-generic:
293
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
294
 
295
clean-generic:
296
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
297
 
298
distclean-generic:
299
        -rm -f Makefile $(DISTCLEANFILES)
300
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
301
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
302
 
303
maintainer-clean-generic:
304
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
305
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
306
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
307
                mostlyclean-tags mostlyclean-generic
308
 
309
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
310
                mostlyclean
311
 
312
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
313
                distclean-generic clean
314
        -rm -f config.status
315
 
316
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
317
                maintainer-clean-compile maintainer-clean-tags \
318
                maintainer-clean-generic distclean
319
        @echo "This command is intended for maintainers to use;"
320
        @echo "it deletes files that may require special tools to rebuild."
321
        -rm -f config.status
322
 
323
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
324
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
325
mostlyclean-compile distclean-compile clean-compile \
326
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
327
clean-tags maintainer-clean-tags distdir info dvi installcheck \
328
install-info install-exec install-data install uninstall all \
329
installdirs mostlyclean-generic distclean-generic clean-generic \
330
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
331
 
332
 
333
all: crt0.o
334
 
335
# Tell versions [3.59,3.63) of GNU make to not export all variables.
336
# Otherwise a system limit (for SysV at least) may be exceeded.
337
.NOEXPORT:

powered by: WebSVN 2.1.0

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