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