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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [netware/] [Makefile.in] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
top_builddir = .
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
INSTALL = @INSTALL@
26
install_sh_DATA = $(install_sh) -c -m 644
27
install_sh_PROGRAM = $(install_sh) -c
28
install_sh_SCRIPT = $(install_sh) -c
29
INSTALL_HEADER = $(INSTALL_DATA)
30
transform = $(program_transform_name)
31
NORMAL_INSTALL = :
32
PRE_INSTALL = :
33
POST_INSTALL = :
34
NORMAL_UNINSTALL = :
35
PRE_UNINSTALL = :
36
POST_UNINSTALL = :
37
build_triplet = @build@
38
host_triplet = @host@
39
DIST_COMMON = $(srcdir)/../../../../config.guess \
40
        $(srcdir)/../../../../config.sub $(srcdir)/Makefile.in \
41
        $(srcdir)/Makefile.am $(top_srcdir)/configure \
42
        $(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
43
subdir = .
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
46
        $(top_srcdir)/configure.in
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
        $(ACLOCAL_M4)
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
 configure.lineno configure.status.lineno
51
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
52
CONFIG_CLEAN_FILES =
53
LIBRARIES = $(noinst_LIBRARIES)
54
ARFLAGS = cru
55
lib_a_AR = $(AR) $(ARFLAGS)
56
lib_a_LIBADD =
57
am_lib_a_OBJECTS = getpid.$(OBJEXT) link.$(OBJEXT)
58
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
59
DEFAULT_INCLUDES = -I. -I$(srcdir)
60
depcomp =
61
am__depfiles_maybe =
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
CCLD = $(CC)
65
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66
SOURCES = $(lib_a_SOURCES)
67
ETAGS = etags
68
CTAGS = ctags
69
ACLOCAL = @ACLOCAL@
70
AMDEP_FALSE = @AMDEP_FALSE@
71
AMDEP_TRUE = @AMDEP_TRUE@
72
AMTAR = @AMTAR@
73
AR = @AR@
74
AS = @AS@
75
AUTOCONF = @AUTOCONF@
76
AUTOHEADER = @AUTOHEADER@
77
AUTOMAKE = @AUTOMAKE@
78
AWK = @AWK@
79
CC = @CC@
80
CCAS = @CCAS@
81
CCASFLAGS = @CCASFLAGS@
82
CCDEPMODE = @CCDEPMODE@
83
CYGPATH_W = @CYGPATH_W@
84
DEFS = @DEFS@
85
DEPDIR = @DEPDIR@
86
ECHO_C = @ECHO_C@
87
ECHO_N = @ECHO_N@
88
ECHO_T = @ECHO_T@
89
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
90
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
91
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
92
ELIX_LEVEL_1_TRUE = @ELIX_LEVEL_1_TRUE@
93
ELIX_LEVEL_2_FALSE = @ELIX_LEVEL_2_FALSE@
94
ELIX_LEVEL_2_TRUE = @ELIX_LEVEL_2_TRUE@
95
ELIX_LEVEL_3_FALSE = @ELIX_LEVEL_3_FALSE@
96
ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
97
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
98
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
99
INSTALL_DATA = @INSTALL_DATA@
100
INSTALL_PROGRAM = @INSTALL_PROGRAM@
101
INSTALL_SCRIPT = @INSTALL_SCRIPT@
102
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
103
LDFLAGS = @LDFLAGS@
104
LIBOBJS = @LIBOBJS@
105
LIBS = @LIBS@
106
LTLIBOBJS = @LTLIBOBJS@
107
MAINT = @MAINT@
108
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
109
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
110
MAKEINFO = @MAKEINFO@
111
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
112
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
113
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
114
OBJEXT = @OBJEXT@
115
PACKAGE = @PACKAGE@
116
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
117
PACKAGE_NAME = @PACKAGE_NAME@
118
PACKAGE_STRING = @PACKAGE_STRING@
119
PACKAGE_TARNAME = @PACKAGE_TARNAME@
120
PACKAGE_VERSION = @PACKAGE_VERSION@
121
PATH_SEPARATOR = @PATH_SEPARATOR@
122
RANLIB = @RANLIB@
123
READELF = @READELF@
124
SET_MAKE = @SET_MAKE@
125
SHELL = @SHELL@
126
STRIP = @STRIP@
127
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
128
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
129
VERSION = @VERSION@
130
ac_ct_AR = @ac_ct_AR@
131
ac_ct_AS = @ac_ct_AS@
132
ac_ct_RANLIB = @ac_ct_RANLIB@
133
ac_ct_READELF = @ac_ct_READELF@
134
ac_ct_STRIP = @ac_ct_STRIP@
135
aext = @aext@
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
137
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
138
am__include = @am__include@
139
am__leading_dot = @am__leading_dot@
140
am__quote = @am__quote@
141
am__tar = @am__tar@
142
am__untar = @am__untar@
143
bindir = @bindir@
144
build = @build@
145
build_alias = @build_alias@
146
build_cpu = @build_cpu@
147
build_os = @build_os@
148
build_vendor = @build_vendor@
149
datadir = @datadir@
150
exec_prefix = @exec_prefix@
151
host = @host@
152
host_alias = @host_alias@
153
host_cpu = @host_cpu@
154
host_os = @host_os@
155
host_vendor = @host_vendor@
156
includedir = @includedir@
157
infodir = @infodir@
158
install_sh = @install_sh@
159
libdir = @libdir@
160
libexecdir = @libexecdir@
161
libm_machine_dir = @libm_machine_dir@
162
localstatedir = @localstatedir@
163
lpfx = @lpfx@
164
machine_dir = @machine_dir@
165
mandir = @mandir@
166
mkdir_p = @mkdir_p@
167
newlib_basedir = @newlib_basedir@
168
oext = @oext@
169
oldincludedir = @oldincludedir@
170
prefix = @prefix@
171
program_transform_name = @program_transform_name@
172
sbindir = @sbindir@
173
sharedstatedir = @sharedstatedir@
174
sys_dir = @sys_dir@
175
sysconfdir = @sysconfdir@
176
target_alias = @target_alias@
177
AUTOMAKE_OPTIONS = cygnus
178
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
179
AM_CCASFLAGS = $(INCLUDES)
180
noinst_LIBRARIES = lib.a
181
lib_a_SOURCES = \
182
        getpid.c \
183
        link.c
184
 
185
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
186
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
187
all: all-am
188
 
189
.SUFFIXES:
190
.SUFFIXES: .c .o .obj
191
am--refresh:
192
        @:
193
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
194
        @for dep in $?; do \
195
          case '$(am__configure_deps)' in \
196
            *$$dep*) \
