| 1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. | 
|---|
| 2 | # @configure_input@ | 
|---|
| 3 |  | 
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 
|---|
| 5 | # 2003, 2004  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 | subdir = . | 
|---|
| 38 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | 
|---|
| 39 | $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ | 
|---|
| 40 | ChangeLog INSTALL NEWS THANKS TODO | 
|---|
| 41 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
|---|
| 42 | am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \ | 
|---|
| 43 | $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \ | 
|---|
| 44 | $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \ | 
|---|
| 45 | $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \ | 
|---|
| 46 | $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \ | 
|---|
| 47 | $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \ | 
|---|
| 48 | $(top_srcdir)/configure.ac | 
|---|
| 49 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 
|---|
| 50 | $(ACLOCAL_M4) | 
|---|
| 51 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | 
|---|
| 52 | configure.lineno configure.status.lineno | 
|---|
| 53 | mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs | 
|---|
| 54 | CONFIG_CLEAN_FILES = | 
|---|
| 55 | am__installdirs = "$(DESTDIR)$(bindir)" | 
|---|
| 56 | binSCRIPT_INSTALL = $(INSTALL_SCRIPT) | 
|---|
| 57 | SCRIPTS = $(bin_SCRIPTS) | 
|---|
| 58 | SOURCES = | 
|---|
| 59 | DIST_SOURCES = | 
|---|
| 60 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | 
|---|
| 61 | html-recursive info-recursive install-data-recursive \ | 
|---|
| 62 | install-exec-recursive install-info-recursive \ | 
|---|
| 63 | install-recursive installcheck-recursive installdirs-recursive \ | 
|---|
| 64 | pdf-recursive ps-recursive uninstall-info-recursive \ | 
|---|
| 65 | uninstall-recursive | 
|---|
| 66 | ETAGS = etags | 
|---|
| 67 | CTAGS = ctags | 
|---|
| 68 | DIST_SUBDIRS = $(SUBDIRS) | 
|---|
| 69 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 
|---|
| 70 | distdir = $(PACKAGE)-$(VERSION) | 
|---|
| 71 | top_distdir = $(distdir) | 
|---|
| 72 | am__remove_distdir = \ | 
|---|
| 73 | { test ! -d $(distdir) \ | 
|---|
| 74 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | 
|---|
| 75 | && rm -fr $(distdir); }; } | 
|---|
| 76 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 | 
|---|
| 77 | GZIP_ENV = --best | 
|---|
| 78 | distuninstallcheck_listfiles = find . -type f -print | 
|---|
| 79 | distcleancheck_listfiles = find . -type f -print | 
|---|
| 80 | ACLOCAL = @ACLOCAL@ | 
|---|
| 81 | AMTAR = @AMTAR@ | 
|---|
| 82 | APIVERSION = @APIVERSION@ | 
|---|
| 83 | AUTOCONF = @AUTOCONF@ | 
|---|
| 84 | AUTOHEADER = @AUTOHEADER@ | 
|---|
| 85 | AUTOMAKE = @AUTOMAKE@ | 
|---|
| 86 | AWK = @AWK@ | 
|---|
| 87 | CYGPATH_W = @CYGPATH_W@ | 
|---|
| 88 | DEFS = @DEFS@ | 
|---|
| 89 | ECHO_C = @ECHO_C@ | 
|---|
| 90 | ECHO_N = @ECHO_N@ | 
|---|
| 91 | ECHO_T = @ECHO_T@ | 
|---|
| 92 | EGREP = @EGREP@ | 
|---|
| 93 | FGREP = @FGREP@ | 
|---|
| 94 | INSTALL_DATA = @INSTALL_DATA@ | 
|---|
| 95 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
|---|
| 96 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
|---|
| 97 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 
|---|
| 98 | LIBOBJS = @LIBOBJS@ | 
|---|
| 99 | LIBS = @LIBS@ | 
|---|
| 100 | LN = @LN@ | 
|---|
| 101 | LTLIBOBJS = @LTLIBOBJS@ | 
|---|
| 102 | MAKEINFO = @MAKEINFO@ | 
|---|
| 103 | MODIFICATION_DELAY = @MODIFICATION_DELAY@ | 
|---|
| 104 | PACKAGE = @PACKAGE@ | 
|---|
| 105 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
|---|
| 106 | PACKAGE_NAME = @PACKAGE_NAME@ | 
|---|
| 107 | PACKAGE_STRING = @PACKAGE_STRING@ | 
|---|
| 108 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 
|---|
| 109 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
|---|
| 110 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 
|---|
| 111 | PERL = @PERL@ | 
|---|
| 112 | SET_MAKE = @SET_MAKE@ | 
|---|
| 113 | SHELL = @SHELL@ | 
|---|
| 114 | STRIP = @STRIP@ | 
|---|
| 115 | TEX = @TEX@ | 
|---|
| 116 | VERSION = @VERSION@ | 
|---|
| 117 | ac_ct_STRIP = @ac_ct_STRIP@ | 
|---|
| 118 | am__leading_dot = @am__leading_dot@ | 
|---|
| 119 | bindir = @bindir@ | 
|---|
| 120 | build = @build@ | 
|---|
| 121 | build_alias = @build_alias@ | 
|---|
| 122 | build_cpu = @build_cpu@ | 
|---|
| 123 | build_os = @build_os@ | 
|---|
| 124 | build_vendor = @build_vendor@ | 
|---|
| 125 | datadir = @datadir@ | 
|---|
| 126 | exec_prefix = @exec_prefix@ | 
|---|
| 127 | host_alias = @host_alias@ | 
|---|
| 128 | includedir = @includedir@ | 
|---|
| 129 | infodir = @infodir@ | 
|---|
| 130 | install_sh = @install_sh@ | 
|---|
| 131 | libdir = @libdir@ | 
|---|
| 132 | libexecdir = @libexecdir@ | 
|---|
| 133 | localstatedir = @localstatedir@ | 
|---|
| 134 | mandir = @mandir@ | 
|---|
| 135 | mkdir_p = @mkdir_p@ | 
|---|
| 136 | oldincludedir = @oldincludedir@ | 
|---|
| 137 | pkgvdatadir = @pkgvdatadir@ | 
|---|
| 138 | prefix = @prefix@ | 
|---|
| 139 | program_transform_name = @program_transform_name@ | 
|---|
| 140 | sbindir = @sbindir@ | 
|---|
| 141 | sharedstatedir = @sharedstatedir@ | 
|---|
| 142 | sysconfdir = @sysconfdir@ | 
|---|
| 143 | target_alias = @target_alias@ | 
|---|
| 144 | SUBDIRS = . doc m4 lib tests | 
|---|
| 145 | bin_SCRIPTS = automake aclocal | 
|---|
| 146 | CLEANFILES = $(bin_SCRIPTS) | 
|---|
| 147 | AUTOMAKESOURCES = automake.in aclocal.in | 
|---|
| 148 | TAGS_FILES = $(AUTOMAKESOURCES) | 
|---|
| 149 | EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 ChangeLog.02 \ | 
|---|
| 150 | $(AUTOMAKESOURCES) | 
|---|
| 151 |  | 
|---|
| 152 | do_subst = sed \ | 
|---|
| 153 | -e 's,[@]APIVERSION[@],$(APIVERSION),g' \ | 
|---|
| 154 | -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ | 
|---|
| 155 | -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \ | 
|---|
| 156 | -e 's,[@]PERL[@],$(PERL),g' \ | 
|---|
| 157 | -e 's,[@]SHELL[@],$(SHELL),g' \ | 
|---|
| 158 | -e 's,[@]VERSION[@],$(VERSION),g' \ | 
|---|
| 159 | -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \ | 
|---|
| 160 | -e 's,[@]datadir[@],$(datadir),g' | 
|---|
| 161 |  | 
|---|
| 162 | WGET = wget | 
|---|
| 163 | WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~ | 
|---|
| 164 | FETCHFILES = \ | 
|---|
| 165 | INSTALL \ | 
|---|
| 166 | config-ml.in \ | 
|---|
| 167 | config.guess \ | 
|---|
| 168 | config.sub \ | 
|---|
| 169 | symlink-tree \ | 
|---|
| 170 | texinfo.tex | 
|---|
| 171 |  | 
|---|
| 172 | all: all-recursive | 
|---|
| 173 |  | 
|---|
| 174 | .SUFFIXES: | 
|---|
| 175 | am--refresh: | 
|---|
| 176 | @: | 
|---|
| 177 | $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | 
|---|
| 178 | @for dep in $?; do \ | 
|---|
| 179 | case '$(am__configure_deps)' in \ | 
|---|
| 180 | *$$dep*) \ | 
|---|
| 181 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ | 
|---|
| 182 | cd $(srcdir) && $(AUTOMAKE) --gnu  \ | 
|---|
| 183 | && exit 0; \ | 
|---|
| 184 | exit 1;; \ | 
|---|
| 185 | esac; \ | 
|---|
| 186 | done; \ | 
|---|
| 187 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \ | 
|---|
| 188 | cd $(top_srcdir) && \ | 
|---|
| 189 | $(AUTOMAKE) --gnu  Makefile | 
|---|
| 190 | .PRECIOUS: Makefile | 
|---|
| 191 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 
|---|
| 192 | @case '$?' in \ | 
|---|
| 193 | *config.status*) \ | 
|---|
| 194 | echo ' $(SHELL) ./config.status'; \ | 
|---|
| 195 | $(SHELL) ./config.status;; \ | 
|---|
| 196 | *) \ | 
|---|
| 197 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | 
|---|
| 198 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | 
|---|
| 199 | esac; | 
|---|
| 200 |  | 
|---|
| 201 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 
|---|
| 202 | $(SHELL) ./config.status --recheck | 
|---|
| 203 |  | 
|---|
| 204 | $(top_srcdir)/configure:  $(am__configure_deps) | 
|---|
| 205 | cd $(srcdir) && $(AUTOCONF) | 
|---|
| 206 | $(ACLOCAL_M4):  $(am__aclocal_m4_deps) | 
|---|
| 207 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | 
|---|
| 208 | install-binSCRIPTS: $(bin_SCRIPTS) | 
|---|
| 209 | @$(NORMAL_INSTALL) | 
|---|
| 210 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" | 
|---|
| 211 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ | 
|---|
| 212 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | 
|---|
| 213 | if test -f $$d$$p; then \ | 
|---|
| 214 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ | 
|---|
| 215 | echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ | 
|---|
| 216 | $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ | 
|---|
| 217 | else :; fi; \ | 
|---|
| 218 | done | 
|---|
| 219 |  | 
|---|
| 220 | uninstall-binSCRIPTS: | 
|---|
| 221 | @$(NORMAL_UNINSTALL) | 
|---|
| 222 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ | 
|---|
| 223 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ | 
|---|
| 224 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ | 
|---|
| 225 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ | 
|---|
| 226 | done | 
|---|
| 227 | uninstall-info-am: | 
|---|
| 228 |  | 
|---|
| 229 | # This directory's subdirectories are mostly independent; you can cd | 
|---|
| 230 | # into them and run `make' without going through this Makefile. | 
|---|
| 231 | # To change the values of `make' variables: instead of editing Makefiles, | 
|---|
| 232 | # (1) if the variable is set in `config.status', edit `config.status' | 
|---|
| 233 | #     (which will cause the Makefiles to be regenerated when you run `make'); | 
|---|
| 234 | # (2) otherwise, pass the desired values on the `make' command line. | 
|---|
| 235 | $(RECURSIVE_TARGETS): | 
|---|
| 236 | @set fnord $$MAKEFLAGS; amf=$$2; \ | 
|---|
| 237 | dot_seen=no; \ | 
|---|
| 238 | target=`echo $@ | sed s/-recursive//`; \ | 
|---|
| 239 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 240 | echo "Making $$target in $$subdir"; \ | 
|---|
| 241 | if test "$$subdir" = "."; then \ | 
|---|
| 242 | dot_seen=yes; \ | 
|---|
| 243 | local_target="$$target-am"; \ | 
|---|
| 244 | else \ | 
|---|
| 245 | local_target="$$target"; \ | 
|---|
| 246 | fi; \ | 
|---|
| 247 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
| 248 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 
|---|
| 249 | done; \ | 
|---|
| 250 | if test "$$dot_seen" = "no"; then \ | 
|---|
| 251 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 
|---|
| 252 | fi; test -z "$$fail" | 
|---|
| 253 |  | 
|---|
| 254 | mostlyclean-recursive clean-recursive distclean-recursive \ | 
|---|
| 255 | maintainer-clean-recursive: | 
|---|
| 256 | @set fnord $$MAKEFLAGS; amf=$$2; \ | 
|---|
| 257 | dot_seen=no; \ | 
|---|
| 258 | case "$@" in \ | 
|---|
| 259 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 
|---|
| 260 | *) list='$(SUBDIRS)' ;; \ | 
|---|
| 261 | esac; \ | 
|---|
| 262 | rev=''; for subdir in $$list; do \ | 
|---|
| 263 | if test "$$subdir" = "."; then :; else \ | 
|---|
| 264 | rev="$$subdir $$rev"; \ | 
|---|
| 265 | fi; \ | 
|---|
| 266 | done; \ | 
|---|
| 267 | rev="$$rev ."; \ | 
|---|
| 268 | target=`echo $@ | sed s/-recursive//`; \ | 
|---|
| 269 | for subdir in $$rev; do \ | 
|---|
| 270 | echo "Making $$target in $$subdir"; \ | 
|---|
| 271 | if test "$$subdir" = "."; then \ | 
|---|
| 272 | local_target="$$target-am"; \ | 
|---|
| 273 | else \ | 
|---|
| 274 | local_target="$$target"; \ | 
|---|
| 275 | fi; \ | 
|---|
| 276 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
| 277 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 
|---|
| 278 | done && test -z "$$fail" | 
|---|
| 279 | tags-recursive: | 
|---|
| 280 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 281 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | 
|---|
| 282 | done | 
|---|
| 283 | ctags-recursive: | 
|---|
| 284 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 285 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | 
|---|
| 286 | done | 
|---|
| 287 |  | 
|---|
| 288 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 
|---|
| 289 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 
|---|
| 290 | unique=`for i in $$list; do \ | 
|---|
| 291 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
| 292 | done | \ | 
|---|
| 293 | $(AWK) '    { files[$$0] = 1; } \ | 
|---|
| 294 | END { for (i in files) print i; }'`; \ | 
|---|
| 295 | mkid -fID $$unique | 
|---|
| 296 | tags: TAGS | 
|---|
| 297 |  | 
|---|
| 298 | TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \ | 
|---|
| 299 | $(TAGS_FILES) $(LISP) | 
|---|
| 300 | tags=; \ | 
|---|
| 301 | here=`pwd`; \ | 
|---|
| 302 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | 
|---|
| 303 | include_option=--etags-include; \ | 
|---|
| 304 | empty_fix=.; \ | 
|---|
| 305 | else \ | 
|---|
| 306 | include_option=--include; \ | 
|---|
| 307 | empty_fix=; \ | 
|---|
| 308 | fi; \ | 
|---|
| 309 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 310 | if test "$$subdir" = .; then :; else \ | 
|---|
| 311 | test ! -f $$subdir/TAGS || \ | 
|---|
| 312 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | 
|---|
| 313 | fi; \ | 
|---|
| 314 | done; \ | 
|---|
| 315 | list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ | 
|---|
| 316 | unique=`for i in $$list; do \ | 
|---|
| 317 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
| 318 | done | \ | 
|---|
| 319 | $(AWK) '    { files[$$0] = 1; } \ | 
|---|
| 320 | END { for (i in files) print i; }'`; \ | 
|---|
| 321 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | 
|---|
| 322 | test -n "$$unique" || unique=$$empty_fix; \ | 
|---|
| 323 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
|---|
| 324 | $$tags $$unique; \ | 
|---|
| 325 | fi | 
|---|
| 326 | ctags: CTAGS | 
|---|
| 327 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \ | 
|---|
| 328 | $(TAGS_FILES) $(LISP) | 
|---|
| 329 | tags=; \ | 
|---|
| 330 | here=`pwd`; \ | 
|---|
| 331 | list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ | 
|---|
| 332 | unique=`for i in $$list; do \ | 
|---|
| 333 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
|---|
| 334 | done | \ | 
|---|
| 335 | $(AWK) '    { files[$$0] = 1; } \ | 
|---|
| 336 | END { for (i in files) print i; }'`; \ | 
|---|
| 337 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | 
|---|
| 338 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 
|---|
| 339 | $$tags $$unique | 
|---|
| 340 |  | 
|---|
| 341 | GTAGS: | 
|---|
| 342 | here=`$(am__cd) $(top_builddir) && pwd` \ | 
|---|
| 343 | && cd $(top_srcdir) \ | 
|---|
| 344 | && gtags -i $(GTAGS_ARGS) $$here | 
|---|
| 345 |  | 
|---|
| 346 | distclean-tags: | 
|---|
| 347 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 
|---|
| 348 |  | 
|---|
| 349 | distdir: $(DISTFILES) | 
|---|
| 350 | $(am__remove_distdir) | 
|---|
| 351 | mkdir $(distdir) | 
|---|
| 352 | $(mkdir_p) $(distdir)/m4 $(distdir)/tests | 
|---|
| 353 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | 
|---|
| 354 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | 
|---|
| 355 | list='$(DISTFILES)'; for file in $$list; do \ | 
|---|
| 356 | case $$file in \ | 
|---|
| 357 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | 
|---|
| 358 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | 
|---|
| 359 | esac; \ | 
|---|
| 360 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 
|---|
| 361 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | 
|---|
| 362 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | 
|---|
| 363 | dir="/$$dir"; \ | 
|---|
| 364 | $(mkdir_p) "$(distdir)$$dir"; \ | 
|---|
| 365 | else \ | 
|---|
| 366 | dir=''; \ | 
|---|
| 367 | fi; \ | 
|---|
| 368 | if test -d $$d/$$file; then \ | 
|---|
| 369 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | 
|---|
| 370 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | 
|---|
| 371 | fi; \ | 
|---|
| 372 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | 
|---|
| 373 | else \ | 
|---|
| 374 | test -f $(distdir)/$$file \ | 
|---|
| 375 | || cp -p $$d/$$file $(distdir)/$$file \ | 
|---|
| 376 | || exit 1; \ | 
|---|
| 377 | fi; \ | 
|---|
| 378 | done | 
|---|
| 379 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 380 | if test "$$subdir" = .; then :; else \ | 
|---|
| 381 | test -d "$(distdir)/$$subdir" \ | 
|---|
| 382 | || mkdir "$(distdir)/$$subdir" \ | 
|---|
| 383 | || exit 1; \ | 
|---|
| 384 | (cd $$subdir && \ | 
|---|
| 385 | $(MAKE) $(AM_MAKEFLAGS) \ | 
|---|
| 386 | top_distdir="../$(top_distdir)" \ | 
|---|
| 387 | distdir="../$(distdir)/$$subdir" \ | 
|---|
| 388 | distdir) \ | 
|---|
| 389 | || exit 1; \ | 
|---|
| 390 | fi; \ | 
|---|
| 391 | done | 
|---|
| 392 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | 
|---|
| 393 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | 
|---|
| 394 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | 
|---|
| 395 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | 
|---|
| 396 | || chmod -R a+r $(distdir) | 
|---|
| 397 | dist-gzip: distdir | 
|---|
| 398 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | 
|---|
| 399 | $(am__remove_distdir) | 
|---|
| 400 | dist-bzip2: distdir | 
|---|
| 401 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 | 
|---|
| 402 | $(am__remove_distdir) | 
|---|
| 403 |  | 
|---|
| 404 | dist-tarZ: distdir | 
|---|
| 405 | $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z | 
|---|
| 406 | $(am__remove_distdir) | 
|---|
| 407 |  | 
|---|
| 408 | dist-shar: distdir | 
|---|
| 409 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | 
|---|
| 410 | $(am__remove_distdir) | 
|---|
| 411 |  | 
|---|
| 412 | dist-zip: distdir | 
|---|
| 413 | -rm -f $(distdir).zip | 
|---|
| 414 | zip -rq $(distdir).zip $(distdir) | 
|---|
| 415 | $(am__remove_distdir) | 
|---|
| 416 |  | 
|---|
| 417 | dist dist-all: distdir | 
|---|
| 418 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | 
|---|
| 419 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 | 
|---|
| 420 | $(am__remove_distdir) | 
|---|
| 421 |  | 
|---|
| 422 | # This target untars the dist file and tries a VPATH configuration.  Then | 
|---|
| 423 | # it guarantees that the distribution is self-contained by making another | 
|---|
| 424 | # tarfile. | 
|---|
| 425 | distcheck: dist | 
|---|
| 426 | case '$(DIST_ARCHIVES)' in \ | 
|---|
| 427 | *.tar.gz*) \ | 
|---|
| 428 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ | 
|---|
| 429 | *.tar.bz2*) \ | 
|---|
| 430 | bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ | 
|---|
| 431 | *.tar.Z*) \ | 
|---|
| 432 | uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ | 
|---|
| 433 | *.shar.gz*) \ | 
|---|
| 434 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | 
|---|
| 435 | *.zip*) \ | 
|---|
| 436 | unzip $(distdir).zip ;;\ | 
|---|
| 437 | esac | 
|---|
| 438 | chmod -R a-w $(distdir); chmod a+w $(distdir) | 
|---|
| 439 | mkdir $(distdir)/_build | 
|---|
| 440 | mkdir $(distdir)/_inst | 
|---|
| 441 | chmod a-w $(distdir) | 
|---|
| 442 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | 
|---|
| 443 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | 
|---|
| 444 | && cd $(distdir)/_build \ | 
|---|
| 445 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | 
|---|
| 446 | $(DISTCHECK_CONFIGURE_FLAGS) \ | 
|---|
| 447 | && $(MAKE) $(AM_MAKEFLAGS) \ | 
|---|
| 448 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | 
|---|
| 449 | && $(MAKE) $(AM_MAKEFLAGS) check \ | 
|---|
| 450 | && $(MAKE) $(AM_MAKEFLAGS) install \ | 
|---|
| 451 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 
|---|
| 452 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | 
|---|
| 453 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | 
|---|
| 454 | distuninstallcheck \ | 
|---|
| 455 | && chmod -R a-w "$$dc_install_base" \ | 
|---|
| 456 | && ({ \ | 
|---|
| 457 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | 
|---|
| 458 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | 
|---|
| 459 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | 
|---|
| 460 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | 
|---|
| 461 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | 
|---|
| 462 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | 
|---|
| 463 | && rm -rf "$$dc_destdir" \ | 
|---|
| 464 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | 
|---|
| 465 | && rm -rf $(DIST_ARCHIVES) \ | 
|---|
| 466 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | 
|---|
| 467 | $(am__remove_distdir) | 
|---|
| 468 | @(echo "$(distdir) archives ready for distribution: "; \ | 
|---|
| 469 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | 
|---|
| 470 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' | 
|---|
| 471 | distuninstallcheck: | 
|---|
| 472 | @cd $(distuninstallcheck_dir) \ | 
|---|
| 473 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | 
|---|
| 474 | || { echo "ERROR: files left after uninstall:" ; \ | 
|---|
| 475 | if test -n "$(DESTDIR)"; then \ | 
|---|
| 476 | echo "  (check DESTDIR support)"; \ | 
|---|
| 477 | fi ; \ | 
|---|
| 478 | $(distuninstallcheck_listfiles) ; \ | 
|---|
| 479 | exit 1; } >&2 | 
|---|
| 480 | distcleancheck: distclean | 
|---|
| 481 | @if test '$(srcdir)' = . ; then \ | 
|---|
| 482 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | 
|---|
| 483 | exit 1 ; \ | 
|---|
| 484 | fi | 
|---|
| 485 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | 
|---|
| 486 | || { echo "ERROR: files left in build directory after distclean:" ; \ | 
|---|
| 487 | $(distcleancheck_listfiles) ; \ | 
|---|
| 488 | exit 1; } >&2 | 
|---|
| 489 | check-am: all-am | 
|---|
| 490 | check: check-recursive | 
|---|
| 491 | all-am: Makefile $(SCRIPTS) | 
|---|
| 492 | installdirs: installdirs-recursive | 
|---|
| 493 | installdirs-am: | 
|---|
| 494 | for dir in "$(DESTDIR)$(bindir)"; do \ | 
|---|
| 495 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ | 
|---|
| 496 | done | 
|---|
| 497 | install: install-recursive | 
|---|
| 498 | install-exec: install-exec-recursive | 
|---|
| 499 | install-data: install-data-recursive | 
|---|
| 500 | uninstall: uninstall-recursive | 
|---|
| 501 |  | 
|---|
| 502 | install-am: all-am | 
|---|
| 503 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
|---|
| 504 |  | 
|---|
| 505 | installcheck: installcheck-recursive | 
|---|
| 506 | install-strip: | 
|---|
| 507 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
|---|
| 508 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
|---|
| 509 | `test -z '$(STRIP)' || \ | 
|---|
| 510 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | 
|---|
| 511 | mostlyclean-generic: | 
|---|
| 512 |  | 
|---|
| 513 | clean-generic: | 
|---|
| 514 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | 
|---|
| 515 |  | 
|---|
| 516 | distclean-generic: | 
|---|
| 517 | -rm -f $(CONFIG_CLEAN_FILES) | 
|---|
| 518 |  | 
|---|
| 519 | maintainer-clean-generic: | 
|---|
| 520 | @echo "This command is intended for maintainers to use" | 
|---|
| 521 | @echo "it deletes files that may require special tools to rebuild." | 
|---|
| 522 | clean: clean-recursive | 
|---|
| 523 |  | 
|---|
| 524 | clean-am: clean-generic mostlyclean-am | 
|---|
| 525 |  | 
|---|
| 526 | distclean: distclean-recursive | 
|---|
| 527 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 
|---|
| 528 | -rm -f Makefile | 
|---|
| 529 | distclean-am: clean-am distclean-generic distclean-tags | 
|---|
| 530 |  | 
|---|
| 531 | dvi: dvi-recursive | 
|---|
| 532 |  | 
|---|
| 533 | dvi-am: | 
|---|
| 534 |  | 
|---|
| 535 | html: html-recursive | 
|---|
| 536 |  | 
|---|
| 537 | info: info-recursive | 
|---|
| 538 |  | 
|---|
| 539 | info-am: | 
|---|
| 540 |  | 
|---|
| 541 | install-data-am: | 
|---|
| 542 |  | 
|---|
| 543 | install-exec-am: install-binSCRIPTS | 
|---|
| 544 | @$(NORMAL_INSTALL) | 
|---|
| 545 | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook | 
|---|
| 546 |  | 
|---|
| 547 | install-info: install-info-recursive | 
|---|
| 548 |  | 
|---|
| 549 | install-man: | 
|---|
| 550 |  | 
|---|
| 551 | installcheck-am: | 
|---|
| 552 |  | 
|---|
| 553 | maintainer-clean: maintainer-clean-recursive | 
|---|
| 554 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | 
|---|
| 555 | -rm -rf $(top_srcdir)/autom4te.cache | 
|---|
| 556 | -rm -f Makefile | 
|---|
| 557 | maintainer-clean-am: distclean-am maintainer-clean-generic | 
|---|
| 558 |  | 
|---|
| 559 | mostlyclean: mostlyclean-recursive | 
|---|
| 560 |  | 
|---|
| 561 | mostlyclean-am: mostlyclean-generic | 
|---|
| 562 |  | 
|---|
| 563 | pdf: pdf-recursive | 
|---|
| 564 |  | 
|---|
| 565 | pdf-am: | 
|---|
| 566 |  | 
|---|
| 567 | ps: ps-recursive | 
|---|
| 568 |  | 
|---|
| 569 | ps-am: | 
|---|
| 570 |  | 
|---|
| 571 | uninstall-am: uninstall-binSCRIPTS uninstall-info-am | 
|---|
| 572 | @$(NORMAL_INSTALL) | 
|---|
| 573 | $(MAKE) $(AM_MAKEFLAGS) uninstall-hook | 
|---|
| 574 |  | 
|---|
| 575 | uninstall-info: uninstall-info-recursive | 
|---|
| 576 |  | 
|---|
| 577 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ | 
|---|
| 578 | check-am clean clean-generic clean-recursive ctags \ | 
|---|
| 579 | ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ | 
|---|
| 580 | dist-tarZ dist-zip distcheck distclean distclean-generic \ | 
|---|
| 581 | distclean-recursive distclean-tags distcleancheck distdir \ | 
|---|
| 582 | distuninstallcheck dvi dvi-am html html-am info info-am \ | 
|---|
| 583 | install install-am install-binSCRIPTS install-data \ | 
|---|
| 584 | install-data-am install-exec install-exec-am install-info \ | 
|---|
| 585 | install-info-am install-man install-strip installcheck \ | 
|---|
| 586 | installcheck-am installdirs installdirs-am maintainer-clean \ | 
|---|
| 587 | maintainer-clean-generic maintainer-clean-recursive \ | 
|---|
| 588 | mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ | 
|---|
| 589 | pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ | 
|---|
| 590 | uninstall-binSCRIPTS uninstall-info-am | 
|---|
| 591 |  | 
|---|
| 592 |  | 
|---|
| 593 | install-exec-hook: | 
|---|
| 594 | @$(POST_INSTALL) | 
|---|
| 595 | @for p in $(bin_SCRIPTS); do \ | 
|---|
| 596 | f="`echo $$p|sed '$(transform)'`"; \ | 
|---|
| 597 | fv="$$f-$(APIVERSION)"; \ | 
|---|
| 598 | rm -f $(DESTDIR)$(bindir)/$$fv; \ | 
|---|
| 599 | echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \ | 
|---|
| 600 | $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \ | 
|---|
| 601 | done | 
|---|
| 602 |  | 
|---|
| 603 | uninstall-hook: | 
|---|
| 604 | @for p in $(bin_SCRIPTS); do \ | 
|---|
| 605 | f="`echo $$p|sed '$(transform)'`"; \ | 
|---|
| 606 | fv="$$f-$(APIVERSION)"; \ | 
|---|
| 607 | rm -f $(DESTDIR)$(bindir)/$$fv; \ | 
|---|
| 608 | done | 
|---|
| 609 |  | 
|---|
| 610 | automake: automake.in Makefile | 
|---|
| 611 | rm -f $@ $@.tmp | 
|---|
| 612 | $(do_subst) $(srcdir)/automake.in >$@.tmp | 
|---|
| 613 | chmod +x $@.tmp | 
|---|
| 614 | chmod a-w $@.tmp | 
|---|
| 615 | mv -f $@.tmp $@ | 
|---|
| 616 |  | 
|---|
| 617 | aclocal: aclocal.in Makefile | 
|---|
| 618 | rm -f $@ $@.tmp | 
|---|
| 619 | $(do_subst) $(srcdir)/aclocal.in >$@.tmp | 
|---|
| 620 | chmod +x $@.tmp | 
|---|
| 621 | chmod a-w $@.tmp | 
|---|
| 622 | mv -f $@.tmp $@ | 
|---|
| 623 |  | 
|---|
| 624 | INSTALL: lib/INSTALL | 
|---|
| 625 | cp $(srcdir)/lib/INSTALL $@ | 
|---|
| 626 |  | 
|---|
| 627 | ################################################################ | 
|---|
| 628 |  | 
|---|
| 629 | # Some simple checks, and then ordinary check.  These are only really | 
|---|
| 630 | # guaranteed to work on my machine. | 
|---|
| 631 | maintainer-check: automake aclocal | 
|---|
| 632 | @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 22; then \ | 
|---|
| 633 | echo "found too many diffs between automake.in and automake"; 1>&2; \ | 
|---|
| 634 | diff -c $(srcdir)/automake.in automake; \ | 
|---|
| 635 | exit 1; \ | 
|---|
| 636 | fi | 
|---|
| 637 | perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w automake | 
|---|
| 638 | perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w aclocal | 
|---|
| 639 | @if grep -F '$${' $(srcdir)/lib/am/[a-z]*.am | \ | 
|---|
| 640 | grep -F -v '$$$$'; then \ | 
|---|
| 641 | echo "Found too many uses of '\$${' in the lines above." 1>&2; \ | 
|---|
| 642 | exit 1;                               \ | 
|---|
| 643 | else :; fi | 
|---|
| 644 | @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \ | 
|---|
| 645 | grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \ | 
|---|
| 646 | echo "Suspicious 'rm' invocation." 1>&2; \ | 
|---|
| 647 | exit 1;                               \ | 
|---|
| 648 | else :; fi | 
|---|
| 649 | @if grep 'for .* in \$$(' $(srcdir)/lib/am/[a-z]*.am; then \ | 
|---|
| 650 | echo 'Use "list=$$(mumble); for var in $$$$list".' 1>&2 ; \ | 
|---|
| 651 | exit 1; \ | 
|---|
| 652 | else :; fi | 
|---|
| 653 | @if grep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \ | 
|---|
| 654 | grep -F -v '$$(mkinstalldirs)'; then \ | 
|---|
| 655 | echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \ | 
|---|
| 656 | exit 1; \ | 
|---|
| 657 | else :; fi | 
|---|
| 658 | @if grep -n -w 'undef ' $(srcdir)/automake.in | \ | 
|---|
| 659 | grep -F -v 'undef $$/'; then \ | 
|---|
| 660 | echo "Found undef in automake.in; use delete instead" 1>&2; \ | 
|---|
| 661 | exit 1; \ | 
|---|
| 662 | fi | 
|---|
| 663 | @if grep -n 'split (/ /' $(srcdir)/automake.in; then \ | 
|---|
| 664 | echo "Found bad split in the lines above." 1>&2; \ | 
|---|
| 665 | exit 1; \ | 
|---|
| 666 | fi | 
|---|
| 667 | @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \ | 
|---|
| 668 | $(srcdir)/lib/am/*.am; then \ | 
|---|
| 669 | echo "Consider using $$$$(am__cd) in the line above." 1>&2; \ | 
|---|
| 670 | exit 1; \ | 
|---|
| 671 | fi | 
|---|
| 672 | @if grep -Hn '[^) ] *= *@_' $(srcdir)/automake.in; then \ | 
|---|
| 673 | echo "Using @_ in a scalar context in the lines above." 1>&2; \ | 
|---|
| 674 | exit 1; \ | 
|---|
| 675 | fi | 
|---|
| 676 | @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \ | 
|---|
| 677 | echo "Don't use \`local' with parens: use several \`local' above." >&2; \ | 
|---|
| 678 | exit 1; \ | 
|---|
| 679 | fi | 
|---|
| 680 | @if grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \ | 
|---|
| 681 | grep '^[ \t]*local [^*]'; then \ | 
|---|
| 682 | echo "Please avoid \`local'." 1>&2; \ | 
|---|
| 683 | exit 1; \ | 
|---|
| 684 | fi | 
|---|
| 685 | @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \ | 
|---|
| 686 | echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \ | 
|---|
| 687 | exit 1; \ | 
|---|
| 688 | fi | 
|---|
| 689 | @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*make'; then \ | 
|---|
| 690 | echo 'Do not run "make" in the above tests.  Use "$$MAKE" instead.' 1>&2; \ | 
|---|
| 691 | exit 1; \ | 
|---|
| 692 | fi | 
|---|
| 693 | @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoconf'; then \ | 
|---|
| 694 | echo 'Do not run "autoconf" in the above tests.  Use "$$AUTOCONF" instead.' 1>&2; \ | 
|---|
| 695 | exit 1; \ | 
|---|
| 696 | fi | 
|---|
| 697 | @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoupdate'; then \ | 
|---|
| 698 | echo 'Do not run "autoupdate" in the above tests.  Use "$$AUTOUPDATE" instead.' 1>&2; \ | 
|---|
| 699 | exit 1; \ | 
|---|
| 700 | fi | 
|---|
| 701 | @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[   ]*automake([^:]|$$)'; then \ | 
|---|
| 702 | echo 'Do not run "automake" in the above tests.  Use "$$AUTOMAKE" instead.' 1>&2;  \ | 
|---|
| 703 | exit 1; \ | 
|---|
| 704 | fi | 
|---|
| 705 | @if grep -v '^#' $(srcdir)/tests/*.test | grep '\$$AUTOMAKE.*&&.*exit'; then \ | 
|---|
| 706 | echo 'Use AUTOMAKE_fails + grep to catch automake failures in the above tests.' 1>&2;  \ | 
|---|
| 707 | exit 1; \ | 
|---|
| 708 | fi | 
|---|
| 709 | @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*aclocal'; then \ | 
|---|
| 710 | echo 'Do not run "aclocal" in the above tests.  Use "$$ACLOCAL" instead.' 1>&2;  \ | 
|---|
| 711 | exit 1; \ | 
|---|
| 712 | fi | 
|---|
| 713 | @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*perl'; then \ | 
|---|
| 714 | echo 'Do not run "perl" in the above tests.  Use "$$PERL" instead.' 1>&2; \ | 
|---|
| 715 | exit 1; \ | 
|---|
| 716 | fi | 
|---|
| 717 | @if grep -E '\$$MAKE .*(SHELL=.*=|=.*SHELL=)' $(srcdir)/tests/*.test; then \ | 
|---|
| 718 | echo 'Rewrite "$$MAKE foo=bar SHELL=$$SHELL" as "foo=bar $$MAKE -e SHELL=$$SHELL"' 1>&2; \ | 
|---|
| 719 | echo ' in the above lines, it is more portable.' 1>&2; \ | 
|---|
| 720 | exit 1; \ | 
|---|
| 721 | fi | 
|---|
| 722 | @if grep -v SHELL $(srcdir)/tests/*.test | grep '\$$MAKE .*=' ; then \ | 
|---|
| 723 | echo 'Rewrite "$$MAKE foo=bar" as "foo=bar $$MAKE -e" in the above lines,' 1>&2; \ | 
|---|
| 724 | echo 'it is more portable.' 1>&2; \ | 
|---|
| 725 | exit 1; \ | 
|---|
| 726 | fi | 
|---|
| 727 | @if grep 'SHELL=.*\$$MAKE' $(srcdir)/tests/*.test; then \ | 
|---|
| 728 | echo '$$MAKE ignores the SHELL envvar, use "$$MAKE SHELL=$$SHELL" in' 1>&2; \ | 
|---|
| 729 | echo 'the above lines.' 1>&2; \ | 
|---|
| 730 | exit 1; \ | 
|---|
| 731 | fi | 
|---|
| 732 | @if grep -E '\bsleep +[12345]\b' $(srcdir)/tests/*.test; then \ | 
|---|
| 733 | echo 'Do not use "sleep x" in the above tests.  Use "$$sleep" instead.' 1>&2; \ | 
|---|
| 734 | exit 1; \ | 
|---|
| 735 | fi | 
|---|
| 736 | @if grep -E '\b[ef]grep\b' $(srcdir)/tests/*.test ; then \ | 
|---|
| 737 | echo 'Do not use egrep or fgrep in test cases.  Use $$FGREP or $$EGREP.' 1>&2; \ | 
|---|
| 738 | exit 1; \ | 
|---|
| 739 | fi | 
|---|
| 740 | @if grep -E '\b[ef]grep\b' $(srcdir)/lib/am/*.am $(srcdir)/m4/*.m4; then \ | 
|---|
| 741 | echo 'Do not use egrep or fgrep in the above files, they are not portable.' 1>&2; \ | 
|---|
| 742 | exit 1; \ | 
|---|
| 743 | fi | 
|---|
| 744 | @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' aclocal | wc -l` -ne 0; then \ | 
|---|
| 745 | echo "Unresolved @...@ substitution in aclocal" 1>&2; \ | 
|---|
| 746 | exit 1; \ | 
|---|
| 747 | fi | 
|---|
| 748 | @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' automake | wc -l` -ne 0; then \ | 
|---|
| 749 | echo "Unresolved @...@ substitution in automake" 1>&2; \ | 
|---|
| 750 | exit 1; \ | 
|---|
| 751 | fi; \ | 
|---|
| 752 | if grep -E "[^\'\"]\\\$$\(DESTDIR" $(srcdir)/lib/am/*.am; then \ | 
|---|
| 753 | echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \ | 
|---|
| 754 | exit 1; \ | 
|---|
| 755 | fi | 
|---|
| 756 |  | 
|---|
| 757 | cvs-dist: maintainer-check | 
|---|
| 758 | @if (clcommit --version)>/dev/null 2>/dev/null; then :; else \ | 
|---|
| 759 | echo "Get clcommit from module cvs-utils on Savannah."; \ | 
|---|
| 760 | exit 1; \ | 
|---|
| 761 | fi | 
|---|
| 762 | @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \ | 
|---|
| 763 | echo "NEWS not updated; not releasing" 1>&2; \ | 
|---|
| 764 | exit 1;                               \ | 
|---|
| 765 | fi | 
|---|
| 766 | $(MAKE) distcheck | 
|---|
| 767 | cd $(srcdir) && clcommit && \ | 
|---|
| 768 | cvs -q tag -c `echo "Release-$(VERSION)" | sed 's/\./-/g'` | 
|---|
| 769 |  | 
|---|
| 770 | cvs-diff: | 
|---|
| 771 | thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \ | 
|---|
| 772 | if test -z "$$OLDVERSION"; then \ | 
|---|
| 773 | prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \ | 
|---|
| 774 | else prevno="$$OLDVERSION"; fi; \ | 
|---|
| 775 | prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \ | 
|---|
| 776 | cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \ | 
|---|
| 777 | > $(PACKAGE)-$$prevno-$(VERSION).diff | 
|---|
| 778 |  | 
|---|
| 779 | path-check: distdir | 
|---|
| 780 | (cd $(distdir) && \ | 
|---|
| 781 | find . -print | xargs pathchk -p); \ | 
|---|
| 782 | status=$$?; \ | 
|---|
| 783 | chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir); \ | 
|---|
| 784 | exit $$status | 
|---|
| 785 |  | 
|---|
| 786 | fetch: | 
|---|
| 787 | rm -rf Fetchdir > /dev/null 2>&1 | 
|---|
| 788 | mkdir Fetchdir | 
|---|
| 789 | (cd Fetchdir && \ | 
|---|
| 790 | $(WGETSGO)/config/config/config.guess; \ | 
|---|
| 791 | $(WGETSGO)/config/config/config.sub; \ | 
|---|
| 792 | $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; \ | 
|---|
| 793 | $(WGETSGO)/autoconf/autoconf/INSTALL; \ | 
|---|
| 794 | $(WGETSGO)/gcc/gcc/config-ml.in; \ | 
|---|
| 795 | $(WGETSGO)/gcc/gcc/symlink-tree) | 
|---|
| 796 | @stat=0; for file in $(FETCHFILES); do \ | 
|---|
| 797 | if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \ | 
|---|
| 798 | >>Fetchdir/update.patch 2>/dev/null; then :; \ | 
|---|
| 799 | else \ | 
|---|
| 800 | stat=1; \ | 
|---|
| 801 | echo "Updating $(srcdir)/lib/$$file..."; \ | 
|---|
| 802 | cp Fetchdir/$$file $(srcdir)/lib/$$file; \ | 
|---|
| 803 | fi; \ | 
|---|
| 804 | done; \ | 
|---|
| 805 | test $$stat = 0 || \ | 
|---|
| 806 | echo "See Fetchdir/update.patch for a log of the changes."; \ | 
|---|
| 807 | exit $$stat | 
|---|
| 808 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
|---|
| 809 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
|---|
| 810 | .NOEXPORT: | 
|---|