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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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