Home | History | Annotate | Download | only in src
      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 
     18 VPATH = @srcdir@
     19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     20 am__make_running_with_option = \
     21   case $${target_option-} in \
     22       ?) ;; \
     23       *) echo "am__make_running_with_option: internal error: invalid" \
     24               "target option '$${target_option-}' specified" >&2; \
     25          exit 1;; \
     26   esac; \
     27   has_opt=no; \
     28   sane_makeflags=$$MAKEFLAGS; \
     29   if $(am__is_gnu_make); then \
     30     sane_makeflags=$$MFLAGS; \
     31   else \
     32     case $$MAKEFLAGS in \
     33       *\\[\ \	]*) \
     34         bs=\\; \
     35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     36           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     37     esac; \
     38   fi; \
     39   skip_next=no; \
     40   strip_trailopt () \
     41   { \
     42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     43   }; \
     44   for flg in $$sane_makeflags; do \
     45     test $$skip_next = yes && { skip_next=no; continue; }; \
     46     case $$flg in \
     47       *=*|--*) continue;; \
     48         -*I) strip_trailopt 'I'; skip_next=yes;; \
     49       -*I?*) strip_trailopt 'I';; \
     50         -*O) strip_trailopt 'O'; skip_next=yes;; \
     51       -*O?*) strip_trailopt 'O';; \
     52         -*l) strip_trailopt 'l'; skip_next=yes;; \
     53       -*l?*) strip_trailopt 'l';; \
     54       -[dEDm]) skip_next=yes;; \
     55       -[JT]) skip_next=yes;; \
     56     esac; \
     57     case $$flg in \
     58       *$$target_option*) has_opt=yes; break;; \
     59     esac; \
     60   done; \
     61   test $$has_opt = yes
     62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     64 pkgdatadir = $(datadir)/@PACKAGE@
     65 pkgincludedir = $(includedir)/@PACKAGE@
     66 pkglibdir = $(libdir)/@PACKAGE@
     67 pkglibexecdir = $(libexecdir)/@PACKAGE@
     68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     69 install_sh_DATA = $(install_sh) -c -m 644
     70 install_sh_PROGRAM = $(install_sh) -c
     71 install_sh_SCRIPT = $(install_sh) -c
     72 INSTALL_HEADER = $(INSTALL_DATA)
     73 transform = $(program_transform_name)
     74 NORMAL_INSTALL = :
     75 PRE_INSTALL = :
     76 POST_INSTALL = :
     77 NORMAL_UNINSTALL = :
     78 PRE_UNINSTALL = :
     79 POST_UNINSTALL = :
     80 build_triplet = @build@
     81 host_triplet = @host@
     82 @WIDECHAR_TRUE@am__append_1 = tokenizern.c historyn.c
     83 @HAVE_STRLCPY_FALSE@am__append_2 = strlcpy.c
     84 @HAVE_STRLCAT_FALSE@am__append_3 = strlcat.c
     85 @HAVE_VIS_FALSE@am__append_4 = vis.c
     86 @HAVE_UNVIS_FALSE@am__append_5 = unvis.c
     87 @WIDECHAR_TRUE@am__append_6 = eln.c
     88 subdir = src
     89 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     90 	$(top_srcdir)/depcomp $(nobase_include_HEADERS)
     91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     93 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     94 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     95 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
     96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     97 	$(ACLOCAL_M4)
     98 mkinstalldirs = $(install_sh) -d
     99 CONFIG_HEADER = $(top_builddir)/config.h
    100 CONFIG_CLEAN_FILES =
    101 CONFIG_CLEAN_VPATH_FILES =
    102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    103 am__vpath_adj = case $$p in \
    104     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    105     *) f=$$p;; \
    106   esac;
    107 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    108 am__install_max = 40
    109 am__nobase_strip_setup = \
    110   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    111 am__nobase_strip = \
    112   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    113 am__nobase_list = $(am__nobase_strip_setup); \
    114   for p in $$list; do echo "$$p $$p"; done | \
    115   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    116   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    117     if (++n[$$2] == $(am__install_max)) \
    118       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    119     END { for (dir in files) print dir, files[dir] }'
    120 am__base_list = \
    121   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    122   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    123 am__uninstall_files_from_dir = { \
    124   test -z "$$files" \
    125     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    126     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    127          $(am__cd) "$$dir" && rm -f $$files; }; \
    128   }
    129 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
    130 LTLIBRARIES = $(lib_LTLIBRARIES)
    131 libedit_la_LIBADD =
    132 am__libedit_la_SOURCES_DIST = chared.c common.c el.c emacs.c hist.c \
    133 	keymacro.c map.c chartype.c parse.c prompt.c read.c refresh.c \
    134 	search.c sig.c terminal.c tty.c vi.c fgetln.c wcsdup.c \
    135 	tokenizer.c history.c filecomplete.c readline.c chared.h el.h \
    136 	hist.h histedit.h keymacro.h map.h chartype.h parse.h prompt.h \
    137 	read.h refresh.h search.h sig.h sys.h terminal.h tty.h vis.h \
    138 	filecomplete.h editline/readline.h strlcpy.c strlcat.c vis.c \
    139 	unvis.c eln.c
    140 @HAVE_STRLCPY_FALSE@am__objects_1 = strlcpy.lo
    141 @HAVE_STRLCAT_FALSE@am__objects_2 = strlcat.lo
    142 @HAVE_VIS_FALSE@am__objects_3 = vis.lo
    143 @HAVE_UNVIS_FALSE@am__objects_4 = unvis.lo
    144 @WIDECHAR_TRUE@am__objects_5 = eln.lo
    145 am_libedit_la_OBJECTS = chared.lo common.lo el.lo emacs.lo hist.lo \
    146 	keymacro.lo map.lo chartype.lo parse.lo prompt.lo read.lo \
    147 	refresh.lo search.lo sig.lo terminal.lo tty.lo vi.lo fgetln.lo \
    148 	wcsdup.lo tokenizer.lo history.lo filecomplete.lo readline.lo \
    149 	$(am__objects_1) $(am__objects_2) $(am__objects_3) \
    150 	$(am__objects_4) $(am__objects_5)
    151 @WIDECHAR_TRUE@am__objects_6 = tokenizern.lo historyn.lo
    152 am__objects_7 = fcns.lo help.lo $(am__objects_6)
    153 nodist_libedit_la_OBJECTS = $(am__objects_7)
    154 libedit_la_OBJECTS = $(am_libedit_la_OBJECTS) \
    155 	$(nodist_libedit_la_OBJECTS)
    156 AM_V_lt = $(am__v_lt_@AM_V@)
    157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    158 am__v_lt_0 = --silent
    159 am__v_lt_1 = 
    160 libedit_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    161 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    162 	$(libedit_la_LDFLAGS) $(LDFLAGS) -o $@
    163 AM_V_P = $(am__v_P_@AM_V@)
    164 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    165 am__v_P_0 = false
    166 am__v_P_1 = :
    167 AM_V_GEN = $(am__v_GEN_@AM_V@)
    168 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    169 am__v_GEN_0 = @echo "  GEN     " $@;
    170 am__v_GEN_1 = 
    171 AM_V_at = $(am__v_at_@AM_V@)
    172 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    173 am__v_at_0 = @
    174 am__v_at_1 = 
    175 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    176 depcomp = $(SHELL) $(top_srcdir)/depcomp
    177 am__depfiles_maybe = depfiles
    178 am__mv = mv -f
    179 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    180 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    181 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    182 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    183 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    184 	$(AM_CFLAGS) $(CFLAGS)
    185 AM_V_CC = $(am__v_CC_@AM_V@)
    186 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    187 am__v_CC_0 = @echo "  CC      " $@;
    188 am__v_CC_1 = 
    189 CCLD = $(CC)
    190 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    191 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    192 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    193 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    194 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    195 am__v_CCLD_0 = @echo "  CCLD    " $@;
    196 am__v_CCLD_1 = 
    197 SOURCES = $(libedit_la_SOURCES) $(nodist_libedit_la_SOURCES)
    198 DIST_SOURCES = $(am__libedit_la_SOURCES_DIST)
    199 am__can_run_installinfo = \
    200   case $$AM_UPDATE_INFO_DIR in \
    201     n|no|NO) false;; \
    202     *) (install-info --version) >/dev/null 2>&1;; \
    203   esac
    204 HEADERS = $(nobase_include_HEADERS)
    205 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    206 # Read a list of newline-separated strings from the standard input,
    207 # and print each of them once, without duplicates.  Input order is
    208 # *not* preserved.
    209 am__uniquify_input = $(AWK) '\
    210   BEGIN { nonempty = 0; } \
    211   { items[$$0] = 1; nonempty = 1; } \
    212   END { if (nonempty) { for (i in items) print i; }; } \
    213 '
    214 # Make sure the list of sources is unique.  This is necessary because,
    215 # e.g., the same source file might be shared among _SOURCES variables
    216 # for different programs/libraries.
    217 am__define_uniq_tagged_files = \
    218   list='$(am__tagged_files)'; \
    219   unique=`for i in $$list; do \
    220     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    221   done | $(am__uniquify_input)`
    222 ETAGS = etags
    223 CTAGS = ctags
    224 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    225 ACLOCAL = @ACLOCAL@
    226 AMTAR = @AMTAR@
    227 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    228 AR = @AR@
    229 AUTOCONF = @AUTOCONF@
    230 AUTOHEADER = @AUTOHEADER@
    231 AUTOMAKE = @AUTOMAKE@
    232 AWK = @AWK@
    233 CC = @CC@
    234 CCDEPMODE = @CCDEPMODE@
    235 CFLAGS = @CFLAGS@
    236 CPP = @CPP@
    237 CPPFLAGS = @CPPFLAGS@
    238 CYGPATH_W = @CYGPATH_W@
    239 DEFS = @DEFS@
    240 DEPDIR = @DEPDIR@
    241 DLLTOOL = @DLLTOOL@
    242 DSYMUTIL = @DSYMUTIL@
    243 DUMPBIN = @DUMPBIN@
    244 ECHO_C = @ECHO_C@
    245 ECHO_N = @ECHO_N@
    246 ECHO_T = @ECHO_T@
    247 EGREP = @EGREP@
    248 EXEEXT = @EXEEXT@
    249 FGREP = @FGREP@
    250 GREP = @GREP@
    251 INSTALL = @INSTALL@
    252 INSTALL_DATA = @INSTALL_DATA@
    253 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    254 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    255 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    256 LD = @LD@
    257 LDFLAGS = @LDFLAGS@
    258 LIBOBJS = @LIBOBJS@
    259 LIBS = @LIBS@
    260 LIBTOOL = @LIBTOOL@
    261 LIPO = @LIPO@
    262 LN_S = @LN_S@
    263 LTLIBOBJS = @LTLIBOBJS@
    264 LT_VERSION = @LT_VERSION@
    265 MAKEINFO = @MAKEINFO@
    266 MANIFEST_TOOL = @MANIFEST_TOOL@
    267 MANTYPE = @MANTYPE@
    268 MKDIR_P = @MKDIR_P@
    269 NM = @NM@
    270 NMEDIT = @NMEDIT@
    271 NROFF = @NROFF@
    272 OBJDUMP = @OBJDUMP@
    273 OBJEXT = @OBJEXT@
    274 OTOOL = @OTOOL@
    275 OTOOL64 = @OTOOL64@
    276 PACKAGE = @PACKAGE@
    277 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    278 PACKAGE_NAME = @PACKAGE_NAME@
    279 PACKAGE_STRING = @PACKAGE_STRING@
    280 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    281 PACKAGE_URL = @PACKAGE_URL@
    282 PACKAGE_VERSION = @PACKAGE_VERSION@
    283 PATH_SEPARATOR = @PATH_SEPARATOR@
    284 RANLIB = @RANLIB@
    285 SED = @SED@
    286 SET_MAKE = @SET_MAKE@
    287 SHELL = @SHELL@
    288 STRIP = @STRIP@
    289 VERSION = @VERSION@
    290 abs_builddir = @abs_builddir@
    291 abs_srcdir = @abs_srcdir@
    292 abs_top_builddir = @abs_top_builddir@
    293 abs_top_srcdir = @abs_top_srcdir@
    294 ac_ct_AR = @ac_ct_AR@
    295 ac_ct_CC = @ac_ct_CC@
    296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    297 am__include = @am__include@
    298 am__leading_dot = @am__leading_dot@
    299 am__quote = @am__quote@
    300 am__tar = @am__tar@
    301 am__untar = @am__untar@
    302 bindir = @bindir@
    303 build = @build@
    304 build_alias = @build_alias@
    305 build_cpu = @build_cpu@
    306 build_os = @build_os@
    307 build_vendor = @build_vendor@
    308 builddir = @builddir@
    309 datadir = @datadir@
    310 datarootdir = @datarootdir@
    311 docdir = @docdir@
    312 dvidir = @dvidir@
    313 exec_prefix = @exec_prefix@
    314 host = @host@
    315 host_alias = @host_alias@
    316 host_cpu = @host_cpu@
    317 host_os = @host_os@
    318 host_vendor = @host_vendor@
    319 htmldir = @htmldir@
    320 includedir = @includedir@
    321 infodir = @infodir@
    322 install_sh = @install_sh@
    323 libdir = @libdir@
    324 libexecdir = @libexecdir@
    325 localedir = @localedir@
    326 localstatedir = @localstatedir@
    327 mandir = @mandir@
    328 mkdir_p = @mkdir_p@
    329 oldincludedir = @oldincludedir@
    330 pdfdir = @pdfdir@
    331 prefix = @prefix@
    332 program_transform_name = @program_transform_name@
    333 psdir = @psdir@
    334 sbindir = @sbindir@
    335 sharedstatedir = @sharedstatedir@
    336 srcdir = @srcdir@
    337 sysconfdir = @sysconfdir@
    338 target_alias = @target_alias@
    339 top_build_prefix = @top_build_prefix@
    340 top_builddir = @top_builddir@
    341 top_srcdir = @top_srcdir@
    342 BUILT_SOURCES = vi.h emacs.h common.h fcns.h help.h fcns.c help.c \
    343 	$(am__append_1)
    344 AHDR = vi.h emacs.h common.h 
    345 ASRC = $(srcdir)/vi.c $(srcdir)/emacs.c $(srcdir)/common.c
    346 CLEANFILES = $(BUILT_SOURCES)
    347 lib_LTLIBRARIES = libedit.la
    348 libedit_la_SOURCES = chared.c common.c el.c emacs.c hist.c keymacro.c \
    349 	map.c chartype.c parse.c prompt.c read.c refresh.c search.c \
    350 	sig.c terminal.c tty.c vi.c fgetln.c wcsdup.c tokenizer.c \
    351 	history.c filecomplete.c readline.c chared.h el.h hist.h \
    352 	histedit.h keymacro.h map.h chartype.h parse.h prompt.h read.h \
    353 	refresh.h search.h sig.h sys.h terminal.h tty.h vis.h \
    354 	filecomplete.h editline/readline.h $(am__append_2) \
    355 	$(am__append_3) $(am__append_4) $(am__append_5) \
    356 	$(am__append_6)
    357 EXTRA_DIST = makelist shlib_version
    358 nobase_include_HEADERS = histedit.h editline/readline.h
    359 nodist_libedit_la_SOURCES = $(BUILT_SOURCES)
    360 libedit_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION)
    361 all: $(BUILT_SOURCES)
    362 	$(MAKE) $(AM_MAKEFLAGS) all-am
    363 
    364 .SUFFIXES:
    365 .SUFFIXES: .c .lo .o .obj
    366 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    367 	@for dep in $?; do \
    368 	  case '$(am__configure_deps)' in \
    369 	    *$$dep*) \
    370 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    371 	        && { if test -f $@; then exit 0; else break; fi; }; \
    372 	      exit 1;; \
    373 	  esac; \
    374 	done; \
    375 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
    376 	$(am__cd) $(top_srcdir) && \
    377 	  $(AUTOMAKE) --foreign src/Makefile
    378 .PRECIOUS: Makefile
    379 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    380 	@case '$?' in \
    381 	  *config.status*) \
    382 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    383 	  *) \
    384 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    385 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    386 	esac;
    387 
    388 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    389 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    390 
    391 $(top_srcdir)/configure:  $(am__configure_deps)
    392 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    393 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    394 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    395 $(am__aclocal_m4_deps):
    396 
    397 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    398 	@$(NORMAL_INSTALL)
    399 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    400 	list2=; for p in $$list; do \
    401 	  if test -f $$p; then \
    402 	    list2="$$list2 $$p"; \
    403 	  else :; fi; \
    404 	done; \
    405 	test -z "$$list2" || { \
    406 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    407 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    408 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
    409 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
    410 	}
    411 
    412 uninstall-libLTLIBRARIES:
    413 	@$(NORMAL_UNINSTALL)
    414 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    415 	for p in $$list; do \
    416 	  $(am__strip_dir) \
    417 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
    418 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
    419 	done
    420 
    421 clean-libLTLIBRARIES:
    422 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    423 	@list='$(lib_LTLIBRARIES)'; \
    424 	locs=`for p in $$list; do echo $$p; done | \
    425 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    426 	      sort -u`; \
    427 	test -z "$$locs" || { \
    428 	  echo rm -f $${locs}; \
    429 	  rm -f $${locs}; \
    430 	}
    431 
    432 libedit.la: $(libedit_la_OBJECTS) $(libedit_la_DEPENDENCIES) $(EXTRA_libedit_la_DEPENDENCIES) 
    433 	$(AM_V_CCLD)$(libedit_la_LINK) -rpath $(libdir) $(libedit_la_OBJECTS) $(libedit_la_LIBADD) $(LIBS)
    434 
    435 mostlyclean-compile:
    436 	-rm -f *.$(OBJEXT)
    437 
    438 distclean-compile:
    439 	-rm -f *.tab.c
    440 
    441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chared.Plo@am__quote@
    442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chartype.Plo@am__quote@
    443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
    444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/el.Plo@am__quote@
    445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eln.Plo@am__quote@
    446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emacs.Plo@am__quote@
    447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcns.Plo@am__quote@
    448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fgetln.Plo@am__quote@
    449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filecomplete.Plo@am__quote@
    450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Plo@am__quote@
    451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Plo@am__quote@
    452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history.Plo@am__quote@
    453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/historyn.Plo@am__quote@
    454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keymacro.Plo@am__quote@
    455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
    456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
    457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prompt.Plo@am__quote@
    458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Plo@am__quote@
    459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readline.Plo@am__quote@
    460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refresh.Plo@am__quote@
    461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Plo@am__quote@
    462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig.Plo@am__quote@
    463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Plo@am__quote@
    464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@
    465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terminal.Plo@am__quote@
    466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokenizer.Plo@am__quote@
    467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokenizern.Plo@am__quote@
    468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Plo@am__quote@
    469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unvis.Plo@am__quote@
    470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vi.Plo@am__quote@
    471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vis.Plo@am__quote@
    472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcsdup.Plo@am__quote@
    473 
    474 .c.o:
    475 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    476 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    477 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    478 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    479 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    480 
    481 .c.obj:
    482 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    483 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    484 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    485 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    486 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    487 
    488 .c.lo:
    489 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    490 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    491 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    492 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    493 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    494 
    495 mostlyclean-libtool:
    496 	-rm -f *.lo
    497 
    498 clean-libtool:
    499 	-rm -rf .libs _libs
    500 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
    501 	@$(NORMAL_INSTALL)
    502 	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
    503 	if test -n "$$list"; then \
    504 	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
    505 	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
    506 	fi; \
    507 	$(am__nobase_list) | while read dir files; do \
    508 	  xfiles=; for file in $$files; do \
    509 	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
    510 	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
    511 	  test -z "$$xfiles" || { \
    512 	    test "x$$dir" = x. || { \
    513 	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
    514 	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
    515 	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
    516 	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
    517 	done
    518 
    519 uninstall-nobase_includeHEADERS:
    520 	@$(NORMAL_UNINSTALL)
    521 	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
    522 	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
    523 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
    524 
    525 ID: $(am__tagged_files)
    526 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    527 tags: tags-am
    528 TAGS: tags
    529 
    530 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    531 	set x; \
    532 	here=`pwd`; \
    533 	$(am__define_uniq_tagged_files); \
    534 	shift; \
    535 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    536 	  test -n "$$unique" || unique=$$empty_fix; \
    537 	  if test $$# -gt 0; then \
    538 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    539 	      "$$@" $$unique; \
    540 	  else \
    541 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    542 	      $$unique; \
    543 	  fi; \
    544 	fi
    545 ctags: ctags-am
    546 
    547 CTAGS: ctags
    548 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    549 	$(am__define_uniq_tagged_files); \
    550 	test -z "$(CTAGS_ARGS)$$unique" \
    551 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    552 	     $$unique
    553 
    554 GTAGS:
    555 	here=`$(am__cd) $(top_builddir) && pwd` \
    556 	  && $(am__cd) $(top_srcdir) \
    557 	  && gtags -i $(GTAGS_ARGS) "$$here"
    558 cscopelist: cscopelist-am
    559 
    560 cscopelist-am: $(am__tagged_files)
    561 	list='$(am__tagged_files)'; \
    562 	case "$(srcdir)" in \
    563 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    564 	  *) sdir=$(subdir)/$(srcdir) ;; \
    565 	esac; \
    566 	for i in $$list; do \
    567 	  if test -f "$$i"; then \
    568 	    echo "$(subdir)/$$i"; \
    569 	  else \
    570 	    echo "$$sdir/$$i"; \
    571 	  fi; \
    572 	done >> $(top_builddir)/cscope.files
    573 
    574 distclean-tags:
    575 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    576 
    577 distdir: $(DISTFILES)
    578 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    579 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    580 	list='$(DISTFILES)'; \
    581 	  dist_files=`for file in $$list; do echo $$file; done | \
    582 	  sed -e "s|^$$srcdirstrip/||;t" \
    583 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    584 	case $$dist_files in \
    585 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    586 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    587 			   sort -u` ;; \
    588 	esac; \
    589 	for file in $$dist_files; do \
    590 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    591 	  if test -d $$d/$$file; then \
    592 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    593 	    if test -d "$(distdir)/$$file"; then \
    594 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    595 	    fi; \
    596 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    597 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    598 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    599 	    fi; \
    600 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    601 	  else \
    602 	    test -f "$(distdir)/$$file" \
    603 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    604 	    || exit 1; \
    605 	  fi; \
    606 	done
    607 check-am: all-am
    608 check: $(BUILT_SOURCES)
    609 	$(MAKE) $(AM_MAKEFLAGS) check-am
    610 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    611 installdirs:
    612 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
    613 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    614 	done
    615 install: $(BUILT_SOURCES)
    616 	$(MAKE) $(AM_MAKEFLAGS) install-am
    617 install-exec: install-exec-am
    618 install-data: install-data-am
    619 uninstall: uninstall-am
    620 
    621 install-am: all-am
    622 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    623 
    624 installcheck: installcheck-am
    625 install-strip:
    626 	if test -z '$(STRIP)'; then \
    627 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    628 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    629 	      install; \
    630 	else \
    631 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    632 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    633 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    634 	fi
    635 mostlyclean-generic:
    636 
    637 clean-generic:
    638 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    639 
    640 distclean-generic:
    641 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    642 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    643 
    644 maintainer-clean-generic:
    645 	@echo "This command is intended for maintainers to use"
    646 	@echo "it deletes files that may require special tools to rebuild."
    647 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    648 clean: clean-am
    649 
    650 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    651 	mostlyclean-am
    652 
    653 distclean: distclean-am
    654 	-rm -rf ./$(DEPDIR)
    655 	-rm -f Makefile
    656 distclean-am: clean-am distclean-compile distclean-generic \
    657 	distclean-tags
    658 
    659 dvi: dvi-am
    660 
    661 dvi-am:
    662 
    663 html: html-am
    664 
    665 html-am:
    666 
    667 info: info-am
    668 
    669 info-am:
    670 
    671 install-data-am: install-nobase_includeHEADERS
    672 
    673 install-dvi: install-dvi-am
    674 
    675 install-dvi-am:
    676 
    677 install-exec-am: install-libLTLIBRARIES
    678 
    679 install-html: install-html-am
    680 
    681 install-html-am:
    682 
    683 install-info: install-info-am
    684 
    685 install-info-am:
    686 
    687 install-man:
    688 
    689 install-pdf: install-pdf-am
    690 
    691 install-pdf-am:
    692 
    693 install-ps: install-ps-am
    694 
    695 install-ps-am:
    696 
    697 installcheck-am:
    698 
    699 maintainer-clean: maintainer-clean-am
    700 	-rm -rf ./$(DEPDIR)
    701 	-rm -f Makefile
    702 maintainer-clean-am: distclean-am maintainer-clean-generic
    703 
    704 mostlyclean: mostlyclean-am
    705 
    706 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    707 	mostlyclean-libtool
    708 
    709 pdf: pdf-am
    710 
    711 pdf-am:
    712 
    713 ps: ps-am
    714 
    715 ps-am:
    716 
    717 uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
    718 
    719 .MAKE: all check install install-am install-strip
    720 
    721 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    722 	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
    723 	ctags-am distclean distclean-compile distclean-generic \
    724 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    725 	html-am info info-am install install-am install-data \
    726 	install-data-am install-dvi install-dvi-am install-exec \
    727 	install-exec-am install-html install-html-am install-info \
    728 	install-info-am install-libLTLIBRARIES install-man \
    729 	install-nobase_includeHEADERS install-pdf install-pdf-am \
    730 	install-ps install-ps-am install-strip installcheck \
    731 	installcheck-am installdirs maintainer-clean \
    732 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    733 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    734 	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
    735 	uninstall-nobase_includeHEADERS
    736 
    737 
    738 vi.h: Makefile $(srcdir)/vi.c
    739 	AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/vi.c > $@
    740 
    741 emacs.h: Makefile $(srcdir)/emacs.c
    742 	AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/emacs.c > $@
    743 
    744 common.h: Makefile $(srcdir)/common.c
    745 	AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/common.c > $@
    746 
    747 fcns.h: Makefile $(AHDR)
    748 	AWK=$(AWK) sh $(srcdir)/makelist -fh $(AHDR) > $@
    749 
    750 help.h: Makefile $(ASRC)
    751 	AWK=$(AWK) sh $(srcdir)/makelist -bh $(ASRC) > $@
    752 
    753 fcns.c: Makefile $(AHDR)
    754 	AWK=$(AWK) sh $(srcdir)/makelist -fc $(AHDR) > $@
    755 
    756 help.c: Makefile $(ASRC)
    757 	AWK=$(AWK) sh $(srcdir)/makelist -bc $(ASRC) > $@
    758 
    759 tokenizern.c: Makefile $(srcdir)/tokenizer.c
    760 	AWK=$(AWK) sh $(srcdir)/makelist -n $(srcdir)/tokenizer.c > $@
    761 
    762 historyn.c: Makefile $(srcdir)/history.c
    763 	AWK=$(AWK) sh $(srcdir)/makelist -n $(srcdir)/history.c > $@
    764 
    765 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    766 # Otherwise a system limit (for SysV at least) may be exceeded.
    767 .NOEXPORT:
    768