OSDN Git Service

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