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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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