]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/openbsm/bin/Makefile.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / openbsm / bin / Makefile.in
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 VPATH = @srcdir@
17 am__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   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 @HAVE_AUDIT_SYSCALLS_TRUE@am__append_1 = \
53 @HAVE_AUDIT_SYSCALLS_TRUE@      audit           \
54 @HAVE_AUDIT_SYSCALLS_TRUE@      auditd
55
56 subdir = bin
57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/config/config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 SOURCES =
67 DIST_SOURCES =
68 RECURSIVE_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
75 am__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
80 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81   distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84         distdir
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = auditdistd auditfilterd auditreduce praudit audit \
88         auditd
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 am__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"
115 ACLOCAL = @ACLOCAL@
116 AMTAR = @AMTAR@
117 AR = @AR@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CYGPATH_W = @CYGPATH_W@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 DLLTOOL = @DLLTOOL@
131 DSYMUTIL = @DSYMUTIL@
132 DUMPBIN = @DUMPBIN@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 EXEEXT = @EXEEXT@
138 FGREP = @FGREP@
139 GREP = @GREP@
140 INSTALL = @INSTALL@
141 INSTALL_DATA = @INSTALL_DATA@
142 INSTALL_PROGRAM = @INSTALL_PROGRAM@
143 INSTALL_SCRIPT = @INSTALL_SCRIPT@
144 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145 LD = @LD@
146 LDFLAGS = @LDFLAGS@
147 LEX = @LEX@
148 LEXLIB = @LEXLIB@
149 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MANIFEST_TOOL = @MANIFEST_TOOL@
159 MIG = @MIG@
160 MKDIR_P = @MKDIR_P@
161 NM = @NM@
162 NMEDIT = @NMEDIT@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 OTOOL = @OTOOL@
166 OTOOL64 = @OTOOL64@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 RANLIB = @RANLIB@
176 SED = @SED@
177 SET_MAKE = @SET_MAKE@
178 SHELL = @SHELL@
179 STRIP = @STRIP@
180 VERSION = @VERSION@
181 YACC = @YACC@
182 YFLAGS = @YFLAGS@
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_AR = @ac_ct_AR@
188 ac_ct_CC = @ac_ct_CC@
189 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 bindir = @bindir@
196 build = @build@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
201 builddir = @builddir@
202 datadir = @datadir@
203 datarootdir = @datarootdir@
204 docdir = @docdir@
205 dvidir = @dvidir@
206 exec_prefix = @exec_prefix@
207 host = @host@
208 host_alias = @host_alias@
209 host_cpu = @host_cpu@
210 host_os = @host_os@
211 host_vendor = @host_vendor@
212 htmldir = @htmldir@
213 includedir = @includedir@
214 infodir = @infodir@
215 install_sh = @install_sh@
216 libdir = @libdir@
217 libexecdir = @libexecdir@
218 localedir = @localedir@
219 localstatedir = @localstatedir@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 srcdir = @srcdir@
230 sysconfdir = @sysconfdir@
231 target_alias = @target_alias@
232 top_build_prefix = @top_build_prefix@
233 top_builddir = @top_builddir@
234 top_srcdir = @top_srcdir@
235 SUBDIRS = auditdistd auditfilterd auditreduce praudit $(am__append_1)
236 all: 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
252 Makefile: $(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
270 mostlyclean-libtool:
271         -rm -f *.lo
272
273 clean-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"
310 tags-recursive:
311         list='$(SUBDIRS)'; for subdir in $$list; do \
312           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
313         done
314 ctags-recursive:
315         list='$(SUBDIRS)'; for subdir in $$list; do \
316           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
317         done
318 cscopelist-recursive:
319         list='$(SUBDIRS)'; for subdir in $$list; do \
320           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
321         done
322
323 ID: $(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
331 tags: TAGS
332
333 TAGS: 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
367 ctags: CTAGS
368 CTAGS: 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
380 GTAGS:
381         here=`$(am__cd) $(top_builddir) && pwd` \
382           && $(am__cd) $(top_srcdir) \
383           && gtags -i $(GTAGS_ARGS) "$$here"
384
385 cscopelist: 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
399 distclean-tags:
400         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
401
402 distdir: $(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
457 check-am: all-am
458 check: check-recursive
459 all-am: Makefile
460 installdirs: installdirs-recursive
461 installdirs-am:
462 install: install-recursive
463 install-exec: install-exec-recursive
464 install-data: install-data-recursive
465 uninstall: uninstall-recursive
466
467 install-am: all-am
468         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
469
470 installcheck: installcheck-recursive
471 install-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
481 mostlyclean-generic:
482
483 clean-generic:
484
485 distclean-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
489 maintainer-clean-generic:
490         @echo "This command is intended for maintainers to use"
491         @echo "it deletes files that may require special tools to rebuild."
492 clean: clean-recursive
493
494 clean-am: clean-generic clean-libtool mostlyclean-am
495
496 distclean: distclean-recursive
497         -rm -f Makefile
498 distclean-am: clean-am distclean-generic distclean-tags
499
500 dvi: dvi-recursive
501
502 dvi-am:
503
504 html: html-recursive
505
506 html-am:
507
508 info: info-recursive
509
510 info-am:
511
512 install-data-am:
513
514 install-dvi: install-dvi-recursive
515
516 install-dvi-am:
517
518 install-exec-am:
519
520 install-html: install-html-recursive
521
522 install-html-am:
523
524 install-info: install-info-recursive
525
526 install-info-am:
527
528 install-man:
529
530 install-pdf: install-pdf-recursive
531
532 install-pdf-am:
533
534 install-ps: install-ps-recursive
535
536 install-ps-am:
537
538 installcheck-am:
539
540 maintainer-clean: maintainer-clean-recursive
541         -rm -f Makefile
542 maintainer-clean-am: distclean-am maintainer-clean-generic
543
544 mostlyclean: mostlyclean-recursive
545
546 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
547
548 pdf: pdf-recursive
549
550 pdf-am:
551
552 ps: ps-recursive
553
554 ps-am:
555
556 uninstall-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: