OSDN Git Service

2006-12-18 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / iconv / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
40         $(srcdir)/Makefile.am
41 subdir = iconv
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
44         $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
48 CONFIG_CLEAN_FILES =
49 depcomp =
50 am__depfiles_maybe =
51 SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53         html-recursive info-recursive install-data-recursive \
54         install-exec-recursive install-info-recursive \
55         install-recursive installcheck-recursive installdirs-recursive \
56         pdf-recursive ps-recursive uninstall-info-recursive \
57         uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64 am__installdirs = "$(DESTDIR)$(cctdir)"
65 cctDATA_INSTALL = $(INSTALL_DATA)
66 DATA = $(cct_DATA)
67 ETAGS = etags
68 CTAGS = ctags
69 DIST_SUBDIRS = $(SUBDIRS)
70 ACLOCAL = @ACLOCAL@
71 AMDEP_FALSE = @AMDEP_FALSE@
72 AMDEP_TRUE = @AMDEP_TRUE@
73 AMTAR = @AMTAR@
74 AR = @AR@
75 AS = @AS@
76 AUTOCONF = @AUTOCONF@
77 AUTOHEADER = @AUTOHEADER@
78 AUTOMAKE = @AUTOMAKE@
79 AWK = @AWK@
80 CC = @CC@
81 CCAS = @CCAS@
82 CCASFLAGS = @CCASFLAGS@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPPFLAGS = @CPPFLAGS@
86 CRT0 = @CRT0@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 ECHO_C = @ECHO_C@
91 ECHO_N = @ECHO_N@
92 ECHO_T = @ECHO_T@
93 ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
94 ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
95 ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
96 ELIX_LEVEL_1_TRUE = @ELIX_LEVEL_1_TRUE@
97 ELIX_LEVEL_2_FALSE = @ELIX_LEVEL_2_FALSE@
98 ELIX_LEVEL_2_TRUE = @ELIX_LEVEL_2_TRUE@
99 ELIX_LEVEL_3_FALSE = @ELIX_LEVEL_3_FALSE@
100 ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
101 ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
102 ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
103 ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
104 ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
105 EXEEXT = @EXEEXT@
106 HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
107 HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
108 HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
109 HAVE_SIGNAL_DIR_TRUE = @HAVE_SIGNAL_DIR_TRUE@
110 HAVE_STDIO64_DIR_FALSE = @HAVE_STDIO64_DIR_FALSE@
111 HAVE_STDIO64_DIR_TRUE = @HAVE_STDIO64_DIR_TRUE@
112 HAVE_SYSCALL_DIR_FALSE = @HAVE_SYSCALL_DIR_FALSE@
113 HAVE_SYSCALL_DIR_TRUE = @HAVE_SYSCALL_DIR_TRUE@
114 HAVE_UNIX_DIR_FALSE = @HAVE_UNIX_DIR_FALSE@
115 HAVE_UNIX_DIR_TRUE = @HAVE_UNIX_DIR_TRUE@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120 LDFLAGS = @LDFLAGS@
121 LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
122 LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
123 LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
124 LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
125 LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
126 LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
127 LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
128 LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
129 LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
130 LIBC_SYS_LIB = @LIBC_SYS_LIB@
131 LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
132 LIBOBJS = @LIBOBJS@
133 LIBS = @LIBS@
134 LIBTOOL = @LIBTOOL@
135 LN_S = @LN_S@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAINT = @MAINT@
138 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
139 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
140 MAKEINFO = @MAKEINFO@
141 MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
142 MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
143 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
144 OBJEXT = @OBJEXT@
145 PACKAGE = @PACKAGE@
146 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147 PACKAGE_NAME = @PACKAGE_NAME@
148 PACKAGE_STRING = @PACKAGE_STRING@
149 PACKAGE_TARNAME = @PACKAGE_TARNAME@
150 PACKAGE_VERSION = @PACKAGE_VERSION@
151 PATH_SEPARATOR = @PATH_SEPARATOR@
152 RANLIB = @RANLIB@
153 READELF = @READELF@
154 SET_MAKE = @SET_MAKE@
155 SHELL = @SHELL@
156 STRIP = @STRIP@
157 USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
158 USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
159 VERSION = @VERSION@
160 ac_ct_AR = @ac_ct_AR@
161 ac_ct_AS = @ac_ct_AS@
162 ac_ct_CC = @ac_ct_CC@
163 ac_ct_RANLIB = @ac_ct_RANLIB@
164 ac_ct_READELF = @ac_ct_READELF@
165 ac_ct_STRIP = @ac_ct_STRIP@
166 aext = @aext@
167 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
168 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
169 am__include = @am__include@
170 am__leading_dot = @am__leading_dot@
171 am__quote = @am__quote@
172 am__tar = @am__tar@
173 am__untar = @am__untar@
174 bindir = @bindir@
175 build = @build@
176 build_alias = @build_alias@
177 build_cpu = @build_cpu@
178 build_os = @build_os@
179 build_vendor = @build_vendor@
180 datadir = @datadir@
181 exec_prefix = @exec_prefix@
182 extra_dir = @extra_dir@
183 host = @host@
184 host_alias = @host_alias@
185 host_cpu = @host_cpu@
186 host_os = @host_os@
187 host_vendor = @host_vendor@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 libm_machine_dir = @libm_machine_dir@
194 localstatedir = @localstatedir@
195 lpfx = @lpfx@
196 machine_dir = @machine_dir@
197 mandir = @mandir@
198 mkdir_p = @mkdir_p@
199 newlib_basedir = @newlib_basedir@
200 oext = @oext@
201 oldincludedir = @oldincludedir@
202 prefix = @prefix@
203 program_transform_name = @program_transform_name@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 subdirs = @subdirs@
207 sys_dir = @sys_dir@
208 sysconfdir = @sysconfdir@
209 target_alias = @target_alias@
210 AUTOMAKE_OPTIONS = cygnus
211 SUBDIRS = ces ccs lib .
212 cctdir = $(datadir)/iconv_data
213 cct_DATA = encoding.aliases
214 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
215 SUBDEFS = lib/stmp-def
216 CHEWOUT_FILES = iconv.def
217 TARGETDOC = ../tmp.texi
218 CLEANFILES = $(CHEWOUT_FILES) *.ref
219 all: all-recursive
220
221 .SUFFIXES:
222 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
223         @for dep in $?; do \
224           case '$(am__configure_deps)' in \
225             *$$dep*) \
226               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
227                 && exit 0; \
228               exit 1;; \
229           esac; \
230         done; \
231         echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  iconv/Makefile'; \
232         cd $(top_srcdir) && \
233           $(AUTOMAKE) --cygnus  iconv/Makefile
234 .PRECIOUS: Makefile
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236         @case '$?' in \
237           *config.status*) \
238             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239           *) \
240             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242         esac;
243
244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252 mostlyclean-libtool:
253         -rm -f *.lo
254
255 clean-libtool:
256         -rm -rf .libs _libs
257
258 distclean-libtool:
259         -rm -f libtool
260 uninstall-info-am:
261 install-cctDATA: $(cct_DATA)
262         @$(NORMAL_INSTALL)
263         test -z "$(cctdir)" || $(mkdir_p) "$(DESTDIR)$(cctdir)"
264         @list='$(cct_DATA)'; for p in $$list; do \
265           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
266           f=$(am__strip_dir) \
267           echo " $(cctDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(cctdir)/$$f'"; \
268           $(cctDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(cctdir)/$$f"; \
269         done
270
271 uninstall-cctDATA:
272         @$(NORMAL_UNINSTALL)
273         @list='$(cct_DATA)'; for p in $$list; do \
274           f=$(am__strip_dir) \
275           echo " rm -f '$(DESTDIR)$(cctdir)/$$f'"; \
276           rm -f "$(DESTDIR)$(cctdir)/$$f"; \
277         done
278
279 # This directory's subdirectories are mostly independent; you can cd
280 # into them and run `make' without going through this Makefile.
281 # To change the values of `make' variables: instead of editing Makefiles,
282 # (1) if the variable is set in `config.status', edit `config.status'
283 #     (which will cause the Makefiles to be regenerated when you run `make');
284 # (2) otherwise, pass the desired values on the `make' command line.
285 $(RECURSIVE_TARGETS):
286         @failcom='exit 1'; \
287         for f in x $$MAKEFLAGS; do \
288           case $$f in \
289             *=* | --[!k]*);; \
290             *k*) failcom='fail=yes';; \
291           esac; \
292         done; \
293         dot_seen=no; \
294         target=`echo $@ | sed s/-recursive//`; \
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           echo "Making $$target in $$subdir"; \
297           if test "$$subdir" = "."; then \
298             dot_seen=yes; \
299             local_target="$$target-am"; \
300           else \
301             local_target="$$target"; \
302           fi; \
303           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304           || eval $$failcom; \
305         done; \
306         if test "$$dot_seen" = "no"; then \
307           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
308         fi; test -z "$$fail"
309
310 mostlyclean-recursive clean-recursive distclean-recursive \
311 maintainer-clean-recursive:
312         @failcom='exit 1'; \
313         for f in x $$MAKEFLAGS; do \
314           case $$f in \
315             *=* | --[!k]*);; \
316             *k*) failcom='fail=yes';; \
317           esac; \
318         done; \
319         dot_seen=no; \
320         case "$@" in \
321           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
322           *) list='$(SUBDIRS)' ;; \
323         esac; \
324         rev=''; for subdir in $$list; do \
325           if test "$$subdir" = "."; then :; else \
326             rev="$$subdir $$rev"; \
327           fi; \
328         done; \
329         rev="$$rev ."; \
330         target=`echo $@ | sed s/-recursive//`; \
331         for subdir in $$rev; do \
332           echo "Making $$target in $$subdir"; \
333           if test "$$subdir" = "."; then \
334             local_target="$$target-am"; \
335           else \
336             local_target="$$target"; \
337           fi; \
338           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339           || eval $$failcom; \
340         done && test -z "$$fail"
341 tags-recursive:
342         list='$(SUBDIRS)'; for subdir in $$list; do \
343           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
344         done
345 ctags-recursive:
346         list='$(SUBDIRS)'; for subdir in $$list; do \
347           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
348         done
349
350 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352         unique=`for i in $$list; do \
353             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354           done | \
355           $(AWK) '    { files[$$0] = 1; } \
356                END { for (i in files) print i; }'`; \
357         mkid -fID $$unique
358 tags: TAGS
359
360 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361                 $(TAGS_FILES) $(LISP)
362         tags=; \
363         here=`pwd`; \
364         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
365           include_option=--etags-include; \
366           empty_fix=.; \
367         else \
368           include_option=--include; \
369           empty_fix=; \
370         fi; \
371         list='$(SUBDIRS)'; for subdir in $$list; do \
372           if test "$$subdir" = .; then :; else \
373             test ! -f $$subdir/TAGS || \
374               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
375           fi; \
376         done; \
377         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378         unique=`for i in $$list; do \
379             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380           done | \
381           $(AWK) '    { files[$$0] = 1; } \
382                END { for (i in files) print i; }'`; \
383         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
384           test -n "$$unique" || unique=$$empty_fix; \
385           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386             $$tags $$unique; \
387         fi
388 ctags: CTAGS
389 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390                 $(TAGS_FILES) $(LISP)
391         tags=; \
392         here=`pwd`; \
393         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394         unique=`for i in $$list; do \
395             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396           done | \
397           $(AWK) '    { files[$$0] = 1; } \
398                END { for (i in files) print i; }'`; \
399         test -z "$(CTAGS_ARGS)$$tags$$unique" \
400           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
401              $$tags $$unique
402
403 GTAGS:
404         here=`$(am__cd) $(top_builddir) && pwd` \
405           && cd $(top_srcdir) \
406           && gtags -i $(GTAGS_ARGS) $$here
407
408 distclean-tags:
409         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
410 check-am:
411 check: check-recursive
412 all-am: Makefile $(DATA)
413 installdirs: installdirs-recursive
414 installdirs-am:
415         for dir in "$(DESTDIR)$(cctdir)"; do \
416           test -z "$$dir" || $(mkdir_p) "$$dir"; \
417         done
418 install: install-recursive
419 install-exec: install-exec-recursive
420 install-data: install-data-recursive
421 uninstall: uninstall-recursive
422
423 install-am: all-am
424         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
425
426 installcheck: installcheck-recursive
427 install-strip:
428         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
429           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
430           `test -z '$(STRIP)' || \
431             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
432 mostlyclean-generic:
433
434 clean-generic:
435         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
436
437 distclean-generic:
438         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
439
440 maintainer-clean-generic:
441         @echo "This command is intended for maintainers to use"
442         @echo "it deletes files that may require special tools to rebuild."
443 clean: clean-recursive
444
445 clean-am: clean-generic clean-libtool mostlyclean-am
446
447 distclean: distclean-recursive
448         -rm -f Makefile
449 distclean-am: clean-am distclean-generic distclean-libtool \
450         distclean-tags
451
452 dvi: dvi-recursive
453
454 dvi-am:
455
456 html: html-recursive
457
458 info: info-recursive
459
460 info-am:
461
462 install-data-am: install-cctDATA
463
464 install-exec-am:
465
466 install-info: install-info-recursive
467
468 install-man:
469
470 installcheck-am:
471
472 maintainer-clean: maintainer-clean-recursive
473         -rm -f Makefile
474 maintainer-clean-am: distclean-am maintainer-clean-generic
475
476 mostlyclean: mostlyclean-recursive
477
478 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
479
480 pdf: pdf-recursive
481
482 pdf-am:
483
484 ps: ps-recursive
485
486 ps-am:
487
488 uninstall-am: uninstall-cctDATA
489
490 uninstall-info: uninstall-info-recursive
491
492 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
493         clean clean-generic clean-libtool clean-recursive ctags \
494         ctags-recursive distclean distclean-generic distclean-libtool \
495         distclean-recursive distclean-tags dvi dvi-am html html-am \
496         info info-am install install-am install-cctDATA install-data \
497         install-data-am install-exec install-exec-am install-info \
498         install-info-am install-man install-strip installcheck \
499         installcheck-am installdirs installdirs-am maintainer-clean \
500         maintainer-clean-generic maintainer-clean-recursive \
501         mostlyclean mostlyclean-generic mostlyclean-libtool \
502         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
503         uninstall uninstall-am uninstall-cctDATA uninstall-info-am
504
505 objectlist.awk.in: $(noinst_LTLIBRARIES)
506         -rm -f objectlist.awk.in
507         for i in `ls *.lo` ; \
508         do \
509           echo $$i `pwd`/$$i >> objectlist.awk.in ; \
510         done
511
512 iconv.def: lib/iconv.def
513         cp lib/iconv.def iconv.def
514
515 stmp-def: force
516         (cd lib && make doc)
517         touch $@
518
519 .PHONY: force
520 force:
521
522 $(SUBDEFS): stmp-def
523
524 lib/iconv.def: $(SUBDEFS); @true
525
526 lib/stmp-def: ; @true
527
528 doc: $(CHEWOUT_FILES)
529         cat $(srcdir)/iconv.tex >> $(TARGETDOC)
530 # Tell versions [3.59,3.63) of GNU make to not export all variables.
531 # Otherwise a system limit (for SysV at least) may be exceeded.
532 .NOEXPORT: