Home | History | Annotate | Download | only in docs
      1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
      6 # Foundation, Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 
     18 # Makefile.am --
     19 # Copyright 2009 Red Hat Inc., Durham, North Carolina.
     20 # All Rights Reserved.
     21 #
     22 # This program is free software; you can redistribute it and/or modify
     23 # it under the terms of the GNU General Public License as published by
     24 # the Free Software Foundation; either version 2 of the License, or
     25 # (at your option) any later version.
     26 #
     27 # This program is distributed in the hope that it will be useful,
     28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     30 # GNU General Public License for more details.
     31 #
     32 # You should have received a copy of the GNU General Public License
     33 # along with this program; if not, write to the Free Software
     34 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     35 #
     36 # Authors:
     37 #   Steve Grubb <sgrubb (a] redhat.com>
     38 #
     39 VPATH = @srcdir@
     40 pkgdatadir = $(datadir)/@PACKAGE@
     41 pkgincludedir = $(includedir)/@PACKAGE@
     42 pkglibdir = $(libdir)/@PACKAGE@
     43 pkglibexecdir = $(libexecdir)/@PACKAGE@
     44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     45 install_sh_DATA = $(install_sh) -c -m 644
     46 install_sh_PROGRAM = $(install_sh) -c
     47 install_sh_SCRIPT = $(install_sh) -c
     48 INSTALL_HEADER = $(INSTALL_DATA)
     49 transform = $(program_transform_name)
     50 NORMAL_INSTALL = :
     51 PRE_INSTALL = :
     52 POST_INSTALL = :
     53 NORMAL_UNINSTALL = :
     54 PRE_UNINSTALL = :
     55 POST_UNINSTALL = :
     56 build_triplet = @build@
     57 host_triplet = @host@
     58 target_triplet = @target@
     59 subdir = docs
     60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     62 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     63 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     64 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     65 	$(top_srcdir)/configure.ac
     66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     67 	$(ACLOCAL_M4)
     68 mkinstalldirs = $(install_sh) -d
     69 CONFIG_HEADER = $(top_builddir)/config.h
     70 CONFIG_CLEAN_VPATH_FILES =
     71 SOURCES =
     72 DIST_SOURCES =
     73 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     74 am__vpath_adj = case $$p in \
     75     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     76     *) f=$$p;; \
     77   esac;
     78 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     79 am__install_max = 40
     80 am__nobase_strip_setup = \
     81   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     82 am__nobase_strip = \
     83   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     84 am__nobase_list = $(am__nobase_strip_setup); \
     85   for p in $$list; do echo "$$p $$p"; done | \
     86   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     87   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
     88     if (++n[$$2] == $(am__install_max)) \
     89       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
     90     END { for (dir in files) print dir, files[dir] }'
     91 am__base_list = \
     92   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     93   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     94 am__uninstall_files_from_dir = { \
     95   test -z "$$files" \
     96     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
     97     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
     98          $(am__cd) "$$dir" && rm -f $$files; }; \
     99   }
    100 man3dir = $(mandir)/man3
    101 am__installdirs = "$(DESTDIR)$(man3dir)"
    102 NROFF = nroff
    103 MANS = $(man_MANS)
    104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    105 ACLOCAL = @ACLOCAL@
    106 AMTAR = @AMTAR@
    107 AR = @AR@
    108 AUTOCONF = @AUTOCONF@
    109 AUTOHEADER = @AUTOHEADER@
    110 AUTOMAKE = @AUTOMAKE@
    111 AWK = @AWK@
    112 CC = @CC@
    113 CCDEPMODE = @CCDEPMODE@
    114 CFLAGS = @CFLAGS@
    115 CPP = @CPP@
    116 CPPFLAGS = @CPPFLAGS@
    117 CYGPATH_W = @CYGPATH_W@
    118 DEBUG = @DEBUG@
    119 DEFS = @DEFS@
    120 DEPDIR = @DEPDIR@
    121 DLLTOOL = @DLLTOOL@
    122 DSYMUTIL = @DSYMUTIL@
    123 DUMPBIN = @DUMPBIN@
    124 ECHO_C = @ECHO_C@
    125 ECHO_N = @ECHO_N@
    126 ECHO_T = @ECHO_T@
    127 EGREP = @EGREP@
    128 EXEEXT = @EXEEXT@
    129 FGREP = @FGREP@
    130 GREP = @GREP@
    131 INSTALL = @INSTALL@
    132 INSTALL_DATA = @INSTALL_DATA@
    133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    136 LD = @LD@
    137 LDFLAGS = @LDFLAGS@
    138 LIBOBJS = @LIBOBJS@
    139 LIBS = @LIBS@
    140 LIBTOOL = @LIBTOOL@
    141 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    142 LIPO = @LIPO@
    143 LN_S = @LN_S@
    144 LTLIBOBJS = @LTLIBOBJS@
    145 MAKEINFO = @MAKEINFO@
    146 MANIFEST_TOOL = @MANIFEST_TOOL@
    147 MKDIR_P = @MKDIR_P@
    148 NM = @NM@
    149 NMEDIT = @NMEDIT@
    150 OBJDUMP = @OBJDUMP@
    151 OBJEXT = @OBJEXT@
    152 OTOOL = @OTOOL@
    153 OTOOL64 = @OTOOL64@
    154 PACKAGE = @PACKAGE@
    155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    156 PACKAGE_NAME = @PACKAGE_NAME@
    157 PACKAGE_STRING = @PACKAGE_STRING@
    158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    159 PACKAGE_URL = @PACKAGE_URL@
    160 PACKAGE_VERSION = @PACKAGE_VERSION@
    161 PATH_SEPARATOR = @PATH_SEPARATOR@
    162 PYTHON = @PYTHON@
    163 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    164 PYTHON_PLATFORM = @PYTHON_PLATFORM@
    165 PYTHON_PREFIX = @PYTHON_PREFIX@
    166 PYTHON_VERSION = @PYTHON_VERSION@
    167 RANLIB = @RANLIB@
    168 SED = @SED@
    169 SET_MAKE = @SET_MAKE@
    170 SHELL = @SHELL@
    171 STRIP = @STRIP@
    172 VERSION = @VERSION@
    173 abs_builddir = @abs_builddir@
    174 abs_srcdir = @abs_srcdir@
    175 abs_top_builddir = @abs_top_builddir@
    176 abs_top_srcdir = @abs_top_srcdir@
    177 ac_ct_AR = @ac_ct_AR@
    178 ac_ct_CC = @ac_ct_CC@
    179 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    180 am__include = @am__include@
    181 am__leading_dot = @am__leading_dot@
    182 am__quote = @am__quote@
    183 am__tar = @am__tar@
    184 am__untar = @am__untar@
    185 bindir = @bindir@
    186 build = @build@
    187 build_alias = @build_alias@
    188 build_cpu = @build_cpu@
    189 build_os = @build_os@
    190 build_vendor = @build_vendor@
    191 builddir = @builddir@
    192 datadir = @datadir@
    193 datarootdir = @datarootdir@
    194 docdir = @docdir@
    195 dvidir = @dvidir@
    196 exec_prefix = @exec_prefix@
    197 host = @host@
    198 host_alias = @host_alias@
    199 host_cpu = @host_cpu@
    200 host_os = @host_os@
    201 host_vendor = @host_vendor@
    202 htmldir = @htmldir@
    203 includedir = @includedir@
    204 infodir = @infodir@
    205 install_sh = @install_sh@
    206 libdir = @libdir@
    207 libexecdir = @libexecdir@
    208 localedir = @localedir@
    209 localstatedir = @localstatedir@
    210 mandir = @mandir@
    211 mkdir_p = @mkdir_p@
    212 oldincludedir = @oldincludedir@
    213 pdfdir = @pdfdir@
    214 pkgpyexecdir = @pkgpyexecdir@
    215 pkgpythondir = @pkgpythondir@
    216 prefix = @prefix@
    217 program_transform_name = @program_transform_name@
    218 psdir = @psdir@
    219 pyexecdir = @pyexecdir@
    220 pythondir = @pythondir@
    221 sbindir = @sbindir@
    222 sharedstatedir = @sharedstatedir@
    223 srcdir = @srcdir@
    224 swig_found = @swig_found@
    225 sysconfdir = @sysconfdir@
    226 target = @target@
    227 target_alias = @target_alias@
    228 target_cpu = @target_cpu@
    229 target_os = @target_os@
    230 target_vendor = @target_vendor@
    231 top_build_prefix = @top_build_prefix@
    232 top_builddir = @top_builddir@
    233 top_srcdir = @top_srcdir@
    234 CONFIG_CLEAN_FILES = *.rej *.orig
    235 EXTRA_DIST = $(man_MANS)
    236 man_MANS = capng_clear.3 capng_fill.3 capng_setpid.3 \
    237 	capng_get_caps_process.3 capng_update.3 capng_updatev.3 \
    238 	capng_apply.3 capng_lock.3 capng_change_id.3 capng_get_caps_fd.3 \
    239 	capng_set_caps_fd.3 capng_have_capabilities.3 capng_have_capability.3 \
    240 	capng_print_caps_numeric.3 capng_print_caps_text.3 \
    241 	capng_name_to_capability.3  capng_capability_to_name.3 \
    242 	capng_save_state.3 capng_restore_state.3
    243 
    244 all: all-am
    245 
    246 .SUFFIXES:
    247 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    248 	@for dep in $?; do \
    249 	  case '$(am__configure_deps)' in \
    250 	    *$$dep*) \
    251 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    252 	        && { if test -f $@; then exit 0; else break; fi; }; \
    253 	      exit 1;; \
    254 	  esac; \
    255 	done; \
    256 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
    257 	$(am__cd) $(top_srcdir) && \
    258 	  $(AUTOMAKE) --gnu docs/Makefile
    259 .PRECIOUS: Makefile
    260 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    261 	@case '$?' in \
    262 	  *config.status*) \
    263 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    264 	  *) \
    265 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    266 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    267 	esac;
    268 
    269 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    270 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    271 
    272 $(top_srcdir)/configure:  $(am__configure_deps)
    273 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    274 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    275 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    276 $(am__aclocal_m4_deps):
    277 
    278 mostlyclean-libtool:
    279 	-rm -f *.lo
    280 
    281 clean-libtool:
    282 	-rm -rf .libs _libs
    283 install-man3: $(man_MANS)
    284 	@$(NORMAL_INSTALL)
    285 	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
    286 	@list=''; test -n "$(man3dir)" || exit 0; \
    287 	{ for i in $$list; do echo "$$i"; done; \
    288 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    289 	  sed -n '/\.3[a-z]*$$/p'; \
    290 	} | while read p; do \
    291 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    292 	  echo "$$d$$p"; echo "$$p"; \
    293 	done | \
    294 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    295 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    296 	sed 'N;N;s,\n, ,g' | { \
    297 	list=; while read file base inst; do \
    298 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    299 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
    300 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
    301 	  fi; \
    302 	done; \
    303 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    304 	while read files; do \
    305 	  test -z "$$files" || { \
    306 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
    307 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
    308 	done; }
    309 
    310 uninstall-man3:
    311 	@$(NORMAL_UNINSTALL)
    312 	@list=''; test -n "$(man3dir)" || exit 0; \
    313 	files=`{ for i in $$list; do echo "$$i"; done; \
    314 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    315 	  sed -n '/\.3[a-z]*$$/p'; \
    316 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    317 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    318 	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
    319 tags: TAGS
    320 TAGS:
    321 
    322 ctags: CTAGS
    323 CTAGS:
    324 
    325 
    326 distdir: $(DISTFILES)
    327 	@list='$(MANS)'; if test -n "$$list"; then \
    328 	  list=`for p in $$list; do \
    329 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    330 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    331 	  if test -n "$$list" && \
    332 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    333 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
    334 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    335 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    336 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
    337 	    exit 1; \
    338 	  else :; fi; \
    339 	else :; fi
    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 "$(distdir)/$$file"; then \
    356 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    357 	    fi; \
    358 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    359 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    360 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    361 	    fi; \
    362 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    363 	  else \
    364 	    test -f "$(distdir)/$$file" \
    365 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    366 	    || exit 1; \
    367 	  fi; \
    368 	done
    369 check-am: all-am
    370 check: check-am
    371 all-am: Makefile $(MANS)
    372 installdirs:
    373 	for dir in "$(DESTDIR)$(man3dir)"; do \
    374 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    375 	done
    376 install: install-am
    377 install-exec: install-exec-am
    378 install-data: install-data-am
    379 uninstall: uninstall-am
    380 
    381 install-am: all-am
    382 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    383 
    384 installcheck: installcheck-am
    385 install-strip:
    386 	if test -z '$(STRIP)'; then \
    387 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    388 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    389 	      install; \
    390 	else \
    391 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    392 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    393 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    394 	fi
    395 mostlyclean-generic:
    396 
    397 clean-generic:
    398 
    399 distclean-generic:
    400 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    401 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    402 
    403 maintainer-clean-generic:
    404 	@echo "This command is intended for maintainers to use"
    405 	@echo "it deletes files that may require special tools to rebuild."
    406 clean: clean-am
    407 
    408 clean-am: clean-generic clean-libtool mostlyclean-am
    409 
    410 distclean: distclean-am
    411 	-rm -f Makefile
    412 distclean-am: clean-am distclean-generic
    413 
    414 dvi: dvi-am
    415 
    416 dvi-am:
    417 
    418 html: html-am
    419 
    420 html-am:
    421 
    422 info: info-am
    423 
    424 info-am:
    425 
    426 install-data-am: install-man
    427 
    428 install-dvi: install-dvi-am
    429 
    430 install-dvi-am:
    431 
    432 install-exec-am:
    433 
    434 install-html: install-html-am
    435 
    436 install-html-am:
    437 
    438 install-info: install-info-am
    439 
    440 install-info-am:
    441 
    442 install-man: install-man3
    443 
    444 install-pdf: install-pdf-am
    445 
    446 install-pdf-am:
    447 
    448 install-ps: install-ps-am
    449 
    450 install-ps-am:
    451 
    452 installcheck-am:
    453 
    454 maintainer-clean: maintainer-clean-am
    455 	-rm -f Makefile
    456 maintainer-clean-am: distclean-am maintainer-clean-generic
    457 
    458 mostlyclean: mostlyclean-am
    459 
    460 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    461 
    462 pdf: pdf-am
    463 
    464 pdf-am:
    465 
    466 ps: ps-am
    467 
    468 ps-am:
    469 
    470 uninstall-am: uninstall-man
    471 
    472 uninstall-man: uninstall-man3
    473 
    474 .MAKE: install-am install-strip
    475 
    476 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    477 	distclean distclean-generic distclean-libtool distdir dvi \
    478 	dvi-am html html-am info info-am install install-am \
    479 	install-data install-data-am install-dvi install-dvi-am \
    480 	install-exec install-exec-am install-html install-html-am \
    481 	install-info install-info-am install-man install-man3 \
    482 	install-pdf install-pdf-am install-ps install-ps-am \
    483 	install-strip installcheck installcheck-am installdirs \
    484 	maintainer-clean maintainer-clean-generic mostlyclean \
    485 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    486 	uninstall uninstall-am uninstall-man uninstall-man3
    487 
    488 
    489 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    490 # Otherwise a system limit (for SysV at least) may be exceeded.
    491 .NOEXPORT:
    492