1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20am__make_dryrun = \
21  { \
22    am__dry=no; \
23    case $$MAKEFLAGS in \
24      *\\[\ \	]*) \
25        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27      *) \
28        for am__flg in $$MAKEFLAGS; do \
29          case $$am__flg in \
30            *=*|--*) ;; \
31            *n*) am__dry=yes; break;; \
32          esac; \
33        done;; \
34    esac; \
35    test $$am__dry = yes; \
36  }
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
56	$(srcdir)/Makefile.am
57subdir = iconv/ces
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
60	$(top_srcdir)/../../ltoptions.m4 \
61	$(top_srcdir)/../../ltsugar.m4 \
62	$(top_srcdir)/../../ltversion.m4 \
63	$(top_srcdir)/../../lt~obsolete.m4 \
64	$(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
68CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =
70LIBRARIES = $(noinst_LIBRARIES)
71ARFLAGS = cru
72lib_a_AR = $(AR) $(ARFLAGS)
73lib_a_LIBADD =
74am__objects_1 = lib_a-utf-8.$(OBJEXT) lib_a-utf-16.$(OBJEXT) \
75	lib_a-ucs-2.$(OBJEXT) lib_a-us-ascii.$(OBJEXT) \
76	lib_a-ucs-4.$(OBJEXT) lib_a-ucs-2-internal.$(OBJEXT) \
77	lib_a-ucs-4-internal.$(OBJEXT) lib_a-cesbi.$(OBJEXT) \
78	lib_a-table.$(OBJEXT) lib_a-table-pcs.$(OBJEXT) \
79	lib_a-euc.$(OBJEXT)
80@ELIX_LEVEL_1_TRUE@am__objects_2 = lib_a-utf-8.$(OBJEXT) \
81@ELIX_LEVEL_1_TRUE@	lib_a-utf-16.$(OBJEXT) \
82@ELIX_LEVEL_1_TRUE@	lib_a-ucs-2.$(OBJEXT) \
83@ELIX_LEVEL_1_TRUE@	lib_a-us-ascii.$(OBJEXT) \
84@ELIX_LEVEL_1_TRUE@	lib_a-ucs-4.$(OBJEXT) \
85@ELIX_LEVEL_1_TRUE@	lib_a-ucs-2-internal.$(OBJEXT) \
86@ELIX_LEVEL_1_TRUE@	lib_a-ucs-4-internal.$(OBJEXT) \
87@ELIX_LEVEL_1_TRUE@	lib_a-cesbi.$(OBJEXT) lib_a-table.$(OBJEXT) \
88@ELIX_LEVEL_1_TRUE@	lib_a-table-pcs.$(OBJEXT) \
89@ELIX_LEVEL_1_TRUE@	lib_a-euc.$(OBJEXT)
90am_lib_a_OBJECTS = $(am__objects_1) $(am__objects_2)
91lib_a_OBJECTS = $(am_lib_a_OBJECTS)
92DEFAULT_INCLUDES = -I.@am__isrc@
93depcomp =
94am__depfiles_maybe =
95COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
99	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100CCLD = $(CC)
101LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
103	$(LDFLAGS) -o $@
104SOURCES = $(lib_a_SOURCES)
105am__can_run_installinfo = \
106  case $$AM_UPDATE_INFO_DIR in \
107    n|no|NO) false;; \
108    *) (install-info --version) >/dev/null 2>&1;; \
109  esac
110DATA = $(noinst_DATA)
111ETAGS = etags
112CTAGS = ctags
113ACLOCAL = @ACLOCAL@
114AMTAR = @AMTAR@
115AR = @AR@
116AS = @AS@
117AUTOCONF = @AUTOCONF@
118AUTOHEADER = @AUTOHEADER@
119AUTOMAKE = @AUTOMAKE@
120AWK = @AWK@
121CC = @CC@
122CCAS = @CCAS@
123CCASFLAGS = @CCASFLAGS@
124CCDEPMODE = @CCDEPMODE@
125CFLAGS = @CFLAGS@
126CPP = @CPP@
127CPPFLAGS = @CPPFLAGS@
128CRT0 = @CRT0@
129CYGPATH_W = @CYGPATH_W@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
132DLLTOOL = @DLLTOOL@
133DSYMUTIL = @DSYMUTIL@
134DUMPBIN = @DUMPBIN@
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
140FGREP = @FGREP@
141GREP = @GREP@
142INSTALL = @INSTALL@
143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147LD = @LD@
148LDFLAGS = @LDFLAGS@
149LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
150LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
151LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
152LIBC_POSIX_DEF = @LIBC_POSIX_DEF@
153LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
154LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
155LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
156LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
157LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
158LIBC_STDIO_DEF = @LIBC_STDIO_DEF@
159LIBC_STDIO_LIB = @LIBC_STDIO_LIB@
160LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
161LIBC_SYS_LIB = @LIBC_SYS_LIB@
162LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
163LIBC_XDR_DEF = @LIBC_XDR_DEF@
164LIBC_XDR_LIB = @LIBC_XDR_LIB@
165LIBOBJS = @LIBOBJS@
166LIBS = @LIBS@
167LIBTOOL = @LIBTOOL@
168LIPO = @LIPO@
169LN_S = @LN_S@
170LTLIBOBJS = @LTLIBOBJS@
171MAINT = @MAINT@
172MAKEINFO = @MAKEINFO@
173MKDIR_P = @MKDIR_P@
174NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
175NM = @NM@
176NMEDIT = @NMEDIT@
177NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_URL = @PACKAGE_URL@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190RANLIB = @RANLIB@
191READELF = @READELF@
192SED = @SED@
193SET_MAKE = @SET_MAKE@
194SHELL = @SHELL@
195STRIP = @STRIP@
196VERSION = @VERSION@
197abs_builddir = @abs_builddir@
198abs_srcdir = @abs_srcdir@
199abs_top_builddir = @abs_top_builddir@
200abs_top_srcdir = @abs_top_srcdir@
201ac_ct_CC = @ac_ct_CC@
202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203aext = @aext@
204am__include = @am__include@
205am__leading_dot = @am__leading_dot@
206am__quote = @am__quote@
207am__tar = @am__tar@
208am__untar = @am__untar@
209bindir = @bindir@
210build = @build@
211build_alias = @build_alias@
212build_cpu = @build_cpu@
213build_os = @build_os@
214build_vendor = @build_vendor@
215builddir = @builddir@
216datadir = @datadir@
217datarootdir = @datarootdir@
218docdir = @docdir@
219dvidir = @dvidir@
220exec_prefix = @exec_prefix@
221extra_dir = @extra_dir@
222host = @host@
223host_alias = @host_alias@
224host_cpu = @host_cpu@
225host_os = @host_os@
226host_vendor = @host_vendor@
227htmldir = @htmldir@
228includedir = @includedir@
229infodir = @infodir@
230install_sh = @install_sh@
231libdir = @libdir@
232libexecdir = @libexecdir@
233libm_machine_dir = @libm_machine_dir@
234localedir = @localedir@
235localstatedir = @localstatedir@
236lpfx = @lpfx@
237machine_dir = @machine_dir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240newlib_basedir = @newlib_basedir@
241oext = @oext@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244prefix = @prefix@
245program_transform_name = @program_transform_name@
246psdir = @psdir@
247sbindir = @sbindir@
248sharedstatedir = @sharedstatedir@
249srcdir = @srcdir@
250subdirs = @subdirs@
251sys_dir = @sys_dir@
252sysconfdir = @sysconfdir@
253target_alias = @target_alias@
254top_build_prefix = @top_build_prefix@
255top_builddir = @top_builddir@
256top_srcdir = @top_srcdir@
257AUTOMAKE_OPTIONS = cygnus
258INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
259GENERAL_SOURCES = \
260	utf-8.c \
261	utf-16.c \
262	ucs-2.c \
263	us-ascii.c \
264	ucs-4.c \
265	ucs-2-internal.c \
266	ucs-4-internal.c \
267	cesbi.c \
268	table.c \
269	table-pcs.c \
270	euc.c
271
272@ELIX_LEVEL_1_FALSE@ELIX_SOURCES =
273@ELIX_LEVEL_1_TRUE@ELIX_SOURCES = \
274@ELIX_LEVEL_1_TRUE@	utf-8.c \
275@ELIX_LEVEL_1_TRUE@	utf-16.c \
276@ELIX_LEVEL_1_TRUE@	ucs-2.c \
277@ELIX_LEVEL_1_TRUE@	us-ascii.c \
278@ELIX_LEVEL_1_TRUE@	ucs-4.c \
279@ELIX_LEVEL_1_TRUE@	ucs-2-internal.c \
280@ELIX_LEVEL_1_TRUE@	ucs-4-internal.c \
281@ELIX_LEVEL_1_TRUE@	cesbi.c \
282@ELIX_LEVEL_1_TRUE@	table.c \
283@ELIX_LEVEL_1_TRUE@	table-pcs.c \
284@ELIX_LEVEL_1_TRUE@	euc.c
285
286noinst_LIBRARIES = lib.a
287lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
288lib_a_CFLAGS = $(AM_CFLAGS)
289noinst_DATA =
290
291#
292# documentation rules
293#
294SUFFIXES = .def
295CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str
296CLEANFILES = $(CHEWOUT_FILES) *.ref
297CHEWOUT_FILES =
298CHAPTERS =
299all: all-am
300
301.SUFFIXES:
302.SUFFIXES: .def .c .lo .o .obj
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../Makefile.shared $(am__configure_deps)
304	@for dep in $?; do \
305	  case '$(am__configure_deps)' in \
306	    *$$dep*) \
307	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308	        && { if test -f $@; then exit 0; else break; fi; }; \
309	      exit 1;; \
310	  esac; \
311	done; \
312	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/ces/Makefile'; \
313	$(am__cd) $(top_srcdir) && \
314	  $(AUTOMAKE) --cygnus iconv/ces/Makefile
315.PRECIOUS: Makefile
316Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317	@case '$?' in \
318	  *config.status*) \
319	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320	  *) \
321	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323	esac;
324$(srcdir)/../../../Makefile.shared:
325
326$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333$(am__aclocal_m4_deps):
334
335clean-noinstLIBRARIES:
336	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
337lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
338	-rm -f lib.a
339	$(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
340	$(RANLIB) lib.a
341
342mostlyclean-compile:
343	-rm -f *.$(OBJEXT)
344
345distclean-compile:
346	-rm -f *.tab.c
347
348.c.o:
349	$(COMPILE) -c $<
350
351.c.obj:
352	$(COMPILE) -c `$(CYGPATH_W) '$<'`
353
354.c.lo:
355	$(LTCOMPILE) -c -o $@ $<
356
357lib_a-utf-8.o: utf-8.c
358	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-utf-8.o `test -f 'utf-8.c' || echo '$(srcdir)/'`utf-8.c
359
360lib_a-utf-8.obj: utf-8.c
361	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-utf-8.obj `if test -f 'utf-8.c'; then $(CYGPATH_W) 'utf-8.c'; else $(CYGPATH_W) '$(srcdir)/utf-8.c'; fi`
362
363lib_a-utf-16.o: utf-16.c
364	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-utf-16.o `test -f 'utf-16.c' || echo '$(srcdir)/'`utf-16.c
365
366lib_a-utf-16.obj: utf-16.c
367	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-utf-16.obj `if test -f 'utf-16.c'; then $(CYGPATH_W) 'utf-16.c'; else $(CYGPATH_W) '$(srcdir)/utf-16.c'; fi`
368
369lib_a-ucs-2.o: ucs-2.c
370	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-2.o `test -f 'ucs-2.c' || echo '$(srcdir)/'`ucs-2.c
371
372lib_a-ucs-2.obj: ucs-2.c
373	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-2.obj `if test -f 'ucs-2.c'; then $(CYGPATH_W) 'ucs-2.c'; else $(CYGPATH_W) '$(srcdir)/ucs-2.c'; fi`
374
375lib_a-us-ascii.o: us-ascii.c
376	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-us-ascii.o `test -f 'us-ascii.c' || echo '$(srcdir)/'`us-ascii.c
377
378lib_a-us-ascii.obj: us-ascii.c
379	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-us-ascii.obj `if test -f 'us-ascii.c'; then $(CYGPATH_W) 'us-ascii.c'; else $(CYGPATH_W) '$(srcdir)/us-ascii.c'; fi`
380
381lib_a-ucs-4.o: ucs-4.c
382	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-4.o `test -f 'ucs-4.c' || echo '$(srcdir)/'`ucs-4.c
383
384lib_a-ucs-4.obj: ucs-4.c
385	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-4.obj `if test -f 'ucs-4.c'; then $(CYGPATH_W) 'ucs-4.c'; else $(CYGPATH_W) '$(srcdir)/ucs-4.c'; fi`
386
387lib_a-ucs-2-internal.o: ucs-2-internal.c
388	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-2-internal.o `test -f 'ucs-2-internal.c' || echo '$(srcdir)/'`ucs-2-internal.c
389
390lib_a-ucs-2-internal.obj: ucs-2-internal.c
391	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-2-internal.obj `if test -f 'ucs-2-internal.c'; then $(CYGPATH_W) 'ucs-2-internal.c'; else $(CYGPATH_W) '$(srcdir)/ucs-2-internal.c'; fi`
392
393lib_a-ucs-4-internal.o: ucs-4-internal.c
394	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-4-internal.o `test -f 'ucs-4-internal.c' || echo '$(srcdir)/'`ucs-4-internal.c
395
396lib_a-ucs-4-internal.obj: ucs-4-internal.c
397	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ucs-4-internal.obj `if test -f 'ucs-4-internal.c'; then $(CYGPATH_W) 'ucs-4-internal.c'; else $(CYGPATH_W) '$(srcdir)/ucs-4-internal.c'; fi`
398
399lib_a-cesbi.o: cesbi.c
400	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-cesbi.o `test -f 'cesbi.c' || echo '$(srcdir)/'`cesbi.c
401
402lib_a-cesbi.obj: cesbi.c
403	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-cesbi.obj `if test -f 'cesbi.c'; then $(CYGPATH_W) 'cesbi.c'; else $(CYGPATH_W) '$(srcdir)/cesbi.c'; fi`
404
405lib_a-table.o: table.c
406	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-table.o `test -f 'table.c' || echo '$(srcdir)/'`table.c
407
408lib_a-table.obj: table.c
409	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-table.obj `if test -f 'table.c'; then $(CYGPATH_W) 'table.c'; else $(CYGPATH_W) '$(srcdir)/table.c'; fi`
410
411lib_a-table-pcs.o: table-pcs.c
412	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-table-pcs.o `test -f 'table-pcs.c' || echo '$(srcdir)/'`table-pcs.c
413
414lib_a-table-pcs.obj: table-pcs.c
415	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-table-pcs.obj `if test -f 'table-pcs.c'; then $(CYGPATH_W) 'table-pcs.c'; else $(CYGPATH_W) '$(srcdir)/table-pcs.c'; fi`
416
417lib_a-euc.o: euc.c
418	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-euc.o `test -f 'euc.c' || echo '$(srcdir)/'`euc.c
419
420lib_a-euc.obj: euc.c
421	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-euc.obj `if test -f 'euc.c'; then $(CYGPATH_W) 'euc.c'; else $(CYGPATH_W) '$(srcdir)/euc.c'; fi`
422
423mostlyclean-libtool:
424	-rm -f *.lo
425
426clean-libtool:
427	-rm -rf .libs _libs
428
429ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431	unique=`for i in $$list; do \
432	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433	  done | \
434	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435	      END { if (nonempty) { for (i in files) print i; }; }'`; \
436	mkid -fID $$unique
437tags: TAGS
438
439TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440		$(TAGS_FILES) $(LISP)
441	set x; \
442	here=`pwd`; \
443	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444	unique=`for i in $$list; do \
445	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446	  done | \
447	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448	      END { if (nonempty) { for (i in files) print i; }; }'`; \
449	shift; \
450	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
451	  test -n "$$unique" || unique=$$empty_fix; \
452	  if test $$# -gt 0; then \
453	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454	      "$$@" $$unique; \
455	  else \
456	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457	      $$unique; \
458	  fi; \
459	fi
460ctags: CTAGS
461CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
462		$(TAGS_FILES) $(LISP)
463	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464	unique=`for i in $$list; do \
465	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466	  done | \
467	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468	      END { if (nonempty) { for (i in files) print i; }; }'`; \
469	test -z "$(CTAGS_ARGS)$$unique" \
470	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471	     $$unique
472
473GTAGS:
474	here=`$(am__cd) $(top_builddir) && pwd` \
475	  && $(am__cd) $(top_srcdir) \
476	  && gtags -i $(GTAGS_ARGS) "$$here"
477
478distclean-tags:
479	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480check-am:
481check: check-am
482all-am: Makefile $(LIBRARIES) $(DATA)
483installdirs:
484install: install-am
485install-exec: install-exec-am
486install-data: install-data-am
487uninstall: uninstall-am
488
489install-am: all-am
490	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
491
492installcheck: installcheck-am
493install-strip:
494	if test -z '$(STRIP)'; then \
495	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
496	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
497	      install; \
498	else \
499	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
502	fi
503mostlyclean-generic:
504
505clean-generic:
506	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
507
508distclean-generic:
509	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
512maintainer-clean-generic:
513	@echo "This command is intended for maintainers to use"
514	@echo "it deletes files that may require special tools to rebuild."
515clean: clean-am
516
517clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
518	mostlyclean-am
519
520distclean: distclean-am
521	-rm -f Makefile
522distclean-am: clean-am distclean-compile distclean-generic \
523	distclean-tags
524
525dvi: dvi-am
526
527dvi-am:
528
529html: html-am
530
531html-am:
532
533info: info-am
534
535info-am:
536
537install-data-am:
538
539install-dvi: install-dvi-am
540
541install-dvi-am:
542
543install-exec-am:
544
545install-html: install-html-am
546
547install-html-am:
548
549install-info: install-info-am
550
551install-info-am:
552
553install-man:
554
555install-pdf: install-pdf-am
556
557install-pdf-am:
558
559install-ps: install-ps-am
560
561install-ps-am:
562
563installcheck-am:
564
565maintainer-clean: maintainer-clean-am
566	-rm -f Makefile
567maintainer-clean-am: distclean-am maintainer-clean-generic
568
569mostlyclean: mostlyclean-am
570
571mostlyclean-am: mostlyclean-compile mostlyclean-generic \
572	mostlyclean-libtool
573
574pdf: pdf-am
575
576pdf-am:
577
578ps: ps-am
579
580ps-am:
581
582uninstall-am:
583
584.MAKE: install-am install-strip
585
586.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
587	clean-libtool clean-noinstLIBRARIES ctags distclean \
588	distclean-compile distclean-generic distclean-libtool \
589	distclean-tags dvi dvi-am html html-am info info-am install \
590	install-am install-data install-data-am install-dvi \
591	install-dvi-am install-exec install-exec-am install-html \
592	install-html-am install-info install-info-am install-man \
593	install-pdf install-pdf-am install-ps install-ps-am \
594	install-strip installcheck installcheck-am installdirs \
595	maintainer-clean maintainer-clean-generic mostlyclean \
596	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
597	pdf pdf-am ps ps-am tags uninstall uninstall-am
598
599objectlist.awk.in: $(noinst_LTLIBRARIES)
600	-rm -f objectlist.awk.in
601	for i in `ls *.lo` ; \
602	do \
603	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
604	done
605
606.c.def:
607	$(CHEW) < $< > $*.def 2> $*.ref
608	touch stmp-def
609
610TARGETDOC ?= ../tmp.texi
611
612doc: $(CHEWOUT_FILES)
613	for chapter in $(CHAPTERS) ; \
614	do \
615	  cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \
616	done
617
618# Tell versions [3.59,3.63) of GNU make to not export all variables.
619# Otherwise a system limit (for SysV at least) may be exceeded.
620.NOEXPORT:
621