1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# $P4: //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/Makefile.in#7 $
19#
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = modules/auditfilter_noop
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/config/config.h
47CONFIG_CLEAN_FILES =
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54am__installdirs = "$(DESTDIR)$(libdir)"
55libLTLIBRARIES_INSTALL = $(INSTALL)
56LTLIBRARIES = $(lib_LTLIBRARIES)
57auditfilter_noop_la_LIBADD =
58auditfilter_noop_la_SOURCES = auditfilter_noop.c
59auditfilter_noop_la_OBJECTS = auditfilter_noop.lo
60auditfilter_noop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62	$(auditfilter_noop_la_LDFLAGS) $(LDFLAGS) -o $@
63DEFAULT_INCLUDES = -I. -I$(top_builddir)/config@am__isrc@
64depcomp = $(SHELL) $(top_srcdir)/config/depcomp
65am__depfiles_maybe = depfiles
66COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71CCLD = $(CC)
72LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
74	$(LDFLAGS) -o $@
75SOURCES = auditfilter_noop.c
76DIST_SOURCES = auditfilter_noop.c
77ETAGS = etags
78CTAGS = ctags
79DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80ACLOCAL = @ACLOCAL@
81AMTAR = @AMTAR@
82AR = @AR@
83AUTOCONF = @AUTOCONF@
84AUTOHEADER = @AUTOHEADER@
85AUTOMAKE = @AUTOMAKE@
86AWK = @AWK@
87CC = @CC@
88CCDEPMODE = @CCDEPMODE@
89CFLAGS = @CFLAGS@
90CPP = @CPP@
91CPPFLAGS = @CPPFLAGS@
92CXX = @CXX@
93CXXCPP = @CXXCPP@
94CXXDEPMODE = @CXXDEPMODE@
95CXXFLAGS = @CXXFLAGS@
96CYGPATH_W = @CYGPATH_W@
97DEFS = @DEFS@
98DEPDIR = @DEPDIR@
99ECHO = @ECHO@
100ECHO_C = @ECHO_C@
101ECHO_N = @ECHO_N@
102ECHO_T = @ECHO_T@
103EGREP = @EGREP@
104EXEEXT = @EXEEXT@
105F77 = @F77@
106FFLAGS = @FFLAGS@
107GREP = @GREP@
108INSTALL = @INSTALL@
109INSTALL_DATA = @INSTALL_DATA@
110INSTALL_PROGRAM = @INSTALL_PROGRAM@
111INSTALL_SCRIPT = @INSTALL_SCRIPT@
112INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113LDFLAGS = @LDFLAGS@
114LIBOBJS = @LIBOBJS@
115LIBS = @LIBS@
116LIBTOOL = @LIBTOOL@
117LN_S = @LN_S@
118LTLIBOBJS = @LTLIBOBJS@
119MAINT = @MAINT@
120MAKEINFO = @MAKEINFO@
121MIG = @MIG@
122MKDIR_P = @MKDIR_P@
123OBJEXT = @OBJEXT@
124PACKAGE = @PACKAGE@
125PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126PACKAGE_NAME = @PACKAGE_NAME@
127PACKAGE_STRING = @PACKAGE_STRING@
128PACKAGE_TARNAME = @PACKAGE_TARNAME@
129PACKAGE_VERSION = @PACKAGE_VERSION@
130PATH_SEPARATOR = @PATH_SEPARATOR@
131RANLIB = @RANLIB@
132SED = @SED@
133SET_MAKE = @SET_MAKE@
134SHELL = @SHELL@
135STRIP = @STRIP@
136VERSION = @VERSION@
137abs_builddir = @abs_builddir@
138abs_srcdir = @abs_srcdir@
139abs_top_builddir = @abs_top_builddir@
140abs_top_srcdir = @abs_top_srcdir@
141ac_ct_CC = @ac_ct_CC@
142ac_ct_CXX = @ac_ct_CXX@
143ac_ct_F77 = @ac_ct_F77@
144am__include = @am__include@
145am__leading_dot = @am__leading_dot@
146am__quote = @am__quote@
147am__tar = @am__tar@
148am__untar = @am__untar@
149bindir = @bindir@
150build = @build@
151build_alias = @build_alias@
152build_cpu = @build_cpu@
153build_os = @build_os@
154build_vendor = @build_vendor@
155builddir = @builddir@
156datadir = @datadir@
157datarootdir = @datarootdir@
158docdir = @docdir@
159dvidir = @dvidir@
160exec_prefix = @exec_prefix@
161host = @host@
162host_alias = @host_alias@
163host_cpu = @host_cpu@
164host_os = @host_os@
165host_vendor = @host_vendor@
166htmldir = @htmldir@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172localedir = @localedir@
173localstatedir = @localstatedir@
174mandir = @mandir@
175mkdir_p = @mkdir_p@
176oldincludedir = @oldincludedir@
177pdfdir = @pdfdir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180psdir = @psdir@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183srcdir = @srcdir@
184sysconfdir = @sysconfdir@
185target_alias = @target_alias@
186top_builddir = @top_builddir@
187top_srcdir = @top_srcdir@
188@USE_NATIVE_INCLUDES_FALSE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
189@USE_NATIVE_INCLUDES_TRUE@INCLUDES = -I$(top_builddir) -I$(top_srcdir)
190lib_LTLIBRARIES = auditfilter_noop.la
191auditfilter_noop_la_SOURCE = auditfilter_noop.c
192auditfilter_noop_la_LDFLAGS = -module
193all: all-am
194
195.SUFFIXES:
196.SUFFIXES: .c .lo .o .obj
197$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
198	@for dep in $?; do \
199	  case '$(am__configure_deps)' in \
200	    *$$dep*) \
201	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
202		&& exit 0; \
203	      exit 1;; \
204	  esac; \
205	done; \
206	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  modules/auditfilter_noop/Makefile'; \
207	cd $(top_srcdir) && \
208	  $(AUTOMAKE) --foreign  modules/auditfilter_noop/Makefile
209.PRECIOUS: Makefile
210Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211	@case '$?' in \
212	  *config.status*) \
213	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214	  *) \
215	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217	esac;
218
219$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
223	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
225	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226install-libLTLIBRARIES: $(lib_LTLIBRARIES)
227	@$(NORMAL_INSTALL)
228	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
229	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
230	  if test -f $$p; then \
231	    f=$(am__strip_dir) \
232	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
233	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
234	  else :; fi; \
235	done
236
237uninstall-libLTLIBRARIES:
238	@$(NORMAL_UNINSTALL)
239	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
240	  p=$(am__strip_dir) \
241	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
242	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
243	done
244
245clean-libLTLIBRARIES:
246	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
247	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
248	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
249	  test "$$dir" != "$$p" || dir=.; \
250	  echo "rm -f \"$${dir}/so_locations\""; \
251	  rm -f "$${dir}/so_locations"; \
252	done
253auditfilter_noop.la: $(auditfilter_noop_la_OBJECTS) $(auditfilter_noop_la_DEPENDENCIES)
254	$(auditfilter_noop_la_LINK) -rpath $(libdir) $(auditfilter_noop_la_OBJECTS) $(auditfilter_noop_la_LIBADD) $(LIBS)
255
256mostlyclean-compile:
257	-rm -f *.$(OBJEXT)
258
259distclean-compile:
260	-rm -f *.tab.c
261
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auditfilter_noop.Plo@am__quote@
263
264.c.o:
265@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
266@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269@am__fastdepCC_FALSE@	$(COMPILE) -c $<
270
271.c.obj:
272@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
273@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
277
278.c.lo:
279@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
281@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
282@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
284
285mostlyclean-libtool:
286	-rm -f *.lo
287
288clean-libtool:
289	-rm -rf .libs _libs
290
291ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
292	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
293	unique=`for i in $$list; do \
294	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295	  done | \
296	  $(AWK) '    { files[$$0] = 1; } \
297	       END { for (i in files) print i; }'`; \
298	mkid -fID $$unique
299tags: TAGS
300
301TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
302		$(TAGS_FILES) $(LISP)
303	tags=; \
304	here=`pwd`; \
305	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
306	unique=`for i in $$list; do \
307	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308	  done | \
309	  $(AWK) '    { files[$$0] = 1; } \
310	       END { for (i in files) print i; }'`; \
311	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
312	  test -n "$$unique" || unique=$$empty_fix; \
313	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
314	    $$tags $$unique; \
315	fi
316ctags: CTAGS
317CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
318		$(TAGS_FILES) $(LISP)
319	tags=; \
320	here=`pwd`; \
321	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
322	unique=`for i in $$list; do \
323	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324	  done | \
325	  $(AWK) '    { files[$$0] = 1; } \
326	       END { for (i in files) print i; }'`; \
327	test -z "$(CTAGS_ARGS)$$tags$$unique" \
328	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
329	     $$tags $$unique
330
331GTAGS:
332	here=`$(am__cd) $(top_builddir) && pwd` \
333	  && cd $(top_srcdir) \
334	  && gtags -i $(GTAGS_ARGS) $$here
335
336distclean-tags:
337	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
338
339distdir: $(DISTFILES)
340	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342	list='$(DISTFILES)'; \
343	  dist_files=`for file in $$list; do echo $$file; done | \
344	  sed -e "s|^$$srcdirstrip/||;t" \
345	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
346	case $$dist_files in \
347	  */*) $(MKDIR_P) `echo "$$dist_files" | \
348			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
349			   sort -u` ;; \
350	esac; \
351	for file in $$dist_files; do \
352	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
353	  if test -d $$d/$$file; then \
354	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
355	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
356	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
357	    fi; \
358	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
359	  else \
360	    test -f $(distdir)/$$file \
361	    || cp -p $$d/$$file $(distdir)/$$file \
362	    || exit 1; \
363	  fi; \
364	done
365check-am: all-am
366check: check-am
367all-am: Makefile $(LTLIBRARIES)
368installdirs:
369	for dir in "$(DESTDIR)$(libdir)"; do \
370	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
371	done
372install: install-am
373install-exec: install-exec-am
374install-data: install-data-am
375uninstall: uninstall-am
376
377install-am: all-am
378	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379
380installcheck: installcheck-am
381install-strip:
382	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
383	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
384	  `test -z '$(STRIP)' || \
385	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
386mostlyclean-generic:
387
388clean-generic:
389
390distclean-generic:
391	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
392
393maintainer-clean-generic:
394	@echo "This command is intended for maintainers to use"
395	@echo "it deletes files that may require special tools to rebuild."
396clean: clean-am
397
398clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
399	mostlyclean-am
400
401distclean: distclean-am
402	-rm -rf ./$(DEPDIR)
403	-rm -f Makefile
404distclean-am: clean-am distclean-compile distclean-generic \
405	distclean-tags
406
407dvi: dvi-am
408
409dvi-am:
410
411html: html-am
412
413info: info-am
414
415info-am:
416
417install-data-am:
418
419install-dvi: install-dvi-am
420
421install-exec-am: install-libLTLIBRARIES
422
423install-html: install-html-am
424
425install-info: install-info-am
426
427install-man:
428
429install-pdf: install-pdf-am
430
431install-ps: install-ps-am
432
433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
436	-rm -rf ./$(DEPDIR)
437	-rm -f Makefile
438maintainer-clean-am: distclean-am maintainer-clean-generic
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-compile mostlyclean-generic \
443	mostlyclean-libtool
444
445pdf: pdf-am
446
447pdf-am:
448
449ps: ps-am
450
451ps-am:
452
453uninstall-am: uninstall-libLTLIBRARIES
454
455.MAKE: install-am install-strip
456
457.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
458	clean-libLTLIBRARIES clean-libtool ctags distclean \
459	distclean-compile distclean-generic distclean-libtool \
460	distclean-tags distdir dvi dvi-am html html-am info info-am \
461	install install-am install-data install-data-am install-dvi \
462	install-dvi-am install-exec install-exec-am install-html \
463	install-html-am install-info install-info-am \
464	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
465	install-ps install-ps-am install-strip installcheck \
466	installcheck-am installdirs maintainer-clean \
467	maintainer-clean-generic mostlyclean mostlyclean-compile \
468	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
469	tags uninstall uninstall-am uninstall-libLTLIBRARIES
470
471# Tell versions [3.59,3.63) of GNU make to not export all variables.
472# Otherwise a system limit (for SysV at least) may be exceeded.
473.NOEXPORT:
474