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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 1005 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
DLLTOOL = @DLLTOOL@
67
EXEEXT = @EXEEXT@
68
LDFLAGS = @LDFLAGS@
69
LIBTOOL = @LIBTOOL@
70
LN_S = @LN_S@
71
MAINT = @MAINT@
72
MAKEINFO = @MAKEINFO@
73
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
74
OBJDUMP = @OBJDUMP@
75
PACKAGE = @PACKAGE@
76
RANLIB = @RANLIB@
77
VERSION = @VERSION@
78
aext = @aext@
79
libm_machine_dir = @libm_machine_dir@
80
machine_dir = @machine_dir@
81
newlib_basedir = @newlib_basedir@
82
oext = @oext@
83
sys_dir = @sys_dir@
84
 
85
AUTOMAKE_OPTIONS = cygnus
86
 
87
SUBDIRS = $(machine_dir) .
88
 
89
@HAVE_MACHINE_DIR_TRUE@MACHLIB = @HAVE_MACHINE_DIR_TRUE@lib.a
90
 
91
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@$(MACHLIB)
92
 
93
ACLOCAL_AMFLAGS = -I ../..
94
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
95
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
97
CONFIG_CLEAN_FILES =
98
LIBRARIES =  $(noinst_LIBRARIES)
99
 
100
 
101
DEFS = @DEFS@ -I. -I$(srcdir)
102
CPPFLAGS = @CPPFLAGS@
103
LIBS = @LIBS@
104
lib_a_LIBADD =
105
lib_a_SOURCES = lib.a.c
106
lib_a_OBJECTS =  lib.a.o
107
CFLAGS = @CFLAGS@
108
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
CCLD = $(CC)
111
LINK = $(LIBTOOL) --mode=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 = gtar
118
GZIP_ENV = --best
119
SOURCES = lib.a.c
120
OBJECTS = lib.a.o
121
 
122
all: all-redirect
123
.SUFFIXES:
124
.SUFFIXES: .S .c .lo .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  ../../acinclude.m4 \
133
                ../../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
.c.lo:
170
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
171
 
172
.s.lo:
173
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
174
 
175
.S.lo:
176
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177
 
178
mostlyclean-libtool:
179
        -rm -f *.lo
180
 
181
clean-libtool:
182
        -rm -rf .libs _libs
183
 
184
distclean-libtool:
185
 
186
maintainer-clean-libtool:
187
 
188
# This directory's subdirectories are mostly independent; you can cd
189
# into them and run `make' without going through this Makefile.
190
# To change the values of `make' variables: instead of editing Makefiles,
191
# (1) if the variable is set in `config.status', edit `config.status'
192
#     (which will cause the Makefiles to be regenerated when you run `make');
193
# (2) otherwise, pass the desired values on the `make' command line.
194
 
195
@SET_MAKE@
196
 
197
all-recursive install-data-recursive install-exec-recursive \
198
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
199
check-recursive installcheck-recursive info-recursive dvi-recursive:
200
        @set fnord $(MAKEFLAGS); amf=$$2; \
201
        dot_seen=no; \
202
        target=`echo $@ | sed s/-recursive//`; \
203
        list='$(SUBDIRS)'; for subdir in $$list; do \
204
          echo "Making $$target in $$subdir"; \
205
          if test "$$subdir" = "."; then \
206
            dot_seen=yes; \
207
            local_target="$$target-am"; \
208
          else \
209
            local_target="$$target"; \
210
          fi; \
211
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
212
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
213
        done; \
214
        if test "$$dot_seen" = "no"; then \
215
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
216
        fi; test -z "$$fail"
217
 
218
mostlyclean-recursive clean-recursive distclean-recursive \
219
maintainer-clean-recursive:
220
        @set fnord $(MAKEFLAGS); amf=$$2; \
221
        dot_seen=no; \
222
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
223
          rev="$$subdir $$rev"; \
224
          test "$$subdir" = "." && dot_seen=yes; \
225
        done; \
226
        test "$$dot_seen" = "no" && rev=". $$rev"; \
227
        target=`echo $@ | sed s/-recursive//`; \
228
        for subdir in $$rev; do \
229
          echo "Making $$target in $$subdir"; \
230
          if test "$$subdir" = "."; then \
231
            local_target="$$target-am"; \
232
          else \
233
            local_target="$$target"; \
234
          fi; \
235
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
236
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
237
        done && test -z "$$fail"
238
tags-recursive:
239
        list='$(SUBDIRS)'; for subdir in $$list; do \
240
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
241
        done
242
 
243
tags: TAGS
244
 
245
ID: $(HEADERS) $(SOURCES) $(LISP)
246
        list='$(SOURCES) $(HEADERS)'; \
247
        unique=`for i in $$list; do echo $$i; done | \
248
          awk '    { files[$$0] = 1; } \
249
               END { for (i in files) print i; }'`; \
250
        here=`pwd` && cd $(srcdir) \
251
          && mkid -f$$here/ID $$unique $(LISP)
252
 
253
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
254
        tags=; \
255
        here=`pwd`; \
256
        list='$(SUBDIRS)'; for subdir in $$list; do \
257
   if test "$$subdir" = .; then :; else \
258
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
259
   fi; \
260
        done; \
261
        list='$(SOURCES) $(HEADERS)'; \
262
        unique=`for i in $$list; do echo $$i; done | \
263
          awk '    { files[$$0] = 1; } \
264
               END { for (i in files) print i; }'`; \