197
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
198
              cd $(srcdir) && $(AUTOMAKE) --cygnus  \
199
                && exit 0; \
200
              exit 1;; \
201
          esac; \
202
        done; \
203
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
204
        cd $(top_srcdir) && \
205
          $(AUTOMAKE) --cygnus  Makefile
206
.PRECIOUS: Makefile
207
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208
        @case '$?' in \
209
          *config.status*) \
210
            echo ' $(SHELL) ./config.status'; \
211
            $(SHELL) ./config.status;; \
212
          *) \
213
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
214
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
215
        esac;
216
 
217
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
218
        $(SHELL) ./config.status --recheck
219
 
220
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
221
        cd $(srcdir) && $(AUTOCONF)
222
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
223
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
224
 
225
clean-noinstLIBRARIES:
226
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
227
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
228
        -rm -f lib.a
229
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
230
        $(RANLIB) lib.a
231
 
232
mostlyclean-compile:
233
        -rm -f *.$(OBJEXT)
234
 
235
distclean-compile:
236
        -rm -f *.tab.c
237
 
238
.c.o:
239
        $(COMPILE) -c $<
240
 
241
.c.obj:
242
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
243
uninstall-info-am:
244
 
245
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
246
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
247
        unique=`for i in $$list; do \
248
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249
          done | \
250
          $(AWK) '    { files[$$0] = 1; } \
251
               END { for (i in files) print i; }'`; \
