| [2557] | 1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
|---|
| 2 |
|
|---|
| 3 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
|---|
| 4 | # Free Software Foundation, Inc.
|
|---|
| 5 | # This Makefile.in is free software; the Free Software Foundation
|
|---|
| 6 | # gives unlimited permission to copy and/or distribute it,
|
|---|
| 7 | # with or without modifications, as long as this notice is preserved.
|
|---|
| 8 |
|
|---|
| 9 | # This program is distributed in the hope that it will be useful,
|
|---|
| 10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|---|
| 11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|---|
| 12 | # PARTICULAR PURPOSE.
|
|---|
| 13 |
|
|---|
| 14 | @SET_MAKE@
|
|---|
| 15 |
|
|---|
| 16 | SHELL = @SHELL@
|
|---|
| 17 |
|
|---|
| 18 | srcdir = @srcdir@
|
|---|
| 19 | top_srcdir = @top_srcdir@
|
|---|
| 20 | VPATH = @srcdir@
|
|---|
| 21 | prefix = @prefix@
|
|---|
| 22 | exec_prefix = @exec_prefix@
|
|---|
| 23 |
|
|---|
| 24 | bindir = @bindir@
|
|---|
| 25 | sbindir = @sbindir@
|
|---|
| 26 | libexecdir = @libexecdir@
|
|---|
| 27 | datadir = @datadir@
|
|---|
| 28 | sysconfdir = @sysconfdir@
|
|---|
| 29 | sharedstatedir = @sharedstatedir@
|
|---|
| 30 | localstatedir = @localstatedir@
|
|---|
| 31 | libdir = @libdir@
|
|---|
| 32 | infodir = @infodir@
|
|---|
| 33 | mandir = @mandir@
|
|---|
| 34 | includedir = @includedir@
|
|---|
| 35 | oldincludedir = /usr/include
|
|---|
| 36 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 37 | pkglibdir = $(libdir)/@PACKAGE@
|
|---|
| 38 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 39 | top_builddir = .
|
|---|
| 40 |
|
|---|
| 41 | ACLOCAL = @ACLOCAL@
|
|---|
| 42 | AUTOCONF = @AUTOCONF@
|
|---|
| 43 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 44 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 45 |
|
|---|
| 46 | INSTALL = @INSTALL@
|
|---|
| 47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|---|
| 48 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 50 | INSTALL_HEADER = $(INSTALL_DATA)
|
|---|
| 51 | transform = @program_transform_name@
|
|---|
| 52 | NORMAL_INSTALL = :
|
|---|
| 53 | PRE_INSTALL = :
|
|---|
| 54 | POST_INSTALL = :
|
|---|
| 55 | NORMAL_UNINSTALL = :
|
|---|
| 56 | PRE_UNINSTALL = :
|
|---|
| 57 | POST_UNINSTALL = :
|
|---|
| 58 | host_alias = @host_alias@
|
|---|
| 59 | host_triplet = @host@
|
|---|
| 60 | AMTAR = @AMTAR@
|
|---|
| 61 | AWK = @AWK@
|
|---|
| 62 | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
|
|---|
| 63 | CATALOGS = @CATALOGS@
|
|---|
| 64 | CATOBJEXT = @CATOBJEXT@
|
|---|
| 65 | CC = @CC@
|
|---|
| 66 | CPP = @CPP@
|
|---|
| 67 | DATADIRNAME = @DATADIRNAME@
|
|---|
| 68 | DEPDIR = @DEPDIR@
|
|---|
| 69 | EXEEXT = @EXEEXT@
|
|---|
| 70 | GENCAT = @GENCAT@
|
|---|
| 71 | GETCONF = @GETCONF@
|
|---|
| 72 | GLIBC21 = @GLIBC21@
|
|---|
| 73 | GMOFILES = @GMOFILES@
|
|---|
| 74 | GMSGFMT = @GMSGFMT@
|
|---|
| 75 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|---|
| 76 | INSTOBJEXT = @INSTOBJEXT@
|
|---|
| 77 | INTLBISON = @INTLBISON@
|
|---|
| 78 | INTLLIBS = @INTLLIBS@
|
|---|
| 79 | INTLOBJS = @INTLOBJS@
|
|---|
| 80 | INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
|
|---|
| 81 | LIBICONV = @LIBICONV@
|
|---|
| 82 | MKINSTALLDIRS = @MKINSTALLDIRS@
|
|---|
| 83 | MSGFMT = @MSGFMT@
|
|---|
| 84 | OBJEXT = @OBJEXT@
|
|---|
| 85 | PACKAGE = @PACKAGE@
|
|---|
| 86 | POFILES = @POFILES@
|
|---|
| 87 | POSUB = @POSUB@
|
|---|
| 88 | RANLIB = @RANLIB@
|
|---|
| 89 | SEP = @SEP@
|
|---|
| 90 | U = @U@
|
|---|
| 91 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
|---|
| 92 | USE_NLS = @USE_NLS@
|
|---|
| 93 | VERSION = @VERSION@
|
|---|
| 94 | am__include = @am__include@
|
|---|
| 95 | am__quote = @am__quote@
|
|---|
| 96 | install_sh = @install_sh@
|
|---|
| 97 |
|
|---|
| 98 | AUTOMAKE_OPTIONS = no-dependencies
|
|---|
| 99 |
|
|---|
| 100 | SUBDIRS = intl po lib doc src tests m4 vms bootstrap
|
|---|
| 101 |
|
|---|
| 102 | EXTRA_DIST = TODO README README-alpha PATCHES.AC PATCHES.AM
|
|---|
| 103 |
|
|---|
| 104 | # We should be able to just define `ACLOCAL_AMFLAGS = --acdir=m4',
|
|---|
| 105 | # but this runs afoul of a bug in automake 1.
|
|---|
| 106 | # The following hack works around this bug by creating acinclude.m4 manually.
|
|---|
| 107 | ACLOCAL_AMFLAGS =
|
|---|
| 108 | M4DIR = $(srcdir)/m4
|
|---|
| 109 | ACINCLUDE_INPUTS = $(M4DIR)/decl.m4 $(M4DIR)/djgpp.m4 $(M4DIR)/dosfile.m4 \
|
|---|
| 110 | $(M4DIR)/envsep.m4 $(M4DIR)/error.m4 $(M4DIR)/gettext.m4 $(M4DIR)/glibc.m4 \
|
|---|
| 111 | $(M4DIR)/header.m4 $(M4DIR)/init.m4 $(M4DIR)/install.m4 \
|
|---|
| 112 | $(M4DIR)/inttypes_h.m4 $(M4DIR)/isc-posix.m4 $(M4DIR)/largefile.m4 \
|
|---|
| 113 | $(M4DIR)/lcmessage.m4 $(M4DIR)/malloc.m4 $(M4DIR)/mbstate_t.m4 \
|
|---|
| 114 | $(M4DIR)/missing.m4 $(M4DIR)/progtest.m4 $(M4DIR)/realloc.m4 \
|
|---|
| 115 | $(M4DIR)/regex.m4 $(M4DIR)/sanity.m4 $(M4DIR)/strerror_r.m4 \
|
|---|
| 116 | $(M4DIR)/uintmax_t.m4 $(M4DIR)/ulonglong.m4 $(M4DIR)/xstrtoumax.m4
|
|---|
| 117 |
|
|---|
| 118 | subdir = .
|
|---|
| 119 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|---|
| 120 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|---|
| 121 | CONFIG_HEADER = config.h
|
|---|
| 122 | CONFIG_CLEAN_FILES = intl/Makefile
|
|---|
| 123 | depcomp =
|
|---|
| 124 | DIST_SOURCES =
|
|---|
| 125 |
|
|---|
| 126 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
|---|
| 127 | uninstall-info-recursive all-recursive install-data-recursive \
|
|---|
| 128 | install-exec-recursive installdirs-recursive install-recursive \
|
|---|
| 129 | uninstall-recursive check-recursive installcheck-recursive
|
|---|
| 130 | DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
|
|---|
| 131 | INSTALL Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \
|
|---|
| 132 | config.guess config.hin config.sub configure configure.in \
|
|---|
| 133 | install-sh missing mkinstalldirs
|
|---|
| 134 | DIST_SUBDIRS = $(SUBDIRS)
|
|---|
| 135 | all: config.h
|
|---|
| 136 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|---|
| 137 |
|
|---|
| 138 | .SUFFIXES:
|
|---|
| 139 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|---|
| 140 | cd $(top_srcdir) && \
|
|---|
| 141 | $(AUTOMAKE) --gnu Makefile
|
|---|
| 142 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|---|
| 143 | cd $(top_builddir) && \
|
|---|
| 144 | CONFIG_HEADERS= CONFIG_LINKS= \
|
|---|
| 145 | CONFIG_FILES=$@ $(SHELL) ./config.status
|
|---|
| 146 |
|
|---|
| 147 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|---|
| 148 | $(SHELL) ./config.status --recheck
|
|---|
| 149 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
|---|
| 150 | cd $(srcdir) && $(AUTOCONF)
|
|---|
| 151 |
|
|---|
| 152 | $(ACLOCAL_M4): configure.in
|
|---|
| 153 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|---|
| 154 | config.h: stamp-h
|
|---|
| 155 | @if test ! -f $@; then \
|
|---|
| 156 | rm -f stamp-h; \
|
|---|
| 157 | $(MAKE) stamp-h; \
|
|---|
| 158 | else :; fi
|
|---|
| 159 | stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
|
|---|
| 160 | @rm -f stamp-h stamp-hT
|
|---|
| 161 | @echo timestamp > stamp-hT 2> /dev/null
|
|---|
| 162 | cd $(top_builddir) \
|
|---|
| 163 | && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
|
|---|
| 164 | $(SHELL) ./config.status
|
|---|
| 165 | @mv stamp-hT stamp-h
|
|---|
| 166 | $(srcdir)/config.hin: $(srcdir)/./stamp-h.in
|
|---|
| 167 | @if test ! -f $@; then \
|
|---|
| 168 | rm -f $(srcdir)/./stamp-h.in; \
|
|---|
| 169 | $(MAKE) $(srcdir)/./stamp-h.in; \
|
|---|
| 170 | else :; fi
|
|---|
| 171 | $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|---|
| 172 | @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
|
|---|
| 173 | @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
|
|---|
| 174 | cd $(top_srcdir) && $(AUTOHEADER)
|
|---|
| 175 | @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
|
|---|
| 176 |
|
|---|
| 177 | distclean-hdr:
|
|---|
| 178 | -rm -f config.h
|
|---|
| 179 | intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
|
|---|
| 180 | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
|
|---|
| 181 | uninstall-info-am:
|
|---|
| 182 |
|
|---|
| 183 | # This directory's subdirectories are mostly independent; you can cd
|
|---|
| 184 | # into them and run `make' without going through this Makefile.
|
|---|
| 185 | # To change the values of `make' variables: instead of editing Makefiles,
|
|---|
| 186 | # (1) if the variable is set in `config.status', edit `config.status'
|
|---|
| 187 | # (which will cause the Makefiles to be regenerated when you run `make');
|
|---|
| 188 | # (2) otherwise, pass the desired values on the `make' command line.
|
|---|
| 189 | $(RECURSIVE_TARGETS):
|
|---|
| 190 | @set fnord $(MAKEFLAGS); amf=$$2; \
|
|---|
| 191 | dot_seen=no; \
|
|---|
| 192 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 193 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 194 | echo "Making $$target in $$subdir"; \
|
|---|
| 195 | if test "$$subdir" = "."; then \
|
|---|
| 196 | dot_seen=yes; \
|
|---|
| 197 | local_target="$$target-am"; \
|
|---|
| 198 | else \
|
|---|
| 199 | local_target="$$target"; \
|
|---|
| 200 | fi; \
|
|---|
| 201 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 202 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|---|
| 203 | done; \
|
|---|
| 204 | if test "$$dot_seen" = "no"; then \
|
|---|
| 205 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|---|
| 206 | fi; test -z "$$fail"
|
|---|
| 207 |
|
|---|
| 208 | mostlyclean-recursive clean-recursive distclean-recursive \
|
|---|
| 209 | maintainer-clean-recursive:
|
|---|
| 210 | @set fnord $(MAKEFLAGS); amf=$$2; \
|
|---|
| 211 | dot_seen=no; \
|
|---|
| 212 | case "$@" in \
|
|---|
| 213 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|---|
| 214 | *) list='$(SUBDIRS)' ;; \
|
|---|
| 215 | esac; \
|
|---|
| 216 | rev=''; for subdir in $$list; do \
|
|---|
| 217 | if test "$$subdir" = "."; then :; else \
|
|---|
| 218 | rev="$$subdir $$rev"; \
|
|---|
| 219 | fi; \
|
|---|
| 220 | done; \
|
|---|
| 221 | rev="$$rev ."; \
|
|---|
| 222 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 223 | for subdir in $$rev; do \
|
|---|
| 224 | echo "Making $$target in $$subdir"; \
|
|---|
| 225 | if test "$$subdir" = "."; then \
|
|---|
| 226 | local_target="$$target-am"; \
|
|---|
| 227 | else \
|
|---|
| 228 | local_target="$$target"; \
|
|---|
| 229 | fi; \
|
|---|
| 230 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 231 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|---|
| 232 | done && test -z "$$fail"
|
|---|
| 233 | tags-recursive:
|
|---|
| 234 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 235 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|---|
| 236 | done
|
|---|
| 237 |
|
|---|
| 238 | tags: TAGS
|
|---|
| 239 |
|
|---|
| 240 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|---|
| 241 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
|---|
| 242 | unique=`for i in $$list; do \
|
|---|
| 243 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 244 | done | \
|
|---|
| 245 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 246 | END { for (i in files) print i; }'`; \
|
|---|
| 247 | mkid -fID $$unique $(LISP)
|
|---|
| 248 |
|
|---|
| 249 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
|
|---|
| 250 | $(TAGS_FILES) $(LISP)
|
|---|
| 251 | tags=; \
|
|---|
| 252 | here=`pwd`; \
|
|---|
| 253 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 254 | if test "$$subdir" = .; then :; else \
|
|---|
| 255 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|---|
| 256 | fi; \
|
|---|
| 257 | done; \
|
|---|
| 258 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
|---|
| 259 | unique=`for i in $$list; do \
|
|---|
| 260 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 261 | done | \
|
|---|
| 262 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 263 | END { for (i in files) print i; }'`; \
|
|---|
| 264 | test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
|
|---|
| 265 | || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
|
|---|
| 266 |
|
|---|
| 267 | GTAGS:
|
|---|
| 268 | here=`CDPATH=: && cd $(top_builddir) && pwd` \
|
|---|
| 269 | && cd $(top_srcdir) \
|
|---|
| 270 | && gtags -i $(GTAGS_ARGS) $$here
|
|---|
| 271 |
|
|---|
| 272 | distclean-tags:
|
|---|
| 273 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
|---|
| 274 |
|
|---|
| 275 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|---|
| 276 |
|
|---|
| 277 | top_distdir = .
|
|---|
| 278 | # Avoid unsightly `./'.
|
|---|
| 279 | distdir = $(PACKAGE)-$(VERSION)
|
|---|
| 280 |
|
|---|
| 281 | GZIP_ENV = --best
|
|---|
| |
|---|