Home | History | Annotate | Download | only in expect
      1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 VPATH = @srcdir@
     18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     19 am__make_running_with_option = \
     20   case $${target_option-} in \
     21       ?) ;; \
     22       *) echo "am__make_running_with_option: internal error: invalid" \
     23               "target option '$${target_option-}' specified" >&2; \
     24          exit 1;; \
     25   esac; \
     26   has_opt=no; \
     27   sane_makeflags=$$MAKEFLAGS; \
     28   if $(am__is_gnu_make); then \
     29     sane_makeflags=$$MFLAGS; \
     30   else \
     31     case $$MAKEFLAGS in \
     32       *\\[\ \	]*) \
     33         bs=\\; \
     34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     35           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     36     esac; \
     37   fi; \
     38   skip_next=no; \
     39   strip_trailopt () \
     40   { \
     41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     42   }; \
     43   for flg in $$sane_makeflags; do \
     44     test $$skip_next = yes && { skip_next=no; continue; }; \
     45     case $$flg in \
     46       *=*|--*) continue;; \
     47         -*I) strip_trailopt 'I'; skip_next=yes;; \
     48       -*I?*) strip_trailopt 'I';; \
     49         -*O) strip_trailopt 'O'; skip_next=yes;; \
     50       -*O?*) strip_trailopt 'O';; \
     51         -*l) strip_trailopt 'l'; skip_next=yes;; \
     52       -*l?*) strip_trailopt 'l';; \
     53       -[dEDm]) skip_next=yes;; \
     54       -[JT]) skip_next=yes;; \
     55     esac; \
     56     case $$flg in \
     57       *$$target_option*) has_opt=yes; break;; \
     58     esac; \
     59   done; \
     60   test $$has_opt = yes
     61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     63 pkgdatadir = $(datadir)/@PACKAGE@
     64 pkgincludedir = $(includedir)/@PACKAGE@
     65 pkglibdir = $(libdir)/@PACKAGE@
     66 pkglibexecdir = $(libexecdir)/@PACKAGE@
     67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     68 install_sh_DATA = $(install_sh) -c -m 644
     69 install_sh_PROGRAM = $(install_sh) -c
     70 install_sh_SCRIPT = $(install_sh) -c
     71 INSTALL_HEADER = $(INSTALL_DATA)
     72 transform = $(program_transform_name)
     73 NORMAL_INSTALL = :
     74 PRE_INSTALL = :
     75 POST_INSTALL = :
     76 NORMAL_UNINSTALL = :
     77 PRE_UNINSTALL = :
     78 POST_UNINSTALL = :
     79 build_triplet = @build@
     80 host_triplet = @host@
     81 DIST_COMMON = $(top_srcdir)/Make_global.am $(srcdir)/Makefile.in \
     82 	$(srcdir)/Makefile.am $(top_srcdir)/build-aux/depcomp
     83 subdir = src/expect
     84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     85 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     86 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     87 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     88 	$(top_srcdir)/configure.ac
     89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     90 	$(ACLOCAL_M4)
     91 mkinstalldirs = $(install_sh) -d
     92 CONFIG_HEADER = $(top_builddir)/config.h
     93 CONFIG_CLEAN_FILES =
     94 CONFIG_CLEAN_VPATH_FILES =
     95 LTLIBRARIES = $(noinst_LTLIBRARIES)
     96 libnfexpect_la_LIBADD =
     97 am_libnfexpect_la_OBJECTS = api.lo compare.lo getter.lo setter.lo \
     98 	parse.lo build.lo snprintf.lo snprintf_default.lo \
     99 	snprintf_xml.lo build_mnl.lo parse_mnl.lo
    100 libnfexpect_la_OBJECTS = $(am_libnfexpect_la_OBJECTS)
    101 AM_V_lt = $(am__v_lt_@AM_V@)
    102 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    103 am__v_lt_0 = --silent
    104 am__v_lt_1 = 
    105 AM_V_P = $(am__v_P_@AM_V@)
    106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    107 am__v_P_0 = false
    108 am__v_P_1 = :
    109 AM_V_GEN = $(am__v_GEN_@AM_V@)
    110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    111 am__v_GEN_0 = @echo "  GEN     " $@;
    112 am__v_GEN_1 = 
    113 AM_V_at = $(am__v_at_@AM_V@)
    114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    115 am__v_at_0 = @
    116 am__v_at_1 = 
    117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    118 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
    119 am__depfiles_maybe = depfiles
    120 am__mv = mv -f
    121 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    122 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    123 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    124 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    125 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    126 	$(AM_CFLAGS) $(CFLAGS)
    127 AM_V_CC = $(am__v_CC_@AM_V@)
    128 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    129 am__v_CC_0 = @echo "  CC      " $@;
    130 am__v_CC_1 = 
    131 CCLD = $(CC)
    132 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    133 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    134 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    135 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    136 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    137 am__v_CCLD_0 = @echo "  CCLD    " $@;
    138 am__v_CCLD_1 = 
    139 SOURCES = $(libnfexpect_la_SOURCES)
    140 DIST_SOURCES = $(libnfexpect_la_SOURCES)
    141 am__can_run_installinfo = \
    142   case $$AM_UPDATE_INFO_DIR in \
    143     n|no|NO) false;; \
    144     *) (install-info --version) >/dev/null 2>&1;; \
    145   esac
    146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    147 # Read a list of newline-separated strings from the standard input,
    148 # and print each of them once, without duplicates.  Input order is
    149 # *not* preserved.
    150 am__uniquify_input = $(AWK) '\
    151   BEGIN { nonempty = 0; } \
    152   { items[$$0] = 1; nonempty = 1; } \
    153   END { if (nonempty) { for (i in items) print i; }; } \
    154 '
    155 # Make sure the list of sources is unique.  This is necessary because,
    156 # e.g., the same source file might be shared among _SOURCES variables
    157 # for different programs/libraries.
    158 am__define_uniq_tagged_files = \
    159   list='$(am__tagged_files)'; \
    160   unique=`for i in $$list; do \
    161     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    162   done | $(am__uniquify_input)`
    163 ETAGS = etags
    164 CTAGS = ctags
    165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    166 ACLOCAL = @ACLOCAL@
    167 AMTAR = @AMTAR@
    168 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    169 AR = @AR@
    170 AUTOCONF = @AUTOCONF@
    171 AUTOHEADER = @AUTOHEADER@
    172 AUTOMAKE = @AUTOMAKE@
    173 AWK = @AWK@
    174 CC = @CC@
    175 CCDEPMODE = @CCDEPMODE@
    176 CFLAGS = @CFLAGS@
    177 CPP = @CPP@
    178 CPPFLAGS = @CPPFLAGS@
    179 CYGPATH_W = @CYGPATH_W@
    180 DEFS = @DEFS@
    181 DEPDIR = @DEPDIR@
    182 DLLTOOL = @DLLTOOL@
    183 DSYMUTIL = @DSYMUTIL@
    184 DUMPBIN = @DUMPBIN@
    185 ECHO_C = @ECHO_C@
    186 ECHO_N = @ECHO_N@
    187 ECHO_T = @ECHO_T@
    188 EGREP = @EGREP@
    189 EXEEXT = @EXEEXT@
    190 FGREP = @FGREP@
    191 GREP = @GREP@
    192 INSTALL = @INSTALL@
    193 INSTALL_DATA = @INSTALL_DATA@
    194 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    195 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    196 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    197 LD = @LD@
    198 LDFLAGS = @LDFLAGS@
    199 LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
    200 LIBMNL_LIBS = @LIBMNL_LIBS@
    201 LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
    202 LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
    203 LIBOBJS = @LIBOBJS@
    204 LIBS = @LIBS@
    205 LIBTOOL = @LIBTOOL@
    206 LIPO = @LIPO@
    207 LN_S = @LN_S@
    208 LTLIBOBJS = @LTLIBOBJS@
    209 MAKEINFO = @MAKEINFO@
    210 MANIFEST_TOOL = @MANIFEST_TOOL@
    211 MKDIR_P = @MKDIR_P@
    212 NM = @NM@
    213 NMEDIT = @NMEDIT@
    214 OBJDUMP = @OBJDUMP@
    215 OBJEXT = @OBJEXT@
    216 OTOOL = @OTOOL@
    217 OTOOL64 = @OTOOL64@
    218 PACKAGE = @PACKAGE@
    219 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    220 PACKAGE_NAME = @PACKAGE_NAME@
    221 PACKAGE_STRING = @PACKAGE_STRING@
    222 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    223 PACKAGE_URL = @PACKAGE_URL@
    224 PACKAGE_VERSION = @PACKAGE_VERSION@
    225 PATH_SEPARATOR = @PATH_SEPARATOR@
    226 PKG_CONFIG = @PKG_CONFIG@
    227 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    228 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    229 RANLIB = @RANLIB@
    230 SED = @SED@
    231 SET_MAKE = @SET_MAKE@
    232 SHELL = @SHELL@
    233 STRIP = @STRIP@
    234 VERSION = @VERSION@
    235 abs_builddir = @abs_builddir@
    236 abs_srcdir = @abs_srcdir@
    237 abs_top_builddir = @abs_top_builddir@
    238 abs_top_srcdir = @abs_top_srcdir@
    239 ac_ct_AR = @ac_ct_AR@
    240 ac_ct_CC = @ac_ct_CC@
    241 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    242 am__include = @am__include@
    243 am__leading_dot = @am__leading_dot@
    244 am__quote = @am__quote@
    245 am__tar = @am__tar@
    246 am__untar = @am__untar@
    247 bindir = @bindir@
    248 build = @build@
    249 build_alias = @build_alias@
    250 build_cpu = @build_cpu@
    251 build_os = @build_os@
    252 build_vendor = @build_vendor@
    253 builddir = @builddir@
    254 datadir = @datadir@
    255 datarootdir = @datarootdir@
    256 docdir = @docdir@
    257 dvidir = @dvidir@
    258 exec_prefix = @exec_prefix@
    259 host = @host@
    260 host_alias = @host_alias@
    261 host_cpu = @host_cpu@
    262 host_os = @host_os@
    263 host_vendor = @host_vendor@
    264 htmldir = @htmldir@
    265 includedir = @includedir@
    266 infodir = @infodir@
    267 install_sh = @install_sh@
    268 libdir = @libdir@
    269 libexecdir = @libexecdir@
    270 localedir = @localedir@
    271 localstatedir = @localstatedir@
    272 mandir = @mandir@
    273 mkdir_p = @mkdir_p@
    274 oldincludedir = @oldincludedir@
    275 pdfdir = @pdfdir@
    276 prefix = @prefix@
    277 program_transform_name = @program_transform_name@
    278 psdir = @psdir@
    279 sbindir = @sbindir@
    280 sharedstatedir = @sharedstatedir@
    281 srcdir = @srcdir@
    282 sysconfdir = @sysconfdir@
    283 target_alias = @target_alias@
    284 top_build_prefix = @top_build_prefix@
    285 top_builddir = @top_builddir@
    286 top_srcdir = @top_srcdir@
    287 
    288 # This is _NOT_ the library release version, it's an API version.
    289 # Please read Chapter 6 "Library interface versions" of the libtool
    290 # documentation before making any modification
    291 # http://sources.redhat.com/autobook/autobook/autobook_91.html
    292 LIBVERSION = 9:0:6
    293 AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS}
    294 AM_CFLAGS = -Wall
    295 noinst_LTLIBRARIES = libnfexpect.la 
    296 libnfexpect_la_SOURCES = api.c \
    297 			 compare.c \
    298 			 getter.c setter.c \
    299 			 parse.c build.c \
    300 			 snprintf.c \
    301 			 snprintf_default.c \
    302 			 snprintf_xml.c \
    303 			 build_mnl.c \
    304 			 parse_mnl.c
    305 
    306 all: all-am
    307 
    308 .SUFFIXES:
    309 .SUFFIXES: .c .lo .o .obj
    310 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
    311 	@for dep in $?; do \
    312 	  case '$(am__configure_deps)' in \
    313 	    *$$dep*) \
    314 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    315 	        && { if test -f $@; then exit 0; else break; fi; }; \
    316 	      exit 1;; \
    317 	  esac; \
    318 	done; \
    319 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/expect/Makefile'; \
    320 	$(am__cd) $(top_srcdir) && \
    321 	  $(AUTOMAKE) --foreign src/expect/Makefile
    322 .PRECIOUS: Makefile
    323 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    324 	@case '$?' in \
    325 	  *config.status*) \
    326 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    327 	  *) \
    328 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    329 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    330 	esac;
    331 $(top_srcdir)/Make_global.am:
    332 
    333 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    334 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    335 
    336 $(top_srcdir)/configure:  $(am__configure_deps)
    337 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    338 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    339 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    340 $(am__aclocal_m4_deps):
    341 
    342 clean-noinstLTLIBRARIES:
    343 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    344 	@list='$(noinst_LTLIBRARIES)'; \
    345 	locs=`for p in $$list; do echo $$p; done | \
    346 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    347 	      sort -u`; \
    348 	test -z "$$locs" || { \
    349 	  echo rm -f $${locs}; \
    350 	  rm -f $${locs}; \
    351 	}
    352 
    353 libnfexpect.la: $(libnfexpect_la_OBJECTS) $(libnfexpect_la_DEPENDENCIES) $(EXTRA_libnfexpect_la_DEPENDENCIES) 
    354 	$(AM_V_CCLD)$(LINK)  $(libnfexpect_la_OBJECTS) $(libnfexpect_la_LIBADD) $(LIBS)
    355 
    356 mostlyclean-compile:
    357 	-rm -f *.$(OBJEXT)
    358 
    359 distclean-compile:
    360 	-rm -f *.tab.c
    361 
    362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
    363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build.Plo@am__quote@
    364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_mnl.Plo@am__quote@
    365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compare.Plo@am__quote@
    366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getter.Plo@am__quote@
    367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
    368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_mnl.Plo@am__quote@
    369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setter.Plo@am__quote@
    370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@
    371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf_default.Plo@am__quote@
    372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf_xml.Plo@am__quote@
    373 
    374 .c.o:
    375 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    376 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    377 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    378 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    379 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    380 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    381 
    382 .c.obj:
    383 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    384 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    385 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    386 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    387 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    388 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    389 
    390 .c.lo:
    391 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    392 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    393 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    394 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    395 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    396 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    397 
    398 mostlyclean-libtool:
    399 	-rm -f *.lo
    400 
    401 clean-libtool:
    402 	-rm -rf .libs _libs
    403 
    404 ID: $(am__tagged_files)
    405 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    406 tags: tags-am
    407 TAGS: tags
    408 
    409 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    410 	set x; \
    411 	here=`pwd`; \
    412 	$(am__define_uniq_tagged_files); \
    413 	shift; \
    414 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    415 	  test -n "$$unique" || unique=$$empty_fix; \
    416 	  if test $$# -gt 0; then \
    417 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    418 	      "$$@" $$unique; \
    419 	  else \
    420 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    421 	      $$unique; \
    422 	  fi; \
    423 	fi
    424 ctags: ctags-am
    425 
    426 CTAGS: ctags
    427 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    428 	$(am__define_uniq_tagged_files); \
    429 	test -z "$(CTAGS_ARGS)$$unique" \
    430 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    431 	     $$unique
    432 
    433 GTAGS:
    434 	here=`$(am__cd) $(top_builddir) && pwd` \
    435 	  && $(am__cd) $(top_srcdir) \
    436 	  && gtags -i $(GTAGS_ARGS) "$$here"
    437 cscopelist: cscopelist-am
    438 
    439 cscopelist-am: $(am__tagged_files)
    440 	list='$(am__tagged_files)'; \
    441 	case "$(srcdir)" in \
    442 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    443 	  *) sdir=$(subdir)/$(srcdir) ;; \
    444 	esac; \
    445 	for i in $$list; do \
    446 	  if test -f "$$i"; then \
    447 	    echo "$(subdir)/$$i"; \
    448 	  else \
    449 	    echo "$$sdir/$$i"; \
    450 	  fi; \
    451 	done >> $(top_builddir)/cscope.files
    452 
    453 distclean-tags:
    454 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    455 
    456 distdir: $(DISTFILES)
    457 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    458 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    459 	list='$(DISTFILES)'; \
    460 	  dist_files=`for file in $$list; do echo $$file; done | \
    461 	  sed -e "s|^$$srcdirstrip/||;t" \
    462 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    463 	case $$dist_files in \
    464 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    465 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    466 			   sort -u` ;; \
    467 	esac; \
    468 	for file in $$dist_files; do \
    469 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    470 	  if test -d $$d/$$file; then \
    471 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    472 	    if test -d "$(distdir)/$$file"; then \
    473 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    474 	    fi; \
    475 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    476 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    477 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    478 	    fi; \
    479 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    480 	  else \
    481 	    test -f "$(distdir)/$$file" \
    482 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    483 	    || exit 1; \
    484 	  fi; \
    485 	done
    486 check-am: all-am
    487 check: check-am
    488 all-am: Makefile $(LTLIBRARIES)
    489 installdirs:
    490 install: install-am
    491 install-exec: install-exec-am
    492 install-data: install-data-am
    493 uninstall: uninstall-am
    494 
    495 install-am: all-am
    496 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    497 
    498 installcheck: installcheck-am
    499 install-strip:
    500 	if test -z '$(STRIP)'; then \
    501 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    502 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    503 	      install; \
    504 	else \
    505 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    506 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    507 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    508 	fi
    509 mostlyclean-generic:
    510 
    511 clean-generic:
    512 
    513 distclean-generic:
    514 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    515 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    516 
    517 maintainer-clean-generic:
    518 	@echo "This command is intended for maintainers to use"
    519 	@echo "it deletes files that may require special tools to rebuild."
    520 clean: clean-am
    521 
    522 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
    523 	mostlyclean-am
    524 
    525 distclean: distclean-am
    526 	-rm -rf ./$(DEPDIR)
    527 	-rm -f Makefile
    528 distclean-am: clean-am distclean-compile distclean-generic \
    529 	distclean-tags
    530 
    531 dvi: dvi-am
    532 
    533 dvi-am:
    534 
    535 html: html-am
    536 
    537 html-am:
    538 
    539 info: info-am
    540 
    541 info-am:
    542 
    543 install-data-am:
    544 
    545 install-dvi: install-dvi-am
    546 
    547 install-dvi-am:
    548 
    549 install-exec-am:
    550 
    551 install-html: install-html-am
    552 
    553 install-html-am:
    554 
    555 install-info: install-info-am
    556 
    557 install-info-am:
    558 
    559 install-man:
    560 
    561 install-pdf: install-pdf-am
    562 
    563 install-pdf-am:
    564 
    565 install-ps: install-ps-am
    566 
    567 install-ps-am:
    568 
    569 installcheck-am:
    570 
    571 maintainer-clean: maintainer-clean-am
    572 	-rm -rf ./$(DEPDIR)
    573 	-rm -f Makefile
    574 maintainer-clean-am: distclean-am maintainer-clean-generic
    575 
    576 mostlyclean: mostlyclean-am
    577 
    578 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    579 	mostlyclean-libtool
    580 
    581 pdf: pdf-am
    582 
    583 pdf-am:
    584 
    585 ps: ps-am
    586 
    587 ps-am:
    588 
    589 uninstall-am:
    590 
    591 .MAKE: install-am install-strip
    592 
    593 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    594 	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
    595 	ctags-am distclean distclean-compile distclean-generic \
    596 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    597 	html-am info info-am install install-am install-data \
    598 	install-data-am install-dvi install-dvi-am install-exec \
    599 	install-exec-am install-html install-html-am install-info \
    600 	install-info-am install-man install-pdf install-pdf-am \
    601 	install-ps install-ps-am install-strip installcheck \
    602 	installcheck-am installdirs maintainer-clean \
    603 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    604 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    605 	tags tags-am uninstall uninstall-am
    606 
    607 
    608 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    609 # Otherwise a system limit (for SysV at least) may be exceeded.
    610 .NOEXPORT:
    611