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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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