source: trunk/libs/newlib/src/newlib/libc/iconv/Makefile.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 18.7 KB
Line 
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 .xml
275CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str
276DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
277DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
278DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
279CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
280CHEWOUT_FILES = iconv.def
281CHAPTERS = iconv.tex
282all: all-recursive
283
284.SUFFIXES:
285.SUFFIXES: .def .xml .c
286$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
287        @for dep in $?; do \
288          case '$(am__configure_deps)' in \
289            *$$dep*) \
290              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291                && { if test -f $@; then exit 0; else break; fi; }; \
292              exit 1;; \
293          esac; \
294        done; \
295        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/Makefile'; \
296        $(am__cd) $(top_srcdir) && \
297          $(AUTOMAKE) --cygnus iconv/Makefile
298.PRECIOUS: Makefile
299Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300        @case '$?' in \
301          *config.status*) \
302            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303          *) \
304            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306        esac;
307$(srcdir)/../../Makefile.shared:
308
309$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
310        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
312$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
313        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
315        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316$(am__aclocal_m4_deps):
317
318mostlyclean-libtool:
319        -rm -f *.lo
320
321clean-libtool:
322        -rm -rf .libs _libs
323install-cctDATA: $(cct_DATA)
324        @$(NORMAL_INSTALL)
325        @list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
326        if test -n "$$list"; then \
327          echo " $(MKDIR_P) '$(DESTDIR)$(cctdir)'"; \
328          $(MKDIR_P) "$(DESTDIR)$(cctdir)" || exit 1; \
329        fi; \
330        for p in $$list; do \
331          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
332          echo "$$d$$p"; \
333        done | $(am__base_list) | \
334        while read files; do \
335          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cctdir)'"; \
336          $(INSTALL_DATA) $$files "$(DESTDIR)$(cctdir)" || exit $$?; \
337        done
338
339uninstall-cctDATA:
340        @$(NORMAL_UNINSTALL)
341        @list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
342        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
343        dir='$(DESTDIR)$(cctdir)'; $(am__uninstall_files_from_dir)
344
345# This directory's subdirectories are mostly independent; you can cd
346# into them and run `make' without going through this Makefile.
347# To change the values of `make' variables: instead of editing Makefiles,
348# (1) if the variable is set in `config.status', edit `config.status'
349#     (which will cause the Makefiles to be regenerated when you run `make');
350# (2) otherwise, pass the desired values on the `make' command line.
351$(RECURSIVE_TARGETS):
352        @fail= failcom='exit 1'; \
353        for f in x $$MAKEFLAGS; do \
354          case $$f in \
355            *=* | --[!k]*);; \
356            *k*) failcom='fail=yes';; \
357          esac; \
358        done; \
359        dot_seen=no; \
360        target=`echo $@ | sed s/-recursive//`; \
361        list='$(SUBDIRS)'; for subdir in $$list; do \
362          echo "Making $$target in $$subdir"; \
363          if test "$$subdir" = "."; then \
364            dot_seen=yes; \
365            local_target="$$target-am"; \
366          else \
367            local_target="$$target"; \
368          fi; \
369          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370          || eval $$failcom; \
371        done; \
372        if test "$$dot_seen" = "no"; then \
373          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374        fi; test -z "$$fail"
375
376$(RECURSIVE_CLEAN_TARGETS):
377        @fail= failcom='exit 1'; \
378        for f in x $$MAKEFLAGS; do \
379          case $$f in \
380            *=* | --[!k]*);; \
381            *k*) failcom='fail=yes';; \
382          esac; \
383        done; \
384        dot_seen=no; \
385        case "$@" in \
386          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387          *) list='$(SUBDIRS)' ;; \
388        esac; \
389        rev=''; for subdir in $$list; do \
390          if test "$$subdir" = "."; then :; else \
391            rev="$$subdir $$rev"; \
392          fi; \
393        done; \
394        rev="$$rev ."; \
395        target=`echo $@ | sed s/-recursive//`; \
396        for subdir in $$rev; do \
397          echo "Making $$target in $$subdir"; \
398          if test "$$subdir" = "."; then \
399            local_target="$$target-am"; \
400          else \
401            local_target="$$target"; \
402          fi; \
403          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404          || eval $$failcom; \
405        done && test -z "$$fail"
406tags-recursive:
407        list='$(SUBDIRS)'; for subdir in $$list; do \
408          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409        done
410ctags-recursive:
411        list='$(SUBDIRS)'; for subdir in $$list; do \
412          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413        done
414
415ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417        unique=`for i in $$list; do \
418            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419          done | \
420          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421              END { if (nonempty) { for (i in files) print i; }; }'`; \
422        mkid -fID $$unique
423tags: TAGS
424
425TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
426                $(TAGS_FILES) $(LISP)
427        set x; \
428        here=`pwd`; \
429        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
430          include_option=--etags-include; \
431          empty_fix=.; \
432        else \
433          include_option=--include; \
434          empty_fix=; \
435        fi; \
436        list='$(SUBDIRS)'; for subdir in $$list; do \
437          if test "$$subdir" = .; then :; else \
438            test ! -f $$subdir/TAGS || \
439              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
440          fi; \
441        done; \
442        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443        unique=`for i in $$list; do \
444            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445          done | \
446          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447              END { if (nonempty) { for (i in files) print i; }; }'`; \
448        shift; \
449        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450          test -n "$$unique" || unique=$$empty_fix; \
451          if test $$# -gt 0; then \
452            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453              "$$@" $$unique; \
454          else \
455            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456              $$unique; \
457          fi; \
458        fi
459ctags: CTAGS
460CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461                $(TAGS_FILES) $(LISP)
462        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463        unique=`for i in $$list; do \
464            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465          done | \
466          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467              END { if (nonempty) { for (i in files) print i; }; }'`; \
468        test -z "$(CTAGS_ARGS)$$unique" \
469          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470             $$unique
471
472GTAGS:
473        here=`$(am__cd) $(top_builddir) && pwd` \
474          && $(am__cd) $(top_srcdir) \
475          && gtags -i $(GTAGS_ARGS) "$$here"
476
477distclean-tags:
478        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479check-am:
480check: check-recursive
481all-am: Makefile $(DATA)
482installdirs: installdirs-recursive
483installdirs-am:
484        for dir in "$(DESTDIR)$(cctdir)"; do \
485          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
486        done
487install: install-recursive
488install-exec: install-exec-recursive
489install-data: install-data-recursive
490uninstall: uninstall-recursive
491
492install-am: all-am
493        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
494
495installcheck: installcheck-recursive
496install-strip:
497        if test -z '$(STRIP)'; then \
498          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500              install; \
501        else \
502          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
505        fi
506mostlyclean-generic:
507
508clean-generic:
509        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
510
511distclean-generic:
512        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
515maintainer-clean-generic:
516        @echo "This command is intended for maintainers to use"
517        @echo "it deletes files that may require special tools to rebuild."
518clean: clean-recursive
519
520clean-am: clean-generic clean-libtool mostlyclean-am
521
522distclean: distclean-recursive
523        -rm -f Makefile
524distclean-am: clean-am distclean-generic distclean-tags
525
526dvi: dvi-recursive
527
528dvi-am:
529
530html: html-recursive
531
532html-am:
533
534info: info-recursive
535
536info-am:
537
538install-data-am: install-cctDATA
539
540install-dvi: install-dvi-recursive
541
542install-dvi-am:
543
544install-exec-am:
545
546install-html: install-html-recursive
547
548install-html-am:
549
550install-info: install-info-recursive
551
552install-info-am:
553
554install-man:
555
556install-pdf: install-pdf-recursive
557
558install-pdf-am:
559
560install-ps: install-ps-recursive
561
562install-ps-am:
563
564installcheck-am:
565
566maintainer-clean: maintainer-clean-recursive
567        -rm -f Makefile
568maintainer-clean-am: distclean-am maintainer-clean-generic
569
570mostlyclean: mostlyclean-recursive
571
572mostlyclean-am: mostlyclean-generic mostlyclean-libtool
573
574pdf: pdf-recursive
575
576pdf-am:
577
578ps: ps-recursive
579
580ps-am:
581
582uninstall-am: uninstall-cctDATA
583
584.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
585        install-am install-strip tags-recursive
586
587.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
588        all all-am check check-am clean clean-generic clean-libtool \
589        ctags ctags-recursive distclean distclean-generic \
590        distclean-libtool distclean-tags dvi dvi-am html html-am info \
591        info-am install install-am install-cctDATA install-data \
592        install-data-am install-dvi install-dvi-am install-exec \
593        install-exec-am install-html install-html-am install-info \
594        install-info-am install-man install-pdf install-pdf-am \
595        install-ps install-ps-am install-strip installcheck \
596        installcheck-am installdirs installdirs-am maintainer-clean \
597        maintainer-clean-generic mostlyclean mostlyclean-generic \
598        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
599        uninstall uninstall-am uninstall-cctDATA
600
601objectlist.awk.in: $(noinst_LTLIBRARIES)
602        -rm -f objectlist.awk.in
603        for i in `ls *.lo` ; \
604        do \
605          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
606        done
607
608.c.def:
609        $(CHEW) < $< > $*.def || ( rm $*.def && false )
610        @touch stmp-def
611
612TARGETDOC ?= ../tmp.texi
613
614doc: $(CHEWOUT_FILES)
615        for chapter in $(CHAPTERS) ; \
616        do \
617          cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \
618        done
619
620.c.xml:
621        $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false )
622        @touch stmp-xml
623
624docbook: $(DOCBOOK_OUT_FILES)
625        for chapter in $(DOCBOOK_CHAPTERS) ; \
626        do \
627          ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \
628        done
629
630iconv.def: lib/iconv.def
631        cp lib/iconv.def iconv.def
632
633iconv.xml: lib/iconv.xml
634        cp lib/iconv.xml iconv.xml
635
636stmp-def: force
637        (cd lib && $(MAKE) doc)
638        touch $@
639
640.PHONY: force
641force:
642
643$(SUBDEFS): stmp-def
644
645lib/iconv.def: $(SUBDEFS); @true
646
647lib/stmp-def: ; @true
648
649# Tell versions [3.59,3.63) of GNU make to not export all variables.
650# Otherwise a system limit (for SysV at least) may be exceeded.
651.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.