Makefile.in revision e4da13ee
1e4da13eeSmacallan# Makefile.in generated by automake 1.10.2 from Makefile.am. 2e4da13eeSmacallan# @configure_input@ 3e4da13eeSmacallan 4e4da13eeSmacallan# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5e4da13eeSmacallan# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6e4da13eeSmacallan# This Makefile.in is free software; the Free Software Foundation 7e4da13eeSmacallan# gives unlimited permission to copy and/or distribute it, 8e4da13eeSmacallan# with or without modifications, as long as this notice is preserved. 9e4da13eeSmacallan 10e4da13eeSmacallan# This program is distributed in the hope that it will be useful, 11e4da13eeSmacallan# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12e4da13eeSmacallan# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13e4da13eeSmacallan# PARTICULAR PURPOSE. 14e4da13eeSmacallan 15e4da13eeSmacallan@SET_MAKE@ 16e4da13eeSmacallan 17e4da13eeSmacallan# Copyright 2005 Adam Jackson. 18e4da13eeSmacallan# 19e4da13eeSmacallan# Permission is hereby granted, free of charge, to any person obtaining a 20e4da13eeSmacallan# copy of this software and associated documentation files (the "Software"), 21e4da13eeSmacallan# to deal in the Software without restriction, including without limitation 22e4da13eeSmacallan# on the rights to use, copy, modify, merge, publish, distribute, sub 23e4da13eeSmacallan# license, and/or sell copies of the Software, and to permit persons to whom 24e4da13eeSmacallan# the Software is furnished to do so, subject to the following conditions: 25e4da13eeSmacallan# 26e4da13eeSmacallan# The above copyright notice and this permission notice (including the next 27e4da13eeSmacallan# paragraph) shall be included in all copies or substantial portions of the 28e4da13eeSmacallan# Software. 29e4da13eeSmacallan# 30e4da13eeSmacallan# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31e4da13eeSmacallan# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32e4da13eeSmacallan# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33e4da13eeSmacallan# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34e4da13eeSmacallan# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35e4da13eeSmacallan# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36e4da13eeSmacallanVPATH = @srcdir@ 37e4da13eeSmacallanpkgdatadir = $(datadir)/@PACKAGE@ 38e4da13eeSmacallanpkglibdir = $(libdir)/@PACKAGE@ 39e4da13eeSmacallanpkgincludedir = $(includedir)/@PACKAGE@ 40e4da13eeSmacallanam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 41e4da13eeSmacallaninstall_sh_DATA = $(install_sh) -c -m 644 42e4da13eeSmacallaninstall_sh_PROGRAM = $(install_sh) -c 43e4da13eeSmacallaninstall_sh_SCRIPT = $(install_sh) -c 44e4da13eeSmacallanINSTALL_HEADER = $(INSTALL_DATA) 45e4da13eeSmacallantransform = $(program_transform_name) 46e4da13eeSmacallanNORMAL_INSTALL = : 47e4da13eeSmacallanPRE_INSTALL = : 48e4da13eeSmacallanPOST_INSTALL = : 49e4da13eeSmacallanNORMAL_UNINSTALL = : 50e4da13eeSmacallanPRE_UNINSTALL = : 51e4da13eeSmacallanPOST_UNINSTALL = : 52e4da13eeSmacallanbuild_triplet = @build@ 53e4da13eeSmacallanhost_triplet = @host@ 54e4da13eeSmacallansubdir = . 55e4da13eeSmacallanDIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 56e4da13eeSmacallan $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 57e4da13eeSmacallan $(top_srcdir)/configure COPYING ChangeLog config.guess \ 58e4da13eeSmacallan config.sub depcomp install-sh ltmain.sh missing 59e4da13eeSmacallanACLOCAL_M4 = $(top_srcdir)/aclocal.m4 60e4da13eeSmacallanam__aclocal_m4_deps = $(top_srcdir)/configure.ac 61e4da13eeSmacallanam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 62e4da13eeSmacallan $(ACLOCAL_M4) 63e4da13eeSmacallanam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 64e4da13eeSmacallan configure.lineno config.status.lineno 65e4da13eeSmacallanmkinstalldirs = $(install_sh) -d 66e4da13eeSmacallanCONFIG_HEADER = config.h 67e4da13eeSmacallanCONFIG_CLEAN_FILES = 68e4da13eeSmacallanSOURCES = 69e4da13eeSmacallanDIST_SOURCES = 70e4da13eeSmacallanRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 71e4da13eeSmacallan html-recursive info-recursive install-data-recursive \ 72e4da13eeSmacallan install-dvi-recursive install-exec-recursive \ 73e4da13eeSmacallan install-html-recursive install-info-recursive \ 74e4da13eeSmacallan install-pdf-recursive install-ps-recursive install-recursive \ 75e4da13eeSmacallan installcheck-recursive installdirs-recursive pdf-recursive \ 76e4da13eeSmacallan ps-recursive uninstall-recursive 77e4da13eeSmacallanRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 78e4da13eeSmacallan distclean-recursive maintainer-clean-recursive 79e4da13eeSmacallanETAGS = etags 80e4da13eeSmacallanCTAGS = ctags 81e4da13eeSmacallanDIST_SUBDIRS = $(SUBDIRS) 82e4da13eeSmacallanDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 83e4da13eeSmacallandistdir = $(PACKAGE)-$(VERSION) 84e4da13eeSmacallantop_distdir = $(distdir) 85e4da13eeSmacallanam__remove_distdir = \ 86e4da13eeSmacallan { test ! -d $(distdir) \ 87e4da13eeSmacallan || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 88e4da13eeSmacallan && rm -fr $(distdir); }; } 89e4da13eeSmacallanDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 90e4da13eeSmacallanGZIP_ENV = --best 91e4da13eeSmacallandistuninstallcheck_listfiles = find . -type f -print 92e4da13eeSmacallandistcleancheck_listfiles = find . -type f -print 93e4da13eeSmacallanACLOCAL = @ACLOCAL@ 94e4da13eeSmacallanADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 95e4da13eeSmacallanADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 96e4da13eeSmacallanAMTAR = @AMTAR@ 97e4da13eeSmacallanAPP_MAN_DIR = @APP_MAN_DIR@ 98e4da13eeSmacallanAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 99e4da13eeSmacallanAR = @AR@ 100e4da13eeSmacallanAUTOCONF = @AUTOCONF@ 101e4da13eeSmacallanAUTOHEADER = @AUTOHEADER@ 102e4da13eeSmacallanAUTOMAKE = @AUTOMAKE@ 103e4da13eeSmacallanAWK = @AWK@ 104e4da13eeSmacallanCC = @CC@ 105e4da13eeSmacallanCCDEPMODE = @CCDEPMODE@ 106e4da13eeSmacallanCFLAGS = @CFLAGS@ 107e4da13eeSmacallanCPP = @CPP@ 108e4da13eeSmacallanCPPFLAGS = @CPPFLAGS@ 109e4da13eeSmacallanCXX = @CXX@ 110e4da13eeSmacallanCXXCPP = @CXXCPP@ 111e4da13eeSmacallanCXXDEPMODE = @CXXDEPMODE@ 112e4da13eeSmacallanCXXFLAGS = @CXXFLAGS@ 113e4da13eeSmacallanCYGPATH_W = @CYGPATH_W@ 114e4da13eeSmacallanDEFS = @DEFS@ 115e4da13eeSmacallanDEPDIR = @DEPDIR@ 116e4da13eeSmacallanDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 117e4da13eeSmacallanDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 118e4da13eeSmacallanDRIVER_NAME = @DRIVER_NAME@ 119e4da13eeSmacallanDSYMUTIL = @DSYMUTIL@ 120e4da13eeSmacallanECHO = @ECHO@ 121e4da13eeSmacallanECHO_C = @ECHO_C@ 122e4da13eeSmacallanECHO_N = @ECHO_N@ 123e4da13eeSmacallanECHO_T = @ECHO_T@ 124e4da13eeSmacallanEGREP = @EGREP@ 125e4da13eeSmacallanEXEEXT = @EXEEXT@ 126e4da13eeSmacallanF77 = @F77@ 127e4da13eeSmacallanFFLAGS = @FFLAGS@ 128e4da13eeSmacallanFILE_MAN_DIR = @FILE_MAN_DIR@ 129e4da13eeSmacallanFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 130e4da13eeSmacallanGREP = @GREP@ 131e4da13eeSmacallanINSTALL = @INSTALL@ 132e4da13eeSmacallanINSTALL_DATA = @INSTALL_DATA@ 133e4da13eeSmacallanINSTALL_PROGRAM = @INSTALL_PROGRAM@ 134e4da13eeSmacallanINSTALL_SCRIPT = @INSTALL_SCRIPT@ 135e4da13eeSmacallanINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 136e4da13eeSmacallanLDFLAGS = @LDFLAGS@ 137e4da13eeSmacallanLIBOBJS = @LIBOBJS@ 138e4da13eeSmacallanLIBS = @LIBS@ 139e4da13eeSmacallanLIBTOOL = @LIBTOOL@ 140e4da13eeSmacallanLIB_MAN_DIR = @LIB_MAN_DIR@ 141e4da13eeSmacallanLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 142e4da13eeSmacallanLN_S = @LN_S@ 143e4da13eeSmacallanLTLIBOBJS = @LTLIBOBJS@ 144e4da13eeSmacallanMAINT = @MAINT@ 145e4da13eeSmacallanMAKEINFO = @MAKEINFO@ 146e4da13eeSmacallanMISC_MAN_DIR = @MISC_MAN_DIR@ 147e4da13eeSmacallanMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 148e4da13eeSmacallanMKDIR_P = @MKDIR_P@ 149e4da13eeSmacallanNMEDIT = @NMEDIT@ 150e4da13eeSmacallanOBJEXT = @OBJEXT@ 151e4da13eeSmacallanPACKAGE = @PACKAGE@ 152e4da13eeSmacallanPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 153e4da13eeSmacallanPACKAGE_NAME = @PACKAGE_NAME@ 154e4da13eeSmacallanPACKAGE_STRING = @PACKAGE_STRING@ 155e4da13eeSmacallanPACKAGE_TARNAME = @PACKAGE_TARNAME@ 156e4da13eeSmacallanPACKAGE_VERSION = @PACKAGE_VERSION@ 157e4da13eeSmacallanPATH_SEPARATOR = @PATH_SEPARATOR@ 158e4da13eeSmacallanPKG_CONFIG = @PKG_CONFIG@ 159e4da13eeSmacallanRANLIB = @RANLIB@ 160e4da13eeSmacallanSED = @SED@ 161e4da13eeSmacallanSET_MAKE = @SET_MAKE@ 162e4da13eeSmacallanSHELL = @SHELL@ 163e4da13eeSmacallanSTRIP = @STRIP@ 164e4da13eeSmacallanVERSION = @VERSION@ 165e4da13eeSmacallanXORG_CFLAGS = @XORG_CFLAGS@ 166e4da13eeSmacallanXORG_LIBS = @XORG_LIBS@ 167e4da13eeSmacallanabs_builddir = @abs_builddir@ 168e4da13eeSmacallanabs_srcdir = @abs_srcdir@ 169e4da13eeSmacallanabs_top_builddir = @abs_top_builddir@ 170e4da13eeSmacallanabs_top_srcdir = @abs_top_srcdir@ 171e4da13eeSmacallanac_ct_CC = @ac_ct_CC@ 172e4da13eeSmacallanac_ct_CXX = @ac_ct_CXX@ 173e4da13eeSmacallanac_ct_F77 = @ac_ct_F77@ 174e4da13eeSmacallanam__include = @am__include@ 175e4da13eeSmacallanam__leading_dot = @am__leading_dot@ 176e4da13eeSmacallanam__quote = @am__quote@ 177e4da13eeSmacallanam__tar = @am__tar@ 178e4da13eeSmacallanam__untar = @am__untar@ 179e4da13eeSmacallanbindir = @bindir@ 180e4da13eeSmacallanbuild = @build@ 181e4da13eeSmacallanbuild_alias = @build_alias@ 182e4da13eeSmacallanbuild_cpu = @build_cpu@ 183e4da13eeSmacallanbuild_os = @build_os@ 184e4da13eeSmacallanbuild_vendor = @build_vendor@ 185e4da13eeSmacallanbuilddir = @builddir@ 186e4da13eeSmacallandatadir = @datadir@ 187e4da13eeSmacallandatarootdir = @datarootdir@ 188e4da13eeSmacallandocdir = @docdir@ 189e4da13eeSmacallandvidir = @dvidir@ 190e4da13eeSmacallanexec_prefix = @exec_prefix@ 191e4da13eeSmacallanhost = @host@ 192e4da13eeSmacallanhost_alias = @host_alias@ 193e4da13eeSmacallanhost_cpu = @host_cpu@ 194e4da13eeSmacallanhost_os = @host_os@ 195e4da13eeSmacallanhost_vendor = @host_vendor@ 196e4da13eeSmacallanhtmldir = @htmldir@ 197e4da13eeSmacallanincludedir = @includedir@ 198e4da13eeSmacallaninfodir = @infodir@ 199e4da13eeSmacallaninstall_sh = @install_sh@ 200e4da13eeSmacallanlibdir = @libdir@ 201e4da13eeSmacallanlibexecdir = @libexecdir@ 202e4da13eeSmacallanlocaledir = @localedir@ 203e4da13eeSmacallanlocalstatedir = @localstatedir@ 204e4da13eeSmacallanmandir = @mandir@ 205e4da13eeSmacallanmkdir_p = @mkdir_p@ 206e4da13eeSmacallanmoduledir = @moduledir@ 207e4da13eeSmacallanoldincludedir = @oldincludedir@ 208e4da13eeSmacallanpdfdir = @pdfdir@ 209e4da13eeSmacallanprefix = @prefix@ 210e4da13eeSmacallanprogram_transform_name = @program_transform_name@ 211e4da13eeSmacallanpsdir = @psdir@ 212e4da13eeSmacallansbindir = @sbindir@ 213e4da13eeSmacallansharedstatedir = @sharedstatedir@ 214e4da13eeSmacallansrcdir = @srcdir@ 215e4da13eeSmacallansysconfdir = @sysconfdir@ 216e4da13eeSmacallantarget_alias = @target_alias@ 217e4da13eeSmacallantop_build_prefix = @top_build_prefix@ 218e4da13eeSmacallantop_builddir = @top_builddir@ 219e4da13eeSmacallantop_srcdir = @top_srcdir@ 220e4da13eeSmacallanAUTOMAKE_OPTIONS = foreign 221e4da13eeSmacallanSUBDIRS = src man 222e4da13eeSmacallanall: config.h 223e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) all-recursive 224e4da13eeSmacallan 225e4da13eeSmacallan.SUFFIXES: 226e4da13eeSmacallanam--refresh: 227e4da13eeSmacallan @: 228e4da13eeSmacallan$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 229e4da13eeSmacallan @for dep in $?; do \ 230e4da13eeSmacallan case '$(am__configure_deps)' in \ 231e4da13eeSmacallan *$$dep*) \ 232e4da13eeSmacallan echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 233e4da13eeSmacallan cd $(srcdir) && $(AUTOMAKE) --foreign \ 234e4da13eeSmacallan && exit 0; \ 235e4da13eeSmacallan exit 1;; \ 236e4da13eeSmacallan esac; \ 237e4da13eeSmacallan done; \ 238e4da13eeSmacallan echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 239e4da13eeSmacallan cd $(top_srcdir) && \ 240e4da13eeSmacallan $(AUTOMAKE) --foreign Makefile 241e4da13eeSmacallan.PRECIOUS: Makefile 242e4da13eeSmacallanMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 243e4da13eeSmacallan @case '$?' in \ 244e4da13eeSmacallan *config.status*) \ 245e4da13eeSmacallan echo ' $(SHELL) ./config.status'; \ 246e4da13eeSmacallan $(SHELL) ./config.status;; \ 247e4da13eeSmacallan *) \ 248e4da13eeSmacallan echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 249e4da13eeSmacallan cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 250e4da13eeSmacallan esac; 251e4da13eeSmacallan 252e4da13eeSmacallan$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 253e4da13eeSmacallan $(SHELL) ./config.status --recheck 254e4da13eeSmacallan 255e4da13eeSmacallan$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 256e4da13eeSmacallan cd $(srcdir) && $(AUTOCONF) 257e4da13eeSmacallan$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 258e4da13eeSmacallan cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 259e4da13eeSmacallan 260e4da13eeSmacallanconfig.h: stamp-h1 261e4da13eeSmacallan @if test ! -f $@; then \ 262e4da13eeSmacallan rm -f stamp-h1; \ 263e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 264e4da13eeSmacallan else :; fi 265e4da13eeSmacallan 266e4da13eeSmacallanstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 267e4da13eeSmacallan @rm -f stamp-h1 268e4da13eeSmacallan cd $(top_builddir) && $(SHELL) ./config.status config.h 269e4da13eeSmacallan$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 270e4da13eeSmacallan cd $(top_srcdir) && $(AUTOHEADER) 271e4da13eeSmacallan rm -f stamp-h1 272e4da13eeSmacallan touch $@ 273e4da13eeSmacallan 274e4da13eeSmacallandistclean-hdr: 275e4da13eeSmacallan -rm -f config.h stamp-h1 276e4da13eeSmacallan 277e4da13eeSmacallanmostlyclean-libtool: 278e4da13eeSmacallan -rm -f *.lo 279e4da13eeSmacallan 280e4da13eeSmacallanclean-libtool: 281e4da13eeSmacallan -rm -rf .libs _libs 282e4da13eeSmacallan 283e4da13eeSmacallandistclean-libtool: 284e4da13eeSmacallan -rm -f libtool config.lt 285e4da13eeSmacallan 286e4da13eeSmacallan# This directory's subdirectories are mostly independent; you can cd 287e4da13eeSmacallan# into them and run `make' without going through this Makefile. 288e4da13eeSmacallan# To change the values of `make' variables: instead of editing Makefiles, 289e4da13eeSmacallan# (1) if the variable is set in `config.status', edit `config.status' 290e4da13eeSmacallan# (which will cause the Makefiles to be regenerated when you run `make'); 291e4da13eeSmacallan# (2) otherwise, pass the desired values on the `make' command line. 292e4da13eeSmacallan$(RECURSIVE_TARGETS): 293e4da13eeSmacallan @failcom='exit 1'; \ 294e4da13eeSmacallan for f in x $$MAKEFLAGS; do \ 295e4da13eeSmacallan case $$f in \ 296e4da13eeSmacallan *=* | --[!k]*);; \ 297e4da13eeSmacallan *k*) failcom='fail=yes';; \ 298e4da13eeSmacallan esac; \ 299e4da13eeSmacallan done; \ 300e4da13eeSmacallan dot_seen=no; \ 301e4da13eeSmacallan target=`echo $@ | sed s/-recursive//`; \ 302e4da13eeSmacallan list='$(SUBDIRS)'; for subdir in $$list; do \ 303e4da13eeSmacallan echo "Making $$target in $$subdir"; \ 304e4da13eeSmacallan if test "$$subdir" = "."; then \ 305e4da13eeSmacallan dot_seen=yes; \ 306e4da13eeSmacallan local_target="$$target-am"; \ 307e4da13eeSmacallan else \ 308e4da13eeSmacallan local_target="$$target"; \ 309e4da13eeSmacallan fi; \ 310e4da13eeSmacallan (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 311e4da13eeSmacallan || eval $$failcom; \ 312e4da13eeSmacallan done; \ 313e4da13eeSmacallan if test "$$dot_seen" = "no"; then \ 314e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 315e4da13eeSmacallan fi; test -z "$$fail" 316e4da13eeSmacallan 317e4da13eeSmacallan$(RECURSIVE_CLEAN_TARGETS): 318e4da13eeSmacallan @failcom='exit 1'; \ 319e4da13eeSmacallan for f in x $$MAKEFLAGS; do \ 320e4da13eeSmacallan case $$f in \ 321e4da13eeSmacallan *=* | --[!k]*);; \ 322e4da13eeSmacallan *k*) failcom='fail=yes';; \ 323e4da13eeSmacallan esac; \ 324e4da13eeSmacallan done; \ 325e4da13eeSmacallan dot_seen=no; \ 326e4da13eeSmacallan case "$@" in \ 327e4da13eeSmacallan distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 328e4da13eeSmacallan *) list='$(SUBDIRS)' ;; \ 329e4da13eeSmacallan esac; \ 330e4da13eeSmacallan rev=''; for subdir in $$list; do \ 331e4da13eeSmacallan if test "$$subdir" = "."; then :; else \ 332e4da13eeSmacallan rev="$$subdir $$rev"; \ 333e4da13eeSmacallan fi; \ 334e4da13eeSmacallan done; \ 335e4da13eeSmacallan rev="$$rev ."; \ 336e4da13eeSmacallan target=`echo $@ | sed s/-recursive//`; \ 337e4da13eeSmacallan for subdir in $$rev; do \ 338e4da13eeSmacallan echo "Making $$target in $$subdir"; \ 339e4da13eeSmacallan if test "$$subdir" = "."; then \ 340e4da13eeSmacallan local_target="$$target-am"; \ 341e4da13eeSmacallan else \ 342e4da13eeSmacallan local_target="$$target"; \ 343e4da13eeSmacallan fi; \ 344e4da13eeSmacallan (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 345e4da13eeSmacallan || eval $$failcom; \ 346e4da13eeSmacallan done && test -z "$$fail" 347e4da13eeSmacallantags-recursive: 348e4da13eeSmacallan list='$(SUBDIRS)'; for subdir in $$list; do \ 349e4da13eeSmacallan test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 350e4da13eeSmacallan done 351e4da13eeSmacallanctags-recursive: 352e4da13eeSmacallan list='$(SUBDIRS)'; for subdir in $$list; do \ 353e4da13eeSmacallan test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 354e4da13eeSmacallan done 355e4da13eeSmacallan 356e4da13eeSmacallanID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 357e4da13eeSmacallan list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 358e4da13eeSmacallan unique=`for i in $$list; do \ 359e4da13eeSmacallan if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 360e4da13eeSmacallan done | \ 361e4da13eeSmacallan $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 362e4da13eeSmacallan END { if (nonempty) { for (i in files) print i; }; }'`; \ 363e4da13eeSmacallan mkid -fID $$unique 364e4da13eeSmacallantags: TAGS 365e4da13eeSmacallan 366e4da13eeSmacallanTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 367e4da13eeSmacallan $(TAGS_FILES) $(LISP) 368e4da13eeSmacallan tags=; \ 369e4da13eeSmacallan here=`pwd`; \ 370e4da13eeSmacallan if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 371e4da13eeSmacallan include_option=--etags-include; \ 372e4da13eeSmacallan empty_fix=.; \ 373e4da13eeSmacallan else \ 374e4da13eeSmacallan include_option=--include; \ 375e4da13eeSmacallan empty_fix=; \ 376e4da13eeSmacallan fi; \ 377e4da13eeSmacallan list='$(SUBDIRS)'; for subdir in $$list; do \ 378e4da13eeSmacallan if test "$$subdir" = .; then :; else \ 379e4da13eeSmacallan test ! -f $$subdir/TAGS || \ 380e4da13eeSmacallan tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 381e4da13eeSmacallan fi; \ 382e4da13eeSmacallan done; \ 383e4da13eeSmacallan list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 384e4da13eeSmacallan unique=`for i in $$list; do \ 385e4da13eeSmacallan if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 386e4da13eeSmacallan done | \ 387e4da13eeSmacallan $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 388e4da13eeSmacallan END { if (nonempty) { for (i in files) print i; }; }'`; \ 389e4da13eeSmacallan if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 390e4da13eeSmacallan test -n "$$unique" || unique=$$empty_fix; \ 391e4da13eeSmacallan $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 392e4da13eeSmacallan $$tags $$unique; \ 393e4da13eeSmacallan fi 394e4da13eeSmacallanctags: CTAGS 395e4da13eeSmacallanCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 396e4da13eeSmacallan $(TAGS_FILES) $(LISP) 397e4da13eeSmacallan tags=; \ 398e4da13eeSmacallan list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 399e4da13eeSmacallan unique=`for i in $$list; do \ 400e4da13eeSmacallan if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 401e4da13eeSmacallan done | \ 402e4da13eeSmacallan $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 403e4da13eeSmacallan END { if (nonempty) { for (i in files) print i; }; }'`; \ 404e4da13eeSmacallan test -z "$(CTAGS_ARGS)$$tags$$unique" \ 405e4da13eeSmacallan || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 406e4da13eeSmacallan $$tags $$unique 407e4da13eeSmacallan 408e4da13eeSmacallanGTAGS: 409e4da13eeSmacallan here=`$(am__cd) $(top_builddir) && pwd` \ 410e4da13eeSmacallan && cd $(top_srcdir) \ 411e4da13eeSmacallan && gtags -i $(GTAGS_ARGS) $$here 412e4da13eeSmacallan 413e4da13eeSmacallandistclean-tags: 414e4da13eeSmacallan -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 415e4da13eeSmacallan 416e4da13eeSmacallandistdir: $(DISTFILES) 417e4da13eeSmacallan $(am__remove_distdir) 418e4da13eeSmacallan test -d $(distdir) || mkdir $(distdir) 419e4da13eeSmacallan @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 420e4da13eeSmacallan topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 421e4da13eeSmacallan list='$(DISTFILES)'; \ 422e4da13eeSmacallan dist_files=`for file in $$list; do echo $$file; done | \ 423e4da13eeSmacallan sed -e "s|^$$srcdirstrip/||;t" \ 424e4da13eeSmacallan -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 425e4da13eeSmacallan case $$dist_files in \ 426e4da13eeSmacallan */*) $(MKDIR_P) `echo "$$dist_files" | \ 427e4da13eeSmacallan sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 428e4da13eeSmacallan sort -u` ;; \ 429e4da13eeSmacallan esac; \ 430e4da13eeSmacallan for file in $$dist_files; do \ 431e4da13eeSmacallan if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 432e4da13eeSmacallan if test -d $$d/$$file; then \ 433e4da13eeSmacallan dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 434e4da13eeSmacallan if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 435e4da13eeSmacallan cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 436e4da13eeSmacallan fi; \ 437e4da13eeSmacallan cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 438e4da13eeSmacallan else \ 439e4da13eeSmacallan test -f $(distdir)/$$file \ 440e4da13eeSmacallan || cp -p $$d/$$file $(distdir)/$$file \ 441e4da13eeSmacallan || exit 1; \ 442e4da13eeSmacallan fi; \ 443e4da13eeSmacallan done 444e4da13eeSmacallan list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 445e4da13eeSmacallan if test "$$subdir" = .; then :; else \ 446e4da13eeSmacallan test -d "$(distdir)/$$subdir" \ 447e4da13eeSmacallan || $(MKDIR_P) "$(distdir)/$$subdir" \ 448e4da13eeSmacallan || exit 1; \ 449e4da13eeSmacallan distdir=`$(am__cd) $(distdir) && pwd`; \ 450e4da13eeSmacallan top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 451e4da13eeSmacallan (cd $$subdir && \ 452e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) \ 453e4da13eeSmacallan top_distdir="$$top_distdir" \ 454e4da13eeSmacallan distdir="$$distdir/$$subdir" \ 455e4da13eeSmacallan am__remove_distdir=: \ 456e4da13eeSmacallan am__skip_length_check=: \ 457e4da13eeSmacallan distdir) \ 458e4da13eeSmacallan || exit 1; \ 459e4da13eeSmacallan fi; \ 460e4da13eeSmacallan done 461e4da13eeSmacallan -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 462e4da13eeSmacallan ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 463e4da13eeSmacallan ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 464e4da13eeSmacallan ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 465e4da13eeSmacallan || chmod -R a+r $(distdir) 466e4da13eeSmacallandist-gzip: distdir 467e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 468e4da13eeSmacallan $(am__remove_distdir) 469e4da13eeSmacallandist-bzip2: distdir 470e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 471e4da13eeSmacallan $(am__remove_distdir) 472e4da13eeSmacallan 473e4da13eeSmacallandist-lzma: distdir 474e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 475e4da13eeSmacallan $(am__remove_distdir) 476e4da13eeSmacallan 477e4da13eeSmacallandist-tarZ: distdir 478e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 479e4da13eeSmacallan $(am__remove_distdir) 480e4da13eeSmacallan 481e4da13eeSmacallandist-shar: distdir 482e4da13eeSmacallan shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 483e4da13eeSmacallan $(am__remove_distdir) 484e4da13eeSmacallan 485e4da13eeSmacallandist-zip: distdir 486e4da13eeSmacallan -rm -f $(distdir).zip 487e4da13eeSmacallan zip -rq $(distdir).zip $(distdir) 488e4da13eeSmacallan $(am__remove_distdir) 489e4da13eeSmacallan 490e4da13eeSmacallandist dist-all: distdir 491e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 492e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 493e4da13eeSmacallan $(am__remove_distdir) 494e4da13eeSmacallan 495e4da13eeSmacallan# This target untars the dist file and tries a VPATH configuration. Then 496e4da13eeSmacallan# it guarantees that the distribution is self-contained by making another 497e4da13eeSmacallan# tarfile. 498e4da13eeSmacallandistcheck: dist 499e4da13eeSmacallan case '$(DIST_ARCHIVES)' in \ 500e4da13eeSmacallan *.tar.gz*) \ 501e4da13eeSmacallan GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 502e4da13eeSmacallan *.tar.bz2*) \ 503e4da13eeSmacallan bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 504e4da13eeSmacallan *.tar.lzma*) \ 505e4da13eeSmacallan unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 506e4da13eeSmacallan *.tar.Z*) \ 507e4da13eeSmacallan uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 508e4da13eeSmacallan *.shar.gz*) \ 509e4da13eeSmacallan GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 510e4da13eeSmacallan *.zip*) \ 511e4da13eeSmacallan unzip $(distdir).zip ;;\ 512e4da13eeSmacallan esac 513e4da13eeSmacallan chmod -R a-w $(distdir); chmod a+w $(distdir) 514e4da13eeSmacallan mkdir $(distdir)/_build 515e4da13eeSmacallan mkdir $(distdir)/_inst 516e4da13eeSmacallan chmod a-w $(distdir) 517e4da13eeSmacallan dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 518e4da13eeSmacallan && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 519e4da13eeSmacallan && cd $(distdir)/_build \ 520e4da13eeSmacallan && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 521e4da13eeSmacallan $(DISTCHECK_CONFIGURE_FLAGS) \ 522e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) \ 523e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) dvi \ 524e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) check \ 525e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) install \ 526e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 527e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 528e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 529e4da13eeSmacallan distuninstallcheck \ 530e4da13eeSmacallan && chmod -R a-w "$$dc_install_base" \ 531e4da13eeSmacallan && ({ \ 532e4da13eeSmacallan (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 533e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 534e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 535e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 536e4da13eeSmacallan distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 537e4da13eeSmacallan } || { rm -rf "$$dc_destdir"; exit 1; }) \ 538e4da13eeSmacallan && rm -rf "$$dc_destdir" \ 539e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) dist \ 540e4da13eeSmacallan && rm -rf $(DIST_ARCHIVES) \ 541e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 542e4da13eeSmacallan $(am__remove_distdir) 543e4da13eeSmacallan @(echo "$(distdir) archives ready for distribution: "; \ 544e4da13eeSmacallan list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 545e4da13eeSmacallan sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 546e4da13eeSmacallandistuninstallcheck: 547e4da13eeSmacallan @cd $(distuninstallcheck_dir) \ 548e4da13eeSmacallan && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 549e4da13eeSmacallan || { echo "ERROR: files left after uninstall:" ; \ 550e4da13eeSmacallan if test -n "$(DESTDIR)"; then \ 551e4da13eeSmacallan echo " (check DESTDIR support)"; \ 552e4da13eeSmacallan fi ; \ 553e4da13eeSmacallan $(distuninstallcheck_listfiles) ; \ 554e4da13eeSmacallan exit 1; } >&2 555e4da13eeSmacallandistcleancheck: distclean 556e4da13eeSmacallan @if test '$(srcdir)' = . ; then \ 557e4da13eeSmacallan echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 558e4da13eeSmacallan exit 1 ; \ 559e4da13eeSmacallan fi 560e4da13eeSmacallan @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 561e4da13eeSmacallan || { echo "ERROR: files left in build directory after distclean:" ; \ 562e4da13eeSmacallan $(distcleancheck_listfiles) ; \ 563e4da13eeSmacallan exit 1; } >&2 564e4da13eeSmacallancheck-am: all-am 565e4da13eeSmacallancheck: check-recursive 566e4da13eeSmacallanall-am: Makefile config.h 567e4da13eeSmacallaninstalldirs: installdirs-recursive 568e4da13eeSmacallaninstalldirs-am: 569e4da13eeSmacallaninstall: install-recursive 570e4da13eeSmacallaninstall-exec: install-exec-recursive 571e4da13eeSmacallaninstall-data: install-data-recursive 572e4da13eeSmacallanuninstall: uninstall-recursive 573e4da13eeSmacallan 574e4da13eeSmacallaninstall-am: all-am 575e4da13eeSmacallan @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 576e4da13eeSmacallan 577e4da13eeSmacallaninstallcheck: installcheck-recursive 578e4da13eeSmacallaninstall-strip: 579e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 580e4da13eeSmacallan install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 581e4da13eeSmacallan `test -z '$(STRIP)' || \ 582e4da13eeSmacallan echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 583e4da13eeSmacallanmostlyclean-generic: 584e4da13eeSmacallan 585e4da13eeSmacallanclean-generic: 586e4da13eeSmacallan 587e4da13eeSmacallandistclean-generic: 588e4da13eeSmacallan -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 589e4da13eeSmacallan 590e4da13eeSmacallanmaintainer-clean-generic: 591e4da13eeSmacallan @echo "This command is intended for maintainers to use" 592e4da13eeSmacallan @echo "it deletes files that may require special tools to rebuild." 593e4da13eeSmacallanclean: clean-recursive 594e4da13eeSmacallan 595e4da13eeSmacallanclean-am: clean-generic clean-libtool mostlyclean-am 596e4da13eeSmacallan 597e4da13eeSmacallandistclean: distclean-recursive 598e4da13eeSmacallan -rm -f $(am__CONFIG_DISTCLEAN_FILES) 599e4da13eeSmacallan -rm -f Makefile 600e4da13eeSmacallandistclean-am: clean-am distclean-generic distclean-hdr \ 601e4da13eeSmacallan distclean-libtool distclean-tags 602e4da13eeSmacallan 603e4da13eeSmacallandvi: dvi-recursive 604e4da13eeSmacallan 605e4da13eeSmacallandvi-am: 606e4da13eeSmacallan 607e4da13eeSmacallanhtml: html-recursive 608e4da13eeSmacallan 609e4da13eeSmacallaninfo: info-recursive 610e4da13eeSmacallan 611e4da13eeSmacallaninfo-am: 612e4da13eeSmacallan 613e4da13eeSmacallaninstall-data-am: 614e4da13eeSmacallan 615e4da13eeSmacallaninstall-dvi: install-dvi-recursive 616e4da13eeSmacallan 617e4da13eeSmacallaninstall-exec-am: 618e4da13eeSmacallan 619e4da13eeSmacallaninstall-html: install-html-recursive 620e4da13eeSmacallan 621e4da13eeSmacallaninstall-info: install-info-recursive 622e4da13eeSmacallan 623e4da13eeSmacallaninstall-man: 624e4da13eeSmacallan 625e4da13eeSmacallaninstall-pdf: install-pdf-recursive 626e4da13eeSmacallan 627e4da13eeSmacallaninstall-ps: install-ps-recursive 628e4da13eeSmacallan 629e4da13eeSmacallaninstallcheck-am: 630e4da13eeSmacallan 631e4da13eeSmacallanmaintainer-clean: maintainer-clean-recursive 632e4da13eeSmacallan -rm -f $(am__CONFIG_DISTCLEAN_FILES) 633e4da13eeSmacallan -rm -rf $(top_srcdir)/autom4te.cache 634e4da13eeSmacallan -rm -f Makefile 635e4da13eeSmacallanmaintainer-clean-am: distclean-am maintainer-clean-generic 636e4da13eeSmacallan 637e4da13eeSmacallanmostlyclean: mostlyclean-recursive 638e4da13eeSmacallan 639e4da13eeSmacallanmostlyclean-am: mostlyclean-generic mostlyclean-libtool 640e4da13eeSmacallan 641e4da13eeSmacallanpdf: pdf-recursive 642e4da13eeSmacallan 643e4da13eeSmacallanpdf-am: 644e4da13eeSmacallan 645e4da13eeSmacallanps: ps-recursive 646e4da13eeSmacallan 647e4da13eeSmacallanps-am: 648e4da13eeSmacallan 649e4da13eeSmacallanuninstall-am: 650e4da13eeSmacallan 651e4da13eeSmacallan.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 652e4da13eeSmacallan install-strip 653e4da13eeSmacallan 654e4da13eeSmacallan.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 655e4da13eeSmacallan all all-am am--refresh check check-am clean clean-generic \ 656e4da13eeSmacallan clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 657e4da13eeSmacallan dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ 658e4da13eeSmacallan distclean distclean-generic distclean-hdr distclean-libtool \ 659e4da13eeSmacallan distclean-tags distcleancheck distdir distuninstallcheck dvi \ 660e4da13eeSmacallan dvi-am html html-am info info-am install install-am \ 661e4da13eeSmacallan install-data install-data-am install-dvi install-dvi-am \ 662e4da13eeSmacallan install-exec install-exec-am install-html install-html-am \ 663e4da13eeSmacallan install-info install-info-am install-man install-pdf \ 664e4da13eeSmacallan install-pdf-am install-ps install-ps-am install-strip \ 665e4da13eeSmacallan installcheck installcheck-am installdirs installdirs-am \ 666e4da13eeSmacallan maintainer-clean maintainer-clean-generic mostlyclean \ 667e4da13eeSmacallan mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 668e4da13eeSmacallan tags tags-recursive uninstall uninstall-am 669e4da13eeSmacallan 670e4da13eeSmacallan# Tell versions [3.59,3.63) of GNU make to not export all variables. 671e4da13eeSmacallan# Otherwise a system limit (for SysV at least) may be exceeded. 672e4da13eeSmacallan.NOEXPORT: 673