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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [machine/] [i960/] [Makefile.in] - Blame information for rev 1008

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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