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 = euc-jp.c 	euc-kr.c 	euc-tw.c 	gb2312.c 	iso-10646-ucs-2.c 	iso-10646-ucs-4.c 	ucs-2-internal.c 	ucs-4-internal.c 	utf-16.c 	utf-8.c
114
115@ELIX_LEVEL_1_TRUE@LIB_OBJS =
116@ELIX_LEVEL_1_FALSE@LIB_OBJS = 	euc-jp.$(oext) 	euc-kr.$(oext) 	euc-tw.$(oext) 	gb2312.$(oext) 	iso-10646-ucs-2.$(oext) 	iso-10646-ucs-4.$(oext) 	ucs-2-internal.$(oext) 	ucs-4-internal.$(oext) 	utf-16.$(oext) 	utf-8.$(oext)
117
118noinst_LIBRARIES = lib.a
119lib_a_SOURCES = $(GENERAL_SOURCES)
120lib_a_LIBADD = $(LIB_OBJS)
121lib_a_DEPENDENCIES = $(LIB_OBJS)
122noinst_DATA =
123
124CHEWOUT_FILES = ces.def
125
126SUFFIXES = .def
127
128CHEW = ../../../doc/makedoc -f $(srcdir)/../../../doc/doc.str
129
130TARGETDOC = ../tmp.texi
131
132CLEANFILES = $(CHEWOUT_FILES) *.ref
133mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
134CONFIG_CLEAN_FILES =
135LIBRARIES =  $(noinst_LIBRARIES)
136
137
138DEFS = @DEFS@ -I. -I$(srcdir)
139CPPFLAGS = @CPPFLAGS@
140LIBS = @LIBS@
141lib_a_OBJECTS =  euc-jp.$(OBJEXT) euc-kr.$(OBJEXT) euc-tw.$(OBJEXT) \
142gb2312.$(OBJEXT) iso-10646-ucs-2.$(OBJEXT) iso-10646-ucs-4.$(OBJEXT) \
143ucs-2-internal.$(OBJEXT) ucs-4-internal.$(OBJEXT) utf-16.$(OBJEXT) \
144utf-8.$(OBJEXT)
145CFLAGS = @CFLAGS@
146COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148CCLD = $(CC)
149LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
150DATA =  $(noinst_DATA)
151
152DIST_COMMON =  Makefile.am Makefile.in
153
154
155DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
156
157TAR = gtar
158GZIP_ENV = --best
159SOURCES = $(lib_a_SOURCES)
160OBJECTS = $(lib_a_OBJECTS)
161
162all: all-redirect
163.SUFFIXES:
164.SUFFIXES: .S .c .def .lo .o .obj .s
165$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
166	cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/ces/Makefile
167
168Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
169	cd $(top_builddir) \
170	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
171
172
173mostlyclean-noinstLIBRARIES:
174
175clean-noinstLIBRARIES:
176	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
177
178distclean-noinstLIBRARIES:
179
180maintainer-clean-noinstLIBRARIES:
181
182.c.o:
183	$(COMPILE) -c $<
184
185# FIXME: We should only use cygpath when building on Windows,
186# and only if it is available.
187.c.obj:
188	$(COMPILE) -c `cygpath -w $<`
189
190.s.o:
191	$(COMPILE) -c $<
192
193.S.o:
194	$(COMPILE) -c $<
195
196mostlyclean-compile:
197	-rm -f *.o core *.core
198	-rm -f *.$(OBJEXT)
199
200clean-compile:
201
202distclean-compile:
203	-rm -f *.tab.c
204
205maintainer-clean-compile:
206
207.c.lo:
208	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210.s.lo:
211	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
212
213.S.lo:
214	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
215
216mostlyclean-libtool:
217	-rm -f *.lo
218
219clean-libtool:
220	-rm -rf .libs _libs
221
222distclean-libtool:
223
224maintainer-clean-libtool:
225
226lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
227	-rm -f lib.a
228	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
229	$(RANLIB) lib.a
230
231tags: TAGS
232
233ID: $(HEADERS) $(SOURCES) $(LISP)
234	list='$(SOURCES) $(HEADERS)'; \
235	unique=`for i in $$list; do echo $$i; done | \
236	  awk '    { files[$$0] = 1; } \
237	       END { for (i in files) print i; }'`; \
238	here=`pwd` && cd $(srcdir) \
239	  && mkid -f$$here/ID $$unique $(LISP)
240
241TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
242	tags=; \
243	here=`pwd`; \
244	list='$(SOURCES) $(HEADERS)'; \
245	unique=`for i in $$list; do echo $$i; done | \
246	  awk '    { files[$$0] = 1; } \
247	       END { for (i in files) print i; }'`; \
248	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
249	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
250
251mostlyclean-tags:
252
253clean-tags:
254
255distclean-tags:
256	-rm -f TAGS ID
257
258maintainer-clean-tags:
259
260distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
261
262subdir = iconv/ces
263
264distdir: $(DISTFILES)
265	@for file in $(DISTFILES); do \
266	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
267	  if test -d $$d/$$file; then \
268	    cp -pr $$d/$$file $(distdir)/$$file; \
269	  else \
270	    test -f $(distdir)/$$file \
271	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
272	    || cp -p $$d/$$file $(distdir)/$$file || :; \
273	  fi; \
274	done
275info-am:
276info: info-am
277dvi-am:
278dvi: dvi-am
279check-am:
280check: check-am
281installcheck-am:
282installcheck: installcheck-am
283install-info-am:
284install-info: install-info-am
285install-exec-am:
286install-exec: install-exec-am
287
288install-data-am:
289install-data: install-data-am
290
291install-am: all-am
292	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
293install: install-am
294uninstall-am:
295uninstall: uninstall-am
296all-am: Makefile $(LIBRARIES) $(DATA)
297all-redirect: all-am
298install-strip:
299	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
300installdirs:
301
302
303mostlyclean-generic:
304
305clean-generic:
306	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
307
308distclean-generic:
309	-rm -f Makefile $(CONFIG_CLEAN_FILES)
310	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
311
312maintainer-clean-generic:
313mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
314		mostlyclean-libtool mostlyclean-tags \
315		mostlyclean-generic
316
317mostlyclean: mostlyclean-am
318
319clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
320		clean-generic mostlyclean-am
321
322clean: clean-am
323
324distclean-am:  distclean-noinstLIBRARIES distclean-compile \
325		distclean-libtool distclean-tags distclean-generic \
326		clean-am
327	-rm -f libtool
328
329distclean: distclean-am
330
331maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
332		maintainer-clean-compile maintainer-clean-libtool \
333		maintainer-clean-tags maintainer-clean-generic \
334		distclean-am
335	@echo "This command is intended for maintainers to use;"
336	@echo "it deletes files that may require special tools to rebuild."
337
338maintainer-clean: maintainer-clean-am
339
340.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
341clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
342mostlyclean-compile distclean-compile clean-compile \
343maintainer-clean-compile mostlyclean-libtool distclean-libtool \
344clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
345distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
346dvi-am dvi check check-am installcheck-am installcheck install-info-am \
347install-info install-exec-am install-exec install-data-am install-data \
348install-am install uninstall-am uninstall all-redirect all-am all \
349installdirs mostlyclean-generic distclean-generic clean-generic \
350maintainer-clean-generic clean mostlyclean distclean maintainer-clean
351
352
353objectlist.awk.in: $(noinst_LTLIBRARIES)
354	-rm -f objectlist.awk.in
355	for i in `ls *.lo` ; \
356	do \
357	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
358	done
359
360.c.def:
361	$(CHEW) < $< > $*.def 2> $*.ref
362	touch stmp-def
363
364doc: $(CHEWOUT_FILES)
365	cat $(srcdir)/ces.tex >> $(TARGETDOC)
366
367# Tell versions [3.59,3.63) of GNU make to not export all variables.
368# Otherwise a system limit (for SysV at least) may be exceeded.
369.NOEXPORT:
370