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@
69AWK = @AWK@
70CC = @CC@
71CPP = @CPP@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DLLTOOL = @DLLTOOL@
75EXEEXT = @EXEEXT@
76EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
77EXTRA_SUBLIBS = @EXTRA_SUBLIBS@
78GCJ = @GCJ@
79GCJFLAGS = @GCJFLAGS@
80LDFLAGS = @LDFLAGS@
81LIBTOOL = @LIBTOOL@
82LINUX_MACH_LIB = @LINUX_MACH_LIB@
83LN_S = @LN_S@
84MAINT = @MAINT@
85MAKEINFO = @MAKEINFO@
86NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
87OBJDUMP = @OBJDUMP@
88OBJEXT = @OBJEXT@
89PACKAGE = @PACKAGE@
90RANLIB = @RANLIB@
91STRIP = @STRIP@
92VERSION = @VERSION@
93aext = @aext@
94libm_machine_dir = @libm_machine_dir@
95machine_dir = @machine_dir@
96newlib_basedir = @newlib_basedir@
97oext = @oext@
98sys_dir = @sys_dir@
99
100AUTOMAKE_OPTIONS = cygnus
101
102INCLUDES = -DGCONV_DIR='"$(pkglibdir)"' -DGCONV_PATH='"$(pkglibdir)"' -I$(srcdir) -I$(srcdir)/.. $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
103
104LIB_SOURCES =  	iconv.h gconv.h 	iconv_open.c iconv.c iconv_close.c 	gconv_open.c gconv.c gconv_close.c 	gconv_db.c gconv_dl.c gconv_conf.c gconv_builtin.c 	gconv_simple.c gconv_trans.c gconv_cache.c
105
106
107libiconv_la_CFLAGS =
108libiconv_la_LDFLAGS = -Xcompiler -nostdlib
109
110@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libiconv.la
111@USE_LIBTOOL_TRUE@libiconv_la_SOURCES = $(LIB_SOURCES)
112@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
113@USE_LIBTOOL_FALSE@noinst_DATA =
114@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
115@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
116mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
117CONFIG_CLEAN_FILES =
118LIBRARIES =  $(noinst_LIBRARIES)
119
120
121DEFS = @DEFS@ -I. -I$(srcdir)
122CPPFLAGS = @CPPFLAGS@
123LIBS = @LIBS@
124lib_a_LIBADD =
125@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  iconv_open.$(OBJEXT) iconv.$(OBJEXT) \
126@USE_LIBTOOL_FALSE@iconv_close.$(OBJEXT) gconv_open.$(OBJEXT) \
127@USE_LIBTOOL_FALSE@gconv.$(OBJEXT) gconv_close.$(OBJEXT) \
128@USE_LIBTOOL_FALSE@gconv_db.$(OBJEXT) gconv_dl.$(OBJEXT) \
129@USE_LIBTOOL_FALSE@gconv_conf.$(OBJEXT) gconv_builtin.$(OBJEXT) \
130@USE_LIBTOOL_FALSE@gconv_simple.$(OBJEXT) gconv_trans.$(OBJEXT) \
131@USE_LIBTOOL_FALSE@gconv_cache.$(OBJEXT)
132LTLIBRARIES =  $(noinst_LTLIBRARIES)
133
134libiconv_la_LIBADD =
135@USE_LIBTOOL_TRUE@libiconv_la_OBJECTS =  iconv_open.lo iconv.lo \
136@USE_LIBTOOL_TRUE@iconv_close.lo gconv_open.lo gconv.lo gconv_close.lo \
137@USE_LIBTOOL_TRUE@gconv_db.lo gconv_dl.lo gconv_conf.lo \
138@USE_LIBTOOL_TRUE@gconv_builtin.lo gconv_simple.lo gconv_trans.lo \
139@USE_LIBTOOL_TRUE@gconv_cache.lo
140CFLAGS = @CFLAGS@
141COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
142LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143CCLD = $(CC)
144LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
145DATA =  $(noinst_DATA)
146
147DIST_COMMON =  Makefile.am Makefile.in
148
149
150DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
151
152TAR = gtar
153GZIP_ENV = --best
154SOURCES = $(lib_a_SOURCES) $(libiconv_la_SOURCES)
155OBJECTS = $(lib_a_OBJECTS) $(libiconv_la_OBJECTS)
156
157all: all-redirect
158.SUFFIXES:
159.SUFFIXES: .S .c .lo .o .obj .s
160$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../../Makefile.shared
161	cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/Makefile
162
163Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
164	cd $(top_builddir) \
165	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
166
167
168mostlyclean-noinstLIBRARIES:
169
170clean-noinstLIBRARIES:
171	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
172
173distclean-noinstLIBRARIES:
174
175maintainer-clean-noinstLIBRARIES:
176
177.c.o:
178	$(COMPILE) -c $<
179
180# FIXME: We should only use cygpath when building on Windows,
181# and only if it is available.
182.c.obj:
183	$(COMPILE) -c `cygpath -w $<`
184
185.s.o:
186	$(COMPILE) -c $<
187
188.S.o:
189	$(COMPILE) -c $<
190
191mostlyclean-compile:
192	-rm -f *.o core *.core
193	-rm -f *.$(OBJEXT)
194
195clean-compile:
196
197distclean-compile:
198	-rm -f *.tab.c
199
200maintainer-clean-compile:
201
202.c.lo:
203	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
204
205.s.lo:
206	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
207
208.S.lo:
209	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
210
211mostlyclean-libtool:
212	-rm -f *.lo
213
214clean-libtool:
215	-rm -rf .libs _libs
216
217distclean-libtool:
218
219maintainer-clean-libtool:
220
221lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
222	-rm -f lib.a
223	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
224	$(RANLIB) lib.a
225
226mostlyclean-noinstLTLIBRARIES:
227
228clean-noinstLTLIBRARIES:
229	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
230
231distclean-noinstLTLIBRARIES:
232
233maintainer-clean-noinstLTLIBRARIES:
234
235libiconv.la: $(libiconv_la_OBJECTS) $(libiconv_la_DEPENDENCIES)
236	$(LINK)  $(libiconv_la_LDFLAGS) $(libiconv_la_OBJECTS) $(libiconv_la_LIBADD) $(LIBS)
237
238tags: TAGS
239
240ID: $(HEADERS) $(SOURCES) $(LISP)
241	list='$(SOURCES) $(HEADERS)'; \
242	unique=`for i in $$list; do echo $$i; done | \
243	  awk '    { files[$$0] = 1; } \
244	       END { for (i in files) print i; }'`; \
245	here=`pwd` && cd $(srcdir) \
246	  && mkid -f$$here/ID $$unique $(LISP)
247
248TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
249	tags=; \
250	here=`pwd`; \
251	list='$(SOURCES) $(HEADERS)'; \
252	unique=`for i in $$list; do echo $$i; done | \
253	  awk '    { files[$$0] = 1; } \
254	       END { for (i in files) print i; }'`; \
255	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
256	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
257
258mostlyclean-tags:
259
260clean-tags:
261
262distclean-tags:
263	-rm -f TAGS ID
264
265maintainer-clean-tags:
266
267distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
268
269subdir = iconv
270
271distdir: $(DISTFILES)
272	@for file in $(DISTFILES); do \
273	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
274	  if test -d $$d/$$file; then \
275	    cp -pr $$d/$$file $(distdir)/$$file; \
276	  else \
277	    test -f $(distdir)/$$file \
278	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
279	    || cp -p $$d/$$file $(distdir)/$$file || :; \
280	  fi; \
281	done
282info-am:
283info: info-am
284dvi-am:
285dvi: dvi-am
286check-am:
287check: check-am
288installcheck-am:
289installcheck: installcheck-am
290install-info-am:
291install-info: install-info-am
292install-exec-am:
293install-exec: install-exec-am
294
295install-data-am:
296install-data: install-data-am
297
298install-am: all-am
299	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
300install: install-am
301uninstall-am:
302uninstall: uninstall-am
303all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
304all-redirect: all-am
305install-strip:
306	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
307installdirs:
308
309
310mostlyclean-generic:
311
312clean-generic:
313
314distclean-generic:
315	-rm -f Makefile $(CONFIG_CLEAN_FILES)
316	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
317
318maintainer-clean-generic:
319mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
320		mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
321		mostlyclean-tags mostlyclean-generic
322
323mostlyclean: mostlyclean-am
324
325clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
326		clean-noinstLTLIBRARIES clean-tags clean-generic \
327		mostlyclean-am
328
329clean: clean-am
330
331distclean-am:  distclean-noinstLIBRARIES distclean-compile \
332		distclean-libtool distclean-noinstLTLIBRARIES \
333		distclean-tags distclean-generic clean-am
334	-rm -f libtool
335
336distclean: distclean-am
337
338maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
339		maintainer-clean-compile maintainer-clean-libtool \
340		maintainer-clean-noinstLTLIBRARIES \
341		maintainer-clean-tags maintainer-clean-generic \
342		distclean-am
343	@echo "This command is intended for maintainers to use;"
344	@echo "it deletes files that may require special tools to rebuild."
345
346maintainer-clean: maintainer-clean-am
347
348.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
349clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
350mostlyclean-compile distclean-compile clean-compile \
351maintainer-clean-compile mostlyclean-libtool distclean-libtool \
352clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
353distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
354maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
355clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
356check-am installcheck-am installcheck install-info-am install-info \
357install-exec-am install-exec install-data-am install-data install-am \
358install uninstall-am uninstall all-redirect all-am all installdirs \
359mostlyclean-generic distclean-generic clean-generic \
360maintainer-clean-generic clean mostlyclean distclean maintainer-clean
361
362
363objectlist.awk.in: $(noinst_LTLIBRARIES)
364	-rm -f objectlist.awk.in
365	for i in `ls *.lo` ; \
366	do \
367	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
368	done
369
370# Tell versions [3.59,3.63) of GNU make to not export all variables.
371# Otherwise a system limit (for SysV at least) may be exceeded.
372.NOEXPORT:
373