Makefile.in revision 302408
132516Sgibbs# Makefile.in generated by automake 1.15 from Makefile.am.
240029Sgibbs# @configure_input@
332516Sgibbs
432516Sgibbs# Copyright (C) 1994-2014 Free Software Foundation, Inc.
532516Sgibbs
632516Sgibbs# This Makefile.in is free software; the Free Software Foundation
732516Sgibbs# gives unlimited permission to copy and/or distribute it,
832516Sgibbs# with or without modifications, as long as this notice is preserved.
932516Sgibbs
1032516Sgibbs# This program is distributed in the hope that it will be useful,
1132516Sgibbs# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1232516Sgibbs# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1332516Sgibbs# PARTICULAR PURPOSE.
1432516Sgibbs
1532516Sgibbs@SET_MAKE@
1632516SgibbsVPATH = @srcdir@
1732516Sgibbsam__is_gnu_make = { \
1832516Sgibbs  if test -z '$(MAKELEVEL)'; then \
1932516Sgibbs    false; \
2032516Sgibbs  elif test -n '$(MAKE_HOST)'; then \
2132516Sgibbs    true; \
2232516Sgibbs  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
2332516Sgibbs    true; \
2432516Sgibbs  else \
2532516Sgibbs    false; \
2632516Sgibbs  fi; \
27115683Sobrien}
28115683Sobrienam__make_running_with_option = \
29115683Sobrien  case $${target_option-} in \
3032516Sgibbs      ?) ;; \
3132516Sgibbs      *) echo "am__make_running_with_option: internal error: invalid" \
3232516Sgibbs              "target option '$${target_option-}' specified" >&2; \
3367551Sjhb         exit 1;; \
3467551Sjhb  esac; \
35112346Smux  has_opt=no; \
36136805Srwatson  sane_makeflags=$$MAKEFLAGS; \
3776827Salfred  if $(am__is_gnu_make); then \
3879224Sdillon    sane_makeflags=$$MFLAGS; \
3976827Salfred  else \
40104486Ssam    case $$MAKEFLAGS in \
41104486Ssam      *\\[\ \	]*) \
42131529Sscottl        bs=\\; \
4332516Sgibbs        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
4432516Sgibbs          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
4532516Sgibbs    esac; \
46104486Ssam  fi; \
4732516Sgibbs  skip_next=no; \
48112436Smux  strip_trailopt () \
4932516Sgibbs  { \
5032516Sgibbs    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
5132516Sgibbs  }; \
52113228Sjake  for flg in $$sane_makeflags; do \
5332516Sgibbs    test $$skip_next = yes && { skip_next=no; continue; }; \
54137445Sscottl    case $$flg in \
55137445Sscottl      *=*|--*) continue;; \
5632516Sgibbs        -*I) strip_trailopt 'I'; skip_next=yes;; \
5732516Sgibbs      -*I?*) strip_trailopt 'I';; \
5835767Sgibbs        -*O) strip_trailopt 'O'; skip_next=yes;; \
5932516Sgibbs      -*O?*) strip_trailopt 'O';; \
6032516Sgibbs        -*l) strip_trailopt 'l'; skip_next=yes;; \
6132516Sgibbs      -*l?*) strip_trailopt 'l';; \
6232516Sgibbs      -[dEDm]) skip_next=yes;; \
6332516Sgibbs      -[JT]) skip_next=yes;; \
6432516Sgibbs    esac; \
6535767Sgibbs    case $$flg in \
6632516Sgibbs      *$$target_option*) has_opt=yes; break;; \
6732516Sgibbs    esac; \
6832516Sgibbs  done; \
6932516Sgibbs  test $$has_opt = yes
70117126Sscottlam__make_dryrun = (target_option=n; $(am__make_running_with_option))
71117126Sscottlam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72118246Sscottlpkgincludedir = $(includedir)/@PACKAGE@
73137445Sscottlpkglibdir = $(libdir)/@PACKAGE@
7432516Sgibbspkglibexecdir = $(libexecdir)/@PACKAGE@
7532516Sgibbsam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76132545Sscottlinstall_sh_DATA = $(install_sh) -c -m 644
77132545Sscottlinstall_sh_PROGRAM = $(install_sh) -c
78132545Sscottlinstall_sh_SCRIPT = $(install_sh) -c
79132545SscottlINSTALL_HEADER = $(INSTALL_DATA)
80132545Sscottltransform = $(program_transform_name)
81132545SscottlNORMAL_INSTALL = :
82132545SscottlPRE_INSTALL = :
83132545SscottlPOST_INSTALL = :
8432516SgibbsNORMAL_UNINSTALL = :
8532516SgibbsPRE_UNINSTALL = :
86137445SscottlPOST_UNINSTALL = :
87137445Sscottlbuild_triplet = @build@
88137445Sscottlhost_triplet = @host@
89137965Sscottlsubdir = .
90137445SscottlACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91137445Sscottlam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
92137445Sscottl	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93137445Sscottl	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94137445Sscottl	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
95137445Sscottlam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96137445Sscottl	$(ACLOCAL_M4)
97137445SscottlDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98137445Sscottl	$(am__configure_deps) $(am__DIST_COMMON)
99137445Sscottlam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100137445Sscottl configure.lineno config.status.lineno
101137445Sscottlmkinstalldirs = $(install_sh) -d
102137445SscottlCONFIG_HEADER = config.h
103137445SscottlCONFIG_CLEAN_FILES =
104117136SmuxCONFIG_CLEAN_VPATH_FILES =
10532516SgibbsAM_V_P = $(am__v_P_@AM_V@)
106137445Sscottlam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107137445Sscottlam__v_P_0 = false
10832516Sgibbsam__v_P_1 = :
10932516SgibbsAM_V_GEN = $(am__v_GEN_@AM_V@)
110131529Sscottlam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111131529Sscottlam__v_GEN_0 = @echo "  GEN     " $@;
112131529Sscottlam__v_GEN_1 = 
113131529SscottlAM_V_at = $(am__v_at_@AM_V@)
11432516Sgibbsam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
11532516Sgibbsam__v_at_0 = @
11632516Sgibbsam__v_at_1 = 
11732516SgibbsSOURCES =
11832516SgibbsDIST_SOURCES =
11932516SgibbsRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
12032516Sgibbs	ctags-recursive dvi-recursive html-recursive info-recursive \
12132516Sgibbs	install-data-recursive install-dvi-recursive \
12232516Sgibbs	install-exec-recursive install-html-recursive \
12360938Sjake	install-info-recursive install-pdf-recursive \
12432516Sgibbs	install-ps-recursive install-recursive installcheck-recursive \
12532516Sgibbs	installdirs-recursive pdf-recursive ps-recursive \
12660938Sjake	tags-recursive uninstall-recursive
12760938Sjakeam__can_run_installinfo = \
12832516Sgibbs  case $$AM_UPDATE_INFO_DIR in \
12932516Sgibbs    n|no|NO) false;; \
130112346Smux    *) (install-info --version) >/dev/null 2>&1;; \
131137965Sscottl  esac
13232516SgibbsRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
133113228Sjake  distclean-recursive maintainer-clean-recursive
134117136Smuxam__recursive_targets = \
135112569Sjake  $(RECURSIVE_TARGETS) \
13632516Sgibbs  $(RECURSIVE_CLEAN_TARGETS) \
13732516Sgibbs  $(am__extra_recursive_targets)
138137894SscottlAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
13932516Sgibbs	cscope distdir dist dist-all distcheck
14095076Salfredam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
14195076Salfred	$(LISP)config.h.in
142117136Smux# Read a list of newline-separated strings from the standard input,
14395076Salfred# and print each of them once, without duplicates.  Input order is
144117136Smux# *not* preserved.
14595076Salfredam__uniquify_input = $(AWK) '\
14695076Salfred  BEGIN { nonempty = 0; } \
14795076Salfred  { items[$$0] = 1; nonempty = 1; } \
14832516Sgibbs  END { if (nonempty) { for (i in items) print i; }; } \
149137894Sscottl'
15032516Sgibbs# Make sure the list of sources is unique.  This is necessary because,
15132516Sgibbs# e.g., the same source file might be shared among _SOURCES variables
15232516Sgibbs# for different programs/libraries.
15332516Sgibbsam__define_uniq_tagged_files = \
154131529Sscottl  list='$(am__tagged_files)'; \
15532516Sgibbs  unique=`for i in $$list; do \
156131529Sscottl    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157137894Sscottl  done | $(am__uniquify_input)`
15832516SgibbsETAGS = etags
159132545SscottlCTAGS = ctags
16032516SgibbsCSCOPE = cscope
16132516SgibbsDIST_SUBDIRS = $(SUBDIRS)
16232516Sgibbsam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
16332516Sgibbs	COPYING ChangeLog INSTALL NEWS README TODO compile \
16432516Sgibbs	config.guess config.sub depcomp install-sh ltmain.sh missing
16532516SgibbsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
16632516Sgibbsdistdir = $(PACKAGE)-$(VERSION)
167117126Sscottltop_distdir = $(distdir)
168117126Sscottlam__remove_distdir = \
169117126Sscottl  if test -d "$(distdir)"; then \
170117126Sscottl    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
171117126Sscottl      && rm -rf "$(distdir)" \
172117126Sscottl      || { sleep 5 && rm -rf "$(distdir)"; }; \
173117126Sscottl  else :; fi
174117126Sscottlam__post_remove_distdir = $(am__remove_distdir)
175117126Sscottlam__relativize = \
176117126Sscottl  dir0=`pwd`; \
177117126Sscottl  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
178117126Sscottl  sed_rest='s,^[^/]*/*,,'; \
179117126Sscottl  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
180117126Sscottl  sed_butlast='s,/*[^/]*$$,,'; \
181117126Sscottl  while test -n "$$dir1"; do \
182117126Sscottl    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
183117126Sscottl    if test "$$first" != "."; then \
184117126Sscottl      if test "$$first" = ".."; then \
185117126Sscottl        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
186117126Sscottl        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
187117126Sscottl      else \
188117126Sscottl        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
189117126Sscottl        if test "$$first2" = "$$first"; then \
190117126Sscottl          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
191117126Sscottl        else \
192117126Sscottl          dir2="../$$dir2"; \
193117126Sscottl        fi; \
194117126Sscottl        dir0="$$dir0"/"$$first"; \
195117126Sscottl      fi; \
196117126Sscottl    fi; \
197117126Sscottl    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
198117126Sscottl  done; \
199117126Sscottl  reldir="$$dir2"
200117126SscottlDIST_ARCHIVES = $(distdir).tar.gz
201117126SscottlGZIP_ENV = --best
202117126SscottlDIST_TARGETS = dist-gzip
203137965Sscottldistuninstallcheck_listfiles = find . -type f -print
204137965Sscottlam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
20532516Sgibbs  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
20632516Sgibbsdistcleancheck_listfiles = find . -type f -print
20732516Sgibbspkgdatadir = @pkgdatadir@
20832516SgibbsACLOCAL = @ACLOCAL@
20935767SgibbsAMTAR = @AMTAR@
21035767SgibbsAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
21135767SgibbsAR = @AR@
21235767SgibbsAUTOCONF = @AUTOCONF@
213117126SscottlAUTOHEADER = @AUTOHEADER@
214117126SscottlAUTOMAKE = @AUTOMAKE@
21532516SgibbsAWK = @AWK@
21632516SgibbsCC = @CC@
21732516SgibbsCCDEPMODE = @CCDEPMODE@
21832516SgibbsCFLAGS = @CFLAGS@
219131529SscottlCFLAG_VISIBILITY = @CFLAG_VISIBILITY@
220131529SscottlCPP = @CPP@
221131529SscottlCPPFLAGS = @CPPFLAGS@
222131529SscottlCYGPATH_W = @CYGPATH_W@
22332516SgibbsDEFS = @DEFS@
22432516SgibbsDEPDIR = @DEPDIR@
22532516SgibbsDLLTOOL = @DLLTOOL@
226137460SscottlDSYMUTIL = @DSYMUTIL@
227137460SscottlDUMPBIN = @DUMPBIN@
228136805SrwatsonECHO_C = @ECHO_C@
229136805SrwatsonECHO_N = @ECHO_N@
230136805SrwatsonECHO_T = @ECHO_T@
23132516SgibbsEGREP = @EGREP@
232136805SrwatsonEXEEXT = @EXEEXT@
23332516SgibbsFGREP = @FGREP@
23432516SgibbsGREP = @GREP@
23548449SmjacobHAVE_VISIBILITY = @HAVE_VISIBILITY@
23632516SgibbsINSTALL = @INSTALL@
237112569SjakeINSTALL_DATA = @INSTALL_DATA@
238112569SjakeINSTALL_PROGRAM = @INSTALL_PROGRAM@
239112569SjakeINSTALL_SCRIPT = @INSTALL_SCRIPT@
24032516SgibbsINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
24132516SgibbsLD = @LD@
24232516SgibbsLDFLAGS = @LDFLAGS@
24332516SgibbsLIBOBJS = @LIBOBJS@
24432516SgibbsLIBS = @LIBS@
24532516SgibbsLIBTOOL = @LIBTOOL@
24632516SgibbsLIPO = @LIPO@
24732516SgibbsLN_S = @LN_S@
248117126SscottlLTLIBOBJS = @LTLIBOBJS@
249117126SscottlMAKEINFO = @MAKEINFO@
250117126SscottlMANIFEST_TOOL = @MANIFEST_TOOL@
251117126SscottlMINGW = @MINGW@
252117126SscottlMKDIR_P = @MKDIR_P@
253117126SscottlNM = @NM@
254117126SscottlNMEDIT = @NMEDIT@
255118246SscottlOBJDUMP = @OBJDUMP@
256118246SscottlOBJEXT = @OBJEXT@
25732516SgibbsOTOOL = @OTOOL@
25832516SgibbsOTOOL64 = @OTOOL64@
25932516SgibbsPACKAGE = @PACKAGE@
26032516SgibbsPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261134934SscottlPACKAGE_NAME = @PACKAGE_NAME@
262134934SscottlPACKAGE_STRING = @PACKAGE_STRING@
263134934SscottlPACKAGE_TARNAME = @PACKAGE_TARNAME@
264134934SscottlPACKAGE_URL = @PACKAGE_URL@
265134934SscottlPACKAGE_VERSION = @PACKAGE_VERSION@
26632516SgibbsPATH_SEPARATOR = @PATH_SEPARATOR@
26732516SgibbsRANLIB = @RANLIB@
26832516SgibbsSED = @SED@
26935256SdesSET_MAKE = @SET_MAKE@
27032516SgibbsSHELL = @SHELL@
27132516SgibbsSTRIP = @STRIP@
27232516SgibbsVERSION = @VERSION@
27332516SgibbsWARNINGS = @WARNINGS@
27432516Sgibbsabs_builddir = @abs_builddir@
275112436Smuxabs_srcdir = @abs_srcdir@
276112436Smuxabs_top_builddir = @abs_top_builddir@
27732516Sgibbsabs_top_srcdir = @abs_top_srcdir@
278137965Sscottlac_ct_AR = @ac_ct_AR@
279137965Sscottlac_ct_CC = @ac_ct_CC@
280138194Sscottlac_ct_DUMPBIN = @ac_ct_DUMPBIN@
281137965Sscottlam__include = @am__include@
282137965Sscottlam__leading_dot = @am__leading_dot@
283137965Sscottlam__quote = @am__quote@
284112569Sjakeam__tar = @am__tar@
285137965Sscottlam__untar = @am__untar@
286137965Sscottlbindir = @bindir@
28732516Sgibbsbuild = @build@
28832516Sgibbsbuild_alias = @build_alias@
289137965Sscottlbuild_cpu = @build_cpu@
290137965Sscottlbuild_os = @build_os@
291137965Sscottlbuild_vendor = @build_vendor@
292137965Sscottlbuilddir = @builddir@
29332516Sgibbsdatadir = @datadir@
29432516Sgibbsdatarootdir = @datarootdir@
29532516Sgibbsdocdir = @docdir@
29632516Sgibbsdvidir = @dvidir@
29732516Sgibbsexec_prefix = @exec_prefix@
29835767Sgibbsfsect = @fsect@
29932516Sgibbshost = @host@
30032516Sgibbshost_alias = @host_alias@
301137965Sscottlhost_cpu = @host_cpu@
30232516Sgibbshost_os = @host_os@
30332516Sgibbshost_vendor = @host_vendor@
304137965Sscottlhtmldir = @htmldir@
30532516Sgibbsincludedir = @includedir@
30632516Sgibbsinfodir = @infodir@
30732516Sgibbsinstall_sh = @install_sh@
30832516Sgibbslibdir = @libdir@
30932516Sgibbslibexecdir = @libexecdir@
31035767Sgibbslocaledir = @localedir@
31135767Sgibbslocalstatedir = @localstatedir@
31232516Sgibbsmandir = @mandir@
31332516Sgibbsmkdir_p = @mkdir_p@
31432516Sgibbsoldincludedir = @oldincludedir@
31532516Sgibbspdfdir = @pdfdir@
31632516Sgibbsprefix = @prefix@
31732516Sgibbsprogram_transform_name = @program_transform_name@
31832516Sgibbspsdir = @psdir@
319136805Srwatsonsbindir = @sbindir@
320136805Srwatsonsharedstatedir = @sharedstatedir@
32132516Sgibbssrcdir = @srcdir@
32232516Sgibbssysconfdir = @sysconfdir@
32332516Sgibbstarget_alias = @target_alias@
32432516Sgibbstop_build_prefix = @top_build_prefix@
32532516Sgibbstop_builddir = @top_builddir@
32632516Sgibbstop_srcdir = @top_srcdir@
327136805SrwatsonACLOCAL_AMFLAGS = -I m4
328136805SrwatsonEXTRA_DIST = MAINT
329136805SrwatsonSUBDIRS = src magic tests doc python
330136805Srwatsonall: config.h
331136805Srwatson	$(MAKE) $(AM_MAKEFLAGS) all-recursive
332136805Srwatson
33332516Sgibbs.SUFFIXES:
33432516Sgibbsam--refresh: Makefile
335136805Srwatson	@:
336136805Srwatson$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
337136805Srwatson	@for dep in $?; do \
338136805Srwatson	  case '$(am__configure_deps)' in \
33932516Sgibbs	    *$$dep*) \
34032516Sgibbs	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
34132516Sgibbs	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
34232516Sgibbs		&& exit 0; \
34332516Sgibbs	      exit 1;; \
344112436Smux	  esac; \
34532516Sgibbs	done; \
346118246Sscottl	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
347118246Sscottl	$(am__cd) $(top_srcdir) && \
34832516Sgibbs	  $(AUTOMAKE) --foreign Makefile
34940029SgibbsMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35040029Sgibbs	@case '$?' in \
35140029Sgibbs	  *config.status*) \
35240029Sgibbs	    echo ' $(SHELL) ./config.status'; \
35340029Sgibbs	    $(SHELL) ./config.status;; \
35440029Sgibbs	  *) \
35540029Sgibbs	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
35640029Sgibbs	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
35732516Sgibbs	esac;
35832516Sgibbs
359136805Srwatson$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360136805Srwatson	$(SHELL) ./config.status --recheck
361136805Srwatson
362136805Srwatson$(top_srcdir)/configure:  $(am__configure_deps)
36332516Sgibbs	$(am__cd) $(srcdir) && $(AUTOCONF)
36432516Sgibbs$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
36532516Sgibbs	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
36632516Sgibbs$(am__aclocal_m4_deps):
36732516Sgibbs
36832516Sgibbsconfig.h: stamp-h1
36932516Sgibbs	@test -f $@ || rm -f stamp-h1
37032516Sgibbs	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
37132516Sgibbs
37232516Sgibbsstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
37332516Sgibbs	@rm -f stamp-h1
37432516Sgibbs	cd $(top_builddir) && $(SHELL) ./config.status config.h
37532516Sgibbs$(srcdir)/config.h.in:  $(am__configure_deps) 
376118246Sscottl	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
377118246Sscottl	rm -f stamp-h1
378118246Sscottl	touch $@
379118246Sscottl
380136805Srwatsondistclean-hdr:
381136805Srwatson	-rm -f config.h stamp-h1
382136805Srwatson
383118246Sscottlmostlyclean-libtool:
384136805Srwatson	-rm -f *.lo
385118246Sscottl
386118246Sscottlclean-libtool:
387131529Sscottl	-rm -rf .libs _libs
388131529Sscottl
389131529Sscottldistclean-libtool:
390131529Sscottl	-rm -f libtool config.lt
391131529Sscottl
392137965Sscottl# This directory's subdirectories are mostly independent; you can cd
393137445Sscottl# into them and run 'make' without going through this Makefile.
39432516Sgibbs# To change the values of 'make' variables: instead of editing Makefiles,
39532516Sgibbs# (1) if the variable is set in 'config.status', edit 'config.status'
39632516Sgibbs#     (which will cause the Makefiles to be regenerated when you run 'make');
397137965Sscottl# (2) otherwise, pass the desired values on the 'make' command line.
398137965Sscottl$(am__recursive_targets):
399137965Sscottl	@fail=; \
400137965Sscottl	if $(am__make_keepgoing); then \
401137965Sscottl	  failcom='fail=yes'; \
40232516Sgibbs	else \
40369781Sdwmalone	  failcom='exit 1'; \
404136805Srwatson	fi; \
405136805Srwatson	dot_seen=no; \
406136805Srwatson	target=`echo $@ | sed s/-recursive//`; \
40735767Sgibbs	case "$@" in \
408136805Srwatson	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
40969781Sdwmalone	  *) list='$(SUBDIRS)' ;; \
41069781Sdwmalone	esac; \
41169781Sdwmalone	for subdir in $$list; do \
41269781Sdwmalone	  echo "Making $$target in $$subdir"; \
41332516Sgibbs	  if test "$$subdir" = "."; then \
41432516Sgibbs	    dot_seen=yes; \
41532516Sgibbs	    local_target="$$target-am"; \
41632516Sgibbs	  else \
41732516Sgibbs	    local_target="$$target"; \
41835767Sgibbs	  fi; \
419131529Sscottl	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
42032516Sgibbs	  || eval $$failcom; \
42132516Sgibbs	done; \
42235767Sgibbs	if test "$$dot_seen" = "no"; then \
42335767Sgibbs	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
42435767Sgibbs	fi; test -z "$$fail"
42535767Sgibbs
42635767SgibbsID: $(am__tagged_files)
42735767Sgibbs	$(am__define_uniq_tagged_files); mkid -fID $$unique
42835767Sgibbstags: tags-recursive
42935767SgibbsTAGS: tags
430113228Sjake
43132516Sgibbstags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
432113228Sjake	set x; \
433113228Sjake	here=`pwd`; \
43435767Sgibbs	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
43535767Sgibbs	  include_option=--etags-include; \
43635767Sgibbs	  empty_fix=.; \
43735767Sgibbs	else \
43835767Sgibbs	  include_option=--include; \
43935767Sgibbs	  empty_fix=; \
44035767Sgibbs	fi; \
44132516Sgibbs	list='$(SUBDIRS)'; for subdir in $$list; do \
44232516Sgibbs	  if test "$$subdir" = .; then :; else \
44340029Sgibbs	    test ! -f $$subdir/TAGS || \
44432516Sgibbs	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
44532516Sgibbs	  fi; \
44632516Sgibbs	done; \
447136805Srwatson	$(am__define_uniq_tagged_files); \
448136805Srwatson	shift; \
44932516Sgibbs	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
45032516Sgibbs	  test -n "$$unique" || unique=$$empty_fix; \
45132516Sgibbs	  if test $$# -gt 0; then \
45232516Sgibbs	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
45332516Sgibbs	      "$$@" $$unique; \
45432516Sgibbs	  else \
45532516Sgibbs	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
45632516Sgibbs	      $$unique; \
45732516Sgibbs	  fi; \
45832516Sgibbs	fi
459117136Smuxctags: ctags-recursive
460136805Srwatson
461136805SrwatsonCTAGS: ctags
462136805Srwatsonctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
46332516Sgibbs	$(am__define_uniq_tagged_files); \
464136805Srwatson	test -z "$(CTAGS_ARGS)$$unique" \
46532516Sgibbs	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
46632516Sgibbs	     $$unique
46732516Sgibbs
468136805SrwatsonGTAGS:
46932516Sgibbs	here=`$(am__cd) $(top_builddir) && pwd` \
47032516Sgibbs	  && $(am__cd) $(top_srcdir) \
47132516Sgibbs	  && gtags -i $(GTAGS_ARGS) "$$here"
47235767Sgibbscscope: cscope.files
47335767Sgibbs	test ! -s cscope.files \
47435767Sgibbs	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
47535767Sgibbsclean-cscope:
47635767Sgibbs	-rm -f cscope.files
47735767Sgibbscscope.files: clean-cscope cscopelist
47835767Sgibbscscopelist: cscopelist-recursive
479115316Sscottl
480115316Sscottlcscopelist-am: $(am__tagged_files)
48135767Sgibbs	list='$(am__tagged_files)'; \
482118081Smux	case "$(srcdir)" in \
483118081Smux	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
484118081Smux	  *) sdir=$(subdir)/$(srcdir) ;; \
485118081Smux	esac; \
486118081Smux	for i in $$list; do \
487118081Smux	  if test -f "$$i"; then \
488118081Smux	    echo "$(subdir)/$$i"; \
489118081Smux	  else \
490118081Smux	    echo "$$sdir/$$i"; \
49135767Sgibbs	  fi; \
49240029Sgibbs	done >> $(top_builddir)/cscope.files
49335767Sgibbs
494118246Sscottldistclean-tags:
495118246Sscottl	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
496118246Sscottl	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
497118246Sscottl
498136805Srwatsondistdir: $(DISTFILES)
499136805Srwatson	$(am__remove_distdir)
500136805Srwatson	test -d "$(distdir)" || mkdir "$(distdir)"
501118246Sscottl	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502136805Srwatson	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503118246Sscottl	list='$(DISTFILES)'; \
504118246Sscottl	  dist_files=`for file in $$list; do echo $$file; done | \
505115316Sscottl	  sed -e "s|^$$srcdirstrip/||;t" \
506112569Sjake	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507118081Smux	case $$dist_files in \
50835767Sgibbs	  */*) $(MKDIR_P) `echo "$$dist_files" | \
50935767Sgibbs			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
51035767Sgibbs			   sort -u` ;; \
51135767Sgibbs	esac; \
51235767Sgibbs	for file in $$dist_files; do \
513131529Sscottl	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
51435767Sgibbs	  if test -d $$d/$$file; then \
515118081Smux	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
51648449Smjacob	    if test -d "$(distdir)/$$file"; then \
51748449Smjacob	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
51835767Sgibbs	    fi; \
519136805Srwatson	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520136805Srwatson	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521136805Srwatson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
52235767Sgibbs	    fi; \
523136805Srwatson	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524136805Srwatson	  else \
525136805Srwatson	    test -f "$(distdir)/$$file" \
52635767Sgibbs	    || cp -p $$d/$$file "$(distdir)/$$file" \
52735767Sgibbs	    || exit 1; \
52835767Sgibbs	  fi; \
52935767Sgibbs	done
53035767Sgibbs	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
53195076Salfred	  if test "$$subdir" = .; then :; else \
53235767Sgibbs	    $(am__make_dryrun) \
53335767Sgibbs	      || test -d "$(distdir)/$$subdir" \
534115316Sscottl	      || $(MKDIR_P) "$(distdir)/$$subdir" \
53535767Sgibbs	      || exit 1; \
53635767Sgibbs	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
53735767Sgibbs	    $(am__relativize); \
53835767Sgibbs	    new_distdir=$$reldir; \
53935767Sgibbs	    dir1=$$subdir; dir2="$(top_distdir)"; \
54049859Sgibbs	    $(am__relativize); \
54135767Sgibbs	    new_top_distdir=$$reldir; \
542115316Sscottl	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
543115316Sscottl	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
54440029Sgibbs	    ($(am__cd) $$subdir && \
545112196Smux	      $(MAKE) $(AM_MAKEFLAGS) \
546115316Sscottl	        top_distdir="$$new_top_distdir" \
547112196Smux	        distdir="$$new_distdir" \
548136805Srwatson		am__remove_distdir=: \
549136805Srwatson		am__skip_length_check=: \
55035767Sgibbs		am__skip_mode_fix=: \
55135767Sgibbs	        distdir) \
55232516Sgibbs	      || exit 1; \
553104486Ssam	  fi; \
554104486Ssam	done
555104486Ssam	-test -n "$(am__skip_mode_fix)" \
556104486Ssam	|| find "$(distdir)" -type d ! -perm -755 \
557104486Ssam		-exec chmod u+rwx,go+rx {} \; -o \
558137142Sscottl	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
559104486Ssam	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
560113228Sjake	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
561104486Ssam	|| chmod -R a+r "$(distdir)"
562137142Sscottldist-gzip: distdir
563104486Ssam	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
564113228Sjake	$(am__post_remove_distdir)
565104486Ssam
566104486Ssamdist-bzip2: distdir
567104486Ssam	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
568118246Sscottl	$(am__post_remove_distdir)
569104486Ssam
570104486Ssamdist-lzip: distdir
571113228Sjake	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
572113228Sjake	$(am__post_remove_distdir)
573113228Sjake
574104486Ssamdist-xz: distdir
575104486Ssam	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
576118246Sscottl	$(am__post_remove_distdir)
577118246Sscottl
578113228Sjakedist-tarZ: distdir
579113228Sjake	@echo WARNING: "Support for distribution archives compressed with" \
580113228Sjake		       "legacy program 'compress' is deprecated." >&2
581137142Sscottl	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
582137965Sscottl	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
583113228Sjake	$(am__post_remove_distdir)
584113228Sjake
585137142Sscottldist-shar: distdir
586137142Sscottl	@echo WARNING: "Support for shar distribution archives is" \
587137142Sscottl	               "deprecated." >&2
588137142Sscottl	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
589137142Sscottl	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
590113228Sjake	$(am__post_remove_distdir)
591113228Sjake
592113228Sjakedist-zip: distdir
593113228Sjake	-rm -f $(distdir).zip
594113228Sjake	zip -rq $(distdir).zip $(distdir)
595113228Sjake	$(am__post_remove_distdir)
596113228Sjake
597113228Sjakedist dist-all:
598113228Sjake	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
599137894Sscottl	$(am__post_remove_distdir)
600113228Sjake
601113228Sjake# This target untars the dist file and tries a VPATH configuration.  Then
602113228Sjake# it guarantees that the distribution is self-contained by making another
603113228Sjake# tarfile.
604113228Sjakedistcheck: dist
605137142Sscottl	case '$(DIST_ARCHIVES)' in \
606113228Sjake	*.tar.gz*) \
607113228Sjake	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
608113228Sjake	*.tar.bz2*) \
609113228Sjake	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
610113228Sjake	*.tar.lz*) \
611113472Ssimokawa	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
612113472Ssimokawa	*.tar.xz*) \
613113472Ssimokawa	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
614113472Ssimokawa	*.tar.Z*) \
615113472Ssimokawa	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
616113472Ssimokawa	*.shar.gz*) \
617113472Ssimokawa	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
618132545Sscottl	*.zip*) \
619113472Ssimokawa	  unzip $(distdir).zip ;;\
620113472Ssimokawa	esac
621113472Ssimokawa	chmod -R a-w $(distdir)
622113472Ssimokawa	chmod u+w $(distdir)
623117136Smux	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
624113472Ssimokawa	chmod a-w $(distdir)
625113472Ssimokawa	test -d $(distdir)/_build || exit 0; \
626113472Ssimokawa	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
627113228Sjake	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
628113228Sjake	  && am__cwd=`pwd` \
629113228Sjake	  && $(am__cd) $(distdir)/_build/sub \
630113228Sjake	  && ../../configure \
631137142Sscottl	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
632104486Ssam	    $(DISTCHECK_CONFIGURE_FLAGS) \
633113228Sjake	    --srcdir=../.. --prefix="$$dc_install_base" \
634104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) \
635104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
636104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) check \
637104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) install \
638104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
639104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
640104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
641104486Ssam	        distuninstallcheck \
642104486Ssam	  && chmod -R a-w "$$dc_install_base" \
643104486Ssam	  && ({ \
644104486Ssam	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
645104486Ssam	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
646104486Ssam	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
647104486Ssam	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
648104486Ssam	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
649104486Ssam	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
650104486Ssam	  && rm -rf "$$dc_destdir" \
651104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) dist \
652104486Ssam	  && rm -rf $(DIST_ARCHIVES) \
653104486Ssam	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
654104486Ssam	  && cd "$$am__cwd" \
655104486Ssam	  || exit 1
656104486Ssam	$(am__post_remove_distdir)
657104486Ssam	@(echo "$(distdir) archives ready for distribution: "; \
658104486Ssam	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
659104486Ssam	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
660137894Sscottldistuninstallcheck:
661113228Sjake	@test -n '$(distuninstallcheck_dir)' || { \
662113228Sjake	  echo 'ERROR: trying to run $@ with an empty' \
663104486Ssam	       '$$(distuninstallcheck_dir)' >&2; \
664104486Ssam	  exit 1; \
665104486Ssam	}; \
666104486Ssam	$(am__cd) '$(distuninstallcheck_dir)' || { \
667104486Ssam	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
668104486Ssam	  exit 1; \
669104486Ssam	}; \
670104486Ssam	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
671104486Ssam	   || { echo "ERROR: files left after uninstall:" ; \
672113228Sjake	        if test -n "$(DESTDIR)"; then \
673104486Ssam	          echo "  (check DESTDIR support)"; \
674104486Ssam	        fi ; \
675104486Ssam	        $(distuninstallcheck_listfiles) ; \
676104486Ssam	        exit 1; } >&2
677104486Ssamdistcleancheck: distclean
678104486Ssam	@if test '$(srcdir)' = . ; then \
679104486Ssam	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680104486Ssam	  exit 1 ; \
681104486Ssam	fi
682104486Ssam	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683104486Ssam	  || { echo "ERROR: files left in build directory after distclean:" ; \
684104486Ssam	       $(distcleancheck_listfiles) ; \
685104486Ssam	       exit 1; } >&2
686104486Ssamcheck-am: all-am
687104486Ssamcheck: check-recursive
688104486Ssamall-am: Makefile config.h
689104486Ssaminstalldirs: installdirs-recursive
690104486Ssaminstalldirs-am:
691104486Ssaminstall: install-recursive
692104486Ssaminstall-exec: install-exec-recursive
693104486Ssaminstall-data: install-data-recursive
694104486Ssamuninstall: uninstall-recursive
695104486Ssam
696104486Ssaminstall-am: all-am
697104486Ssam	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698104486Ssam
699104486Ssaminstallcheck: installcheck-recursive
700113459Ssimokawainstall-strip:
701113459Ssimokawa	if test -z '$(STRIP)'; then \
702113459Ssimokawa	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703113459Ssimokawa	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704113459Ssimokawa	      install; \
705113459Ssimokawa	else \
706113459Ssimokawa	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
707113492Smux	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
708113459Ssimokawa	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
709113459Ssimokawa	fi
710113472Ssimokawamostlyclean-generic:
711113472Ssimokawa
712113472Ssimokawaclean-generic:
713113472Ssimokawa
714113472Ssimokawadistclean-generic:
715113472Ssimokawa	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
716118246Sscottl	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
717118246Sscottl
718113459Ssimokawamaintainer-clean-generic:
719136805Srwatson	@echo "This command is intended for maintainers to use"
720136805Srwatson	@echo "it deletes files that may require special tools to rebuild."
721136805Srwatsonclean: clean-recursive
722113492Smux
723136805Srwatsonclean-am: clean-generic clean-libtool mostlyclean-am
724113472Ssimokawa
725113459Ssimokawadistclean: distclean-recursive
726118246Sscottl	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
727113459Ssimokawa	-rm -f Makefile
728118246Sscottldistclean-am: clean-am distclean-generic distclean-hdr \
729113459Ssimokawa	distclean-libtool distclean-tags
730136805Srwatson
731136805Srwatsondvi: dvi-recursive
732113459Ssimokawa
733113459Ssimokawadvi-am:
734113459Ssimokawa
735113459Ssimokawahtml: html-recursive
736113459Ssimokawa
737104486Ssamhtml-am:
738104486Ssam
739104486Ssaminfo: info-recursive
740104486Ssam
741104486Ssaminfo-am:
742104486Ssam
743104486Ssaminstall-data-am:
744104486Ssam
745104486Ssaminstall-dvi: install-dvi-recursive
746104486Ssam
747117136Smuxinstall-dvi-am:
748104486Ssam
749113472Ssimokawainstall-exec-am:
750104486Ssam
751104486Ssaminstall-html: install-html-recursive
752104486Ssam
753104486Ssaminstall-html-am:
754113228Sjake
755104486Ssaminstall-info: install-info-recursive
756104486Ssam
757104486Ssaminstall-info-am:
758110335Sharti
759113228Sjakeinstall-man:
760110335Sharti
761110335Shartiinstall-pdf: install-pdf-recursive
762110335Sharti
763110335Shartiinstall-pdf-am:
764110335Sharti
765104486Ssaminstall-ps: install-ps-recursive
766104486Ssam
767104486Ssaminstall-ps-am:
768104486Ssam
769104486Ssaminstallcheck-am:
770104486Ssam
771104486Ssammaintainer-clean: maintainer-clean-recursive
772118246Sscottl	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
773104486Ssam	-rm -rf $(top_srcdir)/autom4te.cache
774118246Sscottl	-rm -f Makefile
775104486Ssammaintainer-clean-am: distclean-am maintainer-clean-generic
776104486Ssam
777136805Srwatsonmostlyclean: mostlyclean-recursive
778136805Srwatson
779104486Ssammostlyclean-am: mostlyclean-generic mostlyclean-libtool
780104486Ssam
781104486Ssampdf: pdf-recursive
782104486Ssam
783104486Ssampdf-am:
784104486Ssam
785104486Ssamps: ps-recursive
786104486Ssam
787104486Ssamps-am:
788104486Ssam
789104486Ssamuninstall-am:
790104486Ssam
791113228Sjake.MAKE: $(am__recursive_targets) all install-am install-strip
792104486Ssam
793104486Ssam.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
794104486Ssam	am--refresh check check-am clean clean-cscope clean-generic \
795137142Sscottl	clean-libtool cscope cscopelist-am ctags ctags-am dist \
796104486Ssam	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
797113472Ssimokawa	dist-xz dist-zip distcheck distclean distclean-generic \
798104486Ssam	distclean-hdr distclean-libtool distclean-tags distcleancheck \
799104486Ssam	distdir distuninstallcheck dvi dvi-am html html-am info \
800104486Ssam	info-am install install-am install-data install-data-am \
801104486Ssam	install-dvi install-dvi-am install-exec install-exec-am \
802137142Sscottl	install-html install-html-am install-info install-info-am \
803104486Ssam	install-man install-pdf install-pdf-am install-ps \
804137142Sscottl	install-ps-am install-strip installcheck installcheck-am \
805137142Sscottl	installdirs installdirs-am maintainer-clean \
806137142Sscottl	maintainer-clean-generic mostlyclean mostlyclean-generic \
807104486Ssam	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
808104486Ssam	uninstall-am
809104486Ssam
810104486Ssam.PRECIOUS: Makefile
811104486Ssam
812104486Ssam
813104486Ssam# Tell versions [3.59,3.63) of GNU make to not export all variables.
814104486Ssam# Otherwise a system limit (for SysV at least) may be exceeded.
815104486Ssam.NOEXPORT:
816104486Ssam