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