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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [reent/] [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
CC = @CC@
66
CPP = @CPP@
67
CRT0 = @CRT0@
68
DLLTOOL = @DLLTOOL@
69
EXEEXT = @EXEEXT@
70
LDFLAGS = @LDFLAGS@
71
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
72
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
73
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
74
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
75
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
76
LIBC_SYS_LIB = @LIBC_SYS_LIB@
77
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
78
LIBTOOL = @LIBTOOL@
79
LN_S = @LN_S@
80
MAINT = @MAINT@
81
MAKEINFO = @MAKEINFO@
82
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
83
OBJDUMP = @OBJDUMP@
84
PACKAGE = @PACKAGE@
85
RANLIB = @RANLIB@
86
VERSION = @VERSION@
87
aext = @aext@
88
libm_machine_dir = @libm_machine_dir@
89
machine_dir = @machine_dir@
90
newlib_basedir = @newlib_basedir@
91
oext = @oext@
92
sys_dir = @sys_dir@
93
 
94
AUTOMAKE_OPTIONS = cygnus
95
 
96
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
97
 
98
LIB_SOURCES = \
99
        closer.c \
100
        reent.c \
101
        impure.c \
102
        execr.c \
103
        fstatr.c \
104
        linkr.c \
105
        lseekr.c \
106
        openr.c \
107
        readr.c \
108
        signalr.c \
109
        signgam.c \
110
        sbrkr.c \
111
        statr.c \
112
        timer.c \
113
        unlinkr.c \
114
        writer.c
115
 
116
 
117
libreent_la_LDFLAGS = -Xcompiler -nostdlib
118
 
119
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libreent.la
120
@USE_LIBTOOL_TRUE@libreent_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
121
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
122
@USE_LIBTOOL_FALSE@noinst_DATA =
123
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
124
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
125
 
126
CHEWOUT_FILES = \
127
        closer.def \
128
        reent.def \
129
        execr.def \
130
        fstatr.def \
131
        linkr.def \
132
        lseekr.def \
133
        openr.def \
134
        readr.def \
135
        signalr.def \
136
        sbrkr.def \
137
        statr.def \
138
        timer.def \
139
        unlinkr.def \
140
        writer.def
141
 
142
 
143
SUFFIXES = .def .h
144
 
145
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
146
 
147
TARGETDOC = ../tmp.texi
148
 
149
CLEANFILES = $(CHEWOUT_FILES) *.ref
150
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
151
CONFIG_CLEAN_FILES =
152
LIBRARIES =  $(noinst_LIBRARIES)
153
 
154
 
155
DEFS = @DEFS@ -I. -I$(srcdir)
156
CPPFLAGS = @CPPFLAGS@
157
LIBS = @LIBS@
158
lib_a_LIBADD =
159
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  closer.o reent.o impure.o execr.o \
160
@USE_LIBTOOL_FALSE@fstatr.o linkr.o lseekr.o openr.o readr.o signalr.o \
161
@USE_LIBTOOL_FALSE@signgam.o sbrkr.o statr.o timer.o unlinkr.o writer.o
162
LTLIBRARIES =  $(noinst_LTLIBRARIES)
163
 
164
libreent_la_LIBADD =
165
@USE_LIBTOOL_TRUE@libreent_la_OBJECTS =  closer.lo reent.lo impure.lo \
166
@USE_LIBTOOL_TRUE@execr.lo fstatr.lo linkr.lo lseekr.lo openr.lo \
167
@USE_LIBTOOL_TRUE@readr.lo signalr.lo signgam.lo sbrkr.lo statr.lo \
168
@USE_LIBTOOL_TRUE@timer.lo unlinkr.lo writer.lo
169
CFLAGS = @CFLAGS@
170
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172
CCLD = $(CC)
173
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
174
DATA =  $(noinst_DATA)
175
 
176
DIST_COMMON =  Makefile.am Makefile.in
177
 
178
 
179
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
180
 
181
TAR = gtar
182
GZIP_ENV = --best
183
SOURCES = $(lib_a_SOURCES) $(libreent_la_SOURCES)
184
OBJECTS = $(lib_a_OBJECTS) $(libreent_la_OBJECTS)
185
 
186
all: all-redirect
187
.SUFFIXES:
188
.SUFFIXES: .S .c .def .h .lo .o .s
189
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
190
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus reent/Makefile
191
 
192
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
193
        cd $(top_builddir) \
194
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
195
 
196
 
197
mostlyclean-noinstLIBRARIES:
198
 
199
clean-noinstLIBRARIES:
200
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
201
 
202
distclean-noinstLIBRARIES:
203
 
204
maintainer-clean-noinstLIBRARIES:
205
 
206
.c.o:
207
        $(COMPILE) -c $<
208
 
209
.s.o:
210
        $(COMPILE) -c $<
211
 
212
.S.o:
213
        $(COMPILE) -c $<
214
 
215
mostlyclean-compile:
216
        -rm -f *.o core *.core
217
 
218
clean-compile:
219
 
220
distclean-compile:
221
        -rm -f *.tab.c
222
 
223
maintainer-clean-compile:
224
 
225
.c.lo:
226
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
227
 
228
.s.lo:
229
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
230
 
231
.S.lo:
232
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
233
 
234
mostlyclean-libtool:
235
        -rm -f *.lo
236
 
237
clean-libtool:
238
        -rm -rf .libs _libs
239
 
240
distclean-libtool:
241
 
242
maintainer-clean-libtool:
243
 
244
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
245
        -rm -f lib.a
246
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
247
        $(RANLIB) lib.a
248
 
249
mostlyclean-noinstLTLIBRARIES:
250
 
251
clean-noinstLTLIBRARIES:
252
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
253
 
254
distclean-noinstLTLIBRARIES:
255
 
256
maintainer-clean-noinstLTLIBRARIES:
257
 
258
libreent.la: $(libreent_la_OBJECTS) $(libreent_la_DEPENDENCIES)
259
        $(LINK)  $(libreent_la_LDFLAGS) $(libreent_la_OBJECTS) $(libreent_la_LIBADD) $(LIBS)
260
 
261
tags: TAGS
262
 
263
ID: $(HEADERS) $(SOURCES) $(LISP)
264
        list='$(SOURCES) $(HEADERS)'; \
265
        unique=`for i in $$list; do echo $$i; done | \
266
          awk '    { files[$$0] = 1; } \
267
               END { for (i in files) print i; }'`; \
268
        here=`pwd` && cd $(srcdir) \
269
          && mkid -f$$here/ID $$unique $(LISP)
270
 
271
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
272
        tags=; \
273
        here=`pwd`; \
274
        list='$(SOURCES) $(HEADERS)'; \
275
        unique=`for i in $$list; do echo $$i; done | \
276
          awk '    { files[$$0] = 1; } \
277
               END { for (i in files) print i; }'`; \
278
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
279
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
280
 
281
mostlyclean-tags:
282
 
283
clean-tags:
284
 
285
distclean-tags:
286
        -rm -f TAGS ID
287
 
288
maintainer-clean-tags:
289
 
290
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
291
 
292
subdir = reent
293
 
294
distdir: $(DISTFILES)
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 $$d/$$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
info-am:
306
info: info-am
307
dvi-am:
308
dvi: dvi-am
309
check-am:
310
check: check-am
311
installcheck-am:
312
installcheck: installcheck-am
313
install-info-am:
314
install-info: install-info-am
315
install-exec-am:
316
install-exec: install-exec-am
317
 
318
install-data-am:
319
install-data: install-data-am
320
 
321
install-am: all-am
322
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323
install: install-am
324
uninstall-am:
325
uninstall: uninstall-am
326
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
327
all-redirect: all-am
328
install-strip:
329
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
330
installdirs:
331
 
332
 
333
mostlyclean-generic:
334
 
335
clean-generic:
336
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
337
 
338
distclean-generic:
339
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
340
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
341
 
342
maintainer-clean-generic:
343
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
344
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
345
                mostlyclean-tags mostlyclean-generic
346
 
347
mostlyclean: mostlyclean-am
348
 
349
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
350
                clean-noinstLTLIBRARIES clean-tags clean-generic \
351
                mostlyclean-am
352
 
353
clean: clean-am
354
 
355
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
356
                distclean-libtool distclean-noinstLTLIBRARIES \
357
                distclean-tags distclean-generic clean-am
358
        -rm -f libtool
359
 
360
distclean: distclean-am
361
 
362
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
363
                maintainer-clean-compile maintainer-clean-libtool \
364
                maintainer-clean-noinstLTLIBRARIES \
365
                maintainer-clean-tags maintainer-clean-generic \
366
                distclean-am
367
        @echo "This command is intended for maintainers to use;"
368
        @echo "it deletes files that may require special tools to rebuild."
369
 
370
maintainer-clean: maintainer-clean-am
371
 
372
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
373
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
374
mostlyclean-compile distclean-compile clean-compile \
375
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
376
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
377
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
378
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
379
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
380
check-am installcheck-am installcheck install-info-am install-info \
381
install-exec-am install-exec install-data-am install-data install-am \
382
install uninstall-am uninstall all-redirect all-am all installdirs \
383
mostlyclean-generic distclean-generic clean-generic \
384
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
385
 
386
 
387
objectlist.awk.in: $(noinst_LTLIBRARIES)
388
        -rm -f objectlist.awk.in
389
        for i in `ls *.lo` ; \
390
        do \
391
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
392
        done
393
 
394
.c.def:
395
        $(CHEW) < $< > $*.def 2> $*.ref
396
        touch stmp-def
397
 
398
doc: $(CHEWOUT_FILES)
399
        cat $(srcdir)/reent.tex >> $(TARGETDOC)
400
 
401
impure.$(oext): $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h
402
 
403
# Tell versions [3.59,3.63) of GNU make to not export all variables.
404
# Otherwise a system limit (for SysV at least) may be exceeded.
405
.NOEXPORT:

powered by: WebSVN 2.1.0

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