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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [posix/] [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.3b from Makefile.am
2 39 lampret
 
3 56 joel
# Copyright (C) 1994, 1995, 1996, 1997, 1998 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 39 lampret
 
48 56 joel
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
53 39 lampret
 
54 56 joel
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
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
69
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
70
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
71
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
72
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
73
LIBC_SYS_LIB = @LIBC_SYS_LIB@
74
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
75
MAINT = @MAINT@
76
MAKEINFO = @MAKEINFO@
77
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
78
PACKAGE = @PACKAGE@
79
RANLIB = @RANLIB@
80
VERSION = @VERSION@
81
mach_add_objs = @mach_add_objs@
82
machine_dir = @machine_dir@
83
newlib_basedir = @newlib_basedir@
84
sys_dir = @sys_dir@
85
 
86
AUTOMAKE_OPTIONS = cygnus
87
 
88
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
 
90
noinst_LIBRARIES = lib.a
91
 
92
lib_a_SOURCES = \
93
        closedir.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c \
94
        telldir.c execl.c execle.c execlp.c execv.c execve.c execvp.c \
95
        popen.c creat.c isatty.c
96
 
97
CHEWOUT_FILES =
98
 
99
SUFFIXES = .def
100
 
101
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
102
 
103
TARGETDOC = ../tmp.texi
104
 
105
CLEANFILES = $(CHEWOUT_FILES) *.ref
106
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
107
CONFIG_CLEAN_FILES =
108
LIBRARIES =  $(noinst_LIBRARIES)
109
 
110
 
111
DEFS = @DEFS@ -I. -I$(srcdir)
112
CPPFLAGS = @CPPFLAGS@
113
LDFLAGS = @LDFLAGS@
114
LIBS = @LIBS@
115
lib_a_LIBADD =
116
lib_a_OBJECTS =  closedir.o opendir.o readdir.o rewinddir.o scandir.o \
117
seekdir.o telldir.o execl.o execle.o execlp.o execv.o execve.o execvp.o \
118
popen.o creat.o isatty.o
119
CFLAGS = @CFLAGS@
120
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121
LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122
DIST_COMMON =  Makefile.am Makefile.in
123
 
124
 
125
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
 
127
TAR = tar
128
GZIP = --best
129
SOURCES = $(lib_a_SOURCES)
130
OBJECTS = $(lib_a_OBJECTS)
131
 
132
all: Makefile $(LIBRARIES)
133
 
134
.SUFFIXES:
135
.SUFFIXES: .S .c .def .o .s
136
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
137
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus posix/Makefile
138
 
139
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
140
        cd $(top_builddir) \
141
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142
 
143
 
144
mostlyclean-noinstLIBRARIES:
145
 
146
clean-noinstLIBRARIES:
147
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
148
 
149
distclean-noinstLIBRARIES:
150
 
151
maintainer-clean-noinstLIBRARIES:
152
 
153
.c.o:
154
        $(COMPILE) -c $<
155
 
156
.s.o:
157
        $(COMPILE) -c $<
158
 
159
.S.o:
160
        $(COMPILE) -c $<
161
 
162
mostlyclean-compile:
163
        -rm -f *.o core *.core
164
 
165
clean-compile:
166
 
167
distclean-compile:
168
        -rm -f *.tab.c
169
 
170
maintainer-clean-compile:
171
 
172
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
173
        -rm -f lib.a
174
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
175
        $(RANLIB) lib.a
176
 
177
tags: TAGS
178
 
179
ID: $(HEADERS) $(SOURCES) $(LISP)
180
        here=`pwd` && cd $(srcdir) \
181
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
182
 
183
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
184
        tags=; \
185
        here=`pwd`; \
186
        list='$(SOURCES) $(HEADERS)'; \
187
        unique=`for i in $$list; do echo $$i; done | \
188
          awk '    { files[$$0] = 1; } \
189
               END { for (i in files) print i; }'`; \
190
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
192
 
193
mostlyclean-tags:
194
 
195
clean-tags:
196
 
197
distclean-tags:
198
        -rm -f TAGS ID
199
 
200
maintainer-clean-tags:
201
 
202
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
203
 
204
subdir = posix
205
 
206
distdir: $(DISTFILES)
207
        @for file in $(DISTFILES); do \
208
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
209
          test -f $(distdir)/$$file \
210
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
211
          || cp -p $$d/$$file $(distdir)/$$file; \
212
        done
213
info:
214
dvi:
215
check:
216
installcheck:
217
install-info:
218
install-exec:
219
        @$(NORMAL_INSTALL)
220
 
221
install-data:
222
        @$(NORMAL_INSTALL)
223
 
224
install: install-exec install-data all
225
        @:
226
 
227
uninstall:
228
 
229
install-strip:
230
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
231
installdirs:
232
 
233
 
234
mostlyclean-generic:
235
 
236
clean-generic:
237
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
238
 
239
distclean-generic:
240
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
241
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
242
 
243
maintainer-clean-generic:
244
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
245
                mostlyclean-tags mostlyclean-generic
246
 
247
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
248
                mostlyclean
249
 
250
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
251
                distclean-generic clean
252
        -rm -f config.status
253
 
254
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
255
                maintainer-clean-compile maintainer-clean-tags \
256
                maintainer-clean-generic distclean
257
        @echo "This command is intended for maintainers to use;"
258
        @echo "it deletes files that may require special tools to rebuild."
259
 
260
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
261
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
262
mostlyclean-compile distclean-compile clean-compile \
263
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
264
clean-tags maintainer-clean-tags distdir info dvi installcheck \
265
install-info install-exec install-data install uninstall all \
266
installdirs mostlyclean-generic distclean-generic clean-generic \
267
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
268
 
269
 
270
.c.def:
271
        $(CHEW) < $< > $*.def 2> $*.ref
272
        touch stmp-def
273
 
274
# No doc for posix.
275
doc:
276
 
277
# Tell versions [3.59,3.63) of GNU make to not export all variables.
278
# Otherwise a system limit (for SysV at least) may be exceeded.
279
.NOEXPORT:

powered by: WebSVN 2.1.0

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