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

Subversion Repositories or1k

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

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
 
15
SHELL = @SHELL@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
prefix = @prefix@
21
exec_prefix = @exec_prefix@
22
 
23
bindir = @bindir@
24
sbindir = @sbindir@
25
libexecdir = @libexecdir@
26
datadir = @datadir@
27
sysconfdir = @sysconfdir@
28
sharedstatedir = @sharedstatedir@
29
localstatedir = @localstatedir@
30
libdir = @libdir@
31
infodir = @infodir@
32
mandir = @mandir@
33
includedir = @includedir@
34
oldincludedir = /usr/include
35
 
36
DESTDIR =
37
 
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
41
 
42
top_builddir = .
43
 
44
ACLOCAL = @ACLOCAL@
45
AUTOCONF = @AUTOCONF@
46
AUTOMAKE = @AUTOMAKE@
47
AUTOHEADER = @AUTOHEADER@
48
 
49
INSTALL = @INSTALL@
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
INSTALL_DATA = @INSTALL_DATA@
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
transform = @program_transform_name@
54
 
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
host_alias = @host_alias@
62
host_triplet = @host@
63
AR = @AR@
64
AS = @AS@
65
CC = @CC@
66
CPP = @CPP@
67
DLLTOOL = @DLLTOOL@
68
EXEEXT = @EXEEXT@
69
LDFLAGS = @LDFLAGS@
70
LIBTOOL = @LIBTOOL@
71
LN_S = @LN_S@
72
MAINT = @MAINT@
73
MAKEINFO = @MAKEINFO@
74
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
75
OBJDUMP = @OBJDUMP@
76
PACKAGE = @PACKAGE@
77
RANLIB = @RANLIB@
78
VERSION = @VERSION@
79
aext = @aext@
80
libm_machine_dir = @libm_machine_dir@
81
machine_dir = @machine_dir@
82
newlib_basedir = @newlib_basedir@
83
oext = @oext@
84
sys_dir = @sys_dir@
85
 
86
AUTOMAKE_OPTIONS = cygnus
87
 
88
INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
@MACH_ADD_SETJMP_TRUE@mach_add_obj = @MACH_ADD_SETJMP_TRUE@setjmp.o
90
@MACH_ADD_SETJMP_FALSE@mach_add_obj =
91
 
92
LIB_SOURCES = \
93
        memchr.S memcmp.S memcpy.S memset.S strchr.S \
94
        memmove.S strlen.S i386mach.h
95
 
96
 
97
libi386_la_LDFLAGS = -Xcompiler -nostdlib
98
 
99
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libi386.la
100
@USE_LIBTOOL_TRUE@libi386_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
101
@USE_LIBTOOL_TRUE@EXTRA_libi386_la_SOURCES = @USE_LIBTOOL_TRUE@setjmp.S
102
@USE_LIBTOOL_TRUE@libi386_la_LIBADD = @USE_LIBTOOL_TRUE@$(mach_add_obj)
103
@USE_LIBTOOL_TRUE@libi386_la_DEPENDENCIES = @USE_LIBTOOL_TRUE@$(mach_add_obj)
104
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
105
@USE_LIBTOOL_FALSE@noinst_DATA =
106
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
107
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
108
@USE_LIBTOOL_FALSE@lib_a_LIBADD = @USE_LIBTOOL_FALSE@$(mach_add_obj)
109
@USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = @USE_LIBTOOL_FALSE@$(mach_add_obj)
110
@USE_LIBTOOL_FALSE@EXTRA_lib_a_SOURCES = @USE_LIBTOOL_FALSE@setjmp.S
111
 
112
ACLOCAL_AMFLAGS = -I ../../..
113
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
114
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
116
CONFIG_CLEAN_FILES =
117
LIBRARIES =  $(noinst_LIBRARIES)
118
 
119
 
120
DEFS = @DEFS@ -I. -I$(srcdir)
121
CPPFLAGS = @CPPFLAGS@
122
LIBS = @LIBS@
123
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  memchr.o memcmp.o memcpy.o memset.o \
124
@USE_LIBTOOL_FALSE@strchr.o memmove.o strlen.o
125
LTLIBRARIES =  $(noinst_LTLIBRARIES)
126
 
