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