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@
16159248Srwatson
17159248SrwatsonVPATH = @srcdir@
18243750Srwatsonam__make_dryrun = \
19243750Srwatson  { \
20243750Srwatson    am__dry=no; \
21243750Srwatson    case $$MAKEFLAGS in \
22243750Srwatson      *\\[\ \	]*) \
23243750Srwatson        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24243750Srwatson          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25243750Srwatson      *) \
26243750Srwatson        for am__flg in $$MAKEFLAGS; do \
27243750Srwatson          case $$am__flg in \
28243750Srwatson            *=*|--*) ;; \
29243750Srwatson            *n*) am__dry=yes; break;; \
30243750Srwatson          esac; \
31243750Srwatson        done;; \
32243750Srwatson    esac; \
33243750Srwatson    test $$am__dry = yes; \
34243750Srwatson  }
35159248Srwatsonpkgdatadir = $(datadir)/@PACKAGE@
36243750Srwatsonpkgincludedir = $(includedir)/@PACKAGE@
37159248Srwatsonpkglibdir = $(libdir)/@PACKAGE@
38243750Srwatsonpkglibexecdir = $(libexecdir)/@PACKAGE@
39159248Srwatsonam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40159248Srwatsoninstall_sh_DATA = $(install_sh) -c -m 644
41159248Srwatsoninstall_sh_PROGRAM = $(install_sh) -c
42159248Srwatsoninstall_sh_SCRIPT = $(install_sh) -c
43159248SrwatsonINSTALL_HEADER = $(INSTALL_DATA)
44159248Srwatsontransform = $(program_transform_name)
45159248SrwatsonNORMAL_INSTALL = :
46159248SrwatsonPRE_INSTALL = :
47159248SrwatsonPOST_INSTALL = :
48159248SrwatsonNORMAL_UNINSTALL = :
49159248SrwatsonPRE_UNINSTALL = :
50159248SrwatsonPOST_UNINSTALL = :
51159248Srwatsonbuild_triplet = @build@
52159248Srwatsonhost_triplet = @host@
53159248Srwatsonsbin_PROGRAMS = auditfilterd$(EXEEXT)
54159248Srwatsonsubdir = bin/auditfilterd
55243750SrwatsonDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56243750Srwatson	$(top_srcdir)/config/depcomp
57159248SrwatsonACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58159248Srwatsonam__aclocal_m4_deps = $(top_srcdir)/configure.ac
59159248Srwatsonam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60159248Srwatson	$(ACLOCAL_M4)
61159248Srwatsonmkinstalldirs = $(install_sh) -d
62159248SrwatsonCONFIG_HEADER = $(top_builddir)/config/config.h
63159248SrwatsonCONFIG_CLEAN_FILES =
64243750SrwatsonCONFIG_CLEAN_VPATH_FILES =
65159248Srwatsonam__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
66159248SrwatsonPROGRAMS = $(sbin_PROGRAMS)
67159248Srwatsonam_auditfilterd_OBJECTS = auditfilterd_conf.$(OBJEXT) \
68159248Srwatson	auditfilterd.$(OBJEXT)
69159248Srwatsonauditfilterd_OBJECTS = $(am_auditfilterd_OBJECTS)
70159248Srwatsonauditfilterd_DEPENDENCIES = $(top_builddir)/libbsm/libbsm.la
71191273SrwatsonDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
72159248Srwatsondepcomp = $(SHELL) $(top_srcdir)/config/depcomp
73159248Srwatsonam__depfiles_maybe = depfiles
74243750Srwatsonam__mv = mv -f
75159248SrwatsonCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76159248Srwatson	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77173143SrwatsonLTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78173143Srwatson	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79173143Srwatson	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80159248SrwatsonCCLD = $(CC)
81173143SrwatsonLINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82173143Srwatson	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83173143Srwatson	$(LDFLAGS) -o $@
84159248SrwatsonSOURCES = $(auditfilterd_SOURCES)
85159248SrwatsonDIST_SOURCES = $(auditfilterd_SOURCES)
86243750Srwatsonam__can_run_installinfo = \
87243750Srwatson  case $$AM_UPDATE_INFO_DIR in \
88243750Srwatson    n|no|NO) false;; \
89243750Srwatson    *) (install-info --version) >/dev/null 2>&1;; \
90243750Srwatson  esac
91243750Srwatsonam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
92243750Srwatsonam__vpath_adj = case $$p in \
93243750Srwatson    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94243750Srwatson    *) f=$$p;; \
95243750Srwatson  esac;
96243750Srwatsonam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
97243750Srwatsonam__install_max = 40
98243750Srwatsonam__nobase_strip_setup = \
99243750Srwatson  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
100243750Srwatsonam__nobase_strip = \
101243750Srwatson  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
102243750Srwatsonam__nobase_list = $(am__nobase_strip_setup); \
103243750Srwatson  for p in $$list; do echo "$$p $$p"; done | \
104243750Srwatson  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
105243750Srwatson  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
106243750Srwatson    if (++n[$$2] == $(am__install_max)) \
107243750Srwatson      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
108243750Srwatson    END { for (dir in files) print dir, files[dir] }'
109243750Srwatsonam__base_list = \
110243750Srwatson  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
111243750Srwatson  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
112243750Srwatsonam__uninstall_files_from_dir = { \
113243750Srwatson  test -z "$$files" \
114243750Srwatson    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
115243750Srwatson    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
116243750Srwatson         $(am__cd) "$$dir" && rm -f $$files; }; \
117243750Srwatson  }
118159248Srwatsonman8dir = $(mandir)/man8
119159248SrwatsonNROFF = nroff
120159248SrwatsonMANS = $(man8_MANS)
121159248SrwatsonETAGS = etags
122159248SrwatsonCTAGS = ctags
123159248SrwatsonDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124159248SrwatsonACLOCAL = @ACLOCAL@
125159248SrwatsonAMTAR = @AMTAR@
126159248SrwatsonAR = @AR@
127159248SrwatsonAUTOCONF = @AUTOCONF@
128159248SrwatsonAUTOHEADER = @AUTOHEADER@
129159248SrwatsonAUTOMAKE = @AUTOMAKE@
130159248SrwatsonAWK = @AWK@
131159248SrwatsonCC = @CC@
132159248SrwatsonCCDEPMODE = @CCDEPMODE@
133159248SrwatsonCFLAGS = @CFLAGS@
134159248SrwatsonCPP = @CPP@
135159248SrwatsonCPPFLAGS = @CPPFLAGS@
136159248SrwatsonCYGPATH_W = @CYGPATH_W@
137159248SrwatsonDEFS = @DEFS@
138159248SrwatsonDEPDIR = @DEPDIR@
139243750SrwatsonDLLTOOL = @DLLTOOL@
140191273SrwatsonDSYMUTIL = @DSYMUTIL@
141243750SrwatsonDUMPBIN = @DUMPBIN@
142159248SrwatsonECHO_C = @ECHO_C@
143159248SrwatsonECHO_N = @ECHO_N@
144159248SrwatsonECHO_T = @ECHO_T@
145159248SrwatsonEGREP = @EGREP@
146159248SrwatsonEXEEXT = @EXEEXT@
147243750SrwatsonFGREP = @FGREP@
148173143SrwatsonGREP = @GREP@
149173143SrwatsonINSTALL = @INSTALL@
150159248SrwatsonINSTALL_DATA = @INSTALL_DATA@
151159248SrwatsonINSTALL_PROGRAM = @INSTALL_PROGRAM@
152159248SrwatsonINSTALL_SCRIPT = @INSTALL_SCRIPT@
153159248SrwatsonINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154243750SrwatsonLD = @LD@
155159248SrwatsonLDFLAGS = @LDFLAGS@
156243750SrwatsonLEX = @LEX@
157243750SrwatsonLEXLIB = @LEXLIB@
158243750SrwatsonLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
159159248SrwatsonLIBOBJS = @LIBOBJS@
160159248SrwatsonLIBS = @LIBS@
161159248SrwatsonLIBTOOL = @LIBTOOL@
162243750SrwatsonLIPO = @LIPO@
163159248SrwatsonLN_S = @LN_S@
164159248SrwatsonLTLIBOBJS = @LTLIBOBJS@
165159248SrwatsonMAINT = @MAINT@
166159248SrwatsonMAKEINFO = @MAKEINFO@
167243750SrwatsonMANIFEST_TOOL = @MANIFEST_TOOL@
168185573SrwatsonMIG = @MIG@
169173143SrwatsonMKDIR_P = @MKDIR_P@
170243750SrwatsonNM = @NM@
171191273SrwatsonNMEDIT = @NMEDIT@
172243750SrwatsonOBJDUMP = @OBJDUMP@
173159248SrwatsonOBJEXT = @OBJEXT@
174243750SrwatsonOTOOL = @OTOOL@
175243750SrwatsonOTOOL64 = @OTOOL64@
176159248SrwatsonPACKAGE = @PACKAGE@
177159248SrwatsonPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178159248SrwatsonPACKAGE_NAME = @PACKAGE_NAME@
179159248SrwatsonPACKAGE_STRING = @PACKAGE_STRING@
180159248SrwatsonPACKAGE_TARNAME = @PACKAGE_TARNAME@
181243750SrwatsonPACKAGE_URL = @PACKAGE_URL@
182159248SrwatsonPACKAGE_VERSION = @PACKAGE_VERSION@
183159248SrwatsonPATH_SEPARATOR = @PATH_SEPARATOR@
184159248SrwatsonRANLIB = @RANLIB@
185173143SrwatsonSED = @SED@
186159248SrwatsonSET_MAKE = @SET_MAKE@
187159248SrwatsonSHELL = @SHELL@
188159248SrwatsonSTRIP = @STRIP@
189159248SrwatsonVERSION = @VERSION@
190243750SrwatsonYACC = @YACC@
191243750SrwatsonYFLAGS = @YFLAGS@
192173143Srwatsonabs_builddir = @abs_builddir@
193173143Srwatsonabs_srcdir = @abs_srcdir@
194173143Srwatsonabs_top_builddir = @abs_top_builddir@
195173143Srwatsonabs_top_srcdir = @abs_top_srcdir@
196243750Srwatsonac_ct_AR = @ac_ct_AR@
197159248Srwatsonac_ct_CC = @ac_ct_CC@
198243750Srwatsonac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199159248Srwatsonam__include = @am__include@
200159248Srwatsonam__leading_dot = @am__leading_dot@
201159248Srwatsonam__quote = @am__quote@
202159248Srwatsonam__tar = @am__tar@
203159248Srwatsonam__untar = @am__untar@
204159248Srwatsonbindir = @bindir@
205159248Srwatsonbuild = @build@
206159248Srwatsonbuild_alias = @build_alias@
207159248Srwatsonbuild_cpu = @build_cpu@
208159248Srwatsonbuild_os = @build_os@
209159248Srwatsonbuild_vendor = @build_vendor@
210173143Srwatsonbuilddir = @builddir@
211159248Srwatsondatadir = @datadir@
212173143Srwatsondatarootdir = @datarootdir@
213173143Srwatsondocdir = @docdir@
214173143Srwatsondvidir = @dvidir@
215159248Srwatsonexec_prefix = @exec_prefix@
216159248Srwatsonhost = @host@
217159248Srwatsonhost_alias = @host_alias@
218159248Srwatsonhost_cpu = @host_cpu@
219159248Srwatsonhost_os = @host_os@
220159248Srwatsonhost_vendor = @host_vendor@
221173143Srwatsonhtmldir = @htmldir@
222159248Srwatsonincludedir = @includedir@
223159248Srwatsoninfodir = @infodir@
224159248Srwatsoninstall_sh = @install_sh@
225159248Srwatsonlibdir = @libdir@
226159248Srwatsonlibexecdir = @libexecdir@
227173143Srwatsonlocaledir = @localedir@
228159248Srwatsonlocalstatedir = @localstatedir@
229159248Srwatsonmandir = @mandir@
230159248Srwatsonmkdir_p = @mkdir_p@
231159248Srwatsonoldincludedir = @oldincludedir@
232173143Srwatsonpdfdir = @pdfdir@
233159248Srwatsonprefix = @prefix@
234159248Srwatsonprogram_transform_name = @program_transform_name@
235173143Srwatsonpsdir = @psdir@
236159248Srwatsonsbindir = @sbindir@
237159248Srwatsonsharedstatedir = @sharedstatedir@
238173143Srwatsonsrcdir = @srcdir@
239159248Srwatsonsysconfdir = @sysconfdir@
240159248Srwatsontarget_alias = @target_alias@
241191273Srwatsontop_build_prefix = @top_build_prefix@
242173143Srwatsontop_builddir = @top_builddir@
243173143Srwatsontop_srcdir = @top_srcdir@
244185573Srwatson@USE_NATIVE_INCLUDES_FALSE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
245185573Srwatson@USE_NATIVE_INCLUDES_TRUE@INCLUDES = -I$(top_builddir) -I$(top_srcdir)
246159248Srwatsonauditfilterd_SOURCES = auditfilterd_conf.c auditfilterd.c
247159248Srwatsonauditfilterd_LDADD = $(top_builddir)/libbsm/libbsm.la
248159248Srwatsonman8_MANS = auditfilterd.8
249159248Srwatsonall: all-am
250159248Srwatson
251159248Srwatson.SUFFIXES:
252159248Srwatson.SUFFIXES: .c .lo .o .obj
253159248Srwatson$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
254159248Srwatson	@for dep in $?; do \
255159248Srwatson	  case '$(am__configure_deps)' in \
256159248Srwatson	    *$$dep*) \
257243750Srwatson	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258243750Srwatson	        && { if test -f $@; then exit 0; else break; fi; }; \
259159248Srwatson	      exit 1;; \
260159248Srwatson	  esac; \
261159248Srwatson	done; \
262243750Srwatson	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/auditfilterd/Makefile'; \
263243750Srwatson	$(am__cd) $(top_srcdir) && \
264243750Srwatson	  $(AUTOMAKE) --foreign bin/auditfilterd/Makefile
265159248Srwatson.PRECIOUS: Makefile
266159248SrwatsonMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267159248Srwatson	@case '$?' in \
268159248Srwatson	  *config.status*) \
269159248Srwatson	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
270159248Srwatson	  *) \
271159248Srwatson	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
272159248Srwatson	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
273159248Srwatson	esac;
274159248Srwatson
275159248Srwatson$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276159248Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277159248Srwatson
278159248Srwatson$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279159248Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280159248Srwatson$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281159248Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282243750Srwatson$(am__aclocal_m4_deps):
283159248Srwatsoninstall-sbinPROGRAMS: $(sbin_PROGRAMS)
284159248Srwatson	@$(NORMAL_INSTALL)
285243750Srwatson	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
286243750Srwatson	if test -n "$$list"; then \
287243750Srwatson	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
288243750Srwatson	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
289243750Srwatson	fi; \
290243750Srwatson	for p in $$list; do echo "$$p $$p"; done | \
291243750Srwatson	sed 's/$(EXEEXT)$$//' | \
292243750Srwatson	while read p p1; do if test -f $$p || test -f $$p1; \
293243750Srwatson	  then echo "$$p"; echo "$$p"; else :; fi; \
294243750Srwatson	done | \
295243750Srwatson	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
296243750Srwatson	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
297243750Srwatson	sed 'N;N;N;s,\n, ,g' | \
298243750Srwatson	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
299243750Srwatson	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
300243750Srwatson	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
301243750Srwatson	    else { print "f", $$3 "/" $$4, $$1; } } \
302243750Srwatson	  END { for (d in files) print "f", d, files[d] }' | \
303243750Srwatson	while read type dir files; do \
304243750Srwatson	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
305243750Srwatson	    test -z "$$files" || { \
306243750Srwatson	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
307243750Srwatson	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
308243750Srwatson	    } \
309243750Srwatson	; done
310159248Srwatson
311159248Srwatsonuninstall-sbinPROGRAMS:
312159248Srwatson	@$(NORMAL_UNINSTALL)
313243750Srwatson	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
314243750Srwatson	files=`for p in $$list; do echo "$$p"; done | \
315243750Srwatson	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
316243750Srwatson	      -e 's/$$/$(EXEEXT)/' `; \
317243750Srwatson	test -n "$$list" || exit 0; \
318243750Srwatson	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
319243750Srwatson	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
320159248Srwatson
321159248Srwatsonclean-sbinPROGRAMS:
322243750Srwatson	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
323243750Srwatson	echo " rm -f" $$list; \
324243750Srwatson	rm -f $$list || exit $$?; \
325243750Srwatson	test -n "$(EXEEXT)" || exit 0; \
326243750Srwatson	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
327243750Srwatson	echo " rm -f" $$list; \
328243750Srwatson	rm -f $$list
329243750Srwatsonauditfilterd$(EXEEXT): $(auditfilterd_OBJECTS) $(auditfilterd_DEPENDENCIES) $(EXTRA_auditfilterd_DEPENDENCIES) 
330159248Srwatson	@rm -f auditfilterd$(EXEEXT)
331173143Srwatson	$(LINK) $(auditfilterd_OBJECTS) $(auditfilterd_LDADD) $(LIBS)
332159248Srwatson
333159248Srwatsonmostlyclean-compile:
334159248Srwatson	-rm -f *.$(OBJEXT)
335159248Srwatson
336159248Srwatsondistclean-compile:
337159248Srwatson	-rm -f *.tab.c
338159248Srwatson
339159248Srwatson@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auditfilterd.Po@am__quote@
340159248Srwatson@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auditfilterd_conf.Po@am__quote@
341159248Srwatson
342159248Srwatson.c.o:
343173143Srwatson@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
344243750Srwatson@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345159248Srwatson@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346159248Srwatson@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347159248Srwatson@am__fastdepCC_FALSE@	$(COMPILE) -c $<
348159248Srwatson
349159248Srwatson.c.obj:
350173143Srwatson@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
351243750Srwatson@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352159248Srwatson@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353159248Srwatson@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354159248Srwatson@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
355159248Srwatson
356159248Srwatson.c.lo:
357173143Srwatson@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358243750Srwatson@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
359159248Srwatson@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
360159248Srwatson@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361159248Srwatson@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
362159248Srwatson
363159248Srwatsonmostlyclean-libtool:
364159248Srwatson	-rm -f *.lo
365159248Srwatson
366159248Srwatsonclean-libtool:
367159248Srwatson	-rm -rf .libs _libs
368243750Srwatsoninstall-man8: $(man8_MANS)
369159248Srwatson	@$(NORMAL_INSTALL)
370243750Srwatson	@list1='$(man8_MANS)'; \
371243750Srwatson	list2=''; \
372243750Srwatson	test -n "$(man8dir)" \
373243750Srwatson	  && test -n "`echo $$list1$$list2`" \
374243750Srwatson	  || exit 0; \
375243750Srwatson	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
376243750Srwatson	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
377243750Srwatson	{ for i in $$list1; do echo "$$i"; done;  \
378243750Srwatson	if test -n "$$list2"; then \
379243750Srwatson	  for i in $$list2; do echo "$$i"; done \
380243750Srwatson	    | sed -n '/\.8[a-z]*$$/p'; \
381243750Srwatson	fi; \
382243750Srwatson	} | while read p; do \
383243750Srwatson	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
384243750Srwatson	  echo "$$d$$p"; echo "$$p"; \
385243750Srwatson	done | \
386243750Srwatson	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
387243750Srwatson	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
388243750Srwatson	sed 'N;N;s,\n, ,g' | { \
389243750Srwatson	list=; while read file base inst; do \
390243750Srwatson	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
391243750Srwatson	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
392243750Srwatson	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
393243750Srwatson	  fi; \
394159248Srwatson	done; \
395243750Srwatson	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
396243750Srwatson	while read files; do \
397243750Srwatson	  test -z "$$files" || { \
398243750Srwatson	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
399243750Srwatson	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
400243750Srwatson	done; }
401243750Srwatson
402159248Srwatsonuninstall-man8:
403159248Srwatson	@$(NORMAL_UNINSTALL)
404243750Srwatson	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
405243750Srwatson	files=`{ for i in $$list; do echo "$$i"; done; \
406243750Srwatson	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
407243750Srwatson	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
408243750Srwatson	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
409159248Srwatson
410159248SrwatsonID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411159248Srwatson	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412159248Srwatson	unique=`for i in $$list; do \
413159248Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414159248Srwatson	  done | \
415243750Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
417159248Srwatson	mkid -fID $$unique
418159248Srwatsontags: TAGS
419159248Srwatson
420159248SrwatsonTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421159248Srwatson		$(TAGS_FILES) $(LISP)
422243750Srwatson	set x; \
423159248Srwatson	here=`pwd`; \
424159248Srwatson	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425159248Srwatson	unique=`for i in $$list; do \
426159248Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427159248Srwatson	  done | \
428191273Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
430243750Srwatson	shift; \
431243750Srwatson	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
432159248Srwatson	  test -n "$$unique" || unique=$$empty_fix; \
433243750Srwatson	  if test $$# -gt 0; then \
434243750Srwatson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435243750Srwatson	      "$$@" $$unique; \
436243750Srwatson	  else \
437243750Srwatson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438243750Srwatson	      $$unique; \
439243750Srwatson	  fi; \
440159248Srwatson	fi
441159248Srwatsonctags: CTAGS
442159248SrwatsonCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443159248Srwatson		$(TAGS_FILES) $(LISP)
444159248Srwatson	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445159248Srwatson	unique=`for i in $$list; do \
446159248Srwatson	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447159248Srwatson	  done | \
448191273Srwatson	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449191273Srwatson	      END { if (nonempty) { for (i in files) print i; }; }'`; \
450243750Srwatson	test -z "$(CTAGS_ARGS)$$unique" \
451159248Srwatson	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452243750Srwatson	     $$unique
453159248Srwatson
454159248SrwatsonGTAGS:
455159248Srwatson	here=`$(am__cd) $(top_builddir) && pwd` \
456243750Srwatson	  && $(am__cd) $(top_srcdir) \
457243750Srwatson	  && gtags -i $(GTAGS_ARGS) "$$here"
458159248Srwatson
459243750Srwatsoncscopelist:  $(HEADERS) $(SOURCES) $(LISP)
460243750Srwatson	list='$(SOURCES) $(HEADERS) $(LISP)'; \
461243750Srwatson	case "$(srcdir)" in \
462243750Srwatson	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
463243750Srwatson	  *) sdir=$(subdir)/$(srcdir) ;; \
464243750Srwatson	esac; \
465243750Srwatson	for i in $$list; do \
466243750Srwatson	  if test -f "$$i"; then \
467243750Srwatson	    echo "$(subdir)/$$i"; \
468243750Srwatson	  else \
469243750Srwatson	    echo "$$sdir/$$i"; \
470243750Srwatson	  fi; \
471243750Srwatson	done >> $(top_builddir)/cscope.files
472243750Srwatson
473159248Srwatsondistclean-tags:
474159248Srwatson	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475159248Srwatson
476159248Srwatsondistdir: $(DISTFILES)
477243750Srwatson	@list='$(MANS)'; if test -n "$$list"; then \
478243750Srwatson	  list=`for p in $$list; do \
479243750Srwatson	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
480243750Srwatson	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
481243750Srwatson	  if test -n "$$list" && \
482243750Srwatson	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
483243750Srwatson	    echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
484243750Srwatson	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
485243750Srwatson	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
486243750Srwatson	    echo "       typically 'make maintainer-clean' will remove them" >&2; \
487243750Srwatson	    exit 1; \
488243750Srwatson	  else :; fi; \
489243750Srwatson	else :; fi
490173143Srwatson	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491173143Srwatson	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492173143Srwatson	list='$(DISTFILES)'; \
493173143Srwatson	  dist_files=`for file in $$list; do echo $$file; done | \
494173143Srwatson	  sed -e "s|^$$srcdirstrip/||;t" \
495173143Srwatson	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496173143Srwatson	case $$dist_files in \
497173143Srwatson	  */*) $(MKDIR_P) `echo "$$dist_files" | \
498173143Srwatson			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499173143Srwatson			   sort -u` ;; \
500173143Srwatson	esac; \
501173143Srwatson	for file in $$dist_files; do \
502159248Srwatson	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503159248Srwatson	  if test -d $$d/$$file; then \
504173143Srwatson	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505243750Srwatson	    if test -d "$(distdir)/$$file"; then \
506243750Srwatson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507243750Srwatson	    fi; \
508159248Srwatson	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509243750Srwatson	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510243750Srwatson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511159248Srwatson	    fi; \
512243750Srwatson	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513159248Srwatson	  else \
514243750Srwatson	    test -f "$(distdir)/$$file" \
515243750Srwatson	    || cp -p $$d/$$file "$(distdir)/$$file" \
516159248Srwatson	    || exit 1; \
517159248Srwatson	  fi; \
518159248Srwatson	done
519159248Srwatsoncheck-am: all-am
520159248Srwatsoncheck: check-am
521159248Srwatsonall-am: Makefile $(PROGRAMS) $(MANS)
522159248Srwatsoninstalldirs:
523159248Srwatson	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
524173143Srwatson	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
525159248Srwatson	done
526159248Srwatsoninstall: install-am
527159248Srwatsoninstall-exec: install-exec-am
528159248Srwatsoninstall-data: install-data-am
529159248Srwatsonuninstall: uninstall-am
530159248Srwatson
531159248Srwatsoninstall-am: all-am
532159248Srwatson	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533159248Srwatson
534159248Srwatsoninstallcheck: installcheck-am
535159248Srwatsoninstall-strip:
536243750Srwatson	if test -z '$(STRIP)'; then \
537243750Srwatson	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538243750Srwatson	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539243750Srwatson	      install; \
540243750Srwatson	else \
541243750Srwatson	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542243750Srwatson	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543243750Srwatson	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544243750Srwatson	fi
545159248Srwatsonmostlyclean-generic:
546159248Srwatson
547159248Srwatsonclean-generic:
548159248Srwatson
549159248Srwatsondistclean-generic:
550159248Srwatson	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551243750Srwatson	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552159248Srwatson
553159248Srwatsonmaintainer-clean-generic:
554159248Srwatson	@echo "This command is intended for maintainers to use"
555159248Srwatson	@echo "it deletes files that may require special tools to rebuild."
556159248Srwatsonclean: clean-am
557159248Srwatson
558159248Srwatsonclean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
559159248Srwatson	mostlyclean-am
560159248Srwatson
561159248Srwatsondistclean: distclean-am
562159248Srwatson	-rm -rf ./$(DEPDIR)
563159248Srwatson	-rm -f Makefile
564159248Srwatsondistclean-am: clean-am distclean-compile distclean-generic \
565173143Srwatson	distclean-tags
566159248Srwatson
567159248Srwatsondvi: dvi-am
568159248Srwatson
569159248Srwatsondvi-am:
570159248Srwatson
571159248Srwatsonhtml: html-am
572159248Srwatson
573243750Srwatsonhtml-am:
574243750Srwatson
575159248Srwatsoninfo: info-am
576159248Srwatson
577159248Srwatsoninfo-am:
578159248Srwatson
579159248Srwatsoninstall-data-am: install-man
580159248Srwatson
581173143Srwatsoninstall-dvi: install-dvi-am
582173143Srwatson
583243750Srwatsoninstall-dvi-am:
584243750Srwatson
585159248Srwatsoninstall-exec-am: install-sbinPROGRAMS
586159248Srwatson
587173143Srwatsoninstall-html: install-html-am
588173143Srwatson
589243750Srwatsoninstall-html-am:
590243750Srwatson
591159248Srwatsoninstall-info: install-info-am
592159248Srwatson
593243750Srwatsoninstall-info-am:
594243750Srwatson
595159248Srwatsoninstall-man: install-man8
596159248Srwatson
597173143Srwatsoninstall-pdf: install-pdf-am
598173143Srwatson
599243750Srwatsoninstall-pdf-am:
600243750Srwatson
601173143Srwatsoninstall-ps: install-ps-am
602173143Srwatson
603243750Srwatsoninstall-ps-am:
604243750Srwatson
605159248Srwatsoninstallcheck-am:
606159248Srwatson
607159248Srwatsonmaintainer-clean: maintainer-clean-am
608159248Srwatson	-rm -rf ./$(DEPDIR)
609159248Srwatson	-rm -f Makefile
610159248Srwatsonmaintainer-clean-am: distclean-am maintainer-clean-generic
611159248Srwatson
612159248Srwatsonmostlyclean: mostlyclean-am
613159248Srwatson
614159248Srwatsonmostlyclean-am: mostlyclean-compile mostlyclean-generic \
615159248Srwatson	mostlyclean-libtool
616159248Srwatson
617159248Srwatsonpdf: pdf-am
618159248Srwatson
619159248Srwatsonpdf-am:
620159248Srwatson
621159248Srwatsonps: ps-am
622159248Srwatson
623159248Srwatsonps-am:
624159248Srwatson
625173143Srwatsonuninstall-am: uninstall-man uninstall-sbinPROGRAMS
626159248Srwatson
627159248Srwatsonuninstall-man: uninstall-man8
628159248Srwatson
629173143Srwatson.MAKE: install-am install-strip
630173143Srwatson
631159248Srwatson.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
632243750Srwatson	clean-libtool clean-sbinPROGRAMS cscopelist ctags distclean \
633159248Srwatson	distclean-compile distclean-generic distclean-libtool \
634159248Srwatson	distclean-tags distdir dvi dvi-am html html-am info info-am \
635173143Srwatson	install install-am install-data install-data-am install-dvi \
636173143Srwatson	install-dvi-am install-exec install-exec-am install-html \
637173143Srwatson	install-html-am install-info install-info-am install-man \
638173143Srwatson	install-man8 install-pdf install-pdf-am install-ps \
639173143Srwatson	install-ps-am install-sbinPROGRAMS install-strip installcheck \
640159248Srwatson	installcheck-am installdirs maintainer-clean \
641159248Srwatson	maintainer-clean-generic mostlyclean mostlyclean-compile \
642159248Srwatson	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
643173143Srwatson	tags uninstall uninstall-am uninstall-man uninstall-man8 \
644173143Srwatson	uninstall-sbinPROGRAMS
645159248Srwatson
646243750Srwatson
647159248Srwatson# Tell versions [3.59,3.63) of GNU make to not export all variables.
648159248Srwatson# Otherwise a system limit (for SysV at least) may be exceeded.
649159248Srwatson.NOEXPORT:
650