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

Subversion Repositories or1k

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

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
SHELL = @SHELL@
15
 
16
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21
 
22
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
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
 
41
top_builddir = .
42
 
43
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47
 
48
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
53
 
54
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
EXEEXT = @EXEEXT@
67
LDFLAGS = @LDFLAGS@
68
MAINT = @MAINT@
69
MAKEINFO = @MAKEINFO@
70
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
71
PACKAGE = @PACKAGE@
72
RANLIB = @RANLIB@
73
VERSION = @VERSION@
74
aext = @aext@
75
libm_machine_dir = @libm_machine_dir@
76
machine_dir = @machine_dir@
77
newlib_basedir = @newlib_basedir@
78
oext = @oext@
79
sys_dir = @sys_dir@
80
 
81
AUTOMAKE_OPTIONS = cygnus
82
 
83
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
84
 
85
noinst_LIBRARIES = lib.a
86
 
87
lib_a_SOURCES = \
88
        getpid.c \
89
        link.c
90
 
91
 
92
ACLOCAL_AMFLAGS = -I ../../..
93
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
96
CONFIG_CLEAN_FILES =
97
LIBRARIES =  $(noinst_LIBRARIES)
98
 
99
 
100
DEFS = @DEFS@ -I. -I$(srcdir)
101
CPPFLAGS = @CPPFLAGS@
102
LIBS = @LIBS@
103
lib_a_LIBADD =
104
lib_a_OBJECTS =  getpid.o link.o
105
CFLAGS = @CFLAGS@
106
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
CCLD = $(CC)
108
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
110
 
111
 
112
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113
 
114
TAR = gtar
115
GZIP_ENV = --best
116
SOURCES = $(lib_a_SOURCES)
117
OBJECTS = $(lib_a_OBJECTS)
118
 
119
all: all-redirect
120
.SUFFIXES:
121
.SUFFIXES: .S .c .o .s
122
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
124
 
125
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
126
        cd $(top_builddir) \
127
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
 
129
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
130
                ../../../acinclude.m4 ../../../aclocal.m4
131
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
132
 
133
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
134
        $(SHELL) ./config.status --recheck
135
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
136
        cd $(srcdir) && $(AUTOCONF)
137
 
138
mostlyclean-noinstLIBRARIES:
139
 
140
clean-noinstLIBRARIES:
141
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
142
 
143
distclean-noinstLIBRARIES:
144
 
145
maintainer-clean-noinstLIBRARIES:
146
 
147
.c.o:
148
        $(COMPILE) -c $<
149
 
150
.s.o:
151
        $(COMPILE) -c $<
152
 
153
.S.o:
154
        $(COMPILE) -c $<
155
 
156
mostlyclean-compile:
157
        -rm -f *.o core *.core
158
 
159
clean-compile:
160
 
161
distclean-compile:
162
        -rm -f *.tab.c
163
 
164
maintainer-clean-compile:
165
 
166
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
167
        -rm -f lib.a
168
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
169
        $(RANLIB) lib.a
170
 
171
tags: TAGS
172
 
173
ID: $(HEADERS) $(SOURCES) $(LISP)
174
        list='$(SOURCES) $(HEADERS)'; \
175
        unique=`for i in $$list; do echo $$i; done | \
176
          awk '    { files[$$0] = 1; } \
177
               END { for (i in files) print i; }'`; \
178
        here=`pwd` && cd $(srcdir) \
179
          && mkid -f$$here/ID $$unique $(LISP)
180
 
181
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
182
        tags=; \
183
        here=`pwd`; \
184
        list='$(SOURCES) $(HEADERS)'; \
185
        unique=`for i in $$list; do echo $$i; done | \
186
          awk '    { files[$$0] = 1; } \
187
               END { for (i in files) print i; }'`; \
188
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
189
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
190
 
191
mostlyclean-tags:
192
 
193
clean-tags:
194
 
195
distclean-tags:
196
        -rm -f TAGS ID
197
 
198
maintainer-clean-tags:
199
 
