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