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