OSDN Git Service

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