1243750Srwatson# Makefile.in generated by automake 1.12.2 from Makefile.am.
2184902Srwatson# @configure_input@
3184902Srwatson
4243750Srwatson# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5243750Srwatson
6184902Srwatson# This Makefile.in is free software; the Free Software Foundation
7184902Srwatson# gives unlimited permission to copy and/or distribute it,
8184902Srwatson# with or without modifications, as long as this notice is preserved.
9184902Srwatson
10184902Srwatson# This program is distributed in the hope that it will be useful,
11184902Srwatson# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12184902Srwatson# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13184902Srwatson# PARTICULAR PURPOSE.
14184902Srwatson
15184902Srwatson@SET_MAKE@
16184902SrwatsonVPATH = @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  }
34184902Srwatsonpkgdatadir = $(datadir)/@PACKAGE@
35243750Srwatsonpkgincludedir = $(includedir)/@PACKAGE@
36184902Srwatsonpkglibdir = $(libdir)/@PACKAGE@
37243750Srwatsonpkglibexecdir = $(libexecdir)/@PACKAGE@
38184902Srwatsonam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39184902Srwatsoninstall_sh_DATA = $(install_sh) -c -m 644
40184902Srwatsoninstall_sh_PROGRAM = $(install_sh) -c
41184902Srwatsoninstall_sh_SCRIPT = $(install_sh) -c
42184902SrwatsonINSTALL_HEADER = $(INSTALL_DATA)
43184902Srwatsontransform = $(program_transform_name)
44184902SrwatsonNORMAL_INSTALL = :
45184902SrwatsonPRE_INSTALL = :
46184902SrwatsonPOST_INSTALL = :
47184902SrwatsonNORMAL_UNINSTALL = :
48184902SrwatsonPRE_UNINSTALL = :
49184902SrwatsonPOST_UNINSTALL = :
50184902Srwatsonbuild_triplet = @build@
51184902Srwatsonhost_triplet = @host@
52184902Srwatsonsubdir = sys
53184902SrwatsonDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54184902SrwatsonACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55184902Srwatsonam__aclocal_m4_deps = $(top_srcdir)/configure.ac
56184902Srwatsonam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57184902Srwatson	$(ACLOCAL_M4)
58184902Srwatsonmkinstalldirs = $(install_sh) -d
59184902SrwatsonCONFIG_HEADER = $(top_builddir)/config/config.h
60184902SrwatsonCONFIG_CLEAN_FILES =
61243750SrwatsonCONFIG_CLEAN_VPATH_FILES =
62184902SrwatsonSOURCES =
63184902SrwatsonDIST_SOURCES =
64184902SrwatsonRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65184902Srwatson	html-recursive info-recursive install-data-recursive \
66184902Srwatson	install-dvi-recursive install-exec-recursive \
67184902Srwatson	install-html-recursive install-info-recursive \
68184902Srwatson	install-pdf-recursive install-ps-recursive install-recursive \
69184902Srwatson	installcheck-recursive installdirs-recursive pdf-recursive \
70184902Srwatson	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
76184902SrwatsonRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
77184902Srwatson  distclean-recursive maintainer-clean-recursive
78243750SrwatsonAM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79243750Srwatson	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80243750Srwatson	distdir
81184902SrwatsonETAGS = etags
82184902SrwatsonCTAGS = ctags
83184902SrwatsonDIST_SUBDIRS = $(SUBDIRS)
84184902SrwatsonDISTFILES = $(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"
110184902SrwatsonACLOCAL = @ACLOCAL@
111184902SrwatsonAMTAR = @AMTAR@
112184902SrwatsonAR = @AR@
113184902SrwatsonAUTOCONF = @AUTOCONF@
114184902SrwatsonAUTOHEADER = @AUTOHEADER@
115184902SrwatsonAUTOMAKE = @AUTOMAKE@
116184902SrwatsonAWK = @AWK@
117184902SrwatsonCC = @CC@
118184902SrwatsonCCDEPMODE = @CCDEPMODE@
119184902SrwatsonCFLAGS = @CFLAGS@
120184902SrwatsonCPP = @CPP@
121184902SrwatsonCPPFLAGS = @CPPFLAGS@
122184902SrwatsonCYGPATH_W = @CYGPATH_W@
123184902SrwatsonDEFS = @DEFS@
124184902SrwatsonDEPDIR = @DEPDIR@
125243750SrwatsonDLLTOOL = @DLLTOOL@
126191273SrwatsonDSYMUTIL = @DSYMUTIL@
127243750SrwatsonDUMPBIN = @DUMPBIN@
128184902SrwatsonECHO_C = @ECHO_C@
129184902SrwatsonECHO_N = @ECHO_N@
130184902SrwatsonECHO_T = @ECHO_T@
131184902SrwatsonEGREP = @EGREP@
132184902SrwatsonEXEEXT = @EXEEXT@
133243750SrwatsonFGREP = @FGREP@
134184902SrwatsonGREP = @GREP@
135184902SrwatsonINSTALL = @INSTALL@
136184902SrwatsonINSTALL_DATA = @INSTALL_DATA@
137184902SrwatsonINSTALL_PROGRAM = @INSTALL_PROGRAM@
138184902SrwatsonINSTALL_SCRIPT = @INSTALL_SCRIPT@
139184902SrwatsonINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140243750SrwatsonLD = @LD@
141184902SrwatsonLDFLAGS = @LDFLAGS@
142243750SrwatsonLEX = @LEX@
143243750SrwatsonLEXLIB = @LEXLIB@
144243750SrwatsonLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
145184902SrwatsonLIBOBJS = @LIBOBJS@
146184902SrwatsonLIBS = @LIBS@
147184902SrwatsonLIBTOOL = @LIBTOOL@
148243750SrwatsonLIPO = @LIPO@
149184902SrwatsonLN_S = @LN_S@
150184902SrwatsonLTLIBOBJS = @LTLIBOBJS@
151184902SrwatsonMAINT = @MAINT@
152184902SrwatsonMAKEINFO = @MAKEINFO@
153243750SrwatsonMANIFEST_TOOL = @MANIFEST_TOOL@
154184902SrwatsonMIG = @MIG@
155184902SrwatsonMKDIR_P = @MKDIR_P@
156243750SrwatsonNM = @NM@
157191273SrwatsonNMEDIT = @NMEDIT@
158243750SrwatsonOBJDUMP = @OBJDUMP@
159184902SrwatsonOBJEXT = @OBJEXT@
160243750SrwatsonOTOOL = @OTOOL@
161243750SrwatsonOTOOL64 = @OTOOL64@
162184902SrwatsonPACKAGE = @PACKAGE@
163184902SrwatsonPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164184902SrwatsonPACKAGE_NAME = @PACKAGE_NAME@
165184902SrwatsonPACKAGE_STRING = @PACKAGE_STRING@
166184902SrwatsonPACKAGE_TARNAME = @PACKAGE_TARNAME@
167243750SrwatsonPACKAGE_URL = @PACKAGE_URL@
168184902SrwatsonPACKAGE_VERSION = @PACKAGE_VERSION@
169184902SrwatsonPATH_SEPARATOR = @PATH_SEPARATOR@
170184902SrwatsonRANLIB = @RANLIB@
171184902SrwatsonSED = @SED@
172184902SrwatsonSET_MAKE = @SET_MAKE@
173184902SrwatsonSHELL = @SHELL@
174184902SrwatsonSTRIP = @STRIP@
175184902SrwatsonVERSION = @VERSION@
176243750SrwatsonYACC = @YACC@
177243750SrwatsonYFLAGS = @YFLAGS@
178184902Srwatsonabs_builddir = @abs_builddir@
179184902Srwatsonabs_srcdir = @abs_srcdir@
180184902Srwatsonabs_top_builddir = @abs_top_builddir@
181184902Srwatsonabs_top_srcdir = @abs_top_srcdir@
182243750Srwatsonac_ct_AR = @ac_ct_AR@
183184902Srwatsonac_ct_CC = @ac_ct_CC@
184243750Srwatsonac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185184902Srwatsonam__include = @am__include@
186184902Srwatsonam__leading_dot = @am__leading_dot@
187184902Srwatsonam__quote = @am__quote@
188184902Srwatsonam__tar = @am__tar@
189184902Srwatsonam__untar = @am__untar@
190184902Srwatsonbindir = @bindir@
191184902Srwatsonbuild = @build@
192184902Srwatsonbuild_alias = @build_alias@
193184902Srwatsonbuild_cpu = @build_cpu@
194184902Srwatsonbuild_os = @build_os@
195184902Srwatsonbuild_vendor = @build_vendor@
196184902Srwatsonbuilddir = @builddir@
197184902Srwatsondatadir = @datadir@
198184902Srwatsondatarootdir = @datarootdir@
199184902Srwatsondocdir = @docdir@
200184902Srwatsondvidir = @dvidir@
201184902Srwatsonexec_prefix = @exec_prefix@
202184902Srwatsonhost = @host@
203184902Srwatsonhost_alias = @host_alias@
204184902Srwatsonhost_cpu = @host_cpu@
205184902Srwatsonhost_os = @host_os@
206184902Srwatsonhost_vendor = @host_vendor@
207184902Srwatsonhtmldir = @htmldir@
208184902Srwatsonincludedir = @includedir@
209184902Srwatsoninfodir = @infodir@
210184902Srwatsoninstall_sh = @install_sh@
211184902Srwatsonlibdir = @libdir@
212184902Srwatsonlibexecdir = @libexecdir@
213184902Srwatsonlocaledir = @localedir@
214184902Srwatsonlocalstatedir = @localstatedir@
215184902Srwatsonmandir = @mandir@
216184902Srwatsonmkdir_p = @mkdir_p@
217184902Srwatsonoldincludedir = @oldincludedir@
218184902Srwatsonpdfdir = @pdfdir@
219184902Srwatsonprefix = @prefix@
220184902Srwatsonprogram_transform_name = @program_transform_name@
221184902Srwatsonpsdir = @psdir@
222184902Srwatsonsbindir = @sbindir@
223184902Srwatsonsharedstatedir = @sharedstatedir@
224184902Srwatsonsrcdir = @srcdir@
225184902Srwatsonsysconfdir = @sysconfdir@
226184902Srwatsontarget_alias = @target_alias@
227191273Srwatsontop_build_prefix = @top_build_prefix@
228184902Srwatsontop_builddir = @top_builddir@
229184902Srwatsontop_srcdir = @top_srcdir@
230184902SrwatsonSUBDIRS = \
231184902Srwatson	bsm
232184902Srwatson
233184902Srwatsonall: all-recursive
234184902Srwatson
235184902Srwatson.SUFFIXES:
236184902Srwatson$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237184902Srwatson	@for dep in $?; do \
238184902Srwatson	  case '$(am__configure_deps)' in \
239184902Srwatson	    *$$dep*) \
240243750Srwatson	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241243750Srwatson	        && { if test -f $@; then exit 0; else break; fi; }; \
242184902Srwatson	      exit 1;; \
243184902Srwatson	  esac; \
244184902Srwatson	done; \
245243750Srwatson	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sys/Makefile'; \
246243750Srwatson	$(am__cd) $(top_srcdir) && \
247243750Srwatson	  $(AUTOMAKE) --foreign sys/Makefile
248184902Srwatson.PRECIOUS: Makefile
249184902SrwatsonMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250184902Srwatson	@case '$?' in \
251184902Srwatson	  *config.status*) \
252184902Srwatson	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253184902Srwatson	  *) \
254184902Srwatson	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255184902Srwatson	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256184902Srwatson	esac;
257184902Srwatson
258184902Srwatson$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259184902Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260184902Srwatson
261184902Srwatson$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
262184902Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263184902Srwatson$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264184902Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265243750Srwatson$(am__aclocal_m4_deps):
266184902Srwatson
267184902Srwatsonmostlyclean-libtool:
268184902Srwatson	-rm -f *.lo
269184902Srwatson
270184902Srwatsonclean-libtool:
271184902Srwatson	-rm -rf .libs _libs
272184902Srwatson
273184902Srwatson# 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'; \
281184902Srwatson	for f in x $$MAKEFLAGS; do \
282184902Srwatson	  case $$f in \
283184902Srwatson	    *=* | --[!k]*);; \
284184902Srwatson	    *k*) failcom='fail=yes';; \
285184902Srwatson	  esac; \
286184902Srwatson	done; \
287184902Srwatson	dot_seen=no; \
288184902Srwatson	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 \
294184902Srwatson	  echo "Making $$target in $$subdir"; \
295184902Srwatson	  if test "$$subdir" = "."; then \
296184902Srwatson	    dot_seen=yes; \
297184902Srwatson	    local_target="$$target-am"; \
298184902Srwatson	  else \
299184902Srwatson	    local_target="$$target"; \
300184902Srwatson	  fi; \
301243750Srwatson	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
302184902Srwatson	  || eval $$failcom; \
303184902Srwatson	done; \
304184902Srwatson	if test "$$dot_seen" = "no"; then \
305184902Srwatson	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
306184902Srwatson	fi; test -z "$$fail"
307184902Srwatsontags-recursive:
308184902Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
309243750Srwatson	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310184902Srwatson	done
311184902Srwatsonctags-recursive:
312184902Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
313243750Srwatson	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314184902Srwatson	done
315243750Srwatsoncscopelist-recursive:
316243750Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
317243750Srwatson	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
318243750Srwatson	done
319184902Srwatson
320184902SrwatsonID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321184902Srwatson	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322184902Srwatson	unique=`for i in $$list; do \
323184902Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324184902Srwatson	  done | \
325243750Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
327184902Srwatson	mkid -fID $$unique
328184902Srwatsontags: TAGS
329184902Srwatson
330184902SrwatsonTAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331184902Srwatson		$(TAGS_FILES) $(LISP)
332243750Srwatson	set x; \
333184902Srwatson	here=`pwd`; \
334184902Srwatson	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
335184902Srwatson	  include_option=--etags-include; \
336184902Srwatson	  empty_fix=.; \
337184902Srwatson	else \
338184902Srwatson	  include_option=--include; \
339184902Srwatson	  empty_fix=; \
340184902Srwatson	fi; \
341184902Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
342184902Srwatson	  if test "$$subdir" = .; then :; else \
343184902Srwatson	    test ! -f $$subdir/TAGS || \
344243750Srwatson	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
345184902Srwatson	  fi; \
346184902Srwatson	done; \
347184902Srwatson	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348184902Srwatson	unique=`for i in $$list; do \
349184902Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350184902Srwatson	  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 \
355184902Srwatson	  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; \
363184902Srwatson	fi
364184902Srwatsonctags: CTAGS
365184902SrwatsonCTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366184902Srwatson		$(TAGS_FILES) $(LISP)
367184902Srwatson	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368184902Srwatson	unique=`for i in $$list; do \
369184902Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370184902Srwatson	  done | \
371191273Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373243750Srwatson	test -z "$(CTAGS_ARGS)$$unique" \
374184902Srwatson	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375243750Srwatson	     $$unique
376184902Srwatson
377184902SrwatsonGTAGS:
378184902Srwatson	here=`$(am__cd) $(top_builddir) && pwd` \
379243750Srwatson	  && $(am__cd) $(top_srcdir) \
380243750Srwatson	  && gtags -i $(GTAGS_ARGS) "$$here"
381184902Srwatson
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
396184902Srwatsondistclean-tags:
397184902Srwatson	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398184902Srwatson
399184902Srwatsondistdir: $(DISTFILES)
400184902Srwatson	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401184902Srwatson	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402184902Srwatson	list='$(DISTFILES)'; \
403184902Srwatson	  dist_files=`for file in $$list; do echo $$file; done | \
404184902Srwatson	  sed -e "s|^$$srcdirstrip/||;t" \
405184902Srwatson	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406184902Srwatson	case $$dist_files in \
407184902Srwatson	  */*) $(MKDIR_P) `echo "$$dist_files" | \
408184902Srwatson			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409184902Srwatson			   sort -u` ;; \
410184902Srwatson	esac; \
411184902Srwatson	for file in $$dist_files; do \
412184902Srwatson	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413184902Srwatson	  if test -d $$d/$$file; then \
414184902Srwatson	    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; \
418184902Srwatson	    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 {} \;; \
421184902Srwatson	    fi; \
422243750Srwatson	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
423184902Srwatson	  else \
424243750Srwatson	    test -f "$(distdir)/$$file" \
425243750Srwatson	    || cp -p $$d/$$file "$(distdir)/$$file" \
426184902Srwatson	    || exit 1; \
427184902Srwatson	  fi; \
428184902Srwatson	done
429243750Srwatson	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
430184902Srwatson	  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 && \
444184902Srwatson	      $(MAKE) $(AM_MAKEFLAGS) \
445243750Srwatson	        top_distdir="$$new_top_distdir" \
446243750Srwatson	        distdir="$$new_distdir" \
447184902Srwatson		am__remove_distdir=: \
448184902Srwatson		am__skip_length_check=: \
449243750Srwatson		am__skip_mode_fix=: \
450184902Srwatson	        distdir) \
451184902Srwatson	      || exit 1; \
452184902Srwatson	  fi; \
453184902Srwatson	done
454184902Srwatsoncheck-am: all-am
455184902Srwatsoncheck: check-recursive
456184902Srwatsonall-am: Makefile
457184902Srwatsoninstalldirs: installdirs-recursive
458184902Srwatsoninstalldirs-am:
459184902Srwatsoninstall: install-recursive
460184902Srwatsoninstall-exec: install-exec-recursive
461184902Srwatsoninstall-data: install-data-recursive
462184902Srwatsonuninstall: uninstall-recursive
463184902Srwatson
464184902Srwatsoninstall-am: all-am
465184902Srwatson	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466184902Srwatson
467184902Srwatsoninstallcheck: installcheck-recursive
468184902Srwatsoninstall-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
478184902Srwatsonmostlyclean-generic:
479184902Srwatson
480184902Srwatsonclean-generic:
481184902Srwatson
482184902Srwatsondistclean-generic:
483184902Srwatson	-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)
485184902Srwatson
486184902Srwatsonmaintainer-clean-generic:
487184902Srwatson	@echo "This command is intended for maintainers to use"
488184902Srwatson	@echo "it deletes files that may require special tools to rebuild."
489184902Srwatsonclean: clean-recursive
490184902Srwatson
491184902Srwatsonclean-am: clean-generic clean-libtool mostlyclean-am
492184902Srwatson
493184902Srwatsondistclean: distclean-recursive
494184902Srwatson	-rm -f Makefile
495184902Srwatsondistclean-am: clean-am distclean-generic distclean-tags
496184902Srwatson
497184902Srwatsondvi: dvi-recursive
498184902Srwatson
499184902Srwatsondvi-am:
500184902Srwatson
501184902Srwatsonhtml: html-recursive
502184902Srwatson
503243750Srwatsonhtml-am:
504243750Srwatson
505184902Srwatsoninfo: info-recursive
506184902Srwatson
507184902Srwatsoninfo-am:
508184902Srwatson
509184902Srwatsoninstall-data-am:
510184902Srwatson
511184902Srwatsoninstall-dvi: install-dvi-recursive
512184902Srwatson
513243750Srwatsoninstall-dvi-am:
514243750Srwatson
515184902Srwatsoninstall-exec-am:
516184902Srwatson
517184902Srwatsoninstall-html: install-html-recursive
518184902Srwatson
519243750Srwatsoninstall-html-am:
520243750Srwatson
521184902Srwatsoninstall-info: install-info-recursive
522184902Srwatson
523243750Srwatsoninstall-info-am:
524243750Srwatson
525184902Srwatsoninstall-man:
526184902Srwatson
527184902Srwatsoninstall-pdf: install-pdf-recursive
528184902Srwatson
529243750Srwatsoninstall-pdf-am:
530243750Srwatson
531184902Srwatsoninstall-ps: install-ps-recursive
532184902Srwatson
533243750Srwatsoninstall-ps-am:
534243750Srwatson
535184902Srwatsoninstallcheck-am:
536184902Srwatson
537184902Srwatsonmaintainer-clean: maintainer-clean-recursive
538184902Srwatson	-rm -f Makefile
539184902Srwatsonmaintainer-clean-am: distclean-am maintainer-clean-generic
540184902Srwatson
541184902Srwatsonmostlyclean: mostlyclean-recursive
542184902Srwatson
543184902Srwatsonmostlyclean-am: mostlyclean-generic mostlyclean-libtool
544184902Srwatson
545184902Srwatsonpdf: pdf-recursive
546184902Srwatson
547184902Srwatsonpdf-am:
548184902Srwatson
549184902Srwatsonps: ps-recursive
550184902Srwatson
551184902Srwatsonps-am:
552184902Srwatson
553184902Srwatsonuninstall-am:
554184902Srwatson
555243750Srwatson.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
556243750Srwatson	cscopelist-recursive ctags-recursive install-am install-strip \
557243750Srwatson	tags-recursive
558184902Srwatson
559184902Srwatson.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560184902Srwatson	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
572184902Srwatson
573243750Srwatson
574184902Srwatson# Tell versions [3.59,3.63) of GNU make to not export all variables.
575184902Srwatson# Otherwise a system limit (for SysV at least) may be exceeded.
576184902Srwatson.NOEXPORT:
577