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

Subversion Repositories or1k

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

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

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

powered by: WebSVN 2.1.0

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