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