127
@USE_LIBTOOL_TRUE@libi386_la_OBJECTS =  memchr.lo memcmp.lo memcpy.lo \
128
@USE_LIBTOOL_TRUE@memset.lo strchr.lo memmove.lo strlen.lo
129
CFLAGS = @CFLAGS@
130
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132
CCLD = $(CC)
133
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
134
DATA =  $(noinst_DATA)
135
 
136
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
137
 
138
 
139
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
140
 
141
TAR = gtar
142
GZIP_ENV = --best
143
SOURCES = $(lib_a_SOURCES) $(EXTRA_lib_a_SOURCES) $(libi386_la_SOURCES) $(EXTRA_libi386_la_SOURCES)
144
OBJECTS = $(lib_a_OBJECTS) $(libi386_la_OBJECTS)
145
 
146
all: all-redirect
147
.SUFFIXES:
148
.SUFFIXES: .S .c .lo .o .s
149
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
150
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
151
 
152
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
153
        cd $(top_builddir) \
154
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
155
 
156
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
157
                ../../../acinclude.m4 ../../../aclocal.m4
158
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
159
 
160
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
161
        $(SHELL) ./config.status --recheck
162
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
163
        cd $(srcdir) && $(AUTOCONF)
164
 
165
mostlyclean-noinstLIBRARIES:
166
 
167
clean-noinstLIBRARIES:
168
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
169
 
170
distclean-noinstLIBRARIES:
171
 
172
maintainer-clean-noinstLIBRARIES:
173
 
174
.c.o:
175
        $(COMPILE) -c $<
176
 
177
.s.o:
178
        $(COMPILE) -c $<
179
 
180
.S.o:
181
        $(COMPILE) -c $<
182
 
183
mostlyclean-compile:
184
        -rm -f *.o core *.core
185
 
186
clean-compile:
187
 
188
distclean-compile:
189
        -rm -f *.tab.c
190
 
191
maintainer-clean-compile:
192
 
193
.c.lo:
194
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
195
 
196
.s.lo:
197
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198
 
199
.S.lo:
200
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
 
202
mostlyclean-libtool:
203
        -rm -f *.lo
204
 
205
clean-libtool:
206
        -rm -rf .libs _libs
207
 
208
distclean-libtool:
209
 
210
maintainer-clean-libtool:
211
 
212
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
213
        -rm -f lib.a
214
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
215
        $(RANLIB) lib.a
216
 
217
mostlyclean-noinstLTLIBRARIES:
218
 
219
clean-noinstLTLIBRARIES:
220
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
221
 
222
distclean-noinstLTLIBRARIES:
223
 
224
maintainer-clean-noinstLTLIBRARIES:
225
 
226
libi386.la: $(libi386_la_OBJECTS) $(libi386_la_DEPENDENCIES)
227
        $(LINK)  $(libi386_la_LDFLAGS) $(libi386_la_OBJECTS) $(libi386_la_LIBADD) $(LIBS)
228
 
229
tags: TAGS
230
 
231
ID: $(HEADERS) $(SOURCES) $(LISP)
232
        list='$(SOURCES) $(HEADERS)'; \
233
        unique=`for i in $$list; do echo $$i; done | \
234
          awk '    { files[$$0] = 1; } \
235
               END { for (i in files) print i; }'`; \
236
        here=`pwd` && cd $(srcdir) \
237
          && mkid -f$$here/ID $$unique $(LISP)
238
 
239
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
240
        tags=; \
241
        here=`pwd`; \
242
        list='$(SOURCES) $(HEADERS)'; \
243
        unique=`for i in $$list; do echo $$i; done | \
244
          awk '    { files[$$0] = 1; } \
245
               END { for (i in files) print i; }'`; \
246
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
247
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
248
 
249
mostlyclean-tags:
250
 
251
clean-tags:
252
 
253
distclean-tags:
254
        -rm -f TAGS ID
255
 
256
maintainer-clean-tags:
257
 
258
distdir = $(PACKAGE)-$(VERSION)
259
top_distdir = $(distdir)
260
 
261
# This target untars the dist file and tries a VPATH configuration.  Then
262
# it guarantees that the distribution is self-contained by making another
263
# tarfile.
264
distcheck: dist
265
        -rm -rf $(distdir)
266
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
267
        mkdir $(distdir)/=build
268
        mkdir $(distdir)/=inst
269
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
270
        cd $(distdir)/=build \
271
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
272
          && $(MAKE) $(AM_MAKEFLAGS) \
273
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
274
          && $(MAKE) $(AM_MAKEFLAGS) check \
275
          && $(MAKE) $(AM_MAKEFLAGS) install \
276
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
277
          && $(MAKE) $(AM_MAKEFLAGS) dist
278
        -rm -rf $(distdir)
279
        @banner="$(distdir).tar.gz is ready for distribution"; \
280
        dashes=`echo "$$banner" | sed s/./=/g`; \
281
        echo "$$dashes"; \
282
        echo "$$banner"; \
283
        echo "$$dashes"
284
dist: distdir
285
        -chmod -R a+r $(distdir)
286
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
287
        -rm -rf $(distdir)
288
dist-all: distdir
289
        -chmod -R a+r $(distdir)
290
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
291
        -rm -rf $(distdir)
292
distdir: $(DISTFILES)
293
        -rm -rf $(distdir)
294
        mkdir $(distdir)
295
        -chmod 777 $(distdir)
296
        @for file in $(DISTFILES); do \
297
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
298
          if test -d $$d/$$file; then \
299
            cp -pr $$d/$$file $(distdir)/$$file; \
300
          else \
301
            test -f $(distdir)/$$file \
302
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
303
            || cp -p $$d/$$file $(distdir)/$$file || :; \
304
          fi; \
305
        done
306
info-am:
307
info: info-am
308
dvi-am:
309
dvi: dvi-am
310
check-am:
311
check: check-am
312
installcheck-am:
313
installcheck: installcheck-am
314
install-info-am:
315
install-info: install-info-am
316
install-exec-am:
317
install-exec: install-exec-am
318
 
319
install-data-am:
320
install-data: install-data-am
321
 
322
install-am: all-am
323
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324
install: install-am
325
uninstall-am:
326
uninstall: uninstall-am
327
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
328
all-redirect: all-am
329
install-strip:
330
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
331
installdirs:
332
 
333
 
334
mostlyclean-generic:
335
 
336
clean-generic:
337
 
338
distclean-generic:
339
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
340
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
341
 
342
maintainer-clean-generic:
343
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
344
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
345
                mostlyclean-tags mostlyclean-generic
346
 
347
mostlyclean: mostlyclean-am
348
 
349
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
350
                clean-noinstLTLIBRARIES clean-tags clean-generic \
351
                mostlyclean-am
352
 
353
clean: clean-am
354
 
355
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
356
                distclean-libtool distclean-noinstLTLIBRARIES \
357
                distclean-tags distclean-generic clean-am
358
        -rm -f libtool
359
 
360
distclean: distclean-am
361
        -rm -f config.status
362
 
363
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
364
                maintainer-clean-compile maintainer-clean-libtool \
365
                maintainer-clean-noinstLTLIBRARIES \
366
                maintainer-clean-tags maintainer-clean-generic \
367
                distclean-am
368
        @echo "This command is intended for maintainers to use;"
369
        @echo "it deletes files that may require special tools to rebuild."
370
 
371
maintainer-clean: maintainer-clean-am
372
        -rm -f config.status
373
 
374
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
375
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
376
mostlyclean-compile distclean-compile clean-compile \
377
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
378
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
379
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
380
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
381
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
382
check-am installcheck-am installcheck install-info-am install-info \
383
install-exec-am install-exec install-data-am install-data install-am \
384
install uninstall-am uninstall all-redirect all-am all installdirs \
385
mostlyclean-generic distclean-generic clean-generic \
386
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
387
 
388
 
389
objectlist.awk.in: $(noinst_LTLIBRARIES)
390
        -rm -f objectlist.awk.in
391
        for i in `ls *.lo` ; \
392
        do \
393
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
394
        done
395
 
396
# Tell versions [3.59,3.63) of GNU make to not export all variables.
397
# Otherwise a system limit (for SysV at least) may be exceeded.
398
.NOEXPORT:

powered by: WebSVN 2.1.0

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