1# Makefile.in generated by automake 1.12.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53subdir = modules/auditfilter_noop
54DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55	$(top_srcdir)/config/depcomp
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59	$(ACLOCAL_M4)
60mkinstalldirs = $(install_sh) -d
61CONFIG_HEADER = $(top_builddir)/config/config.h
62CONFIG_CLEAN_FILES =
63CONFIG_CLEAN_VPATH_FILES =
64am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65am__vpath_adj = case $$p in \
66    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67    *) f=$$p;; \
68  esac;
69am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70am__install_max = 40
71am__nobase_strip_setup = \
72  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73am__nobase_strip = \
74  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75am__nobase_list = $(am__nobase_strip_setup); \
76  for p in $$list; do echo "$$p $$p"; done | \
77  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79    if (++n[$$2] == $(am__install_max)) \
80      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81    END { for (dir in files) print dir, files[dir] }'
82am__base_list = \
83  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85am__uninstall_files_from_dir = { \
86  test -z "$$files" \
87    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
88    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
89         $(am__cd) "$$dir" && rm -f $$files; }; \
90  }
91am__installdirs = "$(DESTDIR)$(libdir)"
92LTLIBRARIES = $(lib_LTLIBRARIES)
93auditfilter_noop_la_LIBADD =
94auditfilter_noop_la_SOURCES = auditfilter_noop.c
95auditfilter_noop_la_OBJECTS = auditfilter_noop.lo
96auditfilter_noop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
97	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98	$(auditfilter_noop_la_LDFLAGS) $(LDFLAGS) -o $@
99DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
100depcomp = $(SHELL) $(top_srcdir)/config/depcomp
101am__depfiles_maybe = depfiles
102am__mv = mv -f
103COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108CCLD = $(CC)
109LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
111	$(LDFLAGS) -o $@
112SOURCES = auditfilter_noop.c
113DIST_SOURCES = auditfilter_noop.c
114am__can_run_installinfo = \
115  case $$AM_UPDATE_INFO_DIR in \
116    n|no|NO) false;; \
117    *) (install-info --version) >/dev/null 2>&1;; \
118  esac
119ETAGS = etags
120CTAGS = ctags
121DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122ACLOCAL = @ACLOCAL@
123AMTAR = @AMTAR@
124AR = @AR@
125AUTOCONF = @AUTOCONF@
126AUTOHEADER = @AUTOHEADER@
127AUTOMAKE = @AUTOMAKE@
128AWK = @AWK@
129CC = @CC@
130CCDEPMODE = @CCDEPMODE@
131CFLAGS = @CFLAGS@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CYGPATH_W = @CYGPATH_W@
135DEFS = @DEFS@
136DEPDIR = @DEPDIR@
137DLLTOOL = @DLLTOOL@
138DSYMUTIL = @DSYMUTIL@
139DUMPBIN = @DUMPBIN@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146GREP = @GREP@
147INSTALL = @INSTALL@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152LD = @LD@
153LDFLAGS = @LDFLAGS@
154LEX = @LEX@
155LEXLIB = @LEXLIB@
156LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
157LIBOBJS = @LIBOBJS@
158LIBS = @LIBS@
159LIBTOOL = @LIBTOOL@
160LIPO = @LIPO@
161LN_S = @LN_S@
162LTLIBOBJS = @LTLIBOBJS@
163MAINT = @MAINT@
164MAKEINFO = @MAKEINFO@
165MANIFEST_TOOL = @MANIFEST_TOOL@
166MIG = @MIG@
167MKDIR_P = @MKDIR_P@
168NM = @NM@
169NMEDIT = @NMEDIT@
170OBJDUMP = @OBJDUMP@
171OBJEXT = @OBJEXT@
172OTOOL = @OTOOL@
173OTOOL64 = @OTOOL64@
174PACKAGE = @PACKAGE@
175PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176PACKAGE_NAME = @PACKAGE_NAME@
177PACKAGE_STRING = @PACKAGE_STRING@
178PACKAGE_TARNAME = @PACKAGE_TARNAME@
179PACKAGE_URL = @PACKAGE_URL@
180PACKAGE_VERSION = @PACKAGE_VERSION@
181PATH_SEPARATOR = @PATH_SEPARATOR@
182RANLIB = @RANLIB@
183SED = @SED@
184SET_MAKE = @SET_MAKE@
185SHELL = @SHELL@
186STRIP = @STRIP@
187VERSION = @VERSION@
188YACC = @YACC@
189YFLAGS = @YFLAGS@
190abs_builddir = @abs_builddir@
191abs_srcdir = @abs_srcdir@
192abs_top_builddir = @abs_top_builddir@
193abs_top_srcdir = @abs_top_srcdir@
194ac_ct_AR = @ac_ct_AR@
195ac_ct_CC = @ac_ct_CC@
196ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197am__include = @am__include@
198am__leading_dot = @am__leading_dot@
199am__quote = @am__quote@
200am__tar = @am__tar@
201am__untar = @am__untar@
202bindir = @bindir@
203build = @build@
204build_alias = @build_alias@
205build_cpu = @build_cpu@
206build_os = @build_os@
207build_vendor = @build_vendor@
208builddir = @builddir@
209datadir = @datadir@
210datarootdir = @datarootdir@
211docdir = @docdir@
212dvidir = @dvidir@
213exec_prefix = @exec_prefix@
214host = @host@
215host_alias = @host_alias@
216host_cpu = @host_cpu@
217host_os = @host_os@
218host_vendor = @host_vendor@
219htmldir = @htmldir@
220includedir = @includedir@
221infodir = @infodir@
222install_sh = @install_sh@
223libdir = @libdir@
224libexecdir = @libexecdir@
225localedir = @localedir@
226localstatedir = @localstatedir@
227mandir = @mandir@
228mkdir_p = @mkdir_p@
229oldincludedir = @oldincludedir@
230pdfdir = @pdfdir@
231prefix = @prefix@
232program_transform_name = @program_transform_name@
233psdir = @psdir@
234sbindir = @sbindir@
235sharedstatedir = @sharedstatedir@
236srcdir = @srcdir@
237sysconfdir = @sysconfdir@
238target_alias = @target_alias@
239top_build_prefix = @top_build_prefix@
240top_builddir = @top_builddir@
241top_srcdir = @top_srcdir@
242@USE_NATIVE_INCLUDES_FALSE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
243@USE_NATIVE_INCLUDES_TRUE@INCLUDES = -I$(top_builddir) -I$(top_srcdir)
244lib_LTLIBRARIES = auditfilter_noop.la
245auditfilter_noop_la_SOURCE = auditfilter_noop.c
246auditfilter_noop_la_LDFLAGS = -module
247all: all-am
248
249.SUFFIXES:
250.SUFFIXES: .c .lo .o .obj
251$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
252	@for dep in $?; do \
253	  case '$(am__configure_deps)' in \
254	    *$$dep*) \
255	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
256	        && { if test -f $@; then exit 0; else break; fi; }; \
257	      exit 1;; \
258	  esac; \
259	done; \
260	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/auditfilter_noop/Makefile'; \
261	$(am__cd) $(top_srcdir) && \
262	  $(AUTOMAKE) --foreign modules/auditfilter_noop/Makefile
263.PRECIOUS: Makefile
264Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265	@case '$?' in \
266	  *config.status*) \
267	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
268	  *) \
269	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
270	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
271	esac;
272
273$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
276$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
277	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
279	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280$(am__aclocal_m4_deps):
281install-libLTLIBRARIES: $(lib_LTLIBRARIES)
282	@$(NORMAL_INSTALL)
283	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
284	list2=; for p in $$list; do \
285	  if test -f $$p; then \
286	    list2="$$list2 $$p"; \
287	  else :; fi; \
288	done; \
289	test -z "$$list2" || { \
290	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
291	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
292	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
293	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
294	}
295
296uninstall-libLTLIBRARIES:
297	@$(NORMAL_UNINSTALL)
298	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
299	for p in $$list; do \
300	  $(am__strip_dir) \
301	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
302	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
303	done
304
305clean-libLTLIBRARIES:
306	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
307	@list='$(lib_LTLIBRARIES)'; \
308	locs=`for p in $$list; do echo $$p; done | \
309	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
310	      sort -u`; \
311	test -z "$$locs" || { \
312	  echo rm -f $${locs}; \
313	  rm -f $${locs}; \
314	}
315auditfilter_noop.la: $(auditfilter_noop_la_OBJECTS) $(auditfilter_noop_la_DEPENDENCIES) $(EXTRA_auditfilter_noop_la_DEPENDENCIES)
316	$(auditfilter_noop_la_LINK) -rpath $(libdir) $(auditfilter_noop_la_OBJECTS) $(auditfilter_noop_la_LIBADD) $(LIBS)
317
318mostlyclean-compile:
319	-rm -f *.$(OBJEXT)
320
321distclean-compile:
322	-rm -f *.tab.c
323
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auditfilter_noop.Plo@am__quote@
325
326.c.o:
327@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331@am__fastdepCC_FALSE@	$(COMPILE) -c $<
332
333.c.obj:
334@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
339
340.c.lo:
341@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
346
347mostlyclean-libtool:
348	-rm -f *.lo
349
350clean-libtool:
351	-rm -rf .libs _libs
352
353ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355	unique=`for i in $$list; do \
356	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357	  done | \
358	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359	      END { if (nonempty) { for (i in files) print i; }; }'`; \
360	mkid -fID $$unique
361tags: TAGS
362
363TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364		$(TAGS_FILES) $(LISP)
365	set x; \
366	here=`pwd`; \
367	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368	unique=`for i in $$list; do \
369	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370	  done | \
371	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373	shift; \
374	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375	  test -n "$$unique" || unique=$$empty_fix; \
376	  if test $$# -gt 0; then \
377	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378	      "$$@" $$unique; \
379	  else \
380	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381	      $$unique; \
382	  fi; \
383	fi
384ctags: CTAGS
385CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386		$(TAGS_FILES) $(LISP)
387	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388	unique=`for i in $$list; do \
389	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390	  done | \
391	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392	      END { if (nonempty) { for (i in files) print i; }; }'`; \
393	test -z "$(CTAGS_ARGS)$$unique" \
394	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395	     $$unique
396
397GTAGS:
398	here=`$(am__cd) $(top_builddir) && pwd` \
399	  && $(am__cd) $(top_srcdir) \
400	  && gtags -i $(GTAGS_ARGS) "$$here"
401
402cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
403	list='$(SOURCES) $(HEADERS) $(LISP)'; \
404	case "$(srcdir)" in \
405	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
406	  *) sdir=$(subdir)/$(srcdir) ;; \
407	esac; \
408	for i in $$list; do \
409	  if test -f "$$i"; then \
410	    echo "$(subdir)/$$i"; \
411	  else \
412	    echo "$$sdir/$$i"; \
413	  fi; \
414	done >> $(top_builddir)/cscope.files
415
416distclean-tags:
417	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418
419distdir: $(DISTFILES)
420	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422	list='$(DISTFILES)'; \
423	  dist_files=`for file in $$list; do echo $$file; done | \
424	  sed -e "s|^$$srcdirstrip/||;t" \
425	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426	case $$dist_files in \
427	  */*) $(MKDIR_P) `echo "$$dist_files" | \
428			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429			   sort -u` ;; \
430	esac; \
431	for file in $$dist_files; do \
432	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433	  if test -d $$d/$$file; then \
434	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435	    if test -d "$(distdir)/$$file"; then \
436	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437	    fi; \
438	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441	    fi; \
442	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443	  else \
444	    test -f "$(distdir)/$$file" \
445	    || cp -p $$d/$$file "$(distdir)/$$file" \
446	    || exit 1; \
447	  fi; \
448	done
449check-am: all-am
450check: check-am
451all-am: Makefile $(LTLIBRARIES)
452installdirs:
453	for dir in "$(DESTDIR)$(libdir)"; do \
454	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
455	done
456install: install-am
457install-exec: install-exec-am
458install-data: install-data-am
459uninstall: uninstall-am
460
461install-am: all-am
462	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464installcheck: installcheck-am
465install-strip:
466	if test -z '$(STRIP)'; then \
467	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469	      install; \
470	else \
471	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
474	fi
475mostlyclean-generic:
476
477clean-generic:
478
479distclean-generic:
480	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
481	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
482
483maintainer-clean-generic:
484	@echo "This command is intended for maintainers to use"
485	@echo "it deletes files that may require special tools to rebuild."
486clean: clean-am
487
488clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
489	mostlyclean-am
490
491distclean: distclean-am
492	-rm -rf ./$(DEPDIR)
493	-rm -f Makefile
494distclean-am: clean-am distclean-compile distclean-generic \
495	distclean-tags
496
497dvi: dvi-am
498
499dvi-am:
500
501html: html-am
502
503html-am:
504
505info: info-am
506
507info-am:
508
509install-data-am:
510
511install-dvi: install-dvi-am
512
513install-dvi-am:
514
515install-exec-am: install-libLTLIBRARIES
516
517install-html: install-html-am
518
519install-html-am:
520
521install-info: install-info-am
522
523install-info-am:
524
525install-man:
526
527install-pdf: install-pdf-am
528
529install-pdf-am:
530
531install-ps: install-ps-am
532
533install-ps-am:
534
535installcheck-am:
536
537maintainer-clean: maintainer-clean-am
538	-rm -rf ./$(DEPDIR)
539	-rm -f Makefile
540maintainer-clean-am: distclean-am maintainer-clean-generic
541
542mostlyclean: mostlyclean-am
543
544mostlyclean-am: mostlyclean-compile mostlyclean-generic \
545	mostlyclean-libtool
546
547pdf: pdf-am
548
549pdf-am:
550
551ps: ps-am
552
553ps-am:
554
555uninstall-am: uninstall-libLTLIBRARIES
556
557.MAKE: install-am install-strip
558
559.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
560	clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
561	distclean-compile distclean-generic distclean-libtool \
562	distclean-tags distdir dvi dvi-am html html-am info info-am \
563	install install-am install-data install-data-am install-dvi \
564	install-dvi-am install-exec install-exec-am install-html \
565	install-html-am install-info install-info-am \
566	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
567	install-ps install-ps-am install-strip installcheck \
568	installcheck-am installdirs maintainer-clean \
569	maintainer-clean-generic mostlyclean mostlyclean-compile \
570	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
571	tags uninstall uninstall-am uninstall-libLTLIBRARIES
572
573
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
577