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