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 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkglibexecdir = $(libexecdir)/@PACKAGE@ 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24install_sh_DATA = $(install_sh) -c -m 644 25install_sh_PROGRAM = $(install_sh) -c 26install_sh_SCRIPT = $(install_sh) -c 27INSTALL_HEADER = $(INSTALL_DATA) 28transform = $(program_transform_name) 29NORMAL_INSTALL = : 30PRE_INSTALL = : 31POST_INSTALL = : 32NORMAL_UNINSTALL = : 33PRE_UNINSTALL = : 34POST_UNINSTALL = : 35build_triplet = @build@ 36host_triplet = @host@ 37target_triplet = @target@ 38subdir = bindings/python 39DIST_COMMON = $(pyexec_PYTHON) $(srcdir)/Makefile.am \ 40 $(srcdir)/Makefile.in 41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 45 $(top_srcdir)/configure.ac 46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48mkinstalldirs = $(install_sh) -d 49CONFIG_HEADER = $(top_builddir)/config.h 50CONFIG_CLEAN_VPATH_FILES = 51am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 52am__vpath_adj = case $$p in \ 53 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 54 *) f=$$p;; \ 55 esac; 56am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 57am__install_max = 40 58am__nobase_strip_setup = \ 59 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 60am__nobase_strip = \ 61 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 62am__nobase_list = $(am__nobase_strip_setup); \ 63 for p in $$list; do echo "$$p $$p"; done | \ 64 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 65 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 66 if (++n[$$2] == $(am__install_max)) \ 67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 68 END { for (dir in files) print dir, files[dir] }' 69am__base_list = \ 70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 72am__uninstall_files_from_dir = { \ 73 test -z "$$files" \ 74 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 75 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 76 $(am__cd) "$$dir" && rm -f $$files; }; \ 77 } 78am__installdirs = "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)" 79LTLIBRARIES = $(pyexec_LTLIBRARIES) 80_capng_la_LIBADD = 81nodist__capng_la_OBJECTS = _capng_la-capng_wrap.lo 82_capng_la_OBJECTS = $(nodist__capng_la_OBJECTS) 83_capng_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 84 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(_capng_la_CFLAGS) \ 85 $(CFLAGS) $(_capng_la_LDFLAGS) $(LDFLAGS) -o $@ 86DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 87depcomp = $(SHELL) $(top_srcdir)/depcomp 88am__depfiles_maybe = depfiles 89am__mv = mv -f 90COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 91 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 92LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 93 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 94 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 95CCLD = $(CC) 96LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 97 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 98 $(LDFLAGS) -o $@ 99SOURCES = $(nodist__capng_la_SOURCES) 100DIST_SOURCES = 101RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 102 html-recursive info-recursive install-data-recursive \ 103 install-dvi-recursive install-exec-recursive \ 104 install-html-recursive install-info-recursive \ 105 install-pdf-recursive install-ps-recursive install-recursive \ 106 installcheck-recursive installdirs-recursive pdf-recursive \ 107 ps-recursive uninstall-recursive 108am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) 109py_compile = $(top_srcdir)/py-compile 110RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 111 distclean-recursive maintainer-clean-recursive 112AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 113 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 114 distdir 115ETAGS = etags 116CTAGS = ctags 117DIST_SUBDIRS = $(SUBDIRS) 118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 119am__relativize = \ 120 dir0=`pwd`; \ 121 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 122 sed_rest='s,^[^/]*/*,,'; \ 123 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 124 sed_butlast='s,/*[^/]*$$,,'; \ 125 while test -n "$$dir1"; do \ 126 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 127 if test "$$first" != "."; then \ 128 if test "$$first" = ".."; then \ 129 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 130 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 131 else \ 132 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 133 if test "$$first2" = "$$first"; then \ 134 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 135 else \ 136 dir2="../$$dir2"; \ 137 fi; \ 138 dir0="$$dir0"/"$$first"; \ 139 fi; \ 140 fi; \ 141 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 142 done; \ 143 reldir="$$dir2" 144ACLOCAL = @ACLOCAL@ 145AMTAR = @AMTAR@ 146AR = @AR@ 147AUTOCONF = @AUTOCONF@ 148AUTOHEADER = @AUTOHEADER@ 149AUTOMAKE = @AUTOMAKE@ 150AWK = @AWK@ 151CC = @CC@ 152CCDEPMODE = @CCDEPMODE@ 153CFLAGS = @CFLAGS@ 154CPP = @CPP@ 155CPPFLAGS = @CPPFLAGS@ 156CYGPATH_W = @CYGPATH_W@ 157DEBUG = @DEBUG@ 158DEFS = @DEFS@ 159DEPDIR = @DEPDIR@ 160DLLTOOL = @DLLTOOL@ 161DSYMUTIL = @DSYMUTIL@ 162DUMPBIN = @DUMPBIN@ 163ECHO_C = @ECHO_C@ 164ECHO_N = @ECHO_N@ 165ECHO_T = @ECHO_T@ 166EGREP = @EGREP@ 167EXEEXT = @EXEEXT@ 168FGREP = @FGREP@ 169GREP = @GREP@ 170INSTALL = @INSTALL@ 171INSTALL_DATA = @INSTALL_DATA@ 172INSTALL_PROGRAM = @INSTALL_PROGRAM@ 173INSTALL_SCRIPT = @INSTALL_SCRIPT@ 174INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 175LD = @LD@ 176LDFLAGS = @LDFLAGS@ 177LIBOBJS = @LIBOBJS@ 178LIBS = $(top_builddir)/src/libcap-ng.la 179LIBTOOL = @LIBTOOL@ 180LIBTOOL_DEPS = @LIBTOOL_DEPS@ 181LIPO = @LIPO@ 182LN_S = @LN_S@ 183LTLIBOBJS = @LTLIBOBJS@ 184MAKEINFO = @MAKEINFO@ 185MANIFEST_TOOL = @MANIFEST_TOOL@ 186MKDIR_P = @MKDIR_P@ 187NM = @NM@ 188NMEDIT = @NMEDIT@ 189OBJDUMP = @OBJDUMP@ 190OBJEXT = @OBJEXT@ 191OTOOL = @OTOOL@ 192OTOOL64 = @OTOOL64@ 193PACKAGE = @PACKAGE@ 194PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 195PACKAGE_NAME = @PACKAGE_NAME@ 196PACKAGE_STRING = @PACKAGE_STRING@ 197PACKAGE_TARNAME = @PACKAGE_TARNAME@ 198PACKAGE_URL = @PACKAGE_URL@ 199PACKAGE_VERSION = @PACKAGE_VERSION@ 200PATH_SEPARATOR = @PATH_SEPARATOR@ 201PYTHON = @PYTHON@ 202PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 203PYTHON_PLATFORM = @PYTHON_PLATFORM@ 204PYTHON_PREFIX = @PYTHON_PREFIX@ 205PYTHON_VERSION = @PYTHON_VERSION@ 206RANLIB = @RANLIB@ 207SED = @SED@ 208SET_MAKE = @SET_MAKE@ 209SHELL = @SHELL@ 210STRIP = @STRIP@ 211VERSION = @VERSION@ 212abs_builddir = @abs_builddir@ 213abs_srcdir = @abs_srcdir@ 214abs_top_builddir = @abs_top_builddir@ 215abs_top_srcdir = @abs_top_srcdir@ 216ac_ct_AR = @ac_ct_AR@ 217ac_ct_CC = @ac_ct_CC@ 218ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 219am__include = @am__include@ 220am__leading_dot = @am__leading_dot@ 221am__quote = @am__quote@ 222am__tar = @am__tar@ 223am__untar = @am__untar@ 224bindir = @bindir@ 225build = @build@ 226build_alias = @build_alias@ 227build_cpu = @build_cpu@ 228build_os = @build_os@ 229build_vendor = @build_vendor@ 230builddir = @builddir@ 231datadir = @datadir@ 232datarootdir = @datarootdir@ 233docdir = @docdir@ 234dvidir = @dvidir@ 235exec_prefix = @exec_prefix@ 236host = @host@ 237host_alias = @host_alias@ 238host_cpu = @host_cpu@ 239host_os = @host_os@ 240host_vendor = @host_vendor@ 241htmldir = @htmldir@ 242includedir = @includedir@ 243infodir = @infodir@ 244install_sh = @install_sh@ 245libdir = @libdir@ 246libexecdir = @libexecdir@ 247localedir = @localedir@ 248localstatedir = @localstatedir@ 249mandir = @mandir@ 250mkdir_p = @mkdir_p@ 251oldincludedir = @oldincludedir@ 252pdfdir = @pdfdir@ 253pkgpyexecdir = @pkgpyexecdir@ 254pkgpythondir = @pkgpythondir@ 255prefix = @prefix@ 256program_transform_name = @program_transform_name@ 257psdir = @psdir@ 258pyexecdir = @pyexecdir@ 259pythondir = @pythondir@ 260sbindir = @sbindir@ 261sharedstatedir = @sharedstatedir@ 262srcdir = @srcdir@ 263swig_found = @swig_found@ 264sysconfdir = @sysconfdir@ 265target = @target@ 266target_alias = @target_alias@ 267target_cpu = @target_cpu@ 268target_os = @target_os@ 269target_vendor = @target_vendor@ 270top_build_prefix = @top_build_prefix@ 271top_builddir = @top_builddir@ 272top_srcdir = @top_srcdir@ 273 274# Makefile.am -- 275# Copyright 2009 Red Hat Inc., Durham, North Carolina. 276# All Rights Reserved. 277# 278# This library is free software; you can redistribute it and/or 279# modify it under the terms of the GNU Lesser General Public 280# License as published by the Free Software Foundation; either 281# version 2.1 of the License, or (at your option) any later version. 282# 283# This library is distributed in the hope that it will be useful, 284# but WITHOUT ANY WARRANTY; without even the implied warranty of 285# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 286# Lesser General Public License for more details. 287# 288# You should have received a copy of the GNU Lesser General Public 289# License along with this library; if not, write to the Free Software 290# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 291# 292# Authors: 293# Steve Grubb <sgrubb@redhat.com> 294# 295SUBDIRS = test 296EXTRA_DIST = capng_swig.i 297CONFIG_CLEAN_FILES = *.loT *.rej *.orig 298AM_CFLAGS = -fPIC -DPIC 299INCLUDES = -I. -I$(top_builddir) -I/usr/include/$(PYLIBVER) 300pyexec_PYTHON = capng.py 301pyexec_LTLIBRARIES = _capng.la 302pyexec_SOLIBRARIES = _capng.so 303_capng_la_CFLAGS = -shared 304_capng_la_LDFLAGS = -module -avoid-version -shared 305_capng_la_DEPENDENCIES = ${top_srcdir}/src/cap-ng.h ${top_builddir}/src/libcap-ng.la 306nodist__capng_la_SOURCES = capng_wrap.c 307CLEANFILES = capng.py* capng_wrap.c caps.h capng.h *~ 308all: all-recursive 309 310.SUFFIXES: 311.SUFFIXES: .c .lo .o .obj 312$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 313 @for dep in $?; do \ 314 case '$(am__configure_deps)' in \ 315 *$$dep*) \ 316 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 317 && { if test -f $@; then exit 0; else break; fi; }; \ 318 exit 1;; \ 319 esac; \ 320 done; \ 321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bindings/python/Makefile'; \ 322 $(am__cd) $(top_srcdir) && \ 323 $(AUTOMAKE) --gnu bindings/python/Makefile 324.PRECIOUS: Makefile 325Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 326 @case '$?' in \ 327 *config.status*) \ 328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 329 *) \ 330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 332 esac; 333 334$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336 337$(top_srcdir)/configure: $(am__configure_deps) 338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 339$(ACLOCAL_M4): $(am__aclocal_m4_deps) 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 341$(am__aclocal_m4_deps): 342install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES) 343 @$(NORMAL_INSTALL) 344 test -z "$(pyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" 345 @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \ 346 list2=; for p in $$list; do \ 347 if test -f $$p; then \ 348 list2="$$list2 $$p"; \ 349 else :; fi; \ 350 done; \ 351 test -z "$$list2" || { \ 352 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \ 353 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \ 354 } 355 356uninstall-pyexecLTLIBRARIES: 357 @$(NORMAL_UNINSTALL) 358 @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \ 359 for p in $$list; do \ 360 $(am__strip_dir) \ 361 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \ 362 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \ 363 done 364 365clean-pyexecLTLIBRARIES: 366 -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES) 367 @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \ 368 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 369 test "$$dir" != "$$p" || dir=.; \ 370 echo "rm -f \"$${dir}/so_locations\""; \ 371 rm -f "$${dir}/so_locations"; \ 372 done 373_capng.la: $(_capng_la_OBJECTS) $(_capng_la_DEPENDENCIES) $(EXTRA__capng_la_DEPENDENCIES) 374 $(_capng_la_LINK) -rpath $(pyexecdir) $(_capng_la_OBJECTS) $(_capng_la_LIBADD) $(LIBS) 375 376mostlyclean-compile: 377 -rm -f *.$(OBJEXT) 378 379distclean-compile: 380 -rm -f *.tab.c 381 382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_capng_la-capng_wrap.Plo@am__quote@ 383 384.c.o: 385@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 386@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 387@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 388@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 389@am__fastdepCC_FALSE@ $(COMPILE) -c $< 390 391.c.obj: 392@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 393@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 394@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 395@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 396@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 397 398.c.lo: 399@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 400@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 401@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 402@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 403@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 404 405_capng_la-capng_wrap.lo: capng_wrap.c 406@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_capng_la_CFLAGS) $(CFLAGS) -MT _capng_la-capng_wrap.lo -MD -MP -MF $(DEPDIR)/_capng_la-capng_wrap.Tpo -c -o _capng_la-capng_wrap.lo `test -f 'capng_wrap.c' || echo '$(srcdir)/'`capng_wrap.c 407@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/_capng_la-capng_wrap.Tpo $(DEPDIR)/_capng_la-capng_wrap.Plo 408@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='capng_wrap.c' object='_capng_la-capng_wrap.lo' libtool=yes @AMDEPBACKSLASH@ 409@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 410@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_capng_la_CFLAGS) $(CFLAGS) -c -o _capng_la-capng_wrap.lo `test -f 'capng_wrap.c' || echo '$(srcdir)/'`capng_wrap.c 411 412mostlyclean-libtool: 413 -rm -f *.lo 414 415clean-libtool: 416 -rm -rf .libs _libs 417install-pyexecPYTHON: $(pyexec_PYTHON) 418 @$(NORMAL_INSTALL) 419 test -z "$(pyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" 420 @list='$(pyexec_PYTHON)'; dlist=; list2=; test -n "$(pyexecdir)" || list=; \ 421 for p in $$list; do \ 422 if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \ 423 if test -f $$b$$p; then \ 424 $(am__strip_dir) \ 425 dlist="$$dlist $$f"; \ 426 list2="$$list2 $$b$$p"; \ 427 else :; fi; \ 428 done; \ 429 for file in $$list2; do echo $$file; done | $(am__base_list) | \ 430 while read files; do \ 431 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pyexecdir)'"; \ 432 $(INSTALL_DATA) $$files "$(DESTDIR)$(pyexecdir)" || exit $$?; \ 433 done || exit $$?; \ 434 if test -n "$$dlist"; then \ 435 $(am__py_compile) --destdir "$(DESTDIR)" \ 436 --basedir "$(pyexecdir)" $$dlist; \ 437 else :; fi 438 439uninstall-pyexecPYTHON: 440 @$(NORMAL_UNINSTALL) 441 @list='$(pyexec_PYTHON)'; test -n "$(pyexecdir)" || list=; \ 442 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 443 test -n "$$files" || exit 0; \ 444 dir='$(DESTDIR)$(pyexecdir)'; \ 445 filesc=`echo "$$files" | sed 's|$$|c|'`; \ 446 fileso=`echo "$$files" | sed 's|$$|o|'`; \ 447 st=0; \ 448 for files in "$$files" "$$filesc" "$$fileso"; do \ 449 $(am__uninstall_files_from_dir) || st=$$?; \ 450 done; \ 451 exit $$st 452 453# This directory's subdirectories are mostly independent; you can cd 454# into them and run `make' without going through this Makefile. 455# To change the values of `make' variables: instead of editing Makefiles, 456# (1) if the variable is set in `config.status', edit `config.status' 457# (which will cause the Makefiles to be regenerated when you run `make'); 458# (2) otherwise, pass the desired values on the `make' command line. 459$(RECURSIVE_TARGETS): 460 @fail= failcom='exit 1'; \ 461 for f in x $$MAKEFLAGS; do \ 462 case $$f in \ 463 *=* | --[!k]*);; \ 464 *k*) failcom='fail=yes';; \ 465 esac; \ 466 done; \ 467 dot_seen=no; \ 468 target=`echo $@ | sed s/-recursive//`; \ 469 list='$(SUBDIRS)'; for subdir in $$list; do \ 470 echo "Making $$target in $$subdir"; \ 471 if test "$$subdir" = "."; then \ 472 dot_seen=yes; \ 473 local_target="$$target-am"; \ 474 else \ 475 local_target="$$target"; \ 476 fi; \ 477 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 478 || eval $$failcom; \ 479 done; \ 480 if test "$$dot_seen" = "no"; then \ 481 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 482 fi; test -z "$$fail" 483 484$(RECURSIVE_CLEAN_TARGETS): 485 @fail= failcom='exit 1'; \ 486 for f in x $$MAKEFLAGS; do \ 487 case $$f in \ 488 *=* | --[!k]*);; \ 489 *k*) failcom='fail=yes';; \ 490 esac; \ 491 done; \ 492 dot_seen=no; \ 493 case "$@" in \ 494 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 495 *) list='$(SUBDIRS)' ;; \ 496 esac; \ 497 rev=''; for subdir in $$list; do \ 498 if test "$$subdir" = "."; then :; else \ 499 rev="$$subdir $$rev"; \ 500 fi; \ 501 done; \ 502 rev="$$rev ."; \ 503 target=`echo $@ | sed s/-recursive//`; \ 504 for subdir in $$rev; do \ 505 echo "Making $$target in $$subdir"; \ 506 if test "$$subdir" = "."; then \ 507 local_target="$$target-am"; \ 508 else \ 509 local_target="$$target"; \ 510 fi; \ 511 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 512 || eval $$failcom; \ 513 done && test -z "$$fail" 514tags-recursive: 515 list='$(SUBDIRS)'; for subdir in $$list; do \ 516 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 517 done 518ctags-recursive: 519 list='$(SUBDIRS)'; for subdir in $$list; do \ 520 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 521 done 522 523ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 524 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 525 unique=`for i in $$list; do \ 526 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 527 done | \ 528 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 529 END { if (nonempty) { for (i in files) print i; }; }'`; \ 530 mkid -fID $$unique 531tags: TAGS 532 533TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 534 $(TAGS_FILES) $(LISP) 535 set x; \ 536 here=`pwd`; \ 537 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 538 include_option=--etags-include; \ 539 empty_fix=.; \ 540 else \ 541 include_option=--include; \ 542 empty_fix=; \ 543 fi; \ 544 list='$(SUBDIRS)'; for subdir in $$list; do \ 545 if test "$$subdir" = .; then :; else \ 546 test ! -f $$subdir/TAGS || \ 547 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 548 fi; \ 549 done; \ 550 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 551 unique=`for i in $$list; do \ 552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 553 done | \ 554 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 555 END { if (nonempty) { for (i in files) print i; }; }'`; \ 556 shift; \ 557 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 558 test -n "$$unique" || unique=$$empty_fix; \ 559 if test $$# -gt 0; then \ 560 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 561 "$$@" $$unique; \ 562 else \ 563 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 564 $$unique; \ 565 fi; \ 566 fi 567ctags: CTAGS 568CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 569 $(TAGS_FILES) $(LISP) 570 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 571 unique=`for i in $$list; do \ 572 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 573 done | \ 574 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 575 END { if (nonempty) { for (i in files) print i; }; }'`; \ 576 test -z "$(CTAGS_ARGS)$$unique" \ 577 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 578 $$unique 579 580GTAGS: 581 here=`$(am__cd) $(top_builddir) && pwd` \ 582 && $(am__cd) $(top_srcdir) \ 583 && gtags -i $(GTAGS_ARGS) "$$here" 584 585distclean-tags: 586 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 587 588distdir: $(DISTFILES) 589 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 590 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 591 list='$(DISTFILES)'; \ 592 dist_files=`for file in $$list; do echo $$file; done | \ 593 sed -e "s|^$$srcdirstrip/||;t" \ 594 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 595 case $$dist_files in \ 596 */*) $(MKDIR_P) `echo "$$dist_files" | \ 597 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 598 sort -u` ;; \ 599 esac; \ 600 for file in $$dist_files; do \ 601 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 602 if test -d $$d/$$file; then \ 603 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 604 if test -d "$(distdir)/$$file"; then \ 605 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 606 fi; \ 607 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 608 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 609 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 610 fi; \ 611 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 612 else \ 613 test -f "$(distdir)/$$file" \ 614 || cp -p $$d/$$file "$(distdir)/$$file" \ 615 || exit 1; \ 616 fi; \ 617 done 618 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 619 if test "$$subdir" = .; then :; else \ 620 test -d "$(distdir)/$$subdir" \ 621 || $(MKDIR_P) "$(distdir)/$$subdir" \ 622 || exit 1; \ 623 fi; \ 624 done 625 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 626 if test "$$subdir" = .; then :; else \ 627 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 628 $(am__relativize); \ 629 new_distdir=$$reldir; \ 630 dir1=$$subdir; dir2="$(top_distdir)"; \ 631 $(am__relativize); \ 632 new_top_distdir=$$reldir; \ 633 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 634 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 635 ($(am__cd) $$subdir && \ 636 $(MAKE) $(AM_MAKEFLAGS) \ 637 top_distdir="$$new_top_distdir" \ 638 distdir="$$new_distdir" \ 639 am__remove_distdir=: \ 640 am__skip_length_check=: \ 641 am__skip_mode_fix=: \ 642 distdir) \ 643 || exit 1; \ 644 fi; \ 645 done 646check-am: all-am 647check: check-recursive 648all-am: Makefile $(LTLIBRARIES) 649installdirs: installdirs-recursive 650installdirs-am: 651 for dir in "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)"; do \ 652 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 653 done 654install: install-recursive 655install-exec: install-exec-recursive 656install-data: install-data-recursive 657uninstall: uninstall-recursive 658 659install-am: all-am 660 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 661 662installcheck: installcheck-recursive 663install-strip: 664 if test -z '$(STRIP)'; then \ 665 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 666 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 667 install; \ 668 else \ 669 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 670 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 671 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 672 fi 673mostlyclean-generic: 674 675clean-generic: 676 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 677 678distclean-generic: 679 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 680 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 681 682maintainer-clean-generic: 683 @echo "This command is intended for maintainers to use" 684 @echo "it deletes files that may require special tools to rebuild." 685clean: clean-recursive 686 687clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \ 688 mostlyclean-am 689 690distclean: distclean-recursive 691 -rm -rf ./$(DEPDIR) 692 -rm -f Makefile 693distclean-am: clean-am distclean-compile distclean-generic \ 694 distclean-tags 695 696dvi: dvi-recursive 697 698dvi-am: 699 700html: html-recursive 701 702html-am: 703 704info: info-recursive 705 706info-am: 707 708install-data-am: 709 710install-dvi: install-dvi-recursive 711 712install-dvi-am: 713 714install-exec-am: install-pyexecLTLIBRARIES install-pyexecPYTHON 715 716install-html: install-html-recursive 717 718install-html-am: 719 720install-info: install-info-recursive 721 722install-info-am: 723 724install-man: 725 726install-pdf: install-pdf-recursive 727 728install-pdf-am: 729 730install-ps: install-ps-recursive 731 732install-ps-am: 733 734installcheck-am: 735 736maintainer-clean: maintainer-clean-recursive 737 -rm -rf ./$(DEPDIR) 738 -rm -f Makefile 739maintainer-clean-am: distclean-am maintainer-clean-generic 740 741mostlyclean: mostlyclean-recursive 742 743mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 744 mostlyclean-libtool 745 746pdf: pdf-recursive 747 748pdf-am: 749 750ps: ps-recursive 751 752ps-am: 753 754uninstall-am: uninstall-pyexecLTLIBRARIES uninstall-pyexecPYTHON 755 756.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 757 install-am install-strip tags-recursive 758 759.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 760 all all-am check check-am clean clean-generic clean-libtool \ 761 clean-pyexecLTLIBRARIES ctags ctags-recursive distclean \ 762 distclean-compile distclean-generic distclean-libtool \ 763 distclean-tags distdir dvi dvi-am html html-am info info-am \ 764 install install-am install-data install-data-am install-dvi \ 765 install-dvi-am install-exec install-exec-am install-html \ 766 install-html-am install-info install-info-am install-man \ 767 install-pdf install-pdf-am install-ps install-ps-am \ 768 install-pyexecLTLIBRARIES install-pyexecPYTHON install-strip \ 769 installcheck installcheck-am installdirs installdirs-am \ 770 maintainer-clean maintainer-clean-generic mostlyclean \ 771 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 772 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 773 uninstall-pyexecLTLIBRARIES uninstall-pyexecPYTHON 774 775PYLIBVER ?= python$(PYTHON_VERSION) 776_capng_la_HEADERS: $(top_builddir)/config.h 777capng.py capng_wrap.c: ${srcdir}/capng_swig.i caps.h capng.h 778 swig -o capng_wrap.c -python ${INCLUDES} ${srcdir}/capng_swig.i 779caps.h: 780 cat /usr/include/linux/capability.h | grep '^#define CAP' | grep -v '[()]' > caps.h 781capng.h: 782 cat ${top_srcdir}/src/cap-ng.h | grep -v '_state' > capng.h 783 784# Tell versions [3.59,3.63) of GNU make to not export all variables. 785# Otherwise a system limit (for SysV at least) may be exceeded. 786.NOEXPORT: 787