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

Subversion Repositories or1k

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1008 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
        memchr.S memcmp.S memcpy.S memset.S setjmp.S strcat.S strcmp.S \
89
        strcpy.S strlen.S strncat.S strncmp.S strncpy.S
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 =  memchr.o memcmp.o memcpy.o memset.o setjmp.o strcat.o \
105
strcmp.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o
106
CFLAGS = @CFLAGS@
107
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108
CCLD = $(CC)
109
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
110
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
111
 
112
 
113
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
 
115
TAR = gtar
116
GZIP_ENV = --best
117
SOURCES = $(lib_a_SOURCES)
118
OBJECTS = $(lib_a_OBJECTS)
119
 
120
all: all-redirect
121
.SUFFIXES:
122
.SUFFIXES: .S .c .o .s
123
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
125
 
126
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
127
        cd $(top_builddir) \
128
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
 
130
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
131
                ../../../acinclude.m4 ../../../aclocal.m4
132
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
133
 
134
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
135
        $(SHELL) ./config.status --recheck
136
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
137
        cd $(srcdir) && $(AUTOCONF)
138
 
139
mostlyclean-noinstLIBRARIES:
140
 
141
clean-noinstLIBRARIES:
142
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
143
 
144
distclean-noinstLIBRARIES:
145
 
146
maintainer-clean-noinstLIBRARIES:
147
 
148
.c.o:
149
        $(COMPILE) -c $<
150
 
151
.s.o:
152
        $(COMPILE) -c $<
153
 
154
.S.o:
155
        $(COMPILE) -c $<
156
 
157
mostlyclean-compile:
158
        -rm -f *.o core *.core
159
 
160
clean-compile:
161
 
162
distclean-compile:
163
        -rm -f *.tab.c
164
 
165
maintainer-clean-compile:
166
 
167
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
168
        -rm -f lib.a
169
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
170
        $(RANLIB) lib.a
171
 
172
tags: TAGS
173
 
174
ID: $(HEADERS) $(SOURCES) $(LISP)
175
        list='$(SOURCES) $(HEADERS)'; \
176
        unique=`for i in $$list; do echo $$i; done | \
177
          awk '    { files[$$0] = 1; } \
178
               END { for (i in files) print i; }'`; \
179
        here=`pwd` && cd $(srcdir) \
180
          && mkid -f$$here/ID $$unique $(LISP)
181
 
182
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
183
        tags=; \
184
        here=`pwd`; \
185
        list='$(SOURCES) $(HEADERS)'; \
186
        unique=`for i in $$list; do echo $$i; done | \
187
          awk '    { files[$$0] = 1; } \
188
               END { for (i in files) print i; }'`; \
189
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
190
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
191
 
192
mostlyclean-tags:
193
 
194
clean-tags:
195
 
196
distclean-tags:
197
        -rm -f TAGS ID
198
 
199
maintainer-clean-tags:
200
 
201
distdir = $(PACKAGE)-$(VERSION)
202
top_distdir = $(distdir)
203
 
204
# This target untars the dist file and tries a VPATH configuration.  Then
205
# it guarantees that the distribution is self-contained by making another
206
# tarfile.
207
distcheck: dist
208
        -rm -rf $(distdir)
209
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
210
        mkdir $(distdir)/=build
211
        mkdir $(distdir)/=inst
212
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
213
        cd $(distdir)/=build \
214
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
215
          && $(MAKE) $(AM_MAKEFLAGS) \
216
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
217
          && $(MAKE) $(AM_MAKEFLAGS) check \
218
          && $(MAKE) $(AM_MAKEFLAGS) install \
219
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
220
          && $(MAKE) $(AM_MAKEFLAGS) dist
221
        -rm -rf $(distdir)
222
        @banner="$(distdir).tar.gz is ready for distribution"; \
223
        dashes=`echo "$$banner" | sed s/./=/g`; \
224
        echo "$$dashes"; \
225
        echo "$$banner"; \
226
        echo "$$dashes"
227
dist: distdir
228
        -chmod -R a+r $(distdir)
229
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
230
        -rm -rf $(distdir)
231
dist-all: distdir
232
        -chmod -R a+r $(distdir)
233
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
234
        -rm -rf $(distdir)
235
distdir: $(DISTFILES)
236
        -rm -rf $(distdir)
237
        mkdir $(distdir)
238
        -chmod 777 $(distdir)
239
        @for file in $(DISTFILES); do \
240
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
241
          if test -d $$d/$$file; then \
242
            cp -pr $$d/$$file $(distdir)/$$file; \
243
          else \
244
            test -f $(distdir)/$$file \
245
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246
            || cp -p $$d/$$file $(distdir)/$$file || :; \
247
          fi; \
248
        done
249
info-am:
250
info: info-am
251
dvi-am:
252
dvi: dvi-am
253
check-am:
254
check: check-am
255
installcheck-am:
256
installcheck: installcheck-am
257
install-info-am:
258
install-info: install-info-am
259
install-exec-am:
260
install-exec: install-exec-am
261
 
262
install-data-am:
263
install-data: install-data-am
264
 
265
install-am: all-am
266
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
267
install: install-am
268
uninstall-am:
269
uninstall: uninstall-am
270
all-am: Makefile $(LIBRARIES)
271
all-redirect: all-am
272
install-strip:
273
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
274
installdirs:
275
 
276
 
277
mostlyclean-generic:
278
 
279
clean-generic:
280
 
281
distclean-generic:
282
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
283
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284
 
285
maintainer-clean-generic:
286
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
287
                mostlyclean-tags mostlyclean-generic
288
 
289
mostlyclean: mostlyclean-am
290
 
291
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
292
                mostlyclean-am
293
 
294
clean: clean-am
295
 
296
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
297
                distclean-tags distclean-generic clean-am
298
 
299
distclean: distclean-am
300
        -rm -f config.status
301
 
302
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
303
                maintainer-clean-compile maintainer-clean-tags \
304
                maintainer-clean-generic distclean-am
305
        @echo "This command is intended for maintainers to use;"
306
        @echo "it deletes files that may require special tools to rebuild."
307
 
308
maintainer-clean: maintainer-clean-am
309
        -rm -f config.status
310
 
311
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
312
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
313
mostlyclean-compile distclean-compile clean-compile \
314
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
315
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
316
check-am installcheck-am installcheck install-info-am install-info \
317
install-exec-am install-exec install-data-am install-data install-am \
318
install uninstall-am uninstall all-redirect all-am all installdirs \
319
mostlyclean-generic distclean-generic clean-generic \
320
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
321
 
322
 
323
# Tell versions [3.59,3.63) of GNU make to not export all variables.
324
# Otherwise a system limit (for SysV at least) may be exceeded.
325
.NOEXPORT:

powered by: WebSVN 2.1.0

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