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
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
55	$(srcdir)/Makefile.am
56subdir = iconv
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
59	$(top_srcdir)/../../ltoptions.m4 \
60	$(top_srcdir)/../../ltsugar.m4 \
61	$(top_srcdir)/../../ltversion.m4 \
62	$(top_srcdir)/../../lt~obsolete.m4 \
63	$(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69depcomp =
70am__depfiles_maybe =
71SOURCES =
72RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73	html-recursive info-recursive install-data-recursive \
74	install-dvi-recursive install-exec-recursive \
75	install-html-recursive install-info-recursive \
76	install-pdf-recursive install-ps-recursive install-recursive \
77	installcheck-recursive installdirs-recursive pdf-recursive \
78	ps-recursive uninstall-recursive
79am__can_run_installinfo = \
80  case $$AM_UPDATE_INFO_DIR in \
81    n|no|NO) false;; \
82    *) (install-info --version) >/dev/null 2>&1;; \
83  esac
84am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85am__vpath_adj = case $$p in \
86    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87    *) f=$$p;; \
88  esac;
89am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
90am__install_max = 40
91am__nobase_strip_setup = \
92  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
93am__nobase_strip = \
94  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
95am__nobase_list = $(am__nobase_strip_setup); \
96  for p in $$list; do echo "$$p $$p"; done | \
97  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
98  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
99    if (++n[$$2] == $(am__install_max)) \
100      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
101    END { for (dir in files) print dir, files[dir] }'
102am__base_list = \
103  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
104  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
105am__uninstall_files_from_dir = { \
106  test -z "$$files" \
107    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
108    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
109         $(am__cd) "$$dir" && rm -f $$files; }; \
110  }
111am__installdirs = "$(DESTDIR)$(cctdir)"
112DATA = $(cct_DATA)
113RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
114  distclean-recursive maintainer-clean-recursive
115AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
116	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
117ETAGS = etags
118CTAGS = ctags
119DIST_SUBDIRS = $(SUBDIRS)
120ACLOCAL = @ACLOCAL@
121AMTAR = @AMTAR@
122AR = @AR@
123AS = @AS@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCAS = @CCAS@
130CCASFLAGS = @CCASFLAGS@
131CCDEPMODE = @CCDEPMODE@
132CFLAGS = @CFLAGS@
133CPP = @CPP@
134CPPFLAGS = @CPPFLAGS@
135CRT0 = @CRT0@
136CYGPATH_W = @CYGPATH_W@
137DEFS = @DEFS@
138DEPDIR = @DEPDIR@
139DLLTOOL = @DLLTOOL@
140DSYMUTIL = @DSYMUTIL@
141DUMPBIN = @DUMPBIN@
142ECHO_C = @ECHO_C@
143ECHO_N = @ECHO_N@
144ECHO_T = @ECHO_T@
145EGREP = @EGREP@
146EXEEXT = @EXEEXT@
147FGREP = @FGREP@
148GREP = @GREP@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
157LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
158LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
159LIBC_POSIX_DEF = @LIBC_POSIX_DEF@
160LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
161LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
162LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
163LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
164LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
165LIBC_STDIO_DEF = @LIBC_STDIO_DEF@
166LIBC_STDIO_LIB = @LIBC_STDIO_LIB@
167LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
168LIBC_SYS_LIB = @LIBC_SYS_LIB@
169LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
170LIBC_XDR_DEF = @LIBC_XDR_DEF@
171LIBC_XDR_LIB = @LIBC_XDR_LIB@
172LIBOBJS = @LIBOBJS@
173LIBS = @LIBS@
174LIBTOOL = @LIBTOOL@
175LIPO = @LIPO@
176LN_S = @LN_S@
177LTLIBOBJS = @LTLIBOBJS@
178MAINT = @MAINT@
179MAKEINFO = @MAKEINFO@
180MKDIR_P = @MKDIR_P@
181NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
182NM = @NM@
183NMEDIT = @NMEDIT@
184NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
185OBJDUMP = @OBJDUMP@
186OBJEXT = @OBJEXT@
187OTOOL = @OTOOL@
188OTOOL64 = @OTOOL64@
189PACKAGE = @PACKAGE@
190PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191PACKAGE_NAME = @PACKAGE_NAME@
192PACKAGE_STRING = @PACKAGE_STRING@
193PACKAGE_TARNAME = @PACKAGE_TARNAME@
194PACKAGE_URL = @PACKAGE_URL@
195PACKAGE_VERSION = @PACKAGE_VERSION@
196PATH_SEPARATOR = @PATH_SEPARATOR@
197RANLIB = @RANLIB@
198READELF = @READELF@
199SED = @SED@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203VERSION = @VERSION@
204abs_builddir = @abs_builddir@
205abs_srcdir = @abs_srcdir@
206abs_top_builddir = @abs_top_builddir@
207abs_top_srcdir = @abs_top_srcdir@
208ac_ct_CC = @ac_ct_CC@
209ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210aext = @aext@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222builddir = @builddir@
223datadir = @datadir@
224datarootdir = @datarootdir@
225docdir = @docdir@
226dvidir = @dvidir@
227exec_prefix = @exec_prefix@
228extra_dir = @extra_dir@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234htmldir = @htmldir@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
238libdir = @libdir@
239libexecdir = @libexecdir@
240libm_machine_dir = @libm_machine_dir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243lpfx = @lpfx@
244machine_dir = @machine_dir@
245mandir = @mandir@
246mkdir_p = @mkdir_p@
247newlib_basedir = @newlib_basedir@
248oext = @oext@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254sbindir = @sbindir@
255sharedstatedir = @sharedstatedir@
256srcdir = @srcdir@
257subdirs = @subdirs@
258sys_dir = @sys_dir@
259sysconfdir = @sysconfdir@
260target_alias = @target_alias@
261top_build_prefix = @top_build_prefix@
262top_builddir = @top_builddir@
263top_srcdir = @top_srcdir@
264AUTOMAKE_OPTIONS = cygnus
265SUBDIRS = ces ccs lib .
266cctdir = $(datadir)/iconv_data
267cct_DATA = encoding.aliases
268INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
269SUBDEFS = lib/stmp-def
270
271#
272# documentation rules
273#
274SUFFIXES = .def
275CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str
276CLEANFILES = $(CHEWOUT_FILES) *.ref
277CHEWOUT_FILES = iconv.def
278CHAPTERS = iconv.tex
279all: all-recursive
280
281.SUFFIXES:
282.SUFFIXES: .def .c
283$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
284	@for dep in $?; do \
285	  case '$(am__configure_deps)' in \
286	    *$$dep*) \
287	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
288	        && { if test -f $@; then exit 0; else break; fi; }; \
289	      exit 1;; \
290	  esac; \
291	done; \
292	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/Makefile'; \
293	$(am__cd) $(top_srcdir) && \
294	  $(AUTOMAKE) --cygnus iconv/Makefile
295.PRECIOUS: Makefile
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297	@case '$?' in \
298	  *config.status*) \
299	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300	  *) \
301	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303	esac;
304$(srcdir)/../../Makefile.shared:
305
306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313$(am__aclocal_m4_deps):
314
315mostlyclean-libtool:
316	-rm -f *.lo
317
318clean-libtool:
319	-rm -rf .libs _libs
320install-cctDATA: $(cct_DATA)
321	@$(NORMAL_INSTALL)
322	@list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
323	if test -n "$$list"; then \
324	  echo " $(MKDIR_P) '$(DESTDIR)$(cctdir)'"; \
325	  $(MKDIR_P) "$(DESTDIR)$(cctdir)" || exit 1; \
326	fi; \
327	for p in $$list; do \
328	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329	  echo "$$d$$p"; \
330	done | $(am__base_list) | \
331	while read files; do \
332	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cctdir)'"; \
333	  $(INSTALL_DATA) $$files "$(DESTDIR)$(cctdir)" || exit $$?; \
334	done
335
336uninstall-cctDATA:
337	@$(NORMAL_UNINSTALL)
338	@list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
339	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
340	dir='$(DESTDIR)$(cctdir)'; $(am__uninstall_files_from_dir)
341
342# This directory's subdirectories are mostly independent; you can cd
343# into them and run `make' without going through this Makefile.
344# To change the values of `make' variables: instead of editing Makefiles,
345# (1) if the variable is set in `config.status', edit `config.status'
346#     (which will cause the Makefiles to be regenerated when you run `make');
347# (2) otherwise, pass the desired values on the `make' command line.
348$(RECURSIVE_TARGETS):
349	@fail= failcom='exit 1'; \
350	for f in x $$MAKEFLAGS; do \
351	  case $$f in \
352	    *=* | --[!k]*);; \
353	    *k*) failcom='fail=yes';; \
354	  esac; \
355	done; \
356	dot_seen=no; \
357	target=`echo $@ | sed s/-recursive//`; \
358	list='$(SUBDIRS)'; for subdir in $$list; do \
359	  echo "Making $$target in $$subdir"; \
360	  if test "$$subdir" = "."; then \
361	    dot_seen=yes; \
362	    local_target="$$target-am"; \
363	  else \
364	    local_target="$$target"; \
365	  fi; \
366	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367	  || eval $$failcom; \
368	done; \
369	if test "$$dot_seen" = "no"; then \
370	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
371	fi; test -z "$$fail"
372
373$(RECURSIVE_CLEAN_TARGETS):
374	@fail= failcom='exit 1'; \
375	for f in x $$MAKEFLAGS; do \
376	  case $$f in \
377	    *=* | --[!k]*);; \
378	    *k*) failcom='fail=yes';; \
379	  esac; \
380	done; \
381	dot_seen=no; \
382	case "$@" in \
383	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
384	  *) list='$(SUBDIRS)' ;; \
385	esac; \
386	rev=''; for subdir in $$list; do \
387	  if test "$$subdir" = "."; then :; else \
388	    rev="$$subdir $$rev"; \
389	  fi; \
390	done; \
391	rev="$$rev ."; \
392	target=`echo $@ | sed s/-recursive//`; \
393	for subdir in $$rev; do \
394	  echo "Making $$target in $$subdir"; \
395	  if test "$$subdir" = "."; then \
396	    local_target="$$target-am"; \
397	  else \
398	    local_target="$$target"; \
399	  fi; \
400	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401	  || eval $$failcom; \
402	done && test -z "$$fail"
403tags-recursive:
404	list='$(SUBDIRS)'; for subdir in $$list; do \
405	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
406	done
407ctags-recursive:
408	list='$(SUBDIRS)'; for subdir in $$list; do \
409	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
410	done
411
412ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414	unique=`for i in $$list; do \
415	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416	  done | \
417	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418	      END { if (nonempty) { for (i in files) print i; }; }'`; \
419	mkid -fID $$unique
420tags: TAGS
421
422TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423		$(TAGS_FILES) $(LISP)
424	set x; \
425	here=`pwd`; \
426	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
427	  include_option=--etags-include; \
428	  empty_fix=.; \
429	else \
430	  include_option=--include; \
431	  empty_fix=; \
432	fi; \
433	list='$(SUBDIRS)'; for subdir in $$list; do \
434	  if test "$$subdir" = .; then :; else \
435	    test ! -f $$subdir/TAGS || \
436	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
437	  fi; \
438	done; \
439	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440	unique=`for i in $$list; do \
441	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442	  done | \
443	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444	      END { if (nonempty) { for (i in files) print i; }; }'`; \
445	shift; \
446	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
447	  test -n "$$unique" || unique=$$empty_fix; \
448	  if test $$# -gt 0; then \
449	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	      "$$@" $$unique; \
451	  else \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      $$unique; \
454	  fi; \
455	fi
456ctags: CTAGS
457CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458		$(TAGS_FILES) $(LISP)
459	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
460	unique=`for i in $$list; do \
461	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462	  done | \
463	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464	      END { if (nonempty) { for (i in files) print i; }; }'`; \
465	test -z "$(CTAGS_ARGS)$$unique" \
466	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
467	     $$unique
468
469GTAGS:
470	here=`$(am__cd) $(top_builddir) && pwd` \
471	  && $(am__cd) $(top_srcdir) \
472	  && gtags -i $(GTAGS_ARGS) "$$here"
473
474distclean-tags:
475	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
476check-am:
477check: check-recursive
478all-am: Makefile $(DATA)
479installdirs: installdirs-recursive
480installdirs-am:
481	for dir in "$(DESTDIR)$(cctdir)"; do \
482	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
483	done
484install: install-recursive
485install-exec: install-exec-recursive
486install-data: install-data-recursive
487uninstall: uninstall-recursive
488
489install-am: all-am
490	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
491
492installcheck: installcheck-recursive
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-recursive
516
517clean-am: clean-generic clean-libtool mostlyclean-am
518
519distclean: distclean-recursive
520	-rm -f Makefile
521distclean-am: clean-am distclean-generic distclean-tags
522
523dvi: dvi-recursive
524
525dvi-am:
526
527html: html-recursive
528
529html-am:
530
531info: info-recursive
532
533info-am:
534
535install-data-am: install-cctDATA
536
537install-dvi: install-dvi-recursive
538
539install-dvi-am:
540
541install-exec-am:
542
543install-html: install-html-recursive
544
545install-html-am:
546
547install-info: install-info-recursive
548
549install-info-am:
550
551install-man:
552
553install-pdf: install-pdf-recursive
554
555install-pdf-am:
556
557install-ps: install-ps-recursive
558
559install-ps-am:
560
561installcheck-am:
562
563maintainer-clean: maintainer-clean-recursive
564	-rm -f Makefile
565maintainer-clean-am: distclean-am maintainer-clean-generic
566
567mostlyclean: mostlyclean-recursive
568
569mostlyclean-am: mostlyclean-generic mostlyclean-libtool
570
571pdf: pdf-recursive
572
573pdf-am:
574
575ps: ps-recursive
576
577ps-am:
578
579uninstall-am: uninstall-cctDATA
580
581.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
582	install-am install-strip tags-recursive
583
584.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
585	all all-am check check-am clean clean-generic clean-libtool \
586	ctags ctags-recursive distclean distclean-generic \
587	distclean-libtool distclean-tags dvi dvi-am html html-am info \
588	info-am install install-am install-cctDATA install-data \
589	install-data-am install-dvi install-dvi-am install-exec \
590	install-exec-am install-html install-html-am install-info \
591	install-info-am install-man install-pdf install-pdf-am \
592	install-ps install-ps-am install-strip installcheck \
593	installcheck-am installdirs installdirs-am maintainer-clean \
594	maintainer-clean-generic mostlyclean mostlyclean-generic \
595	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
596	uninstall uninstall-am uninstall-cctDATA
597
598objectlist.awk.in: $(noinst_LTLIBRARIES)
599	-rm -f objectlist.awk.in
600	for i in `ls *.lo` ; \
601	do \
602	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
603	done
604
605.c.def:
606	$(CHEW) < $< > $*.def 2> $*.ref
607	touch stmp-def
608
609TARGETDOC ?= ../tmp.texi
610
611doc: $(CHEWOUT_FILES)
612	for chapter in $(CHAPTERS) ; \
613	do \
614	  cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \
615	done
616
617iconv.def: lib/iconv.def
618	cp lib/iconv.def iconv.def
619
620stmp-def: force
621	(cd lib && $(MAKE) doc)
622	touch $@
623
624.PHONY: force
625force:
626
627$(SUBDEFS): stmp-def
628
629lib/iconv.def: $(SUBDEFS); @true
630
631lib/stmp-def: ; @true
632
633# Tell versions [3.59,3.63) of GNU make to not export all variables.
634# Otherwise a system limit (for SysV at least) may be exceeded.
635.NOEXPORT:
636