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 library is free software; you can redistribute it and/or 23# modify it under the terms of the GNU Lesser General Public 24# License as published by the Free Software Foundation; either 25# version 2.1 of the License, or (at your option) any later version. 26# 27# This library 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 GNU 30# Lesser General Public License for more details. 31# 32# You should have received a copy of the GNU Lesser General Public 33# License along with this library; 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# 39 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkgincludedir = $(includedir)/@PACKAGE@ 43pkglibdir = $(libdir)/@PACKAGE@ 44pkglibexecdir = $(libexecdir)/@PACKAGE@ 45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46install_sh_DATA = $(install_sh) -c -m 644 47install_sh_PROGRAM = $(install_sh) -c 48install_sh_SCRIPT = $(install_sh) -c 49INSTALL_HEADER = $(INSTALL_DATA) 50transform = $(program_transform_name) 51NORMAL_INSTALL = : 52PRE_INSTALL = : 53POST_INSTALL = : 54NORMAL_UNINSTALL = : 55PRE_UNINSTALL = : 56POST_UNINSTALL = : 57build_triplet = @build@ 58host_triplet = @host@ 59target_triplet = @target@ 60subdir = m4 61DIST_COMMON = $(dist_m4data_DATA) $(srcdir)/Makefile.am \ 62 $(srcdir)/Makefile.in 63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 65 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 66 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 67 $(top_srcdir)/configure.ac 68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 69 $(ACLOCAL_M4) 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = $(top_builddir)/config.h 72CONFIG_CLEAN_VPATH_FILES = 73SOURCES = 74DIST_SOURCES = 75am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 76am__vpath_adj = case $$p in \ 77 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 78 *) f=$$p;; \ 79 esac; 80am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 81am__install_max = 40 82am__nobase_strip_setup = \ 83 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 84am__nobase_strip = \ 85 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 86am__nobase_list = $(am__nobase_strip_setup); \ 87 for p in $$list; do echo "$$p $$p"; done | \ 88 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 90 if (++n[$$2] == $(am__install_max)) \ 91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 92 END { for (dir in files) print dir, files[dir] }' 93am__base_list = \ 94 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 95 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 96am__uninstall_files_from_dir = { \ 97 test -z "$$files" \ 98 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 99 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 100 $(am__cd) "$$dir" && rm -f $$files; }; \ 101 } 102am__installdirs = "$(DESTDIR)$(m4datadir)" 103DATA = $(dist_m4data_DATA) 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 = *.loT *.rej *.orig 235m4datadir = $(datadir)/aclocal 236dist_m4data_DATA = cap-ng.m4 237all: all-am 238 239.SUFFIXES: 240$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 241 @for dep in $?; do \ 242 case '$(am__configure_deps)' in \ 243 *$$dep*) \ 244 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 245 && { if test -f $@; then exit 0; else break; fi; }; \ 246 exit 1;; \ 247 esac; \ 248 done; \ 249 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \ 250 $(am__cd) $(top_srcdir) && \ 251 $(AUTOMAKE) --gnu m4/Makefile 252.PRECIOUS: Makefile 253Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 254 @case '$?' in \ 255 *config.status*) \ 256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 257 *) \ 258 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 259 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 260 esac; 261 262$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 264 265$(top_srcdir)/configure: $(am__configure_deps) 266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 267$(ACLOCAL_M4): $(am__aclocal_m4_deps) 268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 269$(am__aclocal_m4_deps): 270 271mostlyclean-libtool: 272 -rm -f *.lo 273 274clean-libtool: 275 -rm -rf .libs _libs 276install-dist_m4dataDATA: $(dist_m4data_DATA) 277 @$(NORMAL_INSTALL) 278 test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)" 279 @list='$(dist_m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 280 for p in $$list; do \ 281 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 282 echo "$$d$$p"; \ 283 done | $(am__base_list) | \ 284 while read files; do \ 285 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ 286 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ 287 done 288 289uninstall-dist_m4dataDATA: 290 @$(NORMAL_UNINSTALL) 291 @list='$(dist_m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 292 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 293 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) 294tags: TAGS 295TAGS: 296 297ctags: CTAGS 298CTAGS: 299 300 301distdir: $(DISTFILES) 302 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 303 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 304 list='$(DISTFILES)'; \ 305 dist_files=`for file in $$list; do echo $$file; done | \ 306 sed -e "s|^$$srcdirstrip/||;t" \ 307 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 308 case $$dist_files in \ 309 */*) $(MKDIR_P) `echo "$$dist_files" | \ 310 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 311 sort -u` ;; \ 312 esac; \ 313 for file in $$dist_files; do \ 314 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 315 if test -d $$d/$$file; then \ 316 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 317 if test -d "$(distdir)/$$file"; then \ 318 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 319 fi; \ 320 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 321 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 322 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 323 fi; \ 324 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 325 else \ 326 test -f "$(distdir)/$$file" \ 327 || cp -p $$d/$$file "$(distdir)/$$file" \ 328 || exit 1; \ 329 fi; \ 330 done 331check-am: all-am 332check: check-am 333all-am: Makefile $(DATA) 334installdirs: 335 for dir in "$(DESTDIR)$(m4datadir)"; do \ 336 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 337 done 338install: install-am 339install-exec: install-exec-am 340install-data: install-data-am 341uninstall: uninstall-am 342 343install-am: all-am 344 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 345 346installcheck: installcheck-am 347install-strip: 348 if test -z '$(STRIP)'; then \ 349 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 350 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 351 install; \ 352 else \ 353 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 354 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 355 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 356 fi 357mostlyclean-generic: 358 359clean-generic: 360 361distclean-generic: 362 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 363 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 364 365maintainer-clean-generic: 366 @echo "This command is intended for maintainers to use" 367 @echo "it deletes files that may require special tools to rebuild." 368clean: clean-am 369 370clean-am: clean-generic clean-libtool mostlyclean-am 371 372distclean: distclean-am 373 -rm -f Makefile 374distclean-am: clean-am distclean-generic 375 376dvi: dvi-am 377 378dvi-am: 379 380html: html-am 381 382html-am: 383 384info: info-am 385 386info-am: 387 388install-data-am: install-dist_m4dataDATA 389 390install-dvi: install-dvi-am 391 392install-dvi-am: 393 394install-exec-am: 395 396install-html: install-html-am 397 398install-html-am: 399 400install-info: install-info-am 401 402install-info-am: 403 404install-man: 405 406install-pdf: install-pdf-am 407 408install-pdf-am: 409 410install-ps: install-ps-am 411 412install-ps-am: 413 414installcheck-am: 415 416maintainer-clean: maintainer-clean-am 417 -rm -f Makefile 418maintainer-clean-am: distclean-am maintainer-clean-generic 419 420mostlyclean: mostlyclean-am 421 422mostlyclean-am: mostlyclean-generic mostlyclean-libtool 423 424pdf: pdf-am 425 426pdf-am: 427 428ps: ps-am 429 430ps-am: 431 432uninstall-am: uninstall-dist_m4dataDATA 433 434.MAKE: install-am install-strip 435 436.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 437 distclean distclean-generic distclean-libtool distdir dvi \ 438 dvi-am html html-am info info-am install install-am \ 439 install-data install-data-am install-dist_m4dataDATA \ 440 install-dvi install-dvi-am install-exec install-exec-am \ 441 install-html install-html-am install-info install-info-am \ 442 install-man install-pdf install-pdf-am install-ps \ 443 install-ps-am install-strip installcheck installcheck-am \ 444 installdirs maintainer-clean maintainer-clean-generic \ 445 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 446 ps ps-am uninstall uninstall-am uninstall-dist_m4dataDATA 447 448 449# Tell versions [3.59,3.63) of GNU make to not export all variables. 450# Otherwise a system limit (for SysV at least) may be exceeded. 451.NOEXPORT: 452