252
        mkid -fID $$unique
253
tags: TAGS
254
 
255
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
256
                $(TAGS_FILES) $(LISP)
257
        tags=; \
258
        here=`pwd`; \
259
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
260
        unique=`for i in $$list; do \
261
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262
          done | \
263
          $(AWK) '    { files[$$0] = 1; } \
264
               END { for (i in files) print i; }'`; \
265
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
266
          test -n "$$unique" || unique=$$empty_fix; \
267
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
268
            $$tags $$unique; \
269
        fi
270
ctags: CTAGS
271
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
272
                $(TAGS_FILES) $(LISP)
273
        tags=; \
274
        here=`pwd`; \
275
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
276
        unique=`for i in $$list; do \
277
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278
          done | \
279
          $(AWK) '    { files[$$0] = 1; } \
280
               END { for (i in files) print i; }'`; \
281
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
282
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
283
             $$tags $$unique
284
 
285
GTAGS:
286
        here=`$(am__cd) $(top_builddir) && pwd` \
287
          && cd $(top_srcdir) \
288
          && gtags -i $(GTAGS_ARGS) $$here
289
 
290
distclean-tags:
291
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
292
check-am:
293
check: check-am
294
all-am: Makefile $(LIBRARIES)
295
installdirs:
296
install: install-am
297
install-exec: install-exec-am
298
install-data: install-data-am
299
uninstall: uninstall-am
300
 
301
install-am: all-am
302
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
303
 
304
installcheck: installcheck-am
305
install-strip:
306
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
307
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
308
          `test -z '$(STRIP)' || \
309
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
310
mostlyclean-generic:
311
 
312
clean-generic:
313
 
314
distclean-generic:
315
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
316
 
317
maintainer-clean-generic:
318
        @echo "This command is intended for maintainers to use"
319
        @echo "it deletes files that may require special tools to rebuild."
320
clean: clean-am
321
 
322
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
323
 
324
distclean: distclean-am
325
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
326
        -rm -f Makefile
327
distclean-am: clean-am distclean-compile distclean-generic \
328
        distclean-tags
329
 
330
dvi: dvi-am
331
 
332
dvi-am:
333
 
334
html: html-am
335
 
336
info: info-am
337
 
338
info-am:
339
 
340
install-data-am:
341
 
342
install-exec-am:
343
 
344
install-info: install-info-am
345
 
346
install-man:
347
 
348
installcheck-am:
349
 
350
maintainer-clean: maintainer-clean-am
351
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
352
        -rm -rf $(top_srcdir)/autom4te.cache
353
        -rm -f Makefile
354
maintainer-clean-am: distclean-am maintainer-clean-generic
355
 
356
mostlyclean: mostlyclean-am
357
 
358
mostlyclean-am: mostlyclean-compile mostlyclean-generic
359
 
360
pdf: pdf-am
361
 
362
pdf-am:
363
 
364
ps: ps-am
365
 
366
ps-am:
367
 
368
uninstall-am:
369
 
370
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
371
        clean-generic clean-noinstLIBRARIES ctags distclean \
372
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
373
        html html-am info info-am install install-am install-data \
374
        install-data-am install-exec install-exec-am install-info \
375
        install-info-am install-man install-strip installcheck \
376
        installcheck-am installdirs maintainer-clean \
377
        maintainer-clean-generic mostlyclean mostlyclean-compile \
378
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
379
        uninstall-am uninstall-info-am
380
 
381
 
382
all: crt0.o
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
384
# Otherwise a system limit (for SysV at least) may be exceeded.
385
.NOEXPORT:

powered by: WebSVN 2.1.0

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