265
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
266
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
267
 
268
mostlyclean-tags:
269
 
270
clean-tags:
271
 
272
distclean-tags:
273
        -rm -f TAGS ID
274
 
275
maintainer-clean-tags:
276
 
277
distdir = $(PACKAGE)-$(VERSION)
278
top_distdir = $(distdir)
279
 
280
# This target untars the dist file and tries a VPATH configuration.  Then
281
# it guarantees that the distribution is self-contained by making another
282
# tarfile.
283
distcheck: dist
284
        -rm -rf $(distdir)
285
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
286
        mkdir $(distdir)/=build
287
        mkdir $(distdir)/=inst
288
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
289
        cd $(distdir)/=build \
290
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
291
          && $(MAKE) $(AM_MAKEFLAGS) \
292
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
293
          && $(MAKE) $(AM_MAKEFLAGS) check \
294
          && $(MAKE) $(AM_MAKEFLAGS) install \
295
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
296
          && $(MAKE) $(AM_MAKEFLAGS) dist
297
        -rm -rf $(distdir)
298
        @banner="$(distdir).tar.gz is ready for distribution"; \
299
        dashes=`echo "$$banner" | sed s/./=/g`; \
300
        echo "$$dashes"; \
301
        echo "$$banner"; \
302
        echo "$$dashes"
303
dist: distdir
304
        -chmod -R a+r $(distdir)
305
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
306
        -rm -rf $(distdir)
307
dist-all: distdir
308
        -chmod -R a+r $(distdir)
309
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
310
        -rm -rf $(distdir)
311
distdir: $(DISTFILES)
312
        -rm -rf $(distdir)
313
        mkdir $(distdir)
314
        -chmod 777 $(distdir)
315
        @for file in $(DISTFILES); do \
316
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
317
          if test -d $$d/$$file; then \
318
            cp -pr $$d/$$file $(distdir)/$$file; \
319
          else \
320
            test -f $(distdir)/$$file \
321
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
322
            || cp -p $$d/$$file $(distdir)/$$file || :; \
323
          fi; \
324
        done
325
        for subdir in $(SUBDIRS); do \
326
          if test "$$subdir" = .; then :; else \
327
            test -d $(distdir)/$$subdir \
328
            || mkdir $(distdir)/$$subdir \
329
            || exit 1; \
330
            chmod 777 $(distdir)/$$subdir; \
331
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
332
              || exit 1; \
333
          fi; \
334
        done
335
info-am:
336
info: info-recursive
337
dvi-am:
338
dvi: dvi-recursive
339
check-am:
340
check: check-recursive
341
installcheck-am:
342
installcheck: installcheck-recursive
343
install-info-am:
344
install-info: install-info-recursive
345
install-exec-am:
346
install-exec: install-exec-recursive
347
 
348
install-data-am:
349
install-data: install-data-recursive
350
 
351
install-am: all-am
352
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
353
install: install-recursive
354
uninstall-am:
355
uninstall: uninstall-recursive
356
all-am: Makefile $(LIBRARIES)
357
all-redirect: all-recursive
358
install-strip:
359
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
360
installdirs: installdirs-recursive
361
installdirs-am:
362
 
363
 
364
mostlyclean-generic:
365
 
366
clean-generic:
367
 
368
distclean-generic:
369
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
370
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
371
 
372
maintainer-clean-generic:
373
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
374
                mostlyclean-libtool mostlyclean-tags \
375
                mostlyclean-generic
376
 
377
mostlyclean: mostlyclean-recursive
378
 
379
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
380
                clean-generic mostlyclean-am
381
 
382
clean: clean-recursive
383
 
384
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
385
                distclean-libtool distclean-tags distclean-generic \
386
                clean-am
387
        -rm -f libtool
388
 
389
distclean: distclean-recursive
390
        -rm -f config.status
391
 
392
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
393
                maintainer-clean-compile maintainer-clean-libtool \
394
                maintainer-clean-tags maintainer-clean-generic \
395
                distclean-am
396
        @echo "This command is intended for maintainers to use;"
397
        @echo "it deletes files that may require special tools to rebuild."
398
 
399
maintainer-clean: maintainer-clean-recursive
400
        -rm -f config.status
401
 
402
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
403
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
404
mostlyclean-compile distclean-compile clean-compile \
405
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
406
clean-libtool maintainer-clean-libtool install-data-recursive \
407
uninstall-data-recursive install-exec-recursive \
408
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
409
all-recursive check-recursive installcheck-recursive info-recursive \
410
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
411
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
412
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
413
dvi-am dvi check check-am installcheck-am installcheck install-info-am \
414
install-info install-exec-am install-exec install-data-am install-data \
415
install-am install uninstall-am uninstall all-redirect all-am all \
416
installdirs-am installdirs mostlyclean-generic distclean-generic \
417
clean-generic maintainer-clean-generic clean mostlyclean distclean \
418
maintainer-clean
419
 
420
 
421
@USE_LIBTOOL_FALSE@lib.a: $(machine_dir)/lib.a
422
@USE_LIBTOOL_FALSE@     rm -f $@
423
@USE_LIBTOOL_FALSE@     ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
424
@USE_LIBTOOL_FALSE@      cp $(machine_dir)/lib.a $@
425
 
426
$(machine_dir)/lib.a:
427
 
428
doc:
429
 
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
# Otherwise a system limit (for SysV at least) may be exceeded.
432
.NOEXPORT:

powered by: WebSVN 2.1.0

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