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

Subversion Repositories or1k

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

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

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

powered by: WebSVN 2.1.0

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