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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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