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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [unix/] [Makefile.in] - Blame information for rev 1010

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

powered by: WebSVN 2.1.0

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