200
distdir = $(PACKAGE)-$(VERSION)
201
top_distdir = $(distdir)
202
 
203
# This target untars the dist file and tries a VPATH configuration.  Then
204
# it guarantees that the distribution is self-contained by making another
205
# tarfile.
206
distcheck: dist
207
        -rm -rf $(distdir)
208
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
209
        mkdir $(distdir)/=build
210
        mkdir $(distdir)/=inst
211
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
212
        cd $(distdir)/=build \
213
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
214
          && $(MAKE) $(AM_MAKEFLAGS) \
215
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
216
          && $(MAKE) $(AM_MAKEFLAGS) check \
217
          && $(MAKE) $(AM_MAKEFLAGS) install \
218
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
219
          && $(MAKE) $(AM_MAKEFLAGS) dist
220
        -rm -rf $(distdir)
221
        @banner="$(distdir).tar.gz is ready for distribution"; \
222
        dashes=`echo "$$banner" | sed s/./=/g`; \
223
        echo "$$dashes"; \
224
        echo "$$banner"; \
225
        echo "$$dashes"
226
dist: distdir
227
        -chmod -R a+r $(distdir)
228
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
229
        -rm -rf $(distdir)
230
dist-all: distdir
231
        -chmod -R a+r $(distdir)
232
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
233
        -rm -rf $(distdir)
234
distdir: $(DISTFILES)
235
        -rm -rf $(distdir)
236
        mkdir $(distdir)
237
        -chmod 777 $(distdir)
238
        @for file in $(DISTFILES); do \
239
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
240
          if test -d $$d/$$file; then \
241
            cp -pr $$d/$$file $(distdir)/$$file; \
242
          else \
243
            test -f $(distdir)/$$file \
244
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
245
            || cp -p $$d/$$file $(distdir)/$$file || :; \
246
          fi; \
247
        done
248
info-am:
249
info: info-am
250
dvi-am:
251
dvi: dvi-am
252
check-am:
253
check: check-am
254
installcheck-am:
255
installcheck: installcheck-am
256
install-info-am:
257
install-info: install-info-am
258
install-exec-am:
259
install-exec: install-exec-am
260
 
261
install-data-am:
262
install-data: install-data-am
263
 
264
install-am: all-am
265
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266
install: install-am
267
uninstall-am:
268
uninstall: uninstall-am
269
all-am: Makefile $(LIBRARIES)
270
all-redirect: all-am
271
install-strip:
272
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273
installdirs:
274
 
275
 
276
mostlyclean-generic:
277
 
278
clean-generic:
279
 
280
distclean-generic:
281
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
282
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
283
 
284
maintainer-clean-generic:
285
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
286
                mostlyclean-tags mostlyclean-generic
287
 
288
mostlyclean: mostlyclean-am
289
 
290
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
291
                mostlyclean-am
292
 
293
clean: clean-am
294
 
295
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
296
                distclean-tags distclean-generic clean-am
297
 
298
distclean: distclean-am
299
        -rm -f config.status
300
 
301
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
302
                maintainer-clean-compile maintainer-clean-tags \
303
                maintainer-clean-generic distclean-am
304
        @echo "This command is intended for maintainers to use;"
305
        @echo "it deletes files that may require special tools to rebuild."
306
 
307
maintainer-clean: maintainer-clean-am
308
        -rm -f config.status
309
 
310
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
311
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
312
mostlyclean-compile distclean-compile clean-compile \
313
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
314
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
315
check-am installcheck-am installcheck install-info-am install-info \
316
install-exec-am install-exec install-data-am install-data install-am \
317
install uninstall-am uninstall all-redirect all-am all installdirs \
318
mostlyclean-generic distclean-generic clean-generic \
319
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320
 
321
 
322
all: crt0.o
323
 
324
# Tell versions [3.59,3.63) of GNU make to not export all variables.
325
# Otherwise a system limit (for SysV at least) may be exceeded.
326
.NOEXPORT:

powered by: WebSVN 2.1.0

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