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

Subversion Repositories or1k

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

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
 
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
AWK = @AWK@
66
CC = @CC@
67
CPP = @CPP@
68
DLLTOOL = @DLLTOOL@
69
EXEEXT = @EXEEXT@
70
LDFLAGS = @LDFLAGS@
71
LIBTOOL = @LIBTOOL@
72
LN_S = @LN_S@
73
MAINT = @MAINT@
74
MAKEINFO = @MAKEINFO@
75
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
76
OBJDUMP = @OBJDUMP@
77
PACKAGE = @PACKAGE@
78
RANLIB = @RANLIB@
79
VERSION = @VERSION@
80
aext = @aext@
81
libm_machine_dir = @libm_machine_dir@
82
machine_dir = @machine_dir@
83
newlib_basedir = @newlib_basedir@
84
oext = @oext@
85
sys_dir = @sys_dir@
86
 
87
AUTOMAKE_OPTIONS = cygnus
88
 
89
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
90
 
91
LIB_SOURCES = \
92
        brk.c getoptlong.c ids.c inode.c io.c linux.c process.c realpath.c \
93
        select.c signal.c systat.c termios.c time.c wait.c
94
 
95
 
96
# This will handle both /usr/src/linux-2.4/include/asm/signal.h (in Red Hat Linux 7.1)
97
# and also /usr/src/linux/include/asm/signal.h in older versions of Red Hat Linux
98
SIGNAL_H = /usr/src/$(shell ls /usr/src/ | grep ^linux | head -n 1)/include/asm/signal.h
99
 
100
liblinux_la_LDFLAGS = -Xcompiler -nostdlib
101
 
102
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@liblinux.la
103
@USE_LIBTOOL_TRUE@liblinux_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
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
 
109
ACLOCAL_AMFLAGS = -I ../../..
110
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
111
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
113
CONFIG_CLEAN_FILES =
114
LIBRARIES =  $(noinst_LIBRARIES)
115
 
116
 
117
DEFS = @DEFS@ -I. -I$(srcdir)
118
CPPFLAGS = @CPPFLAGS@
119
LIBS = @LIBS@
120
lib_a_LIBADD =
121
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  brk.o getoptlong.o ids.o inode.o \
122
@USE_LIBTOOL_FALSE@io.o linux.o process.o realpath.o select.o signal.o \
123
@USE_LIBTOOL_FALSE@systat.o termios.o time.o wait.o
124
LTLIBRARIES =  $(noinst_LTLIBRARIES)
125
 
126
liblinux_la_LIBADD =
127
@USE_LIBTOOL_TRUE@liblinux_la_OBJECTS =  brk.lo getoptlong.lo ids.lo \
128
@USE_LIBTOOL_TRUE@inode.lo io.lo linux.lo process.lo realpath.lo \
129
@USE_LIBTOOL_TRUE@select.lo signal.lo systat.lo termios.lo time.lo \
130
@USE_LIBTOOL_TRUE@wait.lo
131
CFLAGS = @CFLAGS@
132
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134
CCLD = $(CC)
135
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
136
DATA =  $(noinst_DATA)
137
 
138
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
139
 
140
 
141
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
142
 
143
TAR = gtar
144
GZIP_ENV = --best
145
SOURCES = $(lib_a_SOURCES) $(liblinux_la_SOURCES)
146
OBJECTS = $(lib_a_OBJECTS) $(liblinux_la_OBJECTS)
147
 
148
all: all-redirect
149
.SUFFIXES:
150
.SUFFIXES: .S .c .lo .o .s
151
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
152
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
153
 
154
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
155
        cd $(top_builddir) \
156
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
 
158
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
159
                ../../../acinclude.m4 ../../../aclocal.m4
160
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
161
 
162
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163
        $(SHELL) ./config.status --recheck
164
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
165
        cd $(srcdir) && $(AUTOCONF)
166
 
167
mostlyclean-noinstLIBRARIES:
168
 
169
clean-noinstLIBRARIES:
170
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
171
 
172
distclean-noinstLIBRARIES:
173
 
174
maintainer-clean-noinstLIBRARIES:
175
 
176
.c.o:
177
        $(COMPILE) -c $<
178
 
179
.s.o:
180
        $(COMPILE) -c $<
181
 
182
.S.o:
183
        $(COMPILE) -c $<
184
 
185
mostlyclean-compile:
186
        -rm -f *.o core *.core
187
 
188
clean-compile:
189
 
190
distclean-compile:
191
        -rm -f *.tab.c
192
 
193
maintainer-clean-compile:
194
 
195
.c.lo:
196
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
197
 
198
.s.lo:
199
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
 
201
.S.lo:
202
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
203
 
204
mostlyclean-libtool:
205
        -rm -f *.lo
206
 
207
clean-libtool:
208
        -rm -rf .libs _libs
209
 
210
distclean-libtool:
211
 
212
maintainer-clean-libtool:
213
 
214
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
215
        -rm -f lib.a
216
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
217
        $(RANLIB) lib.a
218
 
219
mostlyclean-noinstLTLIBRARIES:
220
 
221
clean-noinstLTLIBRARIES:
222
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
223
 
224
distclean-noinstLTLIBRARIES:
225
 
226
maintainer-clean-noinstLTLIBRARIES:
227
 
228
liblinux.la: $(liblinux_la_OBJECTS) $(liblinux_la_DEPENDENCIES)
229
        $(LINK)  $(liblinux_la_LDFLAGS) $(liblinux_la_OBJECTS) $(liblinux_la_LIBADD) $(LIBS)
230
 
231
tags: TAGS
232
 
233
ID: $(HEADERS) $(SOURCES) $(LISP)
234
        list='$(SOURCES) $(HEADERS)'; \
235
        unique=`for i in $$list; do echo $$i; done | \
236
          awk '    { files[$$0] = 1; } \
237
               END { for (i in files) print i; }'`; \
238
        here=`pwd` && cd $(srcdir) \
239
          && mkid -f$$here/ID $$unique $(LISP)
240
 
241
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
242
        tags=; \
243
        here=`pwd`; \
244
        list='$(SOURCES) $(HEADERS)'; \
245
        unique=`for i in $$list; do echo $$i; done | \
246
          awk '    { files[$$0] = 1; } \
247
               END { for (i in files) print i; }'`; \
248
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
249
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
250
 
251
mostlyclean-tags:
252
 
253
clean-tags:
254
 
255
distclean-tags:
256
        -rm -f TAGS ID
257
 
258
maintainer-clean-tags:
259
 
260
distdir = $(PACKAGE)-$(VERSION)
261
top_distdir = $(distdir)
262
 
263
# This target untars the dist file and tries a VPATH configuration.  Then
264
# it guarantees that the distribution is self-contained by making another
265
# tarfile.
266
distcheck: dist
267
        -rm -rf $(distdir)
268
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
269
        mkdir $(distdir)/=build
270
        mkdir $(distdir)/=inst
271
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
272
        cd $(distdir)/=build \
273
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
274
          && $(MAKE) $(AM_MAKEFLAGS) \
275
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
276
          && $(MAKE) $(AM_MAKEFLAGS) check \
277
          && $(MAKE) $(AM_MAKEFLAGS) install \
278
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
279
          && $(MAKE) $(AM_MAKEFLAGS) dist
280
        -rm -rf $(distdir)
281
        @banner="$(distdir).tar.gz is ready for distribution"; \
282
        dashes=`echo "$$banner" | sed s/./=/g`; \
283
        echo "$$dashes"; \
284
        echo "$$banner"; \
285
        echo "$$dashes"
286
dist: distdir
287
        -chmod -R a+r $(distdir)
288
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
289
        -rm -rf $(distdir)
290
dist-all: distdir
291
        -chmod -R a+r $(distdir)
292
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
293
        -rm -rf $(distdir)
294
distdir: $(DISTFILES)
295
        -rm -rf $(distdir)
296
        mkdir $(distdir)
297
        -chmod 777 $(distdir)
298
        @for file in $(DISTFILES); do \
299
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
300
          if test -d $$d/$$file; then \
301
            cp -pr $$d/$$file $(distdir)/$$file; \
302
          else \
303
            test -f $(distdir)/$$file \
304
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
305
            || cp -p $$d/$$file $(distdir)/$$file || :; \
306
          fi; \
307
        done
308
info-am:
309
info: info-am
310
dvi-am:
311
dvi: dvi-am
312
check-am:
313
check: check-am
314
installcheck-am:
315
installcheck: installcheck-am
316
install-info-am:
317
install-info: install-info-am
318
install-exec-am:
319
install-exec: install-exec-am
320
 
321
install-data-am:
322
install-data: install-data-am
323
 
324
install-am: all-am
325
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326
install: install-am
327
uninstall-am:
328
uninstall: uninstall-am
329
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
330
all-redirect: all-am
331
install-strip:
332
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
333
installdirs:
334
 
335
 
336
mostlyclean-generic:
337
 
338
clean-generic:
339
 
340
distclean-generic:
341
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
342
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
343
 
344
maintainer-clean-generic:
345
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
346
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
347
                mostlyclean-tags mostlyclean-generic
348
 
349
mostlyclean: mostlyclean-am
350
 
351
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
352
                clean-noinstLTLIBRARIES clean-tags clean-generic \
353
                mostlyclean-am
354
 
355
clean: clean-am
356
 
357
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
358
                distclean-libtool distclean-noinstLTLIBRARIES \
359
                distclean-tags distclean-generic clean-am
360
        -rm -f libtool
361
 
362
distclean: distclean-am
363
        -rm -f config.status
364
 
365
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
366
                maintainer-clean-compile maintainer-clean-libtool \
367
                maintainer-clean-noinstLTLIBRARIES \
368
                maintainer-clean-tags maintainer-clean-generic \
369
                distclean-am
370
        @echo "This command is intended for maintainers to use;"
371
        @echo "it deletes files that may require special tools to rebuild."
372
 
373
maintainer-clean: maintainer-clean-am
374
        -rm -f config.status
375
 
376
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
377
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
378
mostlyclean-compile distclean-compile clean-compile \
379
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
380
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
381
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
382
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
383
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
384
check-am installcheck-am installcheck install-info-am install-info \
385
install-exec-am install-exec install-data-am install-data install-am \
386
install uninstall-am uninstall all-redirect all-am all installdirs \
387
mostlyclean-generic distclean-generic clean-generic \
388
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
389
 
390
 
391
objectlist.awk.in: $(noinst_LTLIBRARIES)
392
        -rm -f objectlist.awk.in
393
        for i in `ls *.lo` ; \
394
        do \
395
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
396
        done
397
 
398
all: crt0.o
399
 
400
signal.$(oext): siglist.inc
401
 
402
siglist.inc:
403
                $(AWK) '/#define.SIG.*[1-9][0-9]*/ { n[$$3] = $$2 } \
404
                  /#define.NSIG.*[1-9][0-9]*/ { max = $$3 } \
405
                  /#define.SIGUNUSED/ \
406
                    { for (i = 0; i <= max; i++) print "\"" n[i] "\"," }' \
407
                    < $(SIGNAL_H) > siglist.inc || \
408
                    { rm -f siglist.inc; exit 1; }
409
 
410
# Tell versions [3.59,3.63) of GNU make to not export all variables.
411
# Otherwise a system limit (for SysV at least) may be exceeded.
412
.NOEXPORT:

powered by: WebSVN 2.1.0

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