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
111SUBDIRS = ces ccs lib .
112
113cctdir = $(datadir)/iconv_data
114cct_DATA = charset.aliases
115
116INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
117
118SUBDEFS = lib/stmp-def
119
120CHEWOUT_FILES = iconv.def
121
122TARGETDOC = ../tmp.texi
123
124CLEANFILES = $(CHEWOUT_FILES) *.ref
125mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
126CONFIG_CLEAN_FILES =
127DATA =  $(cct_DATA)
128
129DIST_COMMON =  AUTHORS COPYING Makefile.am Makefile.in
130
131
132DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134TAR = gtar
135GZIP_ENV = --best
136all: all-redirect
137.SUFFIXES:
138$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
139	cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/Makefile
140
141Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
142	cd $(top_builddir) \
143	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145
146install-cctDATA: $(cct_DATA)
147	@$(NORMAL_INSTALL)
148	$(mkinstalldirs) $(DESTDIR)$(cctdir)
149	@list='$(cct_DATA)'; for p in $$list; do \
150	  if test -f $(srcdir)/$$p; then \
151	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cctdir)/$$p"; \
152	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cctdir)/$$p; \
153	  else if test -f $$p; then \
154	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(cctdir)/$$p"; \
155	    $(INSTALL_DATA) $$p $(DESTDIR)$(cctdir)/$$p; \
156	  fi; fi; \
157	done
158
159uninstall-cctDATA:
160	@$(NORMAL_UNINSTALL)
161	list='$(cct_DATA)'; for p in $$list; do \
162	  rm -f $(DESTDIR)$(cctdir)/$$p; \
163	done
164
165# This directory's subdirectories are mostly independent; you can cd
166# into them and run `make' without going through this Makefile.
167# To change the values of `make' variables: instead of editing Makefiles,
168# (1) if the variable is set in `config.status', edit `config.status'
169#     (which will cause the Makefiles to be regenerated when you run `make');
170# (2) otherwise, pass the desired values on the `make' command line.
171
172@SET_MAKE@
173
174all-recursive install-data-recursive install-exec-recursive \
175installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
176check-recursive installcheck-recursive info-recursive dvi-recursive:
177	@set fnord $(MAKEFLAGS); amf=$$2; \
178	dot_seen=no; \
179	target=`echo $@ | sed s/-recursive//`; \
180	list='$(SUBDIRS)'; for subdir in $$list; do \
181	  echo "Making $$target in $$subdir"; \
182	  if test "$$subdir" = "."; then \
183	    dot_seen=yes; \
184	    local_target="$$target-am"; \
185	  else \
186	    local_target="$$target"; \
187	  fi; \
188	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190	done; \
191	if test "$$dot_seen" = "no"; then \
192	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
193	fi; test -z "$$fail"
194
195mostlyclean-recursive clean-recursive distclean-recursive \
196maintainer-clean-recursive:
197	@set fnord $(MAKEFLAGS); amf=$$2; \
198	dot_seen=no; \
199	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
200	  rev="$$subdir $$rev"; \
201	  test "$$subdir" != "." || dot_seen=yes; \
202	done; \
203	test "$$dot_seen" = "no" && rev=". $$rev"; \
204	target=`echo $@ | sed s/-recursive//`; \
205	for subdir in $$rev; do \
206	  echo "Making $$target in $$subdir"; \
207	  if test "$$subdir" = "."; then \
208	    local_target="$$target-am"; \
209	  else \
210	    local_target="$$target"; \
211	  fi; \
212	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
213	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
214	done && test -z "$$fail"
215tags-recursive:
216	list='$(SUBDIRS)'; for subdir in $$list; do \
217	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
218	done
219
220tags: TAGS
221
222ID: $(HEADERS) $(SOURCES) $(LISP)
223	list='$(SOURCES) $(HEADERS)'; \
224	unique=`for i in $$list; do echo $$i; done | \
225	  awk '    { files[$$0] = 1; } \
226	       END { for (i in files) print i; }'`; \
227	here=`pwd` && cd $(srcdir) \
228	  && mkid -f$$here/ID $$unique $(LISP)
229
230TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
231	tags=; \
232	here=`pwd`; \
233	list='$(SUBDIRS)'; for subdir in $$list; do \
234   if test "$$subdir" = .; then :; else \
235	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
236   fi; \
237	done; \
238	list='$(SOURCES) $(HEADERS)'; \
239	unique=`for i in $$list; do echo $$i; done | \
240	  awk '    { files[$$0] = 1; } \
241	       END { for (i in files) print i; }'`; \
242	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
243	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
244
245mostlyclean-tags:
246
247clean-tags:
248
249distclean-tags:
250	-rm -f TAGS ID
251
252maintainer-clean-tags:
253
254distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255
256subdir = iconv
257
258distdir: $(DISTFILES)
259	@for file in $(DISTFILES); do \
260	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
261	  if test -d $$d/$$file; then \
262	    cp -pr $$d/$$file $(distdir)/$$file; \
263	  else \
264	    test -f $(distdir)/$$file \
265	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
266	    || cp -p $$d/$$file $(distdir)/$$file || :; \
267	  fi; \
268	done
269	for subdir in $(SUBDIRS); do \
270	  if test "$$subdir" = .; then :; else \
271	    test -d $(distdir)/$$subdir \
272	    || mkdir $(distdir)/$$subdir \
273	    || exit 1; \
274	    chmod 777 $(distdir)/$$subdir; \
275	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
276	      || exit 1; \
277	  fi; \
278	done
279info-am:
280info: info-recursive
281dvi-am:
282dvi: dvi-recursive
283check-am:
284check: check-recursive
285installcheck-am:
286installcheck: installcheck-recursive
287install-info-am:
288install-info: install-info-recursive
289install-exec-am:
290install-exec: install-exec-recursive
291
292install-data-am: install-cctDATA
293install-data: install-data-recursive
294
295install-am: all-am
296	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
297install: install-recursive
298uninstall-am: uninstall-cctDATA
299uninstall: uninstall-recursive
300all-am: Makefile $(DATA)
301all-redirect: all-recursive
302install-strip:
303	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
304installdirs: installdirs-recursive
305installdirs-am:
306	$(mkinstalldirs)  $(DESTDIR)$(cctdir)
307
308
309mostlyclean-generic:
310
311clean-generic:
312	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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-tags mostlyclean-generic
320
321mostlyclean: mostlyclean-recursive
322
323clean-am:  clean-tags clean-generic mostlyclean-am
324
325clean: clean-recursive
326
327distclean-am:  distclean-tags distclean-generic clean-am
328	-rm -f libtool
329
330distclean: distclean-recursive
331
332maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
333		distclean-am
334	@echo "This command is intended for maintainers to use;"
335	@echo "it deletes files that may require special tools to rebuild."
336
337maintainer-clean: maintainer-clean-recursive
338
339.PHONY: uninstall-cctDATA install-cctDATA install-data-recursive \
340uninstall-data-recursive install-exec-recursive \
341uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
342all-recursive check-recursive installcheck-recursive info-recursive \
343dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
344maintainer-clean-recursive tags tags-recursive 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-am installdirs mostlyclean-generic distclean-generic \
350clean-generic maintainer-clean-generic clean mostlyclean distclean \
351maintainer-clean
352
353
354objectlist.awk.in: $(noinst_LTLIBRARIES)
355	-rm -f objectlist.awk.in
356	for i in `ls *.lo` ; \
357	do \
358	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
359	done
360
361iconv.def: lib/iconv.def
362	cp lib/iconv.def iconv.def
363
364stmp-def: force
365	(cd lib && make doc)
366	touch $@
367
368.PHONY: force
369force:
370
371$(SUBDEFS): stmp-def
372
373lib/iconv.def: $(SUBDEFS); @true
374
375lib/stmp-def: ; @true
376
377doc: $(CHEWOUT_FILES)
378	cat $(srcdir)/iconv.tex >> $(TARGETDOC)
379
380# Tell versions [3.59,3.63) of GNU make to not export all variables.
381# Otherwise a system limit (for SysV at least) may be exceeded.
382.NOEXPORT:
383