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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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