Home | History | Annotate | Download | only in python
      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 VPATH = @srcdir@
     19 pkgdatadir = $(datadir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 pkglibdir = $(libdir)/@PACKAGE@
     22 pkglibexecdir = $(libexecdir)/@PACKAGE@
     23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     24 install_sh_DATA = $(install_sh) -c -m 644
     25 install_sh_PROGRAM = $(install_sh) -c
     26 install_sh_SCRIPT = $(install_sh) -c
     27 INSTALL_HEADER = $(INSTALL_DATA)
     28 transform = $(program_transform_name)
     29 NORMAL_INSTALL = :
     30 PRE_INSTALL = :
     31 POST_INSTALL = :
     32 NORMAL_UNINSTALL = :
     33 PRE_UNINSTALL = :
     34 POST_UNINSTALL = :
     35 build_triplet = @build@
     36 host_triplet = @host@
     37 target_triplet = @target@
     38 subdir = bindings/python
     39 DIST_COMMON = $(pyexec_PYTHON) $(srcdir)/Makefile.am \
     40 	$(srcdir)/Makefile.in
     41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     42 am__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
     46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47 	$(ACLOCAL_M4)
     48 mkinstalldirs = $(install_sh) -d
     49 CONFIG_HEADER = $(top_builddir)/config.h
     50 CONFIG_CLEAN_VPATH_FILES =
     51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     52 am__vpath_adj = case $$p in \
     53     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     54     *) f=$$p;; \
     55   esac;
     56 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     57 am__install_max = 40
     58 am__nobase_strip_setup = \
     59   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     60 am__nobase_strip = \
     61   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     62 am__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] }'
     69 am__base_list = \
     70   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     71   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     72 am__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   }
     78 am__installdirs = "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)"
     79 LTLIBRARIES = $(pyexec_LTLIBRARIES)
     80 _capng_la_LIBADD =
     81 nodist__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 $@
     86 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     87 depcomp = $(SHELL) $(top_srcdir)/depcomp
     88 am__depfiles_maybe = depfiles
     89 am__mv = mv -f
     90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     91 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     92 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     93 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     94 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     95 CCLD = $(CC)
     96 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     97 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     98 	$(LDFLAGS) -o $@
     99 SOURCES = $(nodist__capng_la_SOURCES)
    100 DIST_SOURCES =
    101 RECURSIVE_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
    108 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
    109 py_compile = $(top_srcdir)/py-compile
    110 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    111   distclean-recursive maintainer-clean-recursive
    112 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    113 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
    114 	distdir
    115 ETAGS = etags
    116 CTAGS = ctags
    117 DIST_SUBDIRS = $(SUBDIRS)
    118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    119 am__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"
    144 ACLOCAL = @ACLOCAL@
    145 AMTAR = @AMTAR@
    146 AR = @AR@
    147 AUTOCONF = @AUTOCONF@
    148 AUTOHEADER = @AUTOHEADER@
    149 AUTOMAKE = @AUTOMAKE@
    150 AWK = @AWK@
    151 CC = @CC@
    152 CCDEPMODE = @CCDEPMODE@
    153 CFLAGS = @CFLAGS@
    154 CPP = @CPP@
    155 CPPFLAGS = @CPPFLAGS@
    156 CYGPATH_W = @CYGPATH_W@
    157 DEBUG = @DEBUG@
    158 DEFS = @DEFS@
    159 DEPDIR = @DEPDIR@
    160 DLLTOOL = @DLLTOOL@
    161 DSYMUTIL = @DSYMUTIL@
    162 DUMPBIN = @DUMPBIN@
    163 ECHO_C = @ECHO_C@
    164 ECHO_N = @ECHO_N@
    165 ECHO_T = @ECHO_T@
    166 EGREP = @EGREP@
    167 EXEEXT = @EXEEXT@
    168 FGREP = @FGREP@
    169 GREP = @GREP@
    170 INSTALL = @INSTALL@
    171 INSTALL_DATA = @INSTALL_DATA@
    172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    175 LD = @LD@
    176 LDFLAGS = @LDFLAGS@
    177 LIBOBJS = @LIBOBJS@
    178 LIBS = $(top_builddir)/src/libcap-ng.la
    179 LIBTOOL = @LIBTOOL@
    180 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    181 LIPO = @LIPO@
    182 LN_S = @LN_S@
    183 LTLIBOBJS = @LTLIBOBJS@
    184 MAKEINFO = @MAKEINFO@
    185 MANIFEST_TOOL = @MANIFEST_TOOL@
    186 MKDIR_P = @MKDIR_P@
    187 NM = @NM@
    188 NMEDIT = @NMEDIT@
    189 OBJDUMP = @OBJDUMP@
    190 OBJEXT = @OBJEXT@
    191 OTOOL = @OTOOL@
    192 OTOOL64 = @OTOOL64@
    193 PACKAGE = @PACKAGE@
    194 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    195 PACKAGE_NAME = @PACKAGE_NAME@
    196 PACKAGE_STRING = @PACKAGE_STRING@
    197 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    198 PACKAGE_URL = @PACKAGE_URL@
    199 PACKAGE_VERSION = @PACKAGE_VERSION@
    200 PATH_SEPARATOR = @PATH_SEPARATOR@
    201 PYTHON = @PYTHON@
    202 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    203 PYTHON_PLATFORM = @PYTHON_PLATFORM@
    204 PYTHON_PREFIX = @PYTHON_PREFIX@
    205 PYTHON_VERSION = @PYTHON_VERSION@
    206 RANLIB = @RANLIB@
    207 SED = @SED@
    208 SET_MAKE = @SET_MAKE@
    209 SHELL = @SHELL@
    210 STRIP = @STRIP@
    211 VERSION = @VERSION@
    212 abs_builddir = @abs_builddir@
    213 abs_srcdir = @abs_srcdir@
    214 abs_top_builddir = @abs_top_builddir@
    215 abs_top_srcdir = @abs_top_srcdir@
    216 ac_ct_AR = @ac_ct_AR@
    217 ac_ct_CC = @ac_ct_CC@
    218 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    219 am__include = @am__include@
    220 am__leading_dot = @am__leading_dot@
    221 am__quote = @am__quote@
    222 am__tar = @am__tar@
    223 am__untar = @am__untar@
    224 bindir = @bindir@
    225 build = @build@
    226 build_alias = @build_alias@
    227 build_cpu = @build_cpu@
    228 build_os = @build_os@
    229 build_vendor = @build_vendor@
    230 builddir = @builddir@
    231 datadir = @datadir@
    232 datarootdir = @datarootdir@
    233 docdir = @docdir@
    234 dvidir = @dvidir@
    235 exec_prefix = @exec_prefix@
    236 host = @host@
    237 host_alias = @host_alias@
    238 host_cpu = @host_cpu@
    239 host_os = @host_os@
    240 host_vendor = @host_vendor@
    241 htmldir = @htmldir@
    242 includedir = @includedir@
    243 infodir = @infodir@
    244 install_sh = @install_sh@
    245 libdir = @libdir@
    246 libexecdir = @libexecdir@
    247 localedir = @localedir@
    248 localstatedir = @localstatedir@
    249 mandir = @mandir@
    250 mkdir_p = @mkdir_p@
    251 oldincludedir = @oldincludedir@
    252 pdfdir = @pdfdir@
    253 pkgpyexecdir = @pkgpyexecdir@
    254 pkgpythondir = @pkgpythondir@
    255 prefix = @prefix@
    256 program_transform_name = @program_transform_name@
    257 psdir = @psdir@
    258 pyexecdir = @pyexecdir@
    259 pythondir = @pythondir@
    260 sbindir = @sbindir@
    261 sharedstatedir = @sharedstatedir@
    262 srcdir = @srcdir@
    263 swig_found = @swig_found@
    264 sysconfdir = @sysconfdir@
    265 target = @target@
    266 target_alias = @target_alias@
    267 target_cpu = @target_cpu@
    268 target_os = @target_os@
    269 target_vendor = @target_vendor@
    270 top_build_prefix = @top_build_prefix@
    271 top_builddir = @top_builddir@
    272 top_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 (a] redhat.com>
    294 #
    295 SUBDIRS = test
    296 EXTRA_DIST = capng_swig.i
    297 CONFIG_CLEAN_FILES = *.loT *.rej *.orig
    298 AM_CFLAGS = -fPIC -DPIC
    299 INCLUDES = -I. -I$(top_builddir) -I/usr/include/$(PYLIBVER)
    300 pyexec_PYTHON = capng.py
    301 pyexec_LTLIBRARIES = _capng.la
    302 pyexec_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
    306 nodist__capng_la_SOURCES = capng_wrap.c
    307 CLEANFILES = capng.py* capng_wrap.c caps.h capng.h *~
    308 all: 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
    325 Makefile: $(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):
    342 install-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 
    356 uninstall-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 
    365 clean-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 
    376 mostlyclean-compile:
    377 	-rm -f *.$(OBJEXT)
    378 
    379 distclean-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 
    412 mostlyclean-libtool:
    413 	-rm -f *.lo
    414 
    415 clean-libtool:
    416 	-rm -rf .libs _libs
    417 install-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 
    439 uninstall-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"
    514 tags-recursive:
    515 	list='$(SUBDIRS)'; for subdir in $$list; do \
    516 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    517 	done
    518 ctags-recursive:
    519 	list='$(SUBDIRS)'; for subdir in $$list; do \
    520 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    521 	done
    522 
    523 ID: $(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
    531 tags: TAGS
    532 
    533 TAGS: 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
    567 ctags: CTAGS
    568 CTAGS: 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 
    580 GTAGS:
    581 	here=`$(am__cd) $(top_builddir) && pwd` \
    582 	  && $(am__cd) $(top_srcdir) \
    583 	  && gtags -i $(GTAGS_ARGS) "$$here"
    584 
    585 distclean-tags:
    586 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    587 
    588 distdir: $(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
    646 check-am: all-am
    647 check: check-recursive
    648 all-am: Makefile $(LTLIBRARIES)
    649 installdirs: installdirs-recursive
    650 installdirs-am:
    651 	for dir in "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)"; do \
    652 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    653 	done
    654 install: install-recursive
    655 install-exec: install-exec-recursive
    656 install-data: install-data-recursive
    657 uninstall: uninstall-recursive
    658 
    659 install-am: all-am
    660 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    661 
    662 installcheck: installcheck-recursive
    663 install-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
    673 mostlyclean-generic:
    674 
    675 clean-generic:
    676 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    677 
    678 distclean-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 
    682 maintainer-clean-generic:
    683 	@echo "This command is intended for maintainers to use"
    684 	@echo "it deletes files that may require special tools to rebuild."
    685 clean: clean-recursive
    686 
    687 clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
    688 	mostlyclean-am
    689 
    690 distclean: distclean-recursive
    691 	-rm -rf ./$(DEPDIR)
    692 	-rm -f Makefile
    693 distclean-am: clean-am distclean-compile distclean-generic \
    694 	distclean-tags
    695 
    696 dvi: dvi-recursive
    697 
    698 dvi-am:
    699 
    700 html: html-recursive
    701 
    702 html-am:
    703 
    704 info: info-recursive
    705 
    706 info-am:
    707 
    708 install-data-am:
    709 
    710 install-dvi: install-dvi-recursive
    711 
    712 install-dvi-am:
    713 
    714 install-exec-am: install-pyexecLTLIBRARIES install-pyexecPYTHON
    715 
    716 install-html: install-html-recursive
    717 
    718 install-html-am:
    719 
    720 install-info: install-info-recursive
    721 
    722 install-info-am:
    723 
    724 install-man:
    725 
    726 install-pdf: install-pdf-recursive
    727 
    728 install-pdf-am:
    729 
    730 install-ps: install-ps-recursive
    731 
    732 install-ps-am:
    733 
    734 installcheck-am:
    735 
    736 maintainer-clean: maintainer-clean-recursive
    737 	-rm -rf ./$(DEPDIR)
    738 	-rm -f Makefile
    739 maintainer-clean-am: distclean-am maintainer-clean-generic
    740 
    741 mostlyclean: mostlyclean-recursive
    742 
    743 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    744 	mostlyclean-libtool
    745 
    746 pdf: pdf-recursive
    747 
    748 pdf-am:
    749 
    750 ps: ps-recursive
    751 
    752 ps-am:
    753 
    754 uninstall-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 
    775 PYLIBVER ?= python$(PYTHON_VERSION)
    776 _capng_la_HEADERS: $(top_builddir)/config.h 
    777 capng.py capng_wrap.c: ${srcdir}/capng_swig.i caps.h capng.h
    778 	swig -o capng_wrap.c -python ${INCLUDES} ${srcdir}/capng_swig.i 
    779 caps.h:
    780 	cat /usr/include/linux/capability.h | grep '^#define CAP'  | grep -v '[()]' > caps.h
    781 capng.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