Home | History | Annotate | Download | only in utils
      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 (a] redhat.com>
     38 # 
     39 
     40 VPATH = @srcdir@
     41 pkgdatadir = $(datadir)/@PACKAGE@
     42 pkgincludedir = $(includedir)/@PACKAGE@
     43 pkglibdir = $(libdir)/@PACKAGE@
     44 pkglibexecdir = $(libexecdir)/@PACKAGE@
     45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     46 install_sh_DATA = $(install_sh) -c -m 644
     47 install_sh_PROGRAM = $(install_sh) -c
     48 install_sh_SCRIPT = $(install_sh) -c
     49 INSTALL_HEADER = $(INSTALL_DATA)
     50 transform = $(program_transform_name)
     51 NORMAL_INSTALL = :
     52 PRE_INSTALL = :
     53 POST_INSTALL = :
     54 NORMAL_UNINSTALL = :
     55 PRE_UNINSTALL = :
     56 POST_UNINSTALL = :
     57 build_triplet = @build@
     58 host_triplet = @host@
     59 target_triplet = @target@
     60 bin_PROGRAMS = pscap$(EXEEXT) netcap$(EXEEXT) filecap$(EXEEXT) \
     61 	captest$(EXEEXT)
     62 subdir = utils
     63 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     65 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     66 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     67 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     68 	$(top_srcdir)/configure.ac
     69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     70 	$(ACLOCAL_M4)
     71 mkinstalldirs = $(install_sh) -d
     72 CONFIG_HEADER = $(top_builddir)/config.h
     73 CONFIG_CLEAN_VPATH_FILES =
     74 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)"
     75 PROGRAMS = $(bin_PROGRAMS)
     76 am_captest_OBJECTS = captest.$(OBJEXT)
     77 captest_OBJECTS = $(am_captest_OBJECTS)
     78 captest_LDADD = $(LDADD)
     79 am_filecap_OBJECTS = filecap.$(OBJEXT)
     80 filecap_OBJECTS = $(am_filecap_OBJECTS)
     81 filecap_LDADD = $(LDADD)
     82 am_netcap_OBJECTS = netcap.$(OBJEXT) proc-llist.$(OBJEXT)
     83 netcap_OBJECTS = $(am_netcap_OBJECTS)
     84 netcap_LDADD = $(LDADD)
     85 am_pscap_OBJECTS = pscap.$(OBJEXT)
     86 pscap_OBJECTS = $(am_pscap_OBJECTS)
     87 pscap_LDADD = $(LDADD)
     88 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     89 depcomp =
     90 am__depfiles_maybe =
     91 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     92 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     93 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     94 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     95 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     96 CCLD = $(CC)
     97 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     98 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     99 	$(LDFLAGS) -o $@
    100 SOURCES = $(captest_SOURCES) $(filecap_SOURCES) $(netcap_SOURCES) \
    101 	$(pscap_SOURCES)
    102 DIST_SOURCES = $(captest_SOURCES) $(filecap_SOURCES) $(netcap_SOURCES) \
    103 	$(pscap_SOURCES)
    104 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    105 am__vpath_adj = case $$p in \
    106     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    107     *) f=$$p;; \
    108   esac;
    109 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    110 am__install_max = 40
    111 am__nobase_strip_setup = \
    112   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    113 am__nobase_strip = \
    114   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    115 am__nobase_list = $(am__nobase_strip_setup); \
    116   for p in $$list; do echo "$$p $$p"; done | \
    117   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    118   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    119     if (++n[$$2] == $(am__install_max)) \
    120       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    121     END { for (dir in files) print dir, files[dir] }'
    122 am__base_list = \
    123   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    124   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    125 am__uninstall_files_from_dir = { \
    126   test -z "$$files" \
    127     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    128     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    129          $(am__cd) "$$dir" && rm -f $$files; }; \
    130   }
    131 man8dir = $(mandir)/man8
    132 NROFF = nroff
    133 MANS = $(man_MANS)
    134 ETAGS = etags
    135 CTAGS = ctags
    136 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    137 ACLOCAL = @ACLOCAL@
    138 AMTAR = @AMTAR@
    139 AR = @AR@
    140 AUTOCONF = @AUTOCONF@
    141 AUTOHEADER = @AUTOHEADER@
    142 AUTOMAKE = @AUTOMAKE@
    143 AWK = @AWK@
    144 CC = @CC@
    145 CCDEPMODE = @CCDEPMODE@
    146 CFLAGS = @CFLAGS@
    147 CPP = @CPP@
    148 CPPFLAGS = @CPPFLAGS@
    149 CYGPATH_W = @CYGPATH_W@
    150 DEBUG = @DEBUG@
    151 DEFS = @DEFS@
    152 DEPDIR = @DEPDIR@
    153 DLLTOOL = @DLLTOOL@
    154 DSYMUTIL = @DSYMUTIL@
    155 DUMPBIN = @DUMPBIN@
    156 ECHO_C = @ECHO_C@
    157 ECHO_N = @ECHO_N@
    158 ECHO_T = @ECHO_T@
    159 EGREP = @EGREP@
    160 EXEEXT = @EXEEXT@
    161 FGREP = @FGREP@
    162 GREP = @GREP@
    163 INSTALL = @INSTALL@
    164 INSTALL_DATA = @INSTALL_DATA@
    165 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    166 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    167 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    168 LD = @LD@
    169 LDFLAGS = @LDFLAGS@
    170 LIBOBJS = @LIBOBJS@
    171 LIBS = -L${top_builddir}/src -lcap-ng
    172 LIBTOOL = @LIBTOOL@
    173 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    174 LIPO = @LIPO@
    175 LN_S = @LN_S@
    176 LTLIBOBJS = @LTLIBOBJS@
    177 MAKEINFO = @MAKEINFO@
    178 MANIFEST_TOOL = @MANIFEST_TOOL@
    179 MKDIR_P = @MKDIR_P@
    180 NM = @NM@
    181 NMEDIT = @NMEDIT@
    182 OBJDUMP = @OBJDUMP@
    183 OBJEXT = @OBJEXT@
    184 OTOOL = @OTOOL@
    185 OTOOL64 = @OTOOL64@
    186 PACKAGE = @PACKAGE@
    187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    188 PACKAGE_NAME = @PACKAGE_NAME@
    189 PACKAGE_STRING = @PACKAGE_STRING@
    190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    191 PACKAGE_URL = @PACKAGE_URL@
    192 PACKAGE_VERSION = @PACKAGE_VERSION@
    193 PATH_SEPARATOR = @PATH_SEPARATOR@
    194 PYTHON = @PYTHON@
    195 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    196 PYTHON_PLATFORM = @PYTHON_PLATFORM@
    197 PYTHON_PREFIX = @PYTHON_PREFIX@
    198 PYTHON_VERSION = @PYTHON_VERSION@
    199 RANLIB = @RANLIB@
    200 SED = @SED@
    201 SET_MAKE = @SET_MAKE@
    202 SHELL = @SHELL@
    203 STRIP = @STRIP@
    204 VERSION = @VERSION@
    205 abs_builddir = @abs_builddir@
    206 abs_srcdir = @abs_srcdir@
    207 abs_top_builddir = @abs_top_builddir@
    208 abs_top_srcdir = @abs_top_srcdir@
    209 ac_ct_AR = @ac_ct_AR@
    210 ac_ct_CC = @ac_ct_CC@
    211 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    212 am__include = @am__include@
    213 am__leading_dot = @am__leading_dot@
    214 am__quote = @am__quote@
    215 am__tar = @am__tar@
    216 am__untar = @am__untar@
    217 bindir = @bindir@
    218 build = @build@
    219 build_alias = @build_alias@
    220 build_cpu = @build_cpu@
    221 build_os = @build_os@
    222 build_vendor = @build_vendor@
    223 builddir = @builddir@
    224 datadir = @datadir@
    225 datarootdir = @datarootdir@
    226 docdir = @docdir@
    227 dvidir = @dvidir@
    228 exec_prefix = @exec_prefix@
    229 host = @host@
    230 host_alias = @host_alias@
    231 host_cpu = @host_cpu@
    232 host_os = @host_os@
    233 host_vendor = @host_vendor@
    234 htmldir = @htmldir@
    235 includedir = @includedir@
    236 infodir = @infodir@
    237 install_sh = @install_sh@
    238 libdir = @libdir@
    239 libexecdir = @libexecdir@
    240 localedir = @localedir@
    241 localstatedir = @localstatedir@
    242 mandir = @mandir@
    243 mkdir_p = @mkdir_p@
    244 oldincludedir = @oldincludedir@
    245 pdfdir = @pdfdir@
    246 pkgpyexecdir = @pkgpyexecdir@
    247 pkgpythondir = @pkgpythondir@
    248 prefix = @prefix@
    249 program_transform_name = @program_transform_name@
    250 psdir = @psdir@
    251 pyexecdir = @pyexecdir@
    252 pythondir = @pythondir@
    253 sbindir = @sbindir@
    254 sharedstatedir = @sharedstatedir@
    255 srcdir = @srcdir@
    256 swig_found = @swig_found@
    257 sysconfdir = @sysconfdir@
    258 target = @target@
    259 target_alias = @target_alias@
    260 target_cpu = @target_cpu@
    261 target_os = @target_os@
    262 target_vendor = @target_vendor@
    263 top_build_prefix = @top_build_prefix@
    264 top_builddir = @top_builddir@
    265 top_srcdir = @top_srcdir@
    266 CONFIG_CLEAN_FILES = *.loT *.rej *.orig
    267 AUTOMAKE_OPTIONS = no-dependencies
    268 EXTRA_DIST = $(man_MANS)
    269 INCLUDES = -I${top_srcdir} -I${top_srcdir}/src
    270 AM_CFLAGS = -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE
    271 man_MANS = pscap.8 netcap.8 filecap.8 captest.8
    272 pscap_SOURCES = pscap.c
    273 netcap_SOURCES = netcap.c proc-llist.c proc-llist.h
    274 filecap_SOURCES = filecap.c
    275 captest_SOURCES = captest.c
    276 all: all-am
    277 
    278 .SUFFIXES:
    279 .SUFFIXES: .c .lo .o .obj
    280 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    281 	@for dep in $?; do \
    282 	  case '$(am__configure_deps)' in \
    283 	    *$$dep*) \
    284 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    285 	        && { if test -f $@; then exit 0; else break; fi; }; \
    286 	      exit 1;; \
    287 	  esac; \
    288 	done; \
    289 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \
    290 	$(am__cd) $(top_srcdir) && \
    291 	  $(AUTOMAKE) --gnu utils/Makefile
    292 .PRECIOUS: Makefile
    293 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    294 	@case '$?' in \
    295 	  *config.status*) \
    296 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    297 	  *) \
    298 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    299 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    300 	esac;
    301 
    302 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    303 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    304 
    305 $(top_srcdir)/configure:  $(am__configure_deps)
    306 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    307 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    308 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    309 $(am__aclocal_m4_deps):
    310 install-binPROGRAMS: $(bin_PROGRAMS)
    311 	@$(NORMAL_INSTALL)
    312 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    313 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    314 	for p in $$list; do echo "$$p $$p"; done | \
    315 	sed 's/$(EXEEXT)$$//' | \
    316 	while read p p1; do if test -f $$p || test -f $$p1; \
    317 	  then echo "$$p"; echo "$$p"; else :; fi; \
    318 	done | \
    319 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    320 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    321 	sed 'N;N;N;s,\n, ,g' | \
    322 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    323 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    324 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    325 	    else { print "f", $$3 "/" $$4, $$1; } } \
    326 	  END { for (d in files) print "f", d, files[d] }' | \
    327 	while read type dir files; do \
    328 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    329 	    test -z "$$files" || { \
    330 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    331 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    332 	    } \
    333 	; done
    334 
    335 uninstall-binPROGRAMS:
    336 	@$(NORMAL_UNINSTALL)
    337 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    338 	files=`for p in $$list; do echo "$$p"; done | \
    339 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    340 	      -e 's/$$/$(EXEEXT)/' `; \
    341 	test -n "$$list" || exit 0; \
    342 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    343 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    344 
    345 clean-binPROGRAMS:
    346 	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
    347 	echo " rm -f" $$list; \
    348 	rm -f $$list || exit $$?; \
    349 	test -n "$(EXEEXT)" || exit 0; \
    350 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    351 	echo " rm -f" $$list; \
    352 	rm -f $$list
    353 captest$(EXEEXT): $(captest_OBJECTS) $(captest_DEPENDENCIES) $(EXTRA_captest_DEPENDENCIES) 
    354 	@rm -f captest$(EXEEXT)
    355 	$(LINK) $(captest_OBJECTS) $(captest_LDADD) $(LIBS)
    356 filecap$(EXEEXT): $(filecap_OBJECTS) $(filecap_DEPENDENCIES) $(EXTRA_filecap_DEPENDENCIES) 
    357 	@rm -f filecap$(EXEEXT)
    358 	$(LINK) $(filecap_OBJECTS) $(filecap_LDADD) $(LIBS)
    359 netcap$(EXEEXT): $(netcap_OBJECTS) $(netcap_DEPENDENCIES) $(EXTRA_netcap_DEPENDENCIES) 
    360 	@rm -f netcap$(EXEEXT)
    361 	$(LINK) $(netcap_OBJECTS) $(netcap_LDADD) $(LIBS)
    362 pscap$(EXEEXT): $(pscap_OBJECTS) $(pscap_DEPENDENCIES) $(EXTRA_pscap_DEPENDENCIES) 
    363 	@rm -f pscap$(EXEEXT)
    364 	$(LINK) $(pscap_OBJECTS) $(pscap_LDADD) $(LIBS)
    365 
    366 mostlyclean-compile:
    367 	-rm -f *.$(OBJEXT)
    368 
    369 distclean-compile:
    370 	-rm -f *.tab.c
    371 
    372 .c.o:
    373 	$(COMPILE) -c $<
    374 
    375 .c.obj:
    376 	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    377 
    378 .c.lo:
    379 	$(LTCOMPILE) -c -o $@ $<
    380 
    381 mostlyclean-libtool:
    382 	-rm -f *.lo
    383 
    384 clean-libtool:
    385 	-rm -rf .libs _libs
    386 install-man8: $(man_MANS)
    387 	@$(NORMAL_INSTALL)
    388 	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
    389 	@list=''; test -n "$(man8dir)" || exit 0; \
    390 	{ for i in $$list; do echo "$$i"; done; \
    391 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    392 	  sed -n '/\.8[a-z]*$$/p'; \
    393 	} | while read p; do \
    394 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    395 	  echo "$$d$$p"; echo "$$p"; \
    396 	done | \
    397 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
    398 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    399 	sed 'N;N;s,\n, ,g' | { \
    400 	list=; while read file base inst; do \
    401 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    402 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
    403 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
    404 	  fi; \
    405 	done; \
    406 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    407 	while read files; do \
    408 	  test -z "$$files" || { \
    409 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
    410 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
    411 	done; }
    412 
    413 uninstall-man8:
    414 	@$(NORMAL_UNINSTALL)
    415 	@list=''; test -n "$(man8dir)" || exit 0; \
    416 	files=`{ for i in $$list; do echo "$$i"; done; \
    417 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    418 	  sed -n '/\.8[a-z]*$$/p'; \
    419 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
    420 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    421 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
    422 
    423 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    424 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    425 	unique=`for i in $$list; do \
    426 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    427 	  done | \
    428 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    429 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    430 	mkid -fID $$unique
    431 tags: TAGS
    432 
    433 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    434 		$(TAGS_FILES) $(LISP)
    435 	set x; \
    436 	here=`pwd`; \
    437 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    438 	unique=`for i in $$list; do \
    439 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    440 	  done | \
    441 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    442 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    443 	shift; \
    444 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    445 	  test -n "$$unique" || unique=$$empty_fix; \
    446 	  if test $$# -gt 0; then \
    447 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    448 	      "$$@" $$unique; \
    449 	  else \
    450 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    451 	      $$unique; \
    452 	  fi; \
    453 	fi
    454 ctags: CTAGS
    455 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    456 		$(TAGS_FILES) $(LISP)
    457 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    458 	unique=`for i in $$list; do \
    459 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    460 	  done | \
    461 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    462 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    463 	test -z "$(CTAGS_ARGS)$$unique" \
    464 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    465 	     $$unique
    466 
    467 GTAGS:
    468 	here=`$(am__cd) $(top_builddir) && pwd` \
    469 	  && $(am__cd) $(top_srcdir) \
    470 	  && gtags -i $(GTAGS_ARGS) "$$here"
    471 
    472 distclean-tags:
    473 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    474 
    475 distdir: $(DISTFILES)
    476 	@list='$(MANS)'; if test -n "$$list"; then \
    477 	  list=`for p in $$list; do \
    478 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    479 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    480 	  if test -n "$$list" && \
    481 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    482 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
    483 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    484 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    485 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
    486 	    exit 1; \
    487 	  else :; fi; \
    488 	else :; fi
    489 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    490 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    491 	list='$(DISTFILES)'; \
    492 	  dist_files=`for file in $$list; do echo $$file; done | \
    493 	  sed -e "s|^$$srcdirstrip/||;t" \
    494 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    495 	case $$dist_files in \
    496 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    497 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    498 			   sort -u` ;; \
    499 	esac; \
    500 	for file in $$dist_files; do \
    501 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    502 	  if test -d $$d/$$file; then \
    503 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    504 	    if test -d "$(distdir)/$$file"; then \
    505 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    506 	    fi; \
    507 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    508 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    509 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    510 	    fi; \
    511 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    512 	  else \
    513 	    test -f "$(distdir)/$$file" \
    514 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    515 	    || exit 1; \
    516 	  fi; \
    517 	done
    518 check-am: all-am
    519 check: check-am
    520 all-am: Makefile $(PROGRAMS) $(MANS)
    521 installdirs:
    522 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)"; do \
    523 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    524 	done
    525 install: install-am
    526 install-exec: install-exec-am
    527 install-data: install-data-am
    528 uninstall: uninstall-am
    529 
    530 install-am: all-am
    531 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    532 
    533 installcheck: installcheck-am
    534 install-strip:
    535 	if test -z '$(STRIP)'; then \
    536 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    537 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    538 	      install; \
    539 	else \
    540 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    541 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    542 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    543 	fi
    544 mostlyclean-generic:
    545 
    546 clean-generic:
    547 
    548 distclean-generic:
    549 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    550 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    551 
    552 maintainer-clean-generic:
    553 	@echo "This command is intended for maintainers to use"
    554 	@echo "it deletes files that may require special tools to rebuild."
    555 clean: clean-am
    556 
    557 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
    558 
    559 distclean: distclean-am
    560 	-rm -f Makefile
    561 distclean-am: clean-am distclean-compile distclean-generic \
    562 	distclean-tags
    563 
    564 dvi: dvi-am
    565 
    566 dvi-am:
    567 
    568 html: html-am
    569 
    570 html-am:
    571 
    572 info: info-am
    573 
    574 info-am:
    575 
    576 install-data-am: install-man
    577 
    578 install-dvi: install-dvi-am
    579 
    580 install-dvi-am:
    581 
    582 install-exec-am: install-binPROGRAMS
    583 
    584 install-html: install-html-am
    585 
    586 install-html-am:
    587 
    588 install-info: install-info-am
    589 
    590 install-info-am:
    591 
    592 install-man: install-man8
    593 
    594 install-pdf: install-pdf-am
    595 
    596 install-pdf-am:
    597 
    598 install-ps: install-ps-am
    599 
    600 install-ps-am:
    601 
    602 installcheck-am:
    603 
    604 maintainer-clean: maintainer-clean-am
    605 	-rm -f Makefile
    606 maintainer-clean-am: distclean-am maintainer-clean-generic
    607 
    608 mostlyclean: mostlyclean-am
    609 
    610 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    611 	mostlyclean-libtool
    612 
    613 pdf: pdf-am
    614 
    615 pdf-am:
    616 
    617 ps: ps-am
    618 
    619 ps-am:
    620 
    621 uninstall-am: uninstall-binPROGRAMS uninstall-man
    622 
    623 uninstall-man: uninstall-man8
    624 
    625 .MAKE: install-am install-strip
    626 
    627 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    628 	clean-generic clean-libtool ctags distclean distclean-compile \
    629 	distclean-generic distclean-libtool distclean-tags distdir dvi \
    630 	dvi-am html html-am info info-am install install-am \
    631 	install-binPROGRAMS install-data install-data-am install-dvi \
    632 	install-dvi-am install-exec install-exec-am install-html \
    633 	install-html-am install-info install-info-am install-man \
    634 	install-man8 install-pdf install-pdf-am install-ps \
    635 	install-ps-am install-strip installcheck installcheck-am \
    636 	installdirs maintainer-clean maintainer-clean-generic \
    637 	mostlyclean mostlyclean-compile mostlyclean-generic \
    638 	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
    639 	uninstall-am uninstall-binPROGRAMS uninstall-man \
    640 	uninstall-man8
    641 
    642 
    643 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    644 # Otherwise a system limit (for SysV at least) may be exceeded.
    645 .NOEXPORT:
    646