Home | History | Annotate | Download | only in examples
      1 # Makefile.in generated by automake 1.14 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 noinst_PROGRAMS = tc1$(EXEEXT) fileman$(EXEEXT) $(am__EXEEXT_1)
     82 @WIDECHAR_TRUE@am__append_1 = wtc1
     83 subdir = examples
     84 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     85 	$(top_srcdir)/depcomp
     86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     87 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     88 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     89 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     90 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
     91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     92 	$(ACLOCAL_M4)
     93 mkinstalldirs = $(install_sh) -d
     94 CONFIG_HEADER = $(top_builddir)/config.h
     95 CONFIG_CLEAN_FILES =
     96 CONFIG_CLEAN_VPATH_FILES =
     97 @WIDECHAR_TRUE@am__EXEEXT_1 = wtc1$(EXEEXT)
     98 PROGRAMS = $(noinst_PROGRAMS)
     99 am_fileman_OBJECTS = fileman.$(OBJEXT)
    100 fileman_OBJECTS = $(am_fileman_OBJECTS)
    101 fileman_LDADD = $(LDADD)
    102 fileman_DEPENDENCIES = $(top_builddir)/src/libedit.la
    103 AM_V_lt = $(am__v_lt_@AM_V@)
    104 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    105 am__v_lt_0 = --silent
    106 am__v_lt_1 = 
    107 am_tc1_OBJECTS = tc1.$(OBJEXT)
    108 tc1_OBJECTS = $(am_tc1_OBJECTS)
    109 tc1_LDADD = $(LDADD)
    110 tc1_DEPENDENCIES = $(top_builddir)/src/libedit.la
    111 am__wtc1_SOURCES_DIST = wtc1.c
    112 @WIDECHAR_TRUE@am_wtc1_OBJECTS = wtc1.$(OBJEXT)
    113 wtc1_OBJECTS = $(am_wtc1_OBJECTS)
    114 wtc1_LDADD = $(LDADD)
    115 wtc1_DEPENDENCIES = $(top_builddir)/src/libedit.la
    116 AM_V_P = $(am__v_P_@AM_V@)
    117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    118 am__v_P_0 = false
    119 am__v_P_1 = :
    120 AM_V_GEN = $(am__v_GEN_@AM_V@)
    121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    122 am__v_GEN_0 = @echo "  GEN     " $@;
    123 am__v_GEN_1 = 
    124 AM_V_at = $(am__v_at_@AM_V@)
    125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    126 am__v_at_0 = @
    127 am__v_at_1 = 
    128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    129 depcomp = $(SHELL) $(top_srcdir)/depcomp
    130 am__depfiles_maybe = depfiles
    131 am__mv = mv -f
    132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    133 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    134 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    135 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    136 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    137 	$(AM_CFLAGS) $(CFLAGS)
    138 AM_V_CC = $(am__v_CC_@AM_V@)
    139 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    140 am__v_CC_0 = @echo "  CC      " $@;
    141 am__v_CC_1 = 
    142 CCLD = $(CC)
    143 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    144 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    145 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    148 am__v_CCLD_0 = @echo "  CCLD    " $@;
    149 am__v_CCLD_1 = 
    150 SOURCES = $(fileman_SOURCES) $(tc1_SOURCES) $(wtc1_SOURCES)
    151 DIST_SOURCES = $(fileman_SOURCES) $(tc1_SOURCES) \
    152 	$(am__wtc1_SOURCES_DIST)
    153 am__can_run_installinfo = \
    154   case $$AM_UPDATE_INFO_DIR in \
    155     n|no|NO) false;; \
    156     *) (install-info --version) >/dev/null 2>&1;; \
    157   esac
    158 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    159 # Read a list of newline-separated strings from the standard input,
    160 # and print each of them once, without duplicates.  Input order is
    161 # *not* preserved.
    162 am__uniquify_input = $(AWK) '\
    163   BEGIN { nonempty = 0; } \
    164   { items[$$0] = 1; nonempty = 1; } \
    165   END { if (nonempty) { for (i in items) print i; }; } \
    166 '
    167 # Make sure the list of sources is unique.  This is necessary because,
    168 # e.g., the same source file might be shared among _SOURCES variables
    169 # for different programs/libraries.
    170 am__define_uniq_tagged_files = \
    171   list='$(am__tagged_files)'; \
    172   unique=`for i in $$list; do \
    173     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    174   done | $(am__uniquify_input)`
    175 ETAGS = etags
    176 CTAGS = ctags
    177 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    178 ACLOCAL = @ACLOCAL@
    179 AMTAR = @AMTAR@
    180 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    181 AR = @AR@
    182 AUTOCONF = @AUTOCONF@
    183 AUTOHEADER = @AUTOHEADER@
    184 AUTOMAKE = @AUTOMAKE@
    185 AWK = @AWK@
    186 CC = @CC@
    187 CCDEPMODE = @CCDEPMODE@
    188 CFLAGS = @CFLAGS@
    189 CPP = @CPP@
    190 CPPFLAGS = @CPPFLAGS@
    191 CYGPATH_W = @CYGPATH_W@
    192 DEFS = @DEFS@
    193 DEPDIR = @DEPDIR@
    194 DLLTOOL = @DLLTOOL@
    195 DSYMUTIL = @DSYMUTIL@
    196 DUMPBIN = @DUMPBIN@
    197 ECHO_C = @ECHO_C@
    198 ECHO_N = @ECHO_N@
    199 ECHO_T = @ECHO_T@
    200 EGREP = @EGREP@
    201 EXEEXT = @EXEEXT@
    202 FGREP = @FGREP@
    203 GREP = @GREP@
    204 INSTALL = @INSTALL@
    205 INSTALL_DATA = @INSTALL_DATA@
    206 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    207 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    208 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    209 LD = @LD@
    210 LDFLAGS = @LDFLAGS@
    211 LIBOBJS = @LIBOBJS@
    212 LIBS = @LIBS@
    213 LIBTOOL = @LIBTOOL@
    214 LIPO = @LIPO@
    215 LN_S = @LN_S@
    216 LTLIBOBJS = @LTLIBOBJS@
    217 LT_VERSION = @LT_VERSION@
    218 MAKEINFO = @MAKEINFO@
    219 MANIFEST_TOOL = @MANIFEST_TOOL@
    220 MANTYPE = @MANTYPE@
    221 MKDIR_P = @MKDIR_P@
    222 NM = @NM@
    223 NMEDIT = @NMEDIT@
    224 NROFF = @NROFF@
    225 OBJDUMP = @OBJDUMP@
    226 OBJEXT = @OBJEXT@
    227 OTOOL = @OTOOL@
    228 OTOOL64 = @OTOOL64@
    229 PACKAGE = @PACKAGE@
    230 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    231 PACKAGE_NAME = @PACKAGE_NAME@
    232 PACKAGE_STRING = @PACKAGE_STRING@
    233 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    234 PACKAGE_URL = @PACKAGE_URL@
    235 PACKAGE_VERSION = @PACKAGE_VERSION@
    236 PATH_SEPARATOR = @PATH_SEPARATOR@
    237 RANLIB = @RANLIB@
    238 SED = @SED@
    239 SET_MAKE = @SET_MAKE@
    240 SHELL = @SHELL@
    241 STRIP = @STRIP@
    242 VERSION = @VERSION@
    243 abs_builddir = @abs_builddir@
    244 abs_srcdir = @abs_srcdir@
    245 abs_top_builddir = @abs_top_builddir@
    246 abs_top_srcdir = @abs_top_srcdir@
    247 ac_ct_AR = @ac_ct_AR@
    248 ac_ct_CC = @ac_ct_CC@
    249 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    250 am__include = @am__include@
    251 am__leading_dot = @am__leading_dot@
    252 am__quote = @am__quote@
    253 am__tar = @am__tar@
    254 am__untar = @am__untar@
    255 bindir = @bindir@
    256 build = @build@
    257 build_alias = @build_alias@
    258 build_cpu = @build_cpu@
    259 build_os = @build_os@
    260 build_vendor = @build_vendor@
    261 builddir = @builddir@
    262 datadir = @datadir@
    263 datarootdir = @datarootdir@
    264 docdir = @docdir@
    265 dvidir = @dvidir@
    266 exec_prefix = @exec_prefix@
    267 host = @host@
    268 host_alias = @host_alias@
    269 host_cpu = @host_cpu@
    270 host_os = @host_os@
    271 host_vendor = @host_vendor@
    272 htmldir = @htmldir@
    273 includedir = @includedir@
    274 infodir = @infodir@
    275 install_sh = @install_sh@
    276 libdir = @libdir@
    277 libexecdir = @libexecdir@
    278 localedir = @localedir@
    279 localstatedir = @localstatedir@
    280 mandir = @mandir@
    281 mkdir_p = @mkdir_p@
    282 oldincludedir = @oldincludedir@
    283 pdfdir = @pdfdir@
    284 prefix = @prefix@
    285 program_transform_name = @program_transform_name@
    286 psdir = @psdir@
    287 sbindir = @sbindir@
    288 sharedstatedir = @sharedstatedir@
    289 srcdir = @srcdir@
    290 sysconfdir = @sysconfdir@
    291 target_alias = @target_alias@
    292 top_build_prefix = @top_build_prefix@
    293 top_builddir = @top_builddir@
    294 top_srcdir = @top_srcdir@
    295 LDADD = $(top_builddir)/src/libedit.la
    296 AM_CFLAGS = -I$(top_srcdir)/src
    297 tc1_SOURCES = tc1.c
    298 fileman_SOURCES = fileman.c
    299 @WIDECHAR_TRUE@wtc1_SOURCES = wtc1.c
    300 all: all-am
    301 
    302 .SUFFIXES:
    303 .SUFFIXES: .c .lo .o .obj
    304 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    305 	@for dep in $?; do \
    306 	  case '$(am__configure_deps)' in \
    307 	    *$$dep*) \
    308 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    309 	        && { if test -f $@; then exit 0; else break; fi; }; \
    310 	      exit 1;; \
    311 	  esac; \
    312 	done; \
    313 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
    314 	$(am__cd) $(top_srcdir) && \
    315 	  $(AUTOMAKE) --foreign examples/Makefile
    316 .PRECIOUS: Makefile
    317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    318 	@case '$?' in \
    319 	  *config.status*) \
    320 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    321 	  *) \
    322 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    323 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    324 	esac;
    325 
    326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    327 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    328 
    329 $(top_srcdir)/configure:  $(am__configure_deps)
    330 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    331 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    332 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    333 $(am__aclocal_m4_deps):
    334 
    335 clean-noinstPROGRAMS:
    336 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
    337 	echo " rm -f" $$list; \
    338 	rm -f $$list || exit $$?; \
    339 	test -n "$(EXEEXT)" || exit 0; \
    340 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    341 	echo " rm -f" $$list; \
    342 	rm -f $$list
    343 
    344 fileman$(EXEEXT): $(fileman_OBJECTS) $(fileman_DEPENDENCIES) $(EXTRA_fileman_DEPENDENCIES) 
    345 	@rm -f fileman$(EXEEXT)
    346 	$(AM_V_CCLD)$(LINK) $(fileman_OBJECTS) $(fileman_LDADD) $(LIBS)
    347 
    348 tc1$(EXEEXT): $(tc1_OBJECTS) $(tc1_DEPENDENCIES) $(EXTRA_tc1_DEPENDENCIES) 
    349 	@rm -f tc1$(EXEEXT)
    350 	$(AM_V_CCLD)$(LINK) $(tc1_OBJECTS) $(tc1_LDADD) $(LIBS)
    351 
    352 wtc1$(EXEEXT): $(wtc1_OBJECTS) $(wtc1_DEPENDENCIES) $(EXTRA_wtc1_DEPENDENCIES) 
    353 	@rm -f wtc1$(EXEEXT)
    354 	$(AM_V_CCLD)$(LINK) $(wtc1_OBJECTS) $(wtc1_LDADD) $(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)/fileman.Po@am__quote@
    363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc1.Po@am__quote@
    364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wtc1.Po@am__quote@
    365 
    366 .c.o:
    367 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    368 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    369 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    370 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    371 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    372 
    373 .c.obj:
    374 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    375 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    376 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    377 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    378 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    379 
    380 .c.lo:
    381 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    382 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    383 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    384 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    385 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    386 
    387 mostlyclean-libtool:
    388 	-rm -f *.lo
    389 
    390 clean-libtool:
    391 	-rm -rf .libs _libs
    392 
    393 ID: $(am__tagged_files)
    394 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    395 tags: tags-am
    396 TAGS: tags
    397 
    398 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    399 	set x; \
    400 	here=`pwd`; \
    401 	$(am__define_uniq_tagged_files); \
    402 	shift; \
    403 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    404 	  test -n "$$unique" || unique=$$empty_fix; \
    405 	  if test $$# -gt 0; then \
    406 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    407 	      "$$@" $$unique; \
    408 	  else \
    409 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    410 	      $$unique; \
    411 	  fi; \
    412 	fi
    413 ctags: ctags-am
    414 
    415 CTAGS: ctags
    416 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    417 	$(am__define_uniq_tagged_files); \
    418 	test -z "$(CTAGS_ARGS)$$unique" \
    419 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    420 	     $$unique
    421 
    422 GTAGS:
    423 	here=`$(am__cd) $(top_builddir) && pwd` \
    424 	  && $(am__cd) $(top_srcdir) \
    425 	  && gtags -i $(GTAGS_ARGS) "$$here"
    426 cscopelist: cscopelist-am
    427 
    428 cscopelist-am: $(am__tagged_files)
    429 	list='$(am__tagged_files)'; \
    430 	case "$(srcdir)" in \
    431 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    432 	  *) sdir=$(subdir)/$(srcdir) ;; \
    433 	esac; \
    434 	for i in $$list; do \
    435 	  if test -f "$$i"; then \
    436 	    echo "$(subdir)/$$i"; \
    437 	  else \
    438 	    echo "$$sdir/$$i"; \
    439 	  fi; \
    440 	done >> $(top_builddir)/cscope.files
    441 
    442 distclean-tags:
    443 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    444 
    445 distdir: $(DISTFILES)
    446 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    447 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    448 	list='$(DISTFILES)'; \
    449 	  dist_files=`for file in $$list; do echo $$file; done | \
    450 	  sed -e "s|^$$srcdirstrip/||;t" \
    451 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    452 	case $$dist_files in \
    453 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    454 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    455 			   sort -u` ;; \
    456 	esac; \
    457 	for file in $$dist_files; do \
    458 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    459 	  if test -d $$d/$$file; then \
    460 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    461 	    if test -d "$(distdir)/$$file"; then \
    462 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    463 	    fi; \
    464 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    465 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    466 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    467 	    fi; \
    468 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    469 	  else \
    470 	    test -f "$(distdir)/$$file" \
    471 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    472 	    || exit 1; \
    473 	  fi; \
    474 	done
    475 check-am: all-am
    476 check: check-am
    477 all-am: Makefile $(PROGRAMS)
    478 installdirs:
    479 install: install-am
    480 install-exec: install-exec-am
    481 install-data: install-data-am
    482 uninstall: uninstall-am
    483 
    484 install-am: all-am
    485 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    486 
    487 installcheck: installcheck-am
    488 install-strip:
    489 	if test -z '$(STRIP)'; then \
    490 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    491 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    492 	      install; \
    493 	else \
    494 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    495 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    496 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    497 	fi
    498 mostlyclean-generic:
    499 
    500 clean-generic:
    501 
    502 distclean-generic:
    503 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    504 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    505 
    506 maintainer-clean-generic:
    507 	@echo "This command is intended for maintainers to use"
    508 	@echo "it deletes files that may require special tools to rebuild."
    509 clean: clean-am
    510 
    511 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
    512 	mostlyclean-am
    513 
    514 distclean: distclean-am
    515 	-rm -rf ./$(DEPDIR)
    516 	-rm -f Makefile
    517 distclean-am: clean-am distclean-compile distclean-generic \
    518 	distclean-tags
    519 
    520 dvi: dvi-am
    521 
    522 dvi-am:
    523 
    524 html: html-am
    525 
    526 html-am:
    527 
    528 info: info-am
    529 
    530 info-am:
    531 
    532 install-data-am:
    533 
    534 install-dvi: install-dvi-am
    535 
    536 install-dvi-am:
    537 
    538 install-exec-am:
    539 
    540 install-html: install-html-am
    541 
    542 install-html-am:
    543 
    544 install-info: install-info-am
    545 
    546 install-info-am:
    547 
    548 install-man:
    549 
    550 install-pdf: install-pdf-am
    551 
    552 install-pdf-am:
    553 
    554 install-ps: install-ps-am
    555 
    556 install-ps-am:
    557 
    558 installcheck-am:
    559 
    560 maintainer-clean: maintainer-clean-am
    561 	-rm -rf ./$(DEPDIR)
    562 	-rm -f Makefile
    563 maintainer-clean-am: distclean-am maintainer-clean-generic
    564 
    565 mostlyclean: mostlyclean-am
    566 
    567 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    568 	mostlyclean-libtool
    569 
    570 pdf: pdf-am
    571 
    572 pdf-am:
    573 
    574 ps: ps-am
    575 
    576 ps-am:
    577 
    578 uninstall-am:
    579 
    580 .MAKE: install-am install-strip
    581 
    582 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    583 	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
    584 	ctags-am distclean distclean-compile distclean-generic \
    585 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    586 	html-am info info-am install install-am install-data \
    587 	install-data-am install-dvi install-dvi-am install-exec \
    588 	install-exec-am install-html install-html-am install-info \
    589 	install-info-am install-man install-pdf install-pdf-am \
    590 	install-ps install-ps-am install-strip installcheck \
    591 	installcheck-am installdirs maintainer-clean \
    592 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    593 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    594 	tags tags-am uninstall uninstall-am
    595 
    596 
    597 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    598 # Otherwise a system limit (for SysV at least) may be exceeded.
    599 .NOEXPORT:
    600