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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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