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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [newlib/] [newlib/] [libc/] [ctype/] [Makefile.in] - Blame information for rev 1780

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.3b 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
 
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@
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
CRT0 = @CRT0@
67
EXEEXT = @EXEEXT@
68
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
69
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
70
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
71
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
72
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
73
LIBC_SYS_LIB = @LIBC_SYS_LIB@
74
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
75
MAINT = @MAINT@
76
MAKEINFO = @MAKEINFO@
77
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
78
PACKAGE = @PACKAGE@
79
RANLIB = @RANLIB@
80
VERSION = @VERSION@
81
mach_add_objs = @mach_add_objs@
82
machine_dir = @machine_dir@
83
newlib_basedir = @newlib_basedir@
84
sys_dir = @sys_dir@
85
 
86
AUTOMAKE_OPTIONS = cygnus
87
 
88
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
 
90
noinst_LIBRARIES = lib.a
91
 
92
lib_a_SOURCES = \
93
        ctype_.c \
94
        isalnum.c \
95
        isalpha.c \
96
        isascii.c \
97
        iscntrl.c \
98
        isdigit.c \
99
        islower.c \
100
        isupper.c \
101
        isprint.c \
102
        ispunct.c \
103
        isspace.c \
104
        isxdigit.c \
105
        toascii.c \
106
        tolower.c \
107
        toupper.c \
108
        _tolower.c \
109
        _toupper.c
110
 
111
CHEWOUT_FILES= \
112 39 lampret
        isalnum.def     \
113
        isalpha.def     \
114
        isascii.def     \
115
        iscntrl.def     \
116
        isdigit.def     \
117
        islower.def     \
118
        isprint.def     \
119
        ispunct.def     \
120
        isspace.def     \
121
        isupper.def     \
122
        isxdigit.def    \
123
        toascii.def     \
124
        tolower.def     \
125
        toupper.def
126
 
127 56 joel
SUFFIXES = .def
128 39 lampret
 
129 56 joel
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
130 39 lampret
 
131 56 joel
TARGETDOC = ../tmp.texi
132 39 lampret
 
133 56 joel
CLEANFILES = $(CHEWOUT_FILES) *.ref
134
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
135
CONFIG_CLEAN_FILES =
136
LIBRARIES =  $(noinst_LIBRARIES)
137 39 lampret
 
138
 
139 56 joel
DEFS = @DEFS@ -I. -I$(srcdir)
140
CPPFLAGS = @CPPFLAGS@
141
LDFLAGS = @LDFLAGS@
142
LIBS = @LIBS@
143
lib_a_LIBADD =
144
lib_a_OBJECTS =  ctype_.o isalnum.o isalpha.o isascii.o iscntrl.o \
145
isdigit.o islower.o isupper.o isprint.o ispunct.o isspace.o isxdigit.o \
146
toascii.o tolower.o toupper.o _tolower.o _toupper.o
147
CFLAGS = @CFLAGS@
148
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149
LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
150
DIST_COMMON =  Makefile.am Makefile.in
151 39 lampret
 
152 56 joel
 
153
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
154
 
155
TAR = tar
156
GZIP = --best
157
SOURCES = $(lib_a_SOURCES)
158
OBJECTS = $(lib_a_OBJECTS)
159
 
160
all: Makefile $(LIBRARIES)
161
 
162
.SUFFIXES:
163
.SUFFIXES: .S .c .def .o .s
164
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
165
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus ctype/Makefile
166
 
167
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
168
        cd $(top_builddir) \
169
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
170
 
171
 
172
mostlyclean-noinstLIBRARIES:
173
 
174
clean-noinstLIBRARIES:
175
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
176
 
177
distclean-noinstLIBRARIES:
178
 
179
maintainer-clean-noinstLIBRARIES:
180
 
181
.c.o:
182
        $(COMPILE) -c $<
183
 
184
.s.o:
185
        $(COMPILE) -c $<
186
 
187
.S.o:
188
        $(COMPILE) -c $<
189
 
190
mostlyclean-compile:
191
        -rm -f *.o core *.core
192
 
193
clean-compile:
194
 
195
distclean-compile:
196
        -rm -f *.tab.c
197
 
198
maintainer-clean-compile:
199
 
200
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
201
        -rm -f lib.a
202
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
203
        $(RANLIB) lib.a
204
 
205
tags: TAGS
206
 
207
ID: $(HEADERS) $(SOURCES) $(LISP)
208
        here=`pwd` && cd $(srcdir) \
209
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
210
 
211
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
212
        tags=; \
213
        here=`pwd`; \
214
        list='$(SOURCES) $(HEADERS)'; \
215
        unique=`for i in $$list; do echo $$i; done | \
216
          awk '    { files[$$0] = 1; } \
217
               END { for (i in files) print i; }'`; \
218
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
220
 
221
mostlyclean-tags:
222
 
223
clean-tags:
224
 
225
distclean-tags:
226
        -rm -f TAGS ID
227
 
228
maintainer-clean-tags:
229
 
230
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
231
 
232
subdir = ctype
233
 
234
distdir: $(DISTFILES)
235
        @for file in $(DISTFILES); do \
236
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
237
          test -f $(distdir)/$$file \
238
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239
          || cp -p $$d/$$file $(distdir)/$$file; \
240
        done
241
info:
242
dvi:
243
check:
244
installcheck:
245
install-info:
246
install-exec:
247
        @$(NORMAL_INSTALL)
248
 
249
install-data:
250
        @$(NORMAL_INSTALL)
251
 
252
install: install-exec install-data all
253
        @:
254
 
255
uninstall:
256
 
257
install-strip:
258
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
259
installdirs:
260
 
261
 
262
mostlyclean-generic:
263
 
264
clean-generic:
265
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
266
 
267
distclean-generic:
268
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
269
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
270
 
271
maintainer-clean-generic:
272
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
273
                mostlyclean-tags mostlyclean-generic
274
 
275
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
276
                mostlyclean
277
 
278
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
279
                distclean-generic clean
280
        -rm -f config.status
281
 
282
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
283
                maintainer-clean-compile maintainer-clean-tags \
284
                maintainer-clean-generic distclean
285
        @echo "This command is intended for maintainers to use;"
286
        @echo "it deletes files that may require special tools to rebuild."
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
.c.def:
299
        $(CHEW) < $< > $*.def 2> $*.ref
300
        touch stmp-def
301
 
302
doc: $(CHEWOUT_FILES)
303
        cat $(srcdir)/ctype.tex >> $(TARGETDOC)
304
 
305
# Tell versions [3.59,3.63) of GNU make to not export all variables.
306
# Otherwise a system limit (for SysV at least) may be exceeded.
307
.NOEXPORT:

powered by: WebSVN 2.1.0

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