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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [posix/] [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
        closedir.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c \
100
        telldir.c execl.c execle.c execlp.c execv.c execve.c execvp.c \
101
        popen.c creat.c isatty.c
102
 
103
 
104
libposix_la_LDFLAGS = -Xcompiler -nostdlib
105
 
106
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libposix.la
107
@USE_LIBTOOL_TRUE@libposix_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
108
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
109
@USE_LIBTOOL_FALSE@noinst_DATA =
110
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
111
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
112
 
113
CHEWOUT_FILES =
114
 
115
SUFFIXES = .def
116
 
117
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
118
 
119
TARGETDOC = ../tmp.texi
120
 
121
CLEANFILES = $(CHEWOUT_FILES) *.ref
122
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
123
CONFIG_CLEAN_FILES =
124
LIBRARIES =  $(noinst_LIBRARIES)
125
 
126
 
127
DEFS = @DEFS@ -I. -I$(srcdir)
128
CPPFLAGS = @CPPFLAGS@
129
LIBS = @LIBS@
130
lib_a_LIBADD =
131
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  closedir.o opendir.o readdir.o \
132
@USE_LIBTOOL_FALSE@rewinddir.o scandir.o seekdir.o telldir.o execl.o \
133
@USE_LIBTOOL_FALSE@execle.o execlp.o execv.o execve.o execvp.o popen.o \
134
@USE_LIBTOOL_FALSE@creat.o isatty.o
135
LTLIBRARIES =  $(noinst_LTLIBRARIES)
136
 
137
libposix_la_LIBADD =
138
@USE_LIBTOOL_TRUE@libposix_la_OBJECTS =  closedir.lo opendir.lo \
139
@USE_LIBTOOL_TRUE@readdir.lo rewinddir.lo scandir.lo seekdir.lo \
140
@USE_LIBTOOL_TRUE@telldir.lo execl.lo execle.lo execlp.lo execv.lo \
141
@USE_LIBTOOL_TRUE@execve.lo execvp.lo popen.lo creat.lo isatty.lo
142
CFLAGS = @CFLAGS@
143
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145
CCLD = $(CC)
146
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
147
DATA =  $(noinst_DATA)
148
 
149
DIST_COMMON =  Makefile.am Makefile.in
150
 
151
 
152
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
153
 
154
TAR = gtar
155
GZIP_ENV = --best
156
SOURCES = $(lib_a_SOURCES) $(libposix_la_SOURCES)
157
OBJECTS = $(lib_a_OBJECTS) $(libposix_la_OBJECTS)
158
 
159
all: all-redirect
160
.SUFFIXES:
161
.SUFFIXES: .S .c .def .lo .o .s
162
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
163
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus posix/Makefile
164
 
165
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
166
        cd $(top_builddir) \
167
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
168
 
169
 
170
mostlyclean-noinstLIBRARIES:
171
 
172
clean-noinstLIBRARIES:
173
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
174
 
175
distclean-noinstLIBRARIES:
176
 
177
maintainer-clean-noinstLIBRARIES:
178
 
179
.c.o:
180
        $(COMPILE) -c $<
181
 
182
.s.o:
183
        $(COMPILE) -c $<
184
 
185
.S.o:
186
        $(COMPILE) -c $<
187
 
188
mostlyclean-compile:
189
        -rm -f *.o core *.core
190
 
191
clean-compile:
192
 
193
distclean-compile:
194
        -rm -f *.tab.c
195
 
196
maintainer-clean-compile:
197
 
198
.c.lo:
199
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
 
201
.s.lo:
202
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
203
 
204
.S.lo:
205
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
 
207
mostlyclean-libtool:
208
        -rm -f *.lo
209
 
210
clean-libtool:
211
        -rm -rf .libs _libs
212
 
213
distclean-libtool:
214
 
215
maintainer-clean-libtool:
216
 
217
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
218
        -rm -f lib.a
219
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
220
        $(RANLIB) lib.a
221
 
222
mostlyclean-noinstLTLIBRARIES:
223
 
224
clean-noinstLTLIBRARIES:
225
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
226
 
227
distclean-noinstLTLIBRARIES:
228
 
229
maintainer-clean-noinstLTLIBRARIES:
230
 
231
libposix.la: $(libposix_la_OBJECTS) $(libposix_la_DEPENDENCIES)
232
        $(LINK)  $(libposix_la_LDFLAGS) $(libposix_la_OBJECTS) $(libposix_la_LIBADD) $(LIBS)
233
 
234
tags: TAGS
235
 
236
ID: $(HEADERS) $(SOURCES) $(LISP)
237
        list='$(SOURCES) $(HEADERS)'; \
238
        unique=`for i in $$list; do echo $$i; done | \
239
          awk '    { files[$$0] = 1; } \
240
               END { for (i in files) print i; }'`; \
241
        here=`pwd` && cd $(srcdir) \
242
          && mkid -f$$here/ID $$unique $(LISP)
243
 
244
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
245
        tags=; \
246
        here=`pwd`; \
247
        list='$(SOURCES) $(HEADERS)'; \
248
        unique=`for i in $$list; do echo $$i; done | \
249
          awk '    { files[$$0] = 1; } \
250
               END { for (i in files) print i; }'`; \
251
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
252
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
253
 
254
mostlyclean-tags:
255
 
256
clean-tags:
257
 
258
distclean-tags:
259
        -rm -f TAGS ID
260
 
261
maintainer-clean-tags:
262
 
263
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
264
 
265
subdir = posix
266
 
267
distdir: $(DISTFILES)
268
        @for file in $(DISTFILES); do \
269
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
270
          if test -d $$d/$$file; then \
271
            cp -pr $$d/$$file $(distdir)/$$file; \
272
          else \
273
            test -f $(distdir)/$$file \
274
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
275
            || cp -p $$d/$$file $(distdir)/$$file || :; \
276
          fi; \
277
        done
278
info-am:
279
info: info-am
280
dvi-am:
281
dvi: dvi-am
282
check-am:
283
check: check-am
284
installcheck-am:
285
installcheck: installcheck-am
286
install-info-am:
287
install-info: install-info-am
288
install-exec-am:
289
install-exec: install-exec-am
290
 
291
install-data-am:
292
install-data: install-data-am
293
 
294
install-am: all-am
295
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
296
install: install-am
297
uninstall-am:
298
uninstall: uninstall-am
299
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
300
all-redirect: all-am
301
install-strip:
302
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
303
installdirs:
304
 
305
 
306
mostlyclean-generic:
307
 
308
clean-generic:
309
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
310
 
311
distclean-generic:
312
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
313
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
314
 
315
maintainer-clean-generic:
316
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
317
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
318
                mostlyclean-tags mostlyclean-generic
319
 
320
mostlyclean: mostlyclean-am
321
 
322
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
323
                clean-noinstLTLIBRARIES clean-tags clean-generic \
324
                mostlyclean-am
325
 
326
clean: clean-am
327
 
328
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
329
                distclean-libtool distclean-noinstLTLIBRARIES \
330
                distclean-tags distclean-generic clean-am
331
        -rm -f libtool
332
 
333
distclean: distclean-am
334
 
335
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
336
                maintainer-clean-compile maintainer-clean-libtool \
337
                maintainer-clean-noinstLTLIBRARIES \
338
                maintainer-clean-tags maintainer-clean-generic \
339
                distclean-am
340
        @echo "This command is intended for maintainers to use;"
341
        @echo "it deletes files that may require special tools to rebuild."
342
 
343
maintainer-clean: maintainer-clean-am
344
 
345
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
346
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
347
mostlyclean-compile distclean-compile clean-compile \
348
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
349
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
350
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
351
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
352
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
353
check-am installcheck-am installcheck install-info-am install-info \
354
install-exec-am install-exec install-data-am install-data install-am \
355
install uninstall-am uninstall all-redirect all-am all installdirs \
356
mostlyclean-generic distclean-generic clean-generic \
357
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
358
 
359
 
360
objectlist.awk.in: $(noinst_LTLIBRARIES)
361
        -rm -f objectlist.awk.in
362
        for i in `ls *.lo` ; \
363
        do \
364
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
365
        done
366
 
367
.c.def:
368
        $(CHEW) < $< > $*.def 2> $*.ref
369
        touch stmp-def
370
 
371
# No doc for posix.
372
doc:
373
 
374
# Tell versions [3.59,3.63) of GNU make to not export all variables.
375
# Otherwise a system limit (for SysV at least) may be exceeded.
376
.NOEXPORT:

powered by: WebSVN 2.1.0

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