1243750Srwatson# Makefile.in generated by automake 1.12.2 from Makefile.am.
2159248Srwatson# @configure_input@
3159248Srwatson
4243750Srwatson# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5243750Srwatson
6159248Srwatson# This Makefile.in is free software; the Free Software Foundation
7159248Srwatson# gives unlimited permission to copy and/or distribute it,
8159248Srwatson# with or without modifications, as long as this notice is preserved.
9159248Srwatson
10159248Srwatson# This program is distributed in the hope that it will be useful,
11159248Srwatson# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12159248Srwatson# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13159248Srwatson# PARTICULAR PURPOSE.
14159248Srwatson
15159248Srwatson@SET_MAKE@
16159248SrwatsonVPATH = @srcdir@
17243750Srwatsonam__make_dryrun = \
18243750Srwatson  { \
19243750Srwatson    am__dry=no; \
20243750Srwatson    case $$MAKEFLAGS in \
21243750Srwatson      *\\[\ \	]*) \
22243750Srwatson        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23243750Srwatson          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24243750Srwatson      *) \
25243750Srwatson        for am__flg in $$MAKEFLAGS; do \
26243750Srwatson          case $$am__flg in \
27243750Srwatson            *=*|--*) ;; \
28243750Srwatson            *n*) am__dry=yes; break;; \
29243750Srwatson          esac; \
30243750Srwatson        done;; \
31243750Srwatson    esac; \
32243750Srwatson    test $$am__dry = yes; \
33243750Srwatson  }
34159248Srwatsonpkgdatadir = $(datadir)/@PACKAGE@
35243750Srwatsonpkgincludedir = $(includedir)/@PACKAGE@
36159248Srwatsonpkglibdir = $(libdir)/@PACKAGE@
37243750Srwatsonpkglibexecdir = $(libexecdir)/@PACKAGE@
38159248Srwatsonam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39159248Srwatsoninstall_sh_DATA = $(install_sh) -c -m 644
40159248Srwatsoninstall_sh_PROGRAM = $(install_sh) -c
41159248Srwatsoninstall_sh_SCRIPT = $(install_sh) -c
42159248SrwatsonINSTALL_HEADER = $(INSTALL_DATA)
43159248Srwatsontransform = $(program_transform_name)
44159248SrwatsonNORMAL_INSTALL = :
45159248SrwatsonPRE_INSTALL = :
46159248SrwatsonPOST_INSTALL = :
47159248SrwatsonNORMAL_UNINSTALL = :
48159248SrwatsonPRE_UNINSTALL = :
49159248SrwatsonPOST_UNINSTALL = :
50159248Srwatsonbuild_triplet = @build@
51159248Srwatsonhost_triplet = @host@
52159248Srwatsonsubdir = test
53159248SrwatsonDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54159248SrwatsonACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55159248Srwatsonam__aclocal_m4_deps = $(top_srcdir)/configure.ac
56159248Srwatsonam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57159248Srwatson	$(ACLOCAL_M4)
58159248Srwatsonmkinstalldirs = $(install_sh) -d
59159248SrwatsonCONFIG_HEADER = $(top_builddir)/config/config.h
60159248SrwatsonCONFIG_CLEAN_FILES =
61243750SrwatsonCONFIG_CLEAN_VPATH_FILES =
62159248SrwatsonSOURCES =
63159248SrwatsonDIST_SOURCES =
64159248SrwatsonRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65159248Srwatson	html-recursive info-recursive install-data-recursive \
66173143Srwatson	install-dvi-recursive install-exec-recursive \
67173143Srwatson	install-html-recursive install-info-recursive \
68173143Srwatson	install-pdf-recursive install-ps-recursive install-recursive \
69173143Srwatson	installcheck-recursive installdirs-recursive pdf-recursive \
70173143Srwatson	ps-recursive uninstall-recursive
71243750Srwatsonam__can_run_installinfo = \
72243750Srwatson  case $$AM_UPDATE_INFO_DIR in \
73243750Srwatson    n|no|NO) false;; \
74243750Srwatson    *) (install-info --version) >/dev/null 2>&1;; \
75243750Srwatson  esac
76173143SrwatsonRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
77173143Srwatson  distclean-recursive maintainer-clean-recursive
78243750SrwatsonAM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79243750Srwatson	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80243750Srwatson	distdir
81159248SrwatsonETAGS = etags
82159248SrwatsonCTAGS = ctags
83159248SrwatsonDIST_SUBDIRS = $(SUBDIRS)
84159248SrwatsonDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85243750Srwatsonam__relativize = \
86243750Srwatson  dir0=`pwd`; \
87243750Srwatson  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88243750Srwatson  sed_rest='s,^[^/]*/*,,'; \
89243750Srwatson  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90243750Srwatson  sed_butlast='s,/*[^/]*$$,,'; \
91243750Srwatson  while test -n "$$dir1"; do \
92243750Srwatson    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93243750Srwatson    if test "$$first" != "."; then \
94243750Srwatson      if test "$$first" = ".."; then \
95243750Srwatson        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96243750Srwatson        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97243750Srwatson      else \
98243750Srwatson        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99243750Srwatson        if test "$$first2" = "$$first"; then \
100243750Srwatson          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101243750Srwatson        else \
102243750Srwatson          dir2="../$$dir2"; \
103243750Srwatson        fi; \
104243750Srwatson        dir0="$$dir0"/"$$first"; \
105243750Srwatson      fi; \
106243750Srwatson    fi; \
107243750Srwatson    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108243750Srwatson  done; \
109243750Srwatson  reldir="$$dir2"
110159248SrwatsonACLOCAL = @ACLOCAL@
111159248SrwatsonAMTAR = @AMTAR@
112159248SrwatsonAR = @AR@
113159248SrwatsonAUTOCONF = @AUTOCONF@
114159248SrwatsonAUTOHEADER = @AUTOHEADER@
115159248SrwatsonAUTOMAKE = @AUTOMAKE@
116159248SrwatsonAWK = @AWK@
117159248SrwatsonCC = @CC@
118159248SrwatsonCCDEPMODE = @CCDEPMODE@
119159248SrwatsonCFLAGS = @CFLAGS@
120159248SrwatsonCPP = @CPP@
121159248SrwatsonCPPFLAGS = @CPPFLAGS@
122159248SrwatsonCYGPATH_W = @CYGPATH_W@
123159248SrwatsonDEFS = @DEFS@
124159248SrwatsonDEPDIR = @DEPDIR@
125243750SrwatsonDLLTOOL = @DLLTOOL@
126191273SrwatsonDSYMUTIL = @DSYMUTIL@
127243750SrwatsonDUMPBIN = @DUMPBIN@
128159248SrwatsonECHO_C = @ECHO_C@
129159248SrwatsonECHO_N = @ECHO_N@
130159248SrwatsonECHO_T = @ECHO_T@
131159248SrwatsonEGREP = @EGREP@
132159248SrwatsonEXEEXT = @EXEEXT@
133243750SrwatsonFGREP = @FGREP@
134173143SrwatsonGREP = @GREP@
135173143SrwatsonINSTALL = @INSTALL@
136159248SrwatsonINSTALL_DATA = @INSTALL_DATA@
137159248SrwatsonINSTALL_PROGRAM = @INSTALL_PROGRAM@
138159248SrwatsonINSTALL_SCRIPT = @INSTALL_SCRIPT@
139159248SrwatsonINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140243750SrwatsonLD = @LD@
141159248SrwatsonLDFLAGS = @LDFLAGS@
142243750SrwatsonLEX = @LEX@
143243750SrwatsonLEXLIB = @LEXLIB@
144243750SrwatsonLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
145159248SrwatsonLIBOBJS = @LIBOBJS@
146159248SrwatsonLIBS = @LIBS@
147159248SrwatsonLIBTOOL = @LIBTOOL@
148243750SrwatsonLIPO = @LIPO@
149159248SrwatsonLN_S = @LN_S@
150159248SrwatsonLTLIBOBJS = @LTLIBOBJS@
151159248SrwatsonMAINT = @MAINT@
152159248SrwatsonMAKEINFO = @MAKEINFO@
153243750SrwatsonMANIFEST_TOOL = @MANIFEST_TOOL@
154185573SrwatsonMIG = @MIG@
155173143SrwatsonMKDIR_P = @MKDIR_P@
156243750SrwatsonNM = @NM@
157191273SrwatsonNMEDIT = @NMEDIT@
158243750SrwatsonOBJDUMP = @OBJDUMP@
159159248SrwatsonOBJEXT = @OBJEXT@
160243750SrwatsonOTOOL = @OTOOL@
161243750SrwatsonOTOOL64 = @OTOOL64@
162159248SrwatsonPACKAGE = @PACKAGE@
163159248SrwatsonPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164159248SrwatsonPACKAGE_NAME = @PACKAGE_NAME@
165159248SrwatsonPACKAGE_STRING = @PACKAGE_STRING@
166159248SrwatsonPACKAGE_TARNAME = @PACKAGE_TARNAME@
167243750SrwatsonPACKAGE_URL = @PACKAGE_URL@
168159248SrwatsonPACKAGE_VERSION = @PACKAGE_VERSION@
169159248SrwatsonPATH_SEPARATOR = @PATH_SEPARATOR@
170159248SrwatsonRANLIB = @RANLIB@
171173143SrwatsonSED = @SED@
172159248SrwatsonSET_MAKE = @SET_MAKE@
173159248SrwatsonSHELL = @SHELL@
174159248SrwatsonSTRIP = @STRIP@
175159248SrwatsonVERSION = @VERSION@
176243750SrwatsonYACC = @YACC@
177243750SrwatsonYFLAGS = @YFLAGS@
178173143Srwatsonabs_builddir = @abs_builddir@
179173143Srwatsonabs_srcdir = @abs_srcdir@
180173143Srwatsonabs_top_builddir = @abs_top_builddir@
181173143Srwatsonabs_top_srcdir = @abs_top_srcdir@
182243750Srwatsonac_ct_AR = @ac_ct_AR@
183159248Srwatsonac_ct_CC = @ac_ct_CC@
184243750Srwatsonac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185159248Srwatsonam__include = @am__include@
186159248Srwatsonam__leading_dot = @am__leading_dot@
187159248Srwatsonam__quote = @am__quote@
188159248Srwatsonam__tar = @am__tar@
189159248Srwatsonam__untar = @am__untar@
190159248Srwatsonbindir = @bindir@
191159248Srwatsonbuild = @build@
192159248Srwatsonbuild_alias = @build_alias@
193159248Srwatsonbuild_cpu = @build_cpu@
194159248Srwatsonbuild_os = @build_os@
195159248Srwatsonbuild_vendor = @build_vendor@
196173143Srwatsonbuilddir = @builddir@
197159248Srwatsondatadir = @datadir@
198173143Srwatsondatarootdir = @datarootdir@
199173143Srwatsondocdir = @docdir@
200173143Srwatsondvidir = @dvidir@
201159248Srwatsonexec_prefix = @exec_prefix@
202159248Srwatsonhost = @host@
203159248Srwatsonhost_alias = @host_alias@
204159248Srwatsonhost_cpu = @host_cpu@
205159248Srwatsonhost_os = @host_os@
206159248Srwatsonhost_vendor = @host_vendor@
207173143Srwatsonhtmldir = @htmldir@
208159248Srwatsonincludedir = @includedir@
209159248Srwatsoninfodir = @infodir@
210159248Srwatsoninstall_sh = @install_sh@
211159248Srwatsonlibdir = @libdir@
212159248Srwatsonlibexecdir = @libexecdir@
213173143Srwatsonlocaledir = @localedir@
214159248Srwatsonlocalstatedir = @localstatedir@
215159248Srwatsonmandir = @mandir@
216159248Srwatsonmkdir_p = @mkdir_p@
217159248Srwatsonoldincludedir = @oldincludedir@
218173143Srwatsonpdfdir = @pdfdir@
219159248Srwatsonprefix = @prefix@
220159248Srwatsonprogram_transform_name = @program_transform_name@
221173143Srwatsonpsdir = @psdir@
222159248Srwatsonsbindir = @sbindir@
223159248Srwatsonsharedstatedir = @sharedstatedir@
224173143Srwatsonsrcdir = @srcdir@
225159248Srwatsonsysconfdir = @sysconfdir@
226159248Srwatsontarget_alias = @target_alias@
227191273Srwatsontop_build_prefix = @top_build_prefix@
228173143Srwatsontop_builddir = @top_builddir@
229173143Srwatsontop_srcdir = @top_srcdir@
230159248SrwatsonSUBDIRS = \
231159248Srwatson	bsm
232159248Srwatson
233159248Srwatsonall: all-recursive
234159248Srwatson
235159248Srwatson.SUFFIXES:
236159248Srwatson$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237159248Srwatson	@for dep in $?; do \
238159248Srwatson	  case '$(am__configure_deps)' in \
239159248Srwatson	    *$$dep*) \
240243750Srwatson	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241243750Srwatson	        && { if test -f $@; then exit 0; else break; fi; }; \
242159248Srwatson	      exit 1;; \
243159248Srwatson	  esac; \
244159248Srwatson	done; \
245243750Srwatson	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
246243750Srwatson	$(am__cd) $(top_srcdir) && \
247243750Srwatson	  $(AUTOMAKE) --foreign test/Makefile
248159248Srwatson.PRECIOUS: Makefile
249159248SrwatsonMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250159248Srwatson	@case '$?' in \
251159248Srwatson	  *config.status*) \
252159248Srwatson	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253159248Srwatson	  *) \
254159248Srwatson	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255159248Srwatson	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256159248Srwatson	esac;
257159248Srwatson
258159248Srwatson$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259159248Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260159248Srwatson
261159248Srwatson$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
262159248Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263159248Srwatson$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264159248Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265243750Srwatson$(am__aclocal_m4_deps):
266159248Srwatson
267159248Srwatsonmostlyclean-libtool:
268159248Srwatson	-rm -f *.lo
269159248Srwatson
270159248Srwatsonclean-libtool:
271159248Srwatson	-rm -rf .libs _libs
272159248Srwatson
273159248Srwatson# This directory's subdirectories are mostly independent; you can cd
274243750Srwatson# into them and run 'make' without going through this Makefile.
275243750Srwatson# To change the values of 'make' variables: instead of editing Makefiles,
276243750Srwatson# (1) if the variable is set in 'config.status', edit 'config.status'
277243750Srwatson#     (which will cause the Makefiles to be regenerated when you run 'make');
278243750Srwatson# (2) otherwise, pass the desired values on the 'make' command line.
279243750Srwatson$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
280243750Srwatson	@fail= failcom='exit 1'; \
281159248Srwatson	for f in x $$MAKEFLAGS; do \
282159248Srwatson	  case $$f in \
283159248Srwatson	    *=* | --[!k]*);; \
284159248Srwatson	    *k*) failcom='fail=yes';; \
285159248Srwatson	  esac; \
286159248Srwatson	done; \
287159248Srwatson	dot_seen=no; \
288159248Srwatson	target=`echo $@ | sed s/-recursive//`; \
289243750Srwatson	case "$@" in \
290243750Srwatson	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
291243750Srwatson	  *) list='$(SUBDIRS)' ;; \
292243750Srwatson	esac; \
293243750Srwatson	for subdir in $$list; do \
294159248Srwatson	  echo "Making $$target in $$subdir"; \
295159248Srwatson	  if test "$$subdir" = "."; then \
296159248Srwatson	    dot_seen=yes; \
297159248Srwatson	    local_target="$$target-am"; \
298159248Srwatson	  else \
299159248Srwatson	    local_target="$$target"; \
300159248Srwatson	  fi; \
301243750Srwatson	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
302159248Srwatson	  || eval $$failcom; \
303159248Srwatson	done; \
304159248Srwatson	if test "$$dot_seen" = "no"; then \
305159248Srwatson	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
306159248Srwatson	fi; test -z "$$fail"
307159248Srwatsontags-recursive:
308159248Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
309243750Srwatson	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310159248Srwatson	done
311159248Srwatsonctags-recursive:
312159248Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
313243750Srwatson	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314159248Srwatson	done
315243750Srwatsoncscopelist-recursive:
316243750Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
317243750Srwatson	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
318243750Srwatson	done
319159248Srwatson
320159248SrwatsonID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321159248Srwatson	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322159248Srwatson	unique=`for i in $$list; do \
323159248Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324159248Srwatson	  done | \
325243750Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
327159248Srwatson	mkid -fID $$unique
328159248Srwatsontags: TAGS
329159248Srwatson
330159248SrwatsonTAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331159248Srwatson		$(TAGS_FILES) $(LISP)
332243750Srwatson	set x; \
333159248Srwatson	here=`pwd`; \
334159248Srwatson	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
335159248Srwatson	  include_option=--etags-include; \
336159248Srwatson	  empty_fix=.; \
337159248Srwatson	else \
338159248Srwatson	  include_option=--include; \
339159248Srwatson	  empty_fix=; \
340159248Srwatson	fi; \
341159248Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
342159248Srwatson	  if test "$$subdir" = .; then :; else \
343159248Srwatson	    test ! -f $$subdir/TAGS || \
344243750Srwatson	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
345159248Srwatson	  fi; \
346159248Srwatson	done; \
347159248Srwatson	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348159248Srwatson	unique=`for i in $$list; do \
349159248Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350159248Srwatson	  done | \
351191273Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
353243750Srwatson	shift; \
354243750Srwatson	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355159248Srwatson	  test -n "$$unique" || unique=$$empty_fix; \
356243750Srwatson	  if test $$# -gt 0; then \
357243750Srwatson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358243750Srwatson	      "$$@" $$unique; \
359243750Srwatson	  else \
360243750Srwatson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361243750Srwatson	      $$unique; \
362243750Srwatson	  fi; \
363159248Srwatson	fi
364159248Srwatsonctags: CTAGS
365159248SrwatsonCTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366159248Srwatson		$(TAGS_FILES) $(LISP)
367159248Srwatson	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368159248Srwatson	unique=`for i in $$list; do \
369159248Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370159248Srwatson	  done | \
371191273Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373243750Srwatson	test -z "$(CTAGS_ARGS)$$unique" \
374159248Srwatson	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375243750Srwatson	     $$unique
376159248Srwatson
377159248SrwatsonGTAGS:
378159248Srwatson	here=`$(am__cd) $(top_builddir) && pwd` \
379243750Srwatson	  && $(am__cd) $(top_srcdir) \
380243750Srwatson	  && gtags -i $(GTAGS_ARGS) "$$here"
381159248Srwatson
382243750Srwatsoncscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
383243750Srwatson	list='$(SOURCES) $(HEADERS) $(LISP)'; \
384243750Srwatson	case "$(srcdir)" in \
385243750Srwatson	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
386243750Srwatson	  *) sdir=$(subdir)/$(srcdir) ;; \
387243750Srwatson	esac; \
388243750Srwatson	for i in $$list; do \
389243750Srwatson	  if test -f "$$i"; then \
390243750Srwatson	    echo "$(subdir)/$$i"; \
391243750Srwatson	  else \
392243750Srwatson	    echo "$$sdir/$$i"; \
393243750Srwatson	  fi; \
394243750Srwatson	done >> $(top_builddir)/cscope.files
395243750Srwatson
396159248Srwatsondistclean-tags:
397159248Srwatson	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398159248Srwatson
399159248Srwatsondistdir: $(DISTFILES)
400173143Srwatson	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401173143Srwatson	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402173143Srwatson	list='$(DISTFILES)'; \
403173143Srwatson	  dist_files=`for file in $$list; do echo $$file; done | \
404173143Srwatson	  sed -e "s|^$$srcdirstrip/||;t" \
405173143Srwatson	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406173143Srwatson	case $$dist_files in \
407173143Srwatson	  */*) $(MKDIR_P) `echo "$$dist_files" | \
408173143Srwatson			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409173143Srwatson			   sort -u` ;; \
410173143Srwatson	esac; \
411173143Srwatson	for file in $$dist_files; do \
412159248Srwatson	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413159248Srwatson	  if test -d $$d/$$file; then \
414173143Srwatson	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415243750Srwatson	    if test -d "$(distdir)/$$file"; then \
416243750Srwatson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
417243750Srwatson	    fi; \
418159248Srwatson	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
419243750Srwatson	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
420243750Srwatson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421159248Srwatson	    fi; \
422243750Srwatson	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
423159248Srwatson	  else \
424243750Srwatson	    test -f "$(distdir)/$$file" \
425243750Srwatson	    || cp -p $$d/$$file "$(distdir)/$$file" \
426159248Srwatson	    || exit 1; \
427159248Srwatson	  fi; \
428159248Srwatson	done
429243750Srwatson	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
430159248Srwatson	  if test "$$subdir" = .; then :; else \
431243750Srwatson	    $(am__make_dryrun) \
432243750Srwatson	      || test -d "$(distdir)/$$subdir" \
433243750Srwatson	      || $(MKDIR_P) "$(distdir)/$$subdir" \
434243750Srwatson	      || exit 1; \
435243750Srwatson	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
436243750Srwatson	    $(am__relativize); \
437243750Srwatson	    new_distdir=$$reldir; \
438243750Srwatson	    dir1=$$subdir; dir2="$(top_distdir)"; \
439243750Srwatson	    $(am__relativize); \
440243750Srwatson	    new_top_distdir=$$reldir; \
441243750Srwatson	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
442243750Srwatson	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
443243750Srwatson	    ($(am__cd) $$subdir && \
444159248Srwatson	      $(MAKE) $(AM_MAKEFLAGS) \
445243750Srwatson	        top_distdir="$$new_top_distdir" \
446243750Srwatson	        distdir="$$new_distdir" \
447173143Srwatson		am__remove_distdir=: \
448173143Srwatson		am__skip_length_check=: \
449243750Srwatson		am__skip_mode_fix=: \
450159248Srwatson	        distdir) \
451159248Srwatson	      || exit 1; \
452159248Srwatson	  fi; \
453159248Srwatson	done
454159248Srwatsoncheck-am: all-am
455159248Srwatsoncheck: check-recursive
456159248Srwatsonall-am: Makefile
457159248Srwatsoninstalldirs: installdirs-recursive
458159248Srwatsoninstalldirs-am:
459159248Srwatsoninstall: install-recursive
460159248Srwatsoninstall-exec: install-exec-recursive
461159248Srwatsoninstall-data: install-data-recursive
462159248Srwatsonuninstall: uninstall-recursive
463159248Srwatson
464159248Srwatsoninstall-am: all-am
465159248Srwatson	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466159248Srwatson
467159248Srwatsoninstallcheck: installcheck-recursive
468159248Srwatsoninstall-strip:
469243750Srwatson	if test -z '$(STRIP)'; then \
470243750Srwatson	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471243750Srwatson	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
472243750Srwatson	      install; \
473243750Srwatson	else \
474243750Srwatson	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475243750Srwatson	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476243750Srwatson	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
477243750Srwatson	fi
478159248Srwatsonmostlyclean-generic:
479159248Srwatson
480159248Srwatsonclean-generic:
481159248Srwatson
482159248Srwatsondistclean-generic:
483159248Srwatson	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484243750Srwatson	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485159248Srwatson
486159248Srwatsonmaintainer-clean-generic:
487159248Srwatson	@echo "This command is intended for maintainers to use"
488159248Srwatson	@echo "it deletes files that may require special tools to rebuild."
489159248Srwatsonclean: clean-recursive
490159248Srwatson
491159248Srwatsonclean-am: clean-generic clean-libtool mostlyclean-am
492159248Srwatson
493159248Srwatsondistclean: distclean-recursive
494159248Srwatson	-rm -f Makefile
495173143Srwatsondistclean-am: clean-am distclean-generic distclean-tags
496159248Srwatson
497159248Srwatsondvi: dvi-recursive
498159248Srwatson
499159248Srwatsondvi-am:
500159248Srwatson
501159248Srwatsonhtml: html-recursive
502159248Srwatson
503243750Srwatsonhtml-am:
504243750Srwatson
505159248Srwatsoninfo: info-recursive
506159248Srwatson
507159248Srwatsoninfo-am:
508159248Srwatson
509159248Srwatsoninstall-data-am:
510159248Srwatson
511173143Srwatsoninstall-dvi: install-dvi-recursive
512173143Srwatson
513243750Srwatsoninstall-dvi-am:
514243750Srwatson
515159248Srwatsoninstall-exec-am:
516159248Srwatson
517173143Srwatsoninstall-html: install-html-recursive
518173143Srwatson
519243750Srwatsoninstall-html-am:
520243750Srwatson
521159248Srwatsoninstall-info: install-info-recursive
522159248Srwatson
523243750Srwatsoninstall-info-am:
524243750Srwatson
525159248Srwatsoninstall-man:
526159248Srwatson
527173143Srwatsoninstall-pdf: install-pdf-recursive
528173143Srwatson
529243750Srwatsoninstall-pdf-am:
530243750Srwatson
531173143Srwatsoninstall-ps: install-ps-recursive
532173143Srwatson
533243750Srwatsoninstall-ps-am:
534243750Srwatson
535159248Srwatsoninstallcheck-am:
536159248Srwatson
537159248Srwatsonmaintainer-clean: maintainer-clean-recursive
538159248Srwatson	-rm -f Makefile
539159248Srwatsonmaintainer-clean-am: distclean-am maintainer-clean-generic
540159248Srwatson
541159248Srwatsonmostlyclean: mostlyclean-recursive
542159248Srwatson
543159248Srwatsonmostlyclean-am: mostlyclean-generic mostlyclean-libtool
544159248Srwatson
545159248Srwatsonpdf: pdf-recursive
546159248Srwatson
547159248Srwatsonpdf-am:
548159248Srwatson
549159248Srwatsonps: ps-recursive
550159248Srwatson
551159248Srwatsonps-am:
552159248Srwatson
553173143Srwatsonuninstall-am:
554159248Srwatson
555243750Srwatson.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
556243750Srwatson	cscopelist-recursive ctags-recursive install-am install-strip \
557243750Srwatson	tags-recursive
558159248Srwatson
559173143Srwatson.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560173143Srwatson	all all-am check check-am clean clean-generic clean-libtool \
561243750Srwatson	cscopelist cscopelist-recursive ctags ctags-recursive \
562243750Srwatson	distclean distclean-generic distclean-libtool distclean-tags \
563243750Srwatson	distdir dvi dvi-am html html-am info info-am install \
564243750Srwatson	install-am install-data install-data-am install-dvi \
565243750Srwatson	install-dvi-am install-exec install-exec-am install-html \
566243750Srwatson	install-html-am install-info install-info-am install-man \
567243750Srwatson	install-pdf install-pdf-am install-ps install-ps-am \
568243750Srwatson	install-strip installcheck installcheck-am installdirs \
569243750Srwatson	installdirs-am maintainer-clean maintainer-clean-generic \
570243750Srwatson	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
571243750Srwatson	ps ps-am tags tags-recursive uninstall uninstall-am
572159248Srwatson
573243750Srwatson
574159248Srwatson# Tell versions [3.59,3.63) of GNU make to not export all variables.
575159248Srwatson# Otherwise a system limit (for SysV at least) may be exceeded.
576159248Srwatson.NOEXPORT:
577