Home | History | Annotate | Download | only in libedit
      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 subdir = .
     82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     83 	$(top_srcdir)/configure $(am__configure_deps) \
     84 	$(srcdir)/config.h.in $(srcdir)/libedit.pc.in COPYING \
     85 	ChangeLog INSTALL THANKS compile config.guess config.sub \
     86 	depcomp install-sh missing ltmain.sh
     87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     88 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     89 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     90 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     91 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
     92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     93 	$(ACLOCAL_M4)
     94 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     95  configure.lineno config.status.lineno
     96 mkinstalldirs = $(install_sh) -d
     97 CONFIG_HEADER = config.h
     98 CONFIG_CLEAN_FILES = libedit.pc
     99 CONFIG_CLEAN_VPATH_FILES =
    100 AM_V_P = $(am__v_P_@AM_V@)
    101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    102 am__v_P_0 = false
    103 am__v_P_1 = :
    104 AM_V_GEN = $(am__v_GEN_@AM_V@)
    105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    106 am__v_GEN_0 = @echo "  GEN     " $@;
    107 am__v_GEN_1 = 
    108 AM_V_at = $(am__v_at_@AM_V@)
    109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    110 am__v_at_0 = @
    111 am__v_at_1 = 
    112 SOURCES =
    113 DIST_SOURCES =
    114 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    115 	ctags-recursive dvi-recursive html-recursive info-recursive \
    116 	install-data-recursive install-dvi-recursive \
    117 	install-exec-recursive install-html-recursive \
    118 	install-info-recursive install-pdf-recursive \
    119 	install-ps-recursive install-recursive installcheck-recursive \
    120 	installdirs-recursive pdf-recursive ps-recursive \
    121 	tags-recursive uninstall-recursive
    122 am__can_run_installinfo = \
    123   case $$AM_UPDATE_INFO_DIR in \
    124     n|no|NO) false;; \
    125     *) (install-info --version) >/dev/null 2>&1;; \
    126   esac
    127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    128 am__vpath_adj = case $$p in \
    129     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    130     *) f=$$p;; \
    131   esac;
    132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    133 am__install_max = 40
    134 am__nobase_strip_setup = \
    135   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    136 am__nobase_strip = \
    137   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    138 am__nobase_list = $(am__nobase_strip_setup); \
    139   for p in $$list; do echo "$$p $$p"; done | \
    140   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    141   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    142     if (++n[$$2] == $(am__install_max)) \
    143       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    144     END { for (dir in files) print dir, files[dir] }'
    145 am__base_list = \
    146   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    147   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    148 am__uninstall_files_from_dir = { \
    149   test -z "$$files" \
    150     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    151     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    152          $(am__cd) "$$dir" && rm -f $$files; }; \
    153   }
    154 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
    155 DATA = $(pkgconfig_DATA)
    156 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    157   distclean-recursive maintainer-clean-recursive
    158 am__recursive_targets = \
    159   $(RECURSIVE_TARGETS) \
    160   $(RECURSIVE_CLEAN_TARGETS) \
    161   $(am__extra_recursive_targets)
    162 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    163 	cscope distdir dist dist-all distcheck
    164 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    165 	$(LISP)config.h.in
    166 # Read a list of newline-separated strings from the standard input,
    167 # and print each of them once, without duplicates.  Input order is
    168 # *not* preserved.
    169 am__uniquify_input = $(AWK) '\
    170   BEGIN { nonempty = 0; } \
    171   { items[$$0] = 1; nonempty = 1; } \
    172   END { if (nonempty) { for (i in items) print i; }; } \
    173 '
    174 # Make sure the list of sources is unique.  This is necessary because,
    175 # e.g., the same source file might be shared among _SOURCES variables
    176 # for different programs/libraries.
    177 am__define_uniq_tagged_files = \
    178   list='$(am__tagged_files)'; \
    179   unique=`for i in $$list; do \
    180     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    181   done | $(am__uniquify_input)`
    182 ETAGS = etags
    183 CTAGS = ctags
    184 CSCOPE = cscope
    185 DIST_SUBDIRS = $(SUBDIRS)
    186 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    187 distdir = $(PACKAGE)-$(VERSION)
    188 top_distdir = $(distdir)
    189 am__remove_distdir = \
    190   if test -d "$(distdir)"; then \
    191     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    192       && rm -rf "$(distdir)" \
    193       || { sleep 5 && rm -rf "$(distdir)"; }; \
    194   else :; fi
    195 am__post_remove_distdir = $(am__remove_distdir)
    196 am__relativize = \
    197   dir0=`pwd`; \
    198   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    199   sed_rest='s,^[^/]*/*,,'; \
    200   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    201   sed_butlast='s,/*[^/]*$$,,'; \
    202   while test -n "$$dir1"; do \
    203     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    204     if test "$$first" != "."; then \
    205       if test "$$first" = ".."; then \
    206         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    207         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    208       else \
    209         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    210         if test "$$first2" = "$$first"; then \
    211           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    212         else \
    213           dir2="../$$dir2"; \
    214         fi; \
    215         dir0="$$dir0"/"$$first"; \
    216       fi; \
    217     fi; \
    218     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    219   done; \
    220   reldir="$$dir2"
    221 DIST_ARCHIVES = $(distdir).tar.gz
    222 GZIP_ENV = --best
    223 DIST_TARGETS = dist-gzip
    224 distuninstallcheck_listfiles = find . -type f -print
    225 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    226   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    227 distcleancheck_listfiles = find . -type f -print
    228 ACLOCAL = @ACLOCAL@
    229 AMTAR = @AMTAR@
    230 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    231 AR = @AR@
    232 AUTOCONF = @AUTOCONF@
    233 AUTOHEADER = @AUTOHEADER@
    234 AUTOMAKE = @AUTOMAKE@
    235 AWK = @AWK@
    236 CC = @CC@
    237 CCDEPMODE = @CCDEPMODE@
    238 CFLAGS = @CFLAGS@
    239 CPP = @CPP@
    240 CPPFLAGS = @CPPFLAGS@
    241 CYGPATH_W = @CYGPATH_W@
    242 DEFS = @DEFS@
    243 DEPDIR = @DEPDIR@
    244 DLLTOOL = @DLLTOOL@
    245 DSYMUTIL = @DSYMUTIL@
    246 DUMPBIN = @DUMPBIN@
    247 ECHO_C = @ECHO_C@
    248 ECHO_N = @ECHO_N@
    249 ECHO_T = @ECHO_T@
    250 EGREP = @EGREP@
    251 EXEEXT = @EXEEXT@
    252 FGREP = @FGREP@
    253 GREP = @GREP@
    254 INSTALL = @INSTALL@
    255 INSTALL_DATA = @INSTALL_DATA@
    256 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    257 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    258 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    259 LD = @LD@
    260 LDFLAGS = @LDFLAGS@
    261 LIBOBJS = @LIBOBJS@
    262 LIBS = @LIBS@
    263 LIBTOOL = @LIBTOOL@
    264 LIPO = @LIPO@
    265 LN_S = @LN_S@
    266 LTLIBOBJS = @LTLIBOBJS@
    267 LT_VERSION = @LT_VERSION@
    268 MAKEINFO = @MAKEINFO@
    269 MANIFEST_TOOL = @MANIFEST_TOOL@
    270 MANTYPE = @MANTYPE@
    271 MKDIR_P = @MKDIR_P@
    272 NM = @NM@
    273 NMEDIT = @NMEDIT@
    274 NROFF = @NROFF@
    275 OBJDUMP = @OBJDUMP@
    276 OBJEXT = @OBJEXT@
    277 OTOOL = @OTOOL@
    278 OTOOL64 = @OTOOL64@
    279 PACKAGE = @PACKAGE@
    280 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    281 PACKAGE_NAME = @PACKAGE_NAME@
    282 PACKAGE_STRING = @PACKAGE_STRING@
    283 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    284 PACKAGE_URL = @PACKAGE_URL@
    285 PACKAGE_VERSION = @PACKAGE_VERSION@
    286 PATH_SEPARATOR = @PATH_SEPARATOR@
    287 RANLIB = @RANLIB@
    288 SED = @SED@
    289 SET_MAKE = @SET_MAKE@
    290 SHELL = @SHELL@
    291 STRIP = @STRIP@
    292 VERSION = @VERSION@
    293 abs_builddir = @abs_builddir@
    294 abs_srcdir = @abs_srcdir@
    295 abs_top_builddir = @abs_top_builddir@
    296 abs_top_srcdir = @abs_top_srcdir@
    297 ac_ct_AR = @ac_ct_AR@
    298 ac_ct_CC = @ac_ct_CC@
    299 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    300 am__include = @am__include@
    301 am__leading_dot = @am__leading_dot@
    302 am__quote = @am__quote@
    303 am__tar = @am__tar@
    304 am__untar = @am__untar@
    305 bindir = @bindir@
    306 build = @build@
    307 build_alias = @build_alias@
    308 build_cpu = @build_cpu@
    309 build_os = @build_os@
    310 build_vendor = @build_vendor@
    311 builddir = @builddir@
    312 datadir = @datadir@
    313 datarootdir = @datarootdir@
    314 docdir = @docdir@
    315 dvidir = @dvidir@
    316 exec_prefix = @exec_prefix@
    317 host = @host@
    318 host_alias = @host_alias@
    319 host_cpu = @host_cpu@
    320 host_os = @host_os@
    321 host_vendor = @host_vendor@
    322 htmldir = @htmldir@
    323 includedir = @includedir@
    324 infodir = @infodir@
    325 install_sh = @install_sh@
    326 libdir = @libdir@
    327 libexecdir = @libexecdir@
    328 localedir = @localedir@
    329 localstatedir = @localstatedir@
    330 mandir = @mandir@
    331 mkdir_p = @mkdir_p@
    332 oldincludedir = @oldincludedir@
    333 pdfdir = @pdfdir@
    334 prefix = @prefix@
    335 program_transform_name = @program_transform_name@
    336 psdir = @psdir@
    337 sbindir = @sbindir@
    338 sharedstatedir = @sharedstatedir@
    339 srcdir = @srcdir@
    340 sysconfdir = @sysconfdir@
    341 target_alias = @target_alias@
    342 top_build_prefix = @top_build_prefix@
    343 top_builddir = @top_builddir@
    344 top_srcdir = @top_srcdir@
    345 AUTOMAKE_OPTIONS = foreign
    346 ACLOCAL_AMFLAGS = -I m4
    347 SUBDIRS = src examples doc
    348 EXTRA_DIST = libedit.pc.in
    349 pkgconfigdir = $(libdir)/pkgconfig
    350 pkgconfig_DATA = libedit.pc
    351 all: config.h
    352 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    353 
    354 .SUFFIXES:
    355 am--refresh: Makefile
    356 	@:
    357 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    358 	@for dep in $?; do \
    359 	  case '$(am__configure_deps)' in \
    360 	    *$$dep*) \
    361 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    362 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    363 		&& exit 0; \
    364 	      exit 1;; \
    365 	  esac; \
    366 	done; \
    367 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    368 	$(am__cd) $(top_srcdir) && \
    369 	  $(AUTOMAKE) --foreign Makefile
    370 .PRECIOUS: Makefile
    371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    372 	@case '$?' in \
    373 	  *config.status*) \
    374 	    echo ' $(SHELL) ./config.status'; \
    375 	    $(SHELL) ./config.status;; \
    376 	  *) \
    377 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    378 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    379 	esac;
    380 
    381 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    382 	$(SHELL) ./config.status --recheck
    383 
    384 $(top_srcdir)/configure:  $(am__configure_deps)
    385 	$(am__cd) $(srcdir) && $(AUTOCONF)
    386 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    387 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    388 $(am__aclocal_m4_deps):
    389 
    390 config.h: stamp-h1
    391 	@test -f $@ || rm -f stamp-h1
    392 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    393 
    394 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    395 	@rm -f stamp-h1
    396 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    397 $(srcdir)/config.h.in:  $(am__configure_deps) 
    398 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    399 	rm -f stamp-h1
    400 	touch $@
    401 
    402 distclean-hdr:
    403 	-rm -f config.h stamp-h1
    404 libedit.pc: $(top_builddir)/config.status $(srcdir)/libedit.pc.in
    405 	cd $(top_builddir) && $(SHELL) ./config.status $@
    406 
    407 mostlyclean-libtool:
    408 	-rm -f *.lo
    409 
    410 clean-libtool:
    411 	-rm -rf .libs _libs
    412 
    413 distclean-libtool:
    414 	-rm -f libtool config.lt
    415 install-pkgconfigDATA: $(pkgconfig_DATA)
    416 	@$(NORMAL_INSTALL)
    417 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    418 	if test -n "$$list"; then \
    419 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
    420 	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
    421 	fi; \
    422 	for p in $$list; do \
    423 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    424 	  echo "$$d$$p"; \
    425 	done | $(am__base_list) | \
    426 	while read files; do \
    427 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
    428 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
    429 	done
    430 
    431 uninstall-pkgconfigDATA:
    432 	@$(NORMAL_UNINSTALL)
    433 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    434 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    435 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
    436 
    437 # This directory's subdirectories are mostly independent; you can cd
    438 # into them and run 'make' without going through this Makefile.
    439 # To change the values of 'make' variables: instead of editing Makefiles,
    440 # (1) if the variable is set in 'config.status', edit 'config.status'
    441 #     (which will cause the Makefiles to be regenerated when you run 'make');
    442 # (2) otherwise, pass the desired values on the 'make' command line.
    443 $(am__recursive_targets):
    444 	@fail=; \
    445 	if $(am__make_keepgoing); then \
    446 	  failcom='fail=yes'; \
    447 	else \
    448 	  failcom='exit 1'; \
    449 	fi; \
    450 	dot_seen=no; \
    451 	target=`echo $@ | sed s/-recursive//`; \
    452 	case "$@" in \
    453 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    454 	  *) list='$(SUBDIRS)' ;; \
    455 	esac; \
    456 	for subdir in $$list; do \
    457 	  echo "Making $$target in $$subdir"; \
    458 	  if test "$$subdir" = "."; then \
    459 	    dot_seen=yes; \
    460 	    local_target="$$target-am"; \
    461 	  else \
    462 	    local_target="$$target"; \
    463 	  fi; \
    464 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    465 	  || eval $$failcom; \
    466 	done; \
    467 	if test "$$dot_seen" = "no"; then \
    468 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    469 	fi; test -z "$$fail"
    470 
    471 ID: $(am__tagged_files)
    472 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    473 tags: tags-recursive
    474 TAGS: tags
    475 
    476 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    477 	set x; \
    478 	here=`pwd`; \
    479 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    480 	  include_option=--etags-include; \
    481 	  empty_fix=.; \
    482 	else \
    483 	  include_option=--include; \
    484 	  empty_fix=; \
    485 	fi; \
    486 	list='$(SUBDIRS)'; for subdir in $$list; do \
    487 	  if test "$$subdir" = .; then :; else \
    488 	    test ! -f $$subdir/TAGS || \
    489 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    490 	  fi; \
    491 	done; \
    492 	$(am__define_uniq_tagged_files); \
    493 	shift; \
    494 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    495 	  test -n "$$unique" || unique=$$empty_fix; \
    496 	  if test $$# -gt 0; then \
    497 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    498 	      "$$@" $$unique; \
    499 	  else \
    500 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    501 	      $$unique; \
    502 	  fi; \
    503 	fi
    504 ctags: ctags-recursive
    505 
    506 CTAGS: ctags
    507 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    508 	$(am__define_uniq_tagged_files); \
    509 	test -z "$(CTAGS_ARGS)$$unique" \
    510 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    511 	     $$unique
    512 
    513 GTAGS:
    514 	here=`$(am__cd) $(top_builddir) && pwd` \
    515 	  && $(am__cd) $(top_srcdir) \
    516 	  && gtags -i $(GTAGS_ARGS) "$$here"
    517 cscope: cscope.files
    518 	test ! -s cscope.files \
    519 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    520 clean-cscope:
    521 	-rm -f cscope.files
    522 cscope.files: clean-cscope cscopelist
    523 cscopelist: cscopelist-recursive
    524 
    525 cscopelist-am: $(am__tagged_files)
    526 	list='$(am__tagged_files)'; \
    527 	case "$(srcdir)" in \
    528 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    529 	  *) sdir=$(subdir)/$(srcdir) ;; \
    530 	esac; \
    531 	for i in $$list; do \
    532 	  if test -f "$$i"; then \
    533 	    echo "$(subdir)/$$i"; \
    534 	  else \
    535 	    echo "$$sdir/$$i"; \
    536 	  fi; \
    537 	done >> $(top_builddir)/cscope.files
    538 
    539 distclean-tags:
    540 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    541 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    542 
    543 distdir: $(DISTFILES)
    544 	$(am__remove_distdir)
    545 	test -d "$(distdir)" || mkdir "$(distdir)"
    546 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    547 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    548 	list='$(DISTFILES)'; \
    549 	  dist_files=`for file in $$list; do echo $$file; done | \
    550 	  sed -e "s|^$$srcdirstrip/||;t" \
    551 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    552 	case $$dist_files in \
    553 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    554 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    555 			   sort -u` ;; \
    556 	esac; \
    557 	for file in $$dist_files; do \
    558 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    559 	  if test -d $$d/$$file; then \
    560 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    561 	    if test -d "$(distdir)/$$file"; then \
    562 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    563 	    fi; \
    564 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    565 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    566 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    567 	    fi; \
    568 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    569 	  else \
    570 	    test -f "$(distdir)/$$file" \
    571 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    572 	    || exit 1; \
    573 	  fi; \
    574 	done
    575 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    576 	  if test "$$subdir" = .; then :; else \
    577 	    $(am__make_dryrun) \
    578 	      || test -d "$(distdir)/$$subdir" \
    579 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    580 	      || exit 1; \
    581 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    582 	    $(am__relativize); \
    583 	    new_distdir=$$reldir; \
    584 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    585 	    $(am__relativize); \
    586 	    new_top_distdir=$$reldir; \
    587 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    588 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    589 	    ($(am__cd) $$subdir && \
    590 	      $(MAKE) $(AM_MAKEFLAGS) \
    591 	        top_distdir="$$new_top_distdir" \
    592 	        distdir="$$new_distdir" \
    593 		am__remove_distdir=: \
    594 		am__skip_length_check=: \
    595 		am__skip_mode_fix=: \
    596 	        distdir) \
    597 	      || exit 1; \
    598 	  fi; \
    599 	done
    600 	-test -n "$(am__skip_mode_fix)" \
    601 	|| find "$(distdir)" -type d ! -perm -755 \
    602 		-exec chmod u+rwx,go+rx {} \; -o \
    603 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    604 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    605 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    606 	|| chmod -R a+r "$(distdir)"
    607 dist-gzip: distdir
    608 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    609 	$(am__post_remove_distdir)
    610 
    611 dist-bzip2: distdir
    612 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    613 	$(am__post_remove_distdir)
    614 
    615 dist-lzip: distdir
    616 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    617 	$(am__post_remove_distdir)
    618 
    619 dist-xz: distdir
    620 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    621 	$(am__post_remove_distdir)
    622 
    623 dist-tarZ: distdir
    624 	@echo WARNING: "Support for shar distribution archives is" \
    625 	               "deprecated." >&2
    626 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    627 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    628 	$(am__post_remove_distdir)
    629 
    630 dist-shar: distdir
    631 	@echo WARNING: "Support for distribution archives compressed with" \
    632 		       "legacy program 'compress' is deprecated." >&2
    633 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    634 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    635 	$(am__post_remove_distdir)
    636 
    637 dist-zip: distdir
    638 	-rm -f $(distdir).zip
    639 	zip -rq $(distdir).zip $(distdir)
    640 	$(am__post_remove_distdir)
    641 
    642 dist dist-all:
    643 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
    644 	$(am__post_remove_distdir)
    645 
    646 # This target untars the dist file and tries a VPATH configuration.  Then
    647 # it guarantees that the distribution is self-contained by making another
    648 # tarfile.
    649 distcheck: dist
    650 	case '$(DIST_ARCHIVES)' in \
    651 	*.tar.gz*) \
    652 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
    653 	*.tar.bz2*) \
    654 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    655 	*.tar.lz*) \
    656 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    657 	*.tar.xz*) \
    658 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    659 	*.tar.Z*) \
    660 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    661 	*.shar.gz*) \
    662 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
    663 	*.zip*) \
    664 	  unzip $(distdir).zip ;;\
    665 	esac
    666 	chmod -R a-w $(distdir)
    667 	chmod u+w $(distdir)
    668 	mkdir $(distdir)/_build $(distdir)/_inst
    669 	chmod a-w $(distdir)
    670 	test -d $(distdir)/_build || exit 0; \
    671 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    672 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    673 	  && am__cwd=`pwd` \
    674 	  && $(am__cd) $(distdir)/_build \
    675 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    676 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    677 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    678 	  && $(MAKE) $(AM_MAKEFLAGS) \
    679 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    680 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    681 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    682 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    683 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    684 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    685 	        distuninstallcheck \
    686 	  && chmod -R a-w "$$dc_install_base" \
    687 	  && ({ \
    688 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    689 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    690 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    691 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    692 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    693 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    694 	  && rm -rf "$$dc_destdir" \
    695 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    696 	  && rm -rf $(DIST_ARCHIVES) \
    697 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    698 	  && cd "$$am__cwd" \
    699 	  || exit 1
    700 	$(am__post_remove_distdir)
    701 	@(echo "$(distdir) archives ready for distribution: "; \
    702 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    703 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    704 distuninstallcheck:
    705 	@test -n '$(distuninstallcheck_dir)' || { \
    706 	  echo 'ERROR: trying to run $@ with an empty' \
    707 	       '$$(distuninstallcheck_dir)' >&2; \
    708 	  exit 1; \
    709 	}; \
    710 	$(am__cd) '$(distuninstallcheck_dir)' || { \
    711 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    712 	  exit 1; \
    713 	}; \
    714 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    715 	   || { echo "ERROR: files left after uninstall:" ; \
    716 	        if test -n "$(DESTDIR)"; then \
    717 	          echo "  (check DESTDIR support)"; \
    718 	        fi ; \
    719 	        $(distuninstallcheck_listfiles) ; \
    720 	        exit 1; } >&2
    721 distcleancheck: distclean
    722 	@if test '$(srcdir)' = . ; then \
    723 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    724 	  exit 1 ; \
    725 	fi
    726 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    727 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    728 	       $(distcleancheck_listfiles) ; \
    729 	       exit 1; } >&2
    730 check-am: all-am
    731 check: check-recursive
    732 all-am: Makefile $(DATA) config.h
    733 installdirs: installdirs-recursive
    734 installdirs-am:
    735 	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
    736 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    737 	done
    738 install: install-recursive
    739 install-exec: install-exec-recursive
    740 install-data: install-data-recursive
    741 uninstall: uninstall-recursive
    742 
    743 install-am: all-am
    744 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    745 
    746 installcheck: installcheck-recursive
    747 install-strip:
    748 	if test -z '$(STRIP)'; then \
    749 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    750 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    751 	      install; \
    752 	else \
    753 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    754 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    755 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    756 	fi
    757 mostlyclean-generic:
    758 
    759 clean-generic:
    760 
    761 distclean-generic:
    762 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    763 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    764 
    765 maintainer-clean-generic:
    766 	@echo "This command is intended for maintainers to use"
    767 	@echo "it deletes files that may require special tools to rebuild."
    768 clean: clean-recursive
    769 
    770 clean-am: clean-generic clean-libtool mostlyclean-am
    771 
    772 distclean: distclean-recursive
    773 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    774 	-rm -f Makefile
    775 distclean-am: clean-am distclean-generic distclean-hdr \
    776 	distclean-libtool distclean-tags
    777 
    778 dvi: dvi-recursive
    779 
    780 dvi-am:
    781 
    782 html: html-recursive
    783 
    784 html-am:
    785 
    786 info: info-recursive
    787 
    788 info-am:
    789 
    790 install-data-am: install-pkgconfigDATA
    791 
    792 install-dvi: install-dvi-recursive
    793 
    794 install-dvi-am:
    795 
    796 install-exec-am:
    797 
    798 install-html: install-html-recursive
    799 
    800 install-html-am:
    801 
    802 install-info: install-info-recursive
    803 
    804 install-info-am:
    805 
    806 install-man:
    807 
    808 install-pdf: install-pdf-recursive
    809 
    810 install-pdf-am:
    811 
    812 install-ps: install-ps-recursive
    813 
    814 install-ps-am:
    815 
    816 installcheck-am:
    817 
    818 maintainer-clean: maintainer-clean-recursive
    819 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    820 	-rm -rf $(top_srcdir)/autom4te.cache
    821 	-rm -f Makefile
    822 maintainer-clean-am: distclean-am maintainer-clean-generic
    823 
    824 mostlyclean: mostlyclean-recursive
    825 
    826 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    827 
    828 pdf: pdf-recursive
    829 
    830 pdf-am:
    831 
    832 ps: ps-recursive
    833 
    834 ps-am:
    835 
    836 uninstall-am: uninstall-pkgconfigDATA
    837 
    838 .MAKE: $(am__recursive_targets) all install-am install-strip
    839 
    840 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    841 	am--refresh check check-am clean clean-cscope clean-generic \
    842 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
    843 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
    844 	dist-xz dist-zip distcheck distclean distclean-generic \
    845 	distclean-hdr distclean-libtool distclean-tags distcleancheck \
    846 	distdir distuninstallcheck dvi dvi-am html html-am info \
    847 	info-am install install-am install-data install-data-am \
    848 	install-dvi install-dvi-am install-exec install-exec-am \
    849 	install-html install-html-am install-info install-info-am \
    850 	install-man install-pdf install-pdf-am install-pkgconfigDATA \
    851 	install-ps install-ps-am install-strip installcheck \
    852 	installcheck-am installdirs installdirs-am maintainer-clean \
    853 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    854 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    855 	uninstall-am uninstall-pkgconfigDATA
    856 
    857 
    858 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    859 # Otherwise a system limit (for SysV at least) may be exceeded.
    860 .NOEXPORT:
    861