1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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# This file is part of flex. 18 19# Redistribution and use in source and binary forms, with or without 20# modification, are permitted provided that the following conditions 21# are met: 22 23# 1. Redistributions of source code must retain the above copyright 24# notice, this list of conditions and the following disclaimer. 25# 2. Redistributions in binary form must reproduce the above copyright 26# notice, this list of conditions and the following disclaimer in the 27# documentation and/or other materials provided with the distribution. 28 29# Neither the name of the University nor the names of its contributors 30# may be used to endorse or promote products derived from this software 31# without specific prior written permission. 32 33# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 34# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 35# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 36# PURPOSE. 37VPATH = @srcdir@ 38am__is_gnu_make = { \ 39 if test -z '$(MAKELEVEL)'; then \ 40 false; \ 41 elif test -n '$(MAKE_HOST)'; then \ 42 true; \ 43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 44 true; \ 45 else \ 46 false; \ 47 fi; \ 48} 49am__make_running_with_option = \ 50 case $${target_option-} in \ 51 ?) ;; \ 52 *) echo "am__make_running_with_option: internal error: invalid" \ 53 "target option '$${target_option-}' specified" >&2; \ 54 exit 1;; \ 55 esac; \ 56 has_opt=no; \ 57 sane_makeflags=$$MAKEFLAGS; \ 58 if $(am__is_gnu_make); then \ 59 sane_makeflags=$$MFLAGS; \ 60 else \ 61 case $$MAKEFLAGS in \ 62 *\\[\ \ ]*) \ 63 bs=\\; \ 64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 66 esac; \ 67 fi; \ 68 skip_next=no; \ 69 strip_trailopt () \ 70 { \ 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 72 }; \ 73 for flg in $$sane_makeflags; do \ 74 test $$skip_next = yes && { skip_next=no; continue; }; \ 75 case $$flg in \ 76 *=*|--*) continue;; \ 77 -*I) strip_trailopt 'I'; skip_next=yes;; \ 78 -*I?*) strip_trailopt 'I';; \ 79 -*O) strip_trailopt 'O'; skip_next=yes;; \ 80 -*O?*) strip_trailopt 'O';; \ 81 -*l) strip_trailopt 'l'; skip_next=yes;; \ 82 -*l?*) strip_trailopt 'l';; \ 83 -[dEDm]) skip_next=yes;; \ 84 -[JT]) skip_next=yes;; \ 85 esac; \ 86 case $$flg in \ 87 *$$target_option*) has_opt=yes; break;; \ 88 esac; \ 89 done; \ 90 test $$has_opt = yes 91am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 92am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 93pkgdatadir = $(datadir)/@PACKAGE@ 94pkgincludedir = $(includedir)/@PACKAGE@ 95pkglibdir = $(libdir)/@PACKAGE@ 96pkglibexecdir = $(libexecdir)/@PACKAGE@ 97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 98install_sh_DATA = $(install_sh) -c -m 644 99install_sh_PROGRAM = $(install_sh) -c 100install_sh_SCRIPT = $(install_sh) -c 101INSTALL_HEADER = $(INSTALL_DATA) 102transform = $(program_transform_name) 103NORMAL_INSTALL = : 104PRE_INSTALL = : 105POST_INSTALL = : 106NORMAL_UNINSTALL = : 107PRE_UNINSTALL = : 108POST_UNINSTALL = : 109build_triplet = @build@ 110host_triplet = @host@ 111subdir = examples 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 114 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 115 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 116 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 117 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 118 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 119 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 120 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 122 $(ACLOCAL_M4) 123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 124mkinstalldirs = $(install_sh) -d 125CONFIG_HEADER = $(top_builddir)/src/config.h 126CONFIG_CLEAN_FILES = 127CONFIG_CLEAN_VPATH_FILES = 128AM_V_P = $(am__v_P_@AM_V@) 129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 130am__v_P_0 = false 131am__v_P_1 = : 132AM_V_GEN = $(am__v_GEN_@AM_V@) 133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 134am__v_GEN_0 = @echo " GEN " $@; 135am__v_GEN_1 = 136AM_V_at = $(am__v_at_@AM_V@) 137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 138am__v_at_0 = @ 139am__v_at_1 = 140SOURCES = 141DIST_SOURCES = 142RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 143 ctags-recursive dvi-recursive html-recursive info-recursive \ 144 install-data-recursive install-dvi-recursive \ 145 install-exec-recursive install-html-recursive \ 146 install-info-recursive install-pdf-recursive \ 147 install-ps-recursive install-recursive installcheck-recursive \ 148 installdirs-recursive pdf-recursive ps-recursive \ 149 tags-recursive uninstall-recursive 150am__can_run_installinfo = \ 151 case $$AM_UPDATE_INFO_DIR in \ 152 n|no|NO) false;; \ 153 *) (install-info --version) >/dev/null 2>&1;; \ 154 esac 155RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 156 distclean-recursive maintainer-clean-recursive 157am__recursive_targets = \ 158 $(RECURSIVE_TARGETS) \ 159 $(RECURSIVE_CLEAN_TARGETS) \ 160 $(am__extra_recursive_targets) 161AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 162 distdir 163am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 164# Read a list of newline-separated strings from the standard input, 165# and print each of them once, without duplicates. Input order is 166# *not* preserved. 167am__uniquify_input = $(AWK) '\ 168 BEGIN { nonempty = 0; } \ 169 { items[$$0] = 1; nonempty = 1; } \ 170 END { if (nonempty) { for (i in items) print i; }; } \ 171' 172# Make sure the list of sources is unique. This is necessary because, 173# e.g., the same source file might be shared among _SOURCES variables 174# for different programs/libraries. 175am__define_uniq_tagged_files = \ 176 list='$(am__tagged_files)'; \ 177 unique=`for i in $$list; do \ 178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 179 done | $(am__uniquify_input)` 180ETAGS = etags 181CTAGS = ctags 182DIST_SUBDIRS = $(SUBDIRS) 183am__DIST_COMMON = $(srcdir)/Makefile.in README 184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 185am__relativize = \ 186 dir0=`pwd`; \ 187 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 188 sed_rest='s,^[^/]*/*,,'; \ 189 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 190 sed_butlast='s,/*[^/]*$$,,'; \ 191 while test -n "$$dir1"; do \ 192 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 193 if test "$$first" != "."; then \ 194 if test "$$first" = ".."; then \ 195 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 196 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 197 else \ 198 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 199 if test "$$first2" = "$$first"; then \ 200 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 201 else \ 202 dir2="../$$dir2"; \ 203 fi; \ 204 dir0="$$dir0"/"$$first"; \ 205 fi; \ 206 fi; \ 207 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 208 done; \ 209 reldir="$$dir2" 210ACLOCAL = @ACLOCAL@ 211ALLOCA = @ALLOCA@ 212AMTAR = @AMTAR@ 213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 214AR = @AR@ 215AUTOCONF = @AUTOCONF@ 216AUTOHEADER = @AUTOHEADER@ 217AUTOMAKE = @AUTOMAKE@ 218AWK = @AWK@ 219BISON = @BISON@ 220CC = @CC@ 221CCDEPMODE = @CCDEPMODE@ 222CFLAGS = @CFLAGS@ 223CPP = @CPP@ 224CPPFLAGS = @CPPFLAGS@ 225CXX = @CXX@ 226CXXCPP = @CXXCPP@ 227CXXDEPMODE = @CXXDEPMODE@ 228CXXFLAGS = @CXXFLAGS@ 229CYGPATH_W = @CYGPATH_W@ 230DEFS = @DEFS@ 231DEPDIR = @DEPDIR@ 232DLLTOOL = @DLLTOOL@ 233DSYMUTIL = @DSYMUTIL@ 234DUMPBIN = @DUMPBIN@ 235ECHO_C = @ECHO_C@ 236ECHO_N = @ECHO_N@ 237ECHO_T = @ECHO_T@ 238EGREP = @EGREP@ 239EXEEXT = @EXEEXT@ 240FGREP = @FGREP@ 241GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 242GMSGFMT = @GMSGFMT@ 243GMSGFMT_015 = @GMSGFMT_015@ 244GREP = @GREP@ 245HELP2MAN = @HELP2MAN@ 246INDENT = @INDENT@ 247INSTALL = @INSTALL@ 248INSTALL_DATA = @INSTALL_DATA@ 249INSTALL_PROGRAM = @INSTALL_PROGRAM@ 250INSTALL_SCRIPT = @INSTALL_SCRIPT@ 251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 252INTLLIBS = @INTLLIBS@ 253INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 254LD = @LD@ 255LDFLAGS = @LDFLAGS@ 256LEX = @LEX@ 257LEXLIB = @LEXLIB@ 258LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 259LIBICONV = @LIBICONV@ 260LIBINTL = @LIBINTL@ 261LIBOBJS = @LIBOBJS@ 262LIBS = @LIBS@ 263LIBTOOL = @LIBTOOL@ 264LIPO = @LIPO@ 265LN_S = @LN_S@ 266LTLIBICONV = @LTLIBICONV@ 267LTLIBINTL = @LTLIBINTL@ 268LTLIBOBJS = @LTLIBOBJS@ 269LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 270M4 = @M4@ 271MAKEINFO = @MAKEINFO@ 272MANIFEST_TOOL = @MANIFEST_TOOL@ 273MKDIR_P = @MKDIR_P@ 274MSGFMT = @MSGFMT@ 275MSGFMT_015 = @MSGFMT_015@ 276MSGMERGE = @MSGMERGE@ 277NM = @NM@ 278NMEDIT = @NMEDIT@ 279OBJDUMP = @OBJDUMP@ 280OBJEXT = @OBJEXT@ 281OTOOL = @OTOOL@ 282OTOOL64 = @OTOOL64@ 283PACKAGE = @PACKAGE@ 284PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 285PACKAGE_NAME = @PACKAGE_NAME@ 286PACKAGE_STRING = @PACKAGE_STRING@ 287PACKAGE_TARNAME = @PACKAGE_TARNAME@ 288PACKAGE_URL = @PACKAGE_URL@ 289PACKAGE_VERSION = @PACKAGE_VERSION@ 290PATH_SEPARATOR = @PATH_SEPARATOR@ 291POSUB = @POSUB@ 292RANLIB = @RANLIB@ 293SED = @SED@ 294SET_MAKE = @SET_MAKE@ 295SHARED_VERSION_INFO = @SHARED_VERSION_INFO@ 296SHELL = @SHELL@ 297STRIP = @STRIP@ 298TEXI2DVI = @TEXI2DVI@ 299USE_NLS = @USE_NLS@ 300VERSION = @VERSION@ 301WARNINGFLAGS = @WARNINGFLAGS@ 302XGETTEXT = @XGETTEXT@ 303XGETTEXT_015 = @XGETTEXT_015@ 304XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 305YACC = @YACC@ 306YFLAGS = @YFLAGS@ 307abs_builddir = @abs_builddir@ 308abs_srcdir = @abs_srcdir@ 309abs_top_builddir = @abs_top_builddir@ 310abs_top_srcdir = @abs_top_srcdir@ 311ac_ct_AR = @ac_ct_AR@ 312ac_ct_CC = @ac_ct_CC@ 313ac_ct_CXX = @ac_ct_CXX@ 314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 315am__include = @am__include@ 316am__leading_dot = @am__leading_dot@ 317am__quote = @am__quote@ 318am__tar = @am__tar@ 319am__untar = @am__untar@ 320bindir = @bindir@ 321build = @build@ 322build_alias = @build_alias@ 323build_cpu = @build_cpu@ 324build_os = @build_os@ 325build_vendor = @build_vendor@ 326builddir = @builddir@ 327datadir = @datadir@ 328datarootdir = @datarootdir@ 329docdir = @docdir@ 330dvidir = @dvidir@ 331exec_prefix = @exec_prefix@ 332host = @host@ 333host_alias = @host_alias@ 334host_cpu = @host_cpu@ 335host_os = @host_os@ 336host_vendor = @host_vendor@ 337htmldir = @htmldir@ 338includedir = @includedir@ 339infodir = @infodir@ 340install_sh = @install_sh@ 341libdir = @libdir@ 342libexecdir = @libexecdir@ 343localedir = @localedir@ 344localstatedir = @localstatedir@ 345mandir = @mandir@ 346mkdir_p = @mkdir_p@ 347oldincludedir = @oldincludedir@ 348pdfdir = @pdfdir@ 349prefix = @prefix@ 350program_transform_name = @program_transform_name@ 351psdir = @psdir@ 352runstatedir = @runstatedir@ 353sbindir = @sbindir@ 354sharedstatedir = @sharedstatedir@ 355srcdir = @srcdir@ 356sysconfdir = @sysconfdir@ 357target_alias = @target_alias@ 358top_build_prefix = @top_build_prefix@ 359top_builddir = @top_builddir@ 360top_srcdir = @top_srcdir@ 361EXTRA_DIST = \ 362 testxxLexer.l \ 363 debflex.awk \ 364 README 365 366SUBDIRS = \ 367 manual \ 368 fastwc 369 370all: all-recursive 371 372.SUFFIXES: 373$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 374 @for dep in $?; do \ 375 case '$(am__configure_deps)' in \ 376 *$$dep*) \ 377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 378 && { if test -f $@; then exit 0; else break; fi; }; \ 379 exit 1;; \ 380 esac; \ 381 done; \ 382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ 383 $(am__cd) $(top_srcdir) && \ 384 $(AUTOMAKE) --foreign examples/Makefile 385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 386 @case '$?' in \ 387 *config.status*) \ 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 389 *) \ 390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 392 esac; 393 394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396 397$(top_srcdir)/configure: $(am__configure_deps) 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 399$(ACLOCAL_M4): $(am__aclocal_m4_deps) 400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 401$(am__aclocal_m4_deps): 402 403mostlyclean-libtool: 404 -rm -f *.lo 405 406clean-libtool: 407 -rm -rf .libs _libs 408 409# This directory's subdirectories are mostly independent; you can cd 410# into them and run 'make' without going through this Makefile. 411# To change the values of 'make' variables: instead of editing Makefiles, 412# (1) if the variable is set in 'config.status', edit 'config.status' 413# (which will cause the Makefiles to be regenerated when you run 'make'); 414# (2) otherwise, pass the desired values on the 'make' command line. 415$(am__recursive_targets): 416 @fail=; \ 417 if $(am__make_keepgoing); then \ 418 failcom='fail=yes'; \ 419 else \ 420 failcom='exit 1'; \ 421 fi; \ 422 dot_seen=no; \ 423 target=`echo $@ | sed s/-recursive//`; \ 424 case "$@" in \ 425 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 426 *) list='$(SUBDIRS)' ;; \ 427 esac; \ 428 for subdir in $$list; do \ 429 echo "Making $$target in $$subdir"; \ 430 if test "$$subdir" = "."; then \ 431 dot_seen=yes; \ 432 local_target="$$target-am"; \ 433 else \ 434 local_target="$$target"; \ 435 fi; \ 436 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 437 || eval $$failcom; \ 438 done; \ 439 if test "$$dot_seen" = "no"; then \ 440 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 441 fi; test -z "$$fail" 442 443ID: $(am__tagged_files) 444 $(am__define_uniq_tagged_files); mkid -fID $$unique 445tags: tags-recursive 446TAGS: tags 447 448tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 449 set x; \ 450 here=`pwd`; \ 451 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 452 include_option=--etags-include; \ 453 empty_fix=.; \ 454 else \ 455 include_option=--include; \ 456 empty_fix=; \ 457 fi; \ 458 list='$(SUBDIRS)'; for subdir in $$list; do \ 459 if test "$$subdir" = .; then :; else \ 460 test ! -f $$subdir/TAGS || \ 461 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 462 fi; \ 463 done; \ 464 $(am__define_uniq_tagged_files); \ 465 shift; \ 466 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 467 test -n "$$unique" || unique=$$empty_fix; \ 468 if test $$# -gt 0; then \ 469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 470 "$$@" $$unique; \ 471 else \ 472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 473 $$unique; \ 474 fi; \ 475 fi 476ctags: ctags-recursive 477 478CTAGS: ctags 479ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 480 $(am__define_uniq_tagged_files); \ 481 test -z "$(CTAGS_ARGS)$$unique" \ 482 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 483 $$unique 484 485GTAGS: 486 here=`$(am__cd) $(top_builddir) && pwd` \ 487 && $(am__cd) $(top_srcdir) \ 488 && gtags -i $(GTAGS_ARGS) "$$here" 489cscopelist: cscopelist-recursive 490 491cscopelist-am: $(am__tagged_files) 492 list='$(am__tagged_files)'; \ 493 case "$(srcdir)" in \ 494 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 495 *) sdir=$(subdir)/$(srcdir) ;; \ 496 esac; \ 497 for i in $$list; do \ 498 if test -f "$$i"; then \ 499 echo "$(subdir)/$$i"; \ 500 else \ 501 echo "$$sdir/$$i"; \ 502 fi; \ 503 done >> $(top_builddir)/cscope.files 504 505distclean-tags: 506 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 507 508distdir: $(DISTFILES) 509 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 510 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 511 list='$(DISTFILES)'; \ 512 dist_files=`for file in $$list; do echo $$file; done | \ 513 sed -e "s|^$$srcdirstrip/||;t" \ 514 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 515 case $$dist_files in \ 516 */*) $(MKDIR_P) `echo "$$dist_files" | \ 517 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 518 sort -u` ;; \ 519 esac; \ 520 for file in $$dist_files; do \ 521 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 522 if test -d $$d/$$file; then \ 523 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 524 if test -d "$(distdir)/$$file"; then \ 525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 526 fi; \ 527 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 528 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 530 fi; \ 531 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 532 else \ 533 test -f "$(distdir)/$$file" \ 534 || cp -p $$d/$$file "$(distdir)/$$file" \ 535 || exit 1; \ 536 fi; \ 537 done 538 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 539 if test "$$subdir" = .; then :; else \ 540 $(am__make_dryrun) \ 541 || test -d "$(distdir)/$$subdir" \ 542 || $(MKDIR_P) "$(distdir)/$$subdir" \ 543 || exit 1; \ 544 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 545 $(am__relativize); \ 546 new_distdir=$$reldir; \ 547 dir1=$$subdir; dir2="$(top_distdir)"; \ 548 $(am__relativize); \ 549 new_top_distdir=$$reldir; \ 550 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 551 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 552 ($(am__cd) $$subdir && \ 553 $(MAKE) $(AM_MAKEFLAGS) \ 554 top_distdir="$$new_top_distdir" \ 555 distdir="$$new_distdir" \ 556 am__remove_distdir=: \ 557 am__skip_length_check=: \ 558 am__skip_mode_fix=: \ 559 distdir) \ 560 || exit 1; \ 561 fi; \ 562 done 563check-am: all-am 564check: check-recursive 565all-am: Makefile 566installdirs: installdirs-recursive 567installdirs-am: 568install: install-recursive 569install-exec: install-exec-recursive 570install-data: install-data-recursive 571uninstall: uninstall-recursive 572 573install-am: all-am 574 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 575 576installcheck: installcheck-recursive 577install-strip: 578 if test -z '$(STRIP)'; then \ 579 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 580 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 581 install; \ 582 else \ 583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 585 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 586 fi 587mostlyclean-generic: 588 589clean-generic: 590 591distclean-generic: 592 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 593 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 594 595maintainer-clean-generic: 596 @echo "This command is intended for maintainers to use" 597 @echo "it deletes files that may require special tools to rebuild." 598clean: clean-recursive 599 600clean-am: clean-generic clean-libtool mostlyclean-am 601 602distclean: distclean-recursive 603 -rm -f Makefile 604distclean-am: clean-am distclean-generic distclean-tags 605 606dvi: dvi-recursive 607 608dvi-am: 609 610html: html-recursive 611 612html-am: 613 614info: info-recursive 615 616info-am: 617 618install-data-am: 619 620install-dvi: install-dvi-recursive 621 622install-dvi-am: 623 624install-exec-am: 625 626install-html: install-html-recursive 627 628install-html-am: 629 630install-info: install-info-recursive 631 632install-info-am: 633 634install-man: 635 636install-pdf: install-pdf-recursive 637 638install-pdf-am: 639 640install-ps: install-ps-recursive 641 642install-ps-am: 643 644installcheck-am: 645 646maintainer-clean: maintainer-clean-recursive 647 -rm -f Makefile 648maintainer-clean-am: distclean-am maintainer-clean-generic 649 650mostlyclean: mostlyclean-recursive 651 652mostlyclean-am: mostlyclean-generic mostlyclean-libtool 653 654pdf: pdf-recursive 655 656pdf-am: 657 658ps: ps-recursive 659 660ps-am: 661 662uninstall-am: 663 664.MAKE: $(am__recursive_targets) install-am install-strip 665 666.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 667 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 668 ctags-am distclean distclean-generic distclean-libtool \ 669 distclean-tags distdir dvi dvi-am html html-am info info-am \ 670 install install-am install-data install-data-am install-dvi \ 671 install-dvi-am install-exec install-exec-am install-html \ 672 install-html-am install-info install-info-am install-man \ 673 install-pdf install-pdf-am install-ps install-ps-am \ 674 install-strip installcheck installcheck-am installdirs \ 675 installdirs-am maintainer-clean maintainer-clean-generic \ 676 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 677 ps ps-am tags tags-am uninstall uninstall-am 678 679.PRECIOUS: Makefile 680 681 682# Tell versions [3.59,3.63) of GNU make to not export all variables. 683# Otherwise a system limit (for SysV at least) may be exceeded. 684.NOEXPORT: 685