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@redhat.com> 38# 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58target_triplet = @target@ 59subdir = docs 60DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 62am__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 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68mkinstalldirs = $(install_sh) -d 69CONFIG_HEADER = $(top_builddir)/config.h 70CONFIG_CLEAN_VPATH_FILES = 71SOURCES = 72DIST_SOURCES = 73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 74am__vpath_adj = case $$p in \ 75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 76 *) f=$$p;; \ 77 esac; 78am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 79am__install_max = 40 80am__nobase_strip_setup = \ 81 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 82am__nobase_strip = \ 83 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 84am__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] }' 91am__base_list = \ 92 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 93 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 94am__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 } 100man3dir = $(mandir)/man3 101am__installdirs = "$(DESTDIR)$(man3dir)" 102NROFF = nroff 103MANS = $(man_MANS) 104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 105ACLOCAL = @ACLOCAL@ 106AMTAR = @AMTAR@ 107AR = @AR@ 108AUTOCONF = @AUTOCONF@ 109AUTOHEADER = @AUTOHEADER@ 110AUTOMAKE = @AUTOMAKE@ 111AWK = @AWK@ 112CC = @CC@ 113CCDEPMODE = @CCDEPMODE@ 114CFLAGS = @CFLAGS@ 115CPP = @CPP@ 116CPPFLAGS = @CPPFLAGS@ 117CYGPATH_W = @CYGPATH_W@ 118DEBUG = @DEBUG@ 119DEFS = @DEFS@ 120DEPDIR = @DEPDIR@ 121DLLTOOL = @DLLTOOL@ 122DSYMUTIL = @DSYMUTIL@ 123DUMPBIN = @DUMPBIN@ 124ECHO_C = @ECHO_C@ 125ECHO_N = @ECHO_N@ 126ECHO_T = @ECHO_T@ 127EGREP = @EGREP@ 128EXEEXT = @EXEEXT@ 129FGREP = @FGREP@ 130GREP = @GREP@ 131INSTALL = @INSTALL@ 132INSTALL_DATA = @INSTALL_DATA@ 133INSTALL_PROGRAM = @INSTALL_PROGRAM@ 134INSTALL_SCRIPT = @INSTALL_SCRIPT@ 135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 136LD = @LD@ 137LDFLAGS = @LDFLAGS@ 138LIBOBJS = @LIBOBJS@ 139LIBS = @LIBS@ 140LIBTOOL = @LIBTOOL@ 141LIBTOOL_DEPS = @LIBTOOL_DEPS@ 142LIPO = @LIPO@ 143LN_S = @LN_S@ 144LTLIBOBJS = @LTLIBOBJS@ 145MAKEINFO = @MAKEINFO@ 146MANIFEST_TOOL = @MANIFEST_TOOL@ 147MKDIR_P = @MKDIR_P@ 148NM = @NM@ 149NMEDIT = @NMEDIT@ 150OBJDUMP = @OBJDUMP@ 151OBJEXT = @OBJEXT@ 152OTOOL = @OTOOL@ 153OTOOL64 = @OTOOL64@ 154PACKAGE = @PACKAGE@ 155PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 156PACKAGE_NAME = @PACKAGE_NAME@ 157PACKAGE_STRING = @PACKAGE_STRING@ 158PACKAGE_TARNAME = @PACKAGE_TARNAME@ 159PACKAGE_URL = @PACKAGE_URL@ 160PACKAGE_VERSION = @PACKAGE_VERSION@ 161PATH_SEPARATOR = @PATH_SEPARATOR@ 162PYTHON = @PYTHON@ 163PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 164PYTHON_PLATFORM = @PYTHON_PLATFORM@ 165PYTHON_PREFIX = @PYTHON_PREFIX@ 166PYTHON_VERSION = @PYTHON_VERSION@ 167RANLIB = @RANLIB@ 168SED = @SED@ 169SET_MAKE = @SET_MAKE@ 170SHELL = @SHELL@ 171STRIP = @STRIP@ 172VERSION = @VERSION@ 173abs_builddir = @abs_builddir@ 174abs_srcdir = @abs_srcdir@ 175abs_top_builddir = @abs_top_builddir@ 176abs_top_srcdir = @abs_top_srcdir@ 177ac_ct_AR = @ac_ct_AR@ 178ac_ct_CC = @ac_ct_CC@ 179ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 180am__include = @am__include@ 181am__leading_dot = @am__leading_dot@ 182am__quote = @am__quote@ 183am__tar = @am__tar@ 184am__untar = @am__untar@ 185bindir = @bindir@ 186build = @build@ 187build_alias = @build_alias@ 188build_cpu = @build_cpu@ 189build_os = @build_os@ 190build_vendor = @build_vendor@ 191builddir = @builddir@ 192datadir = @datadir@ 193datarootdir = @datarootdir@ 194docdir = @docdir@ 195dvidir = @dvidir@ 196exec_prefix = @exec_prefix@ 197host = @host@ 198host_alias = @host_alias@ 199host_cpu = @host_cpu@ 200host_os = @host_os@ 201host_vendor = @host_vendor@ 202htmldir = @htmldir@ 203includedir = @includedir@ 204infodir = @infodir@ 205install_sh = @install_sh@ 206libdir = @libdir@ 207libexecdir = @libexecdir@ 208localedir = @localedir@ 209localstatedir = @localstatedir@ 210mandir = @mandir@ 211mkdir_p = @mkdir_p@ 212oldincludedir = @oldincludedir@ 213pdfdir = @pdfdir@ 214pkgpyexecdir = @pkgpyexecdir@ 215pkgpythondir = @pkgpythondir@ 216prefix = @prefix@ 217program_transform_name = @program_transform_name@ 218psdir = @psdir@ 219pyexecdir = @pyexecdir@ 220pythondir = @pythondir@ 221sbindir = @sbindir@ 222sharedstatedir = @sharedstatedir@ 223srcdir = @srcdir@ 224swig_found = @swig_found@ 225sysconfdir = @sysconfdir@ 226target = @target@ 227target_alias = @target_alias@ 228target_cpu = @target_cpu@ 229target_os = @target_os@ 230target_vendor = @target_vendor@ 231top_build_prefix = @top_build_prefix@ 232top_builddir = @top_builddir@ 233top_srcdir = @top_srcdir@ 234CONFIG_CLEAN_FILES = *.rej *.orig 235EXTRA_DIST = $(man_MANS) 236man_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 244all: 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 260Makefile: $(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 278mostlyclean-libtool: 279 -rm -f *.lo 280 281clean-libtool: 282 -rm -rf .libs _libs 283install-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 310uninstall-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) 319tags: TAGS 320TAGS: 321 322ctags: CTAGS 323CTAGS: 324 325 326distdir: $(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 369check-am: all-am 370check: check-am 371all-am: Makefile $(MANS) 372installdirs: 373 for dir in "$(DESTDIR)$(man3dir)"; do \ 374 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 375 done 376install: install-am 377install-exec: install-exec-am 378install-data: install-data-am 379uninstall: uninstall-am 380 381install-am: all-am 382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 383 384installcheck: installcheck-am 385install-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 395mostlyclean-generic: 396 397clean-generic: 398 399distclean-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 403maintainer-clean-generic: 404 @echo "This command is intended for maintainers to use" 405 @echo "it deletes files that may require special tools to rebuild." 406clean: clean-am 407 408clean-am: clean-generic clean-libtool mostlyclean-am 409 410distclean: distclean-am 411 -rm -f Makefile 412distclean-am: clean-am distclean-generic 413 414dvi: dvi-am 415 416dvi-am: 417 418html: html-am 419 420html-am: 421 422info: info-am 423 424info-am: 425 426install-data-am: install-man 427 428install-dvi: install-dvi-am 429 430install-dvi-am: 431 432install-exec-am: 433 434install-html: install-html-am 435 436install-html-am: 437 438install-info: install-info-am 439 440install-info-am: 441 442install-man: install-man3 443 444install-pdf: install-pdf-am 445 446install-pdf-am: 447 448install-ps: install-ps-am 449 450install-ps-am: 451 452installcheck-am: 453 454maintainer-clean: maintainer-clean-am 455 -rm -f Makefile 456maintainer-clean-am: distclean-am maintainer-clean-generic 457 458mostlyclean: mostlyclean-am 459 460mostlyclean-am: mostlyclean-generic mostlyclean-libtool 461 462pdf: pdf-am 463 464pdf-am: 465 466ps: ps-am 467 468ps-am: 469 470uninstall-am: uninstall-man 471 472uninstall-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