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@ 298USE_NLS = @USE_NLS@ 299VERSION = @VERSION@ 300XGETTEXT = @XGETTEXT@ 301XGETTEXT_015 = @XGETTEXT_015@ 302XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 303YACC = @YACC@ 304YFLAGS = @YFLAGS@ 305abs_builddir = @abs_builddir@ 306abs_srcdir = @abs_srcdir@ 307abs_top_builddir = @abs_top_builddir@ 308abs_top_srcdir = @abs_top_srcdir@ 309ac_ct_AR = @ac_ct_AR@ 310ac_ct_CC = @ac_ct_CC@ 311ac_ct_CXX = @ac_ct_CXX@ 312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 313am__include = @am__include@ 314am__leading_dot = @am__leading_dot@ 315am__quote = @am__quote@ 316am__tar = @am__tar@ 317am__untar = @am__untar@ 318bindir = @bindir@ 319build = @build@ 320build_alias = @build_alias@ 321build_cpu = @build_cpu@ 322build_os = @build_os@ 323build_vendor = @build_vendor@ 324builddir = @builddir@ 325datadir = @datadir@ 326datarootdir = @datarootdir@ 327docdir = @docdir@ 328dvidir = @dvidir@ 329exec_prefix = @exec_prefix@ 330host = @host@ 331host_alias = @host_alias@ 332host_cpu = @host_cpu@ 333host_os = @host_os@ 334host_vendor = @host_vendor@ 335htmldir = @htmldir@ 336includedir = @includedir@ 337infodir = @infodir@ 338install_sh = @install_sh@ 339libdir = @libdir@ 340libexecdir = @libexecdir@ 341localedir = @localedir@ 342localstatedir = @localstatedir@ 343mandir = @mandir@ 344mkdir_p = @mkdir_p@ 345oldincludedir = @oldincludedir@ 346pdfdir = @pdfdir@ 347prefix = @prefix@ 348program_transform_name = @program_transform_name@ 349psdir = @psdir@ 350sbindir = @sbindir@ 351sharedstatedir = @sharedstatedir@ 352srcdir = @srcdir@ 353sysconfdir = @sysconfdir@ 354target_alias = @target_alias@ 355top_build_prefix = @top_build_prefix@ 356top_builddir = @top_builddir@ 357top_srcdir = @top_srcdir@ 358EXTRA_DIST = \ 359 testxxLexer.l \ 360 debflex.awk \ 361 README 362 363SUBDIRS = \ 364 manual \ 365 fastwc 366 367all: all-recursive 368 369.SUFFIXES: 370$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 371 @for dep in $?; do \ 372 case '$(am__configure_deps)' in \ 373 *$$dep*) \ 374 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 375 && { if test -f $@; then exit 0; else break; fi; }; \ 376 exit 1;; \ 377 esac; \ 378 done; \ 379 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \ 380 $(am__cd) $(top_srcdir) && \ 381 $(AUTOMAKE) --gnu examples/Makefile 382Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 383 @case '$?' in \ 384 *config.status*) \ 385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 386 *) \ 387 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 388 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 389 esac; 390 391$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 393 394$(top_srcdir)/configure: $(am__configure_deps) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396$(ACLOCAL_M4): $(am__aclocal_m4_deps) 397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 398$(am__aclocal_m4_deps): 399 400mostlyclean-libtool: 401 -rm -f *.lo 402 403clean-libtool: 404 -rm -rf .libs _libs 405 406# This directory's subdirectories are mostly independent; you can cd 407# into them and run 'make' without going through this Makefile. 408# To change the values of 'make' variables: instead of editing Makefiles, 409# (1) if the variable is set in 'config.status', edit 'config.status' 410# (which will cause the Makefiles to be regenerated when you run 'make'); 411# (2) otherwise, pass the desired values on the 'make' command line. 412$(am__recursive_targets): 413 @fail=; \ 414 if $(am__make_keepgoing); then \ 415 failcom='fail=yes'; \ 416 else \ 417 failcom='exit 1'; \ 418 fi; \ 419 dot_seen=no; \ 420 target=`echo $@ | sed s/-recursive//`; \ 421 case "$@" in \ 422 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 423 *) list='$(SUBDIRS)' ;; \ 424 esac; \ 425 for subdir in $$list; do \ 426 echo "Making $$target in $$subdir"; \ 427 if test "$$subdir" = "."; then \ 428 dot_seen=yes; \ 429 local_target="$$target-am"; \ 430 else \ 431 local_target="$$target"; \ 432 fi; \ 433 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 434 || eval $$failcom; \ 435 done; \ 436 if test "$$dot_seen" = "no"; then \ 437 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 438 fi; test -z "$$fail" 439 440ID: $(am__tagged_files) 441 $(am__define_uniq_tagged_files); mkid -fID $$unique 442tags: tags-recursive 443TAGS: tags 444 445tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 446 set x; \ 447 here=`pwd`; \ 448 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 449 include_option=--etags-include; \ 450 empty_fix=.; \ 451 else \ 452 include_option=--include; \ 453 empty_fix=; \ 454 fi; \ 455 list='$(SUBDIRS)'; for subdir in $$list; do \ 456 if test "$$subdir" = .; then :; else \ 457 test ! -f $$subdir/TAGS || \ 458 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 459 fi; \ 460 done; \ 461 $(am__define_uniq_tagged_files); \ 462 shift; \ 463 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 464 test -n "$$unique" || unique=$$empty_fix; \ 465 if test $$# -gt 0; then \ 466 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 467 "$$@" $$unique; \ 468 else \ 469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 470 $$unique; \ 471 fi; \ 472 fi 473ctags: ctags-recursive 474 475CTAGS: ctags 476ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 477 $(am__define_uniq_tagged_files); \ 478 test -z "$(CTAGS_ARGS)$$unique" \ 479 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 480 $$unique 481 482GTAGS: 483 here=`$(am__cd) $(top_builddir) && pwd` \ 484 && $(am__cd) $(top_srcdir) \ 485 && gtags -i $(GTAGS_ARGS) "$$here" 486cscopelist: cscopelist-recursive 487 488cscopelist-am: $(am__tagged_files) 489 list='$(am__tagged_files)'; \ 490 case "$(srcdir)" in \ 491 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 492 *) sdir=$(subdir)/$(srcdir) ;; \ 493 esac; \ 494 for i in $$list; do \ 495 if test -f "$$i"; then \ 496 echo "$(subdir)/$$i"; \ 497 else \ 498 echo "$$sdir/$$i"; \ 499 fi; \ 500 done >> $(top_builddir)/cscope.files 501 502distclean-tags: 503 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 504 505distdir: $(DISTFILES) 506 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 507 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 508 list='$(DISTFILES)'; \ 509 dist_files=`for file in $$list; do echo $$file; done | \ 510 sed -e "s|^$$srcdirstrip/||;t" \ 511 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 512 case $$dist_files in \ 513 */*) $(MKDIR_P) `echo "$$dist_files" | \ 514 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 515 sort -u` ;; \ 516 esac; \ 517 for file in $$dist_files; do \ 518 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 519 if test -d $$d/$$file; then \ 520 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 521 if test -d "$(distdir)/$$file"; then \ 522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 523 fi; \ 524 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 525 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 527 fi; \ 528 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 529 else \ 530 test -f "$(distdir)/$$file" \ 531 || cp -p $$d/$$file "$(distdir)/$$file" \ 532 || exit 1; \ 533 fi; \ 534 done 535 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 536 if test "$$subdir" = .; then :; else \ 537 $(am__make_dryrun) \ 538 || test -d "$(distdir)/$$subdir" \ 539 || $(MKDIR_P) "$(distdir)/$$subdir" \ 540 || exit 1; \ 541 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 542 $(am__relativize); \ 543 new_distdir=$$reldir; \ 544 dir1=$$subdir; dir2="$(top_distdir)"; \ 545 $(am__relativize); \ 546 new_top_distdir=$$reldir; \ 547 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 548 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 549 ($(am__cd) $$subdir && \ 550 $(MAKE) $(AM_MAKEFLAGS) \ 551 top_distdir="$$new_top_distdir" \ 552 distdir="$$new_distdir" \ 553 am__remove_distdir=: \ 554 am__skip_length_check=: \ 555 am__skip_mode_fix=: \ 556 distdir) \ 557 || exit 1; \ 558 fi; \ 559 done 560check-am: all-am 561check: check-recursive 562all-am: Makefile 563installdirs: installdirs-recursive 564installdirs-am: 565install: install-recursive 566install-exec: install-exec-recursive 567install-data: install-data-recursive 568uninstall: uninstall-recursive 569 570install-am: all-am 571 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 572 573installcheck: installcheck-recursive 574install-strip: 575 if test -z '$(STRIP)'; then \ 576 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 577 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 578 install; \ 579 else \ 580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 582 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 583 fi 584mostlyclean-generic: 585 586clean-generic: 587 588distclean-generic: 589 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 590 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 591 592maintainer-clean-generic: 593 @echo "This command is intended for maintainers to use" 594 @echo "it deletes files that may require special tools to rebuild." 595clean: clean-recursive 596 597clean-am: clean-generic clean-libtool mostlyclean-am 598 599distclean: distclean-recursive 600 -rm -f Makefile 601distclean-am: clean-am distclean-generic distclean-tags 602 603dvi: dvi-recursive 604 605dvi-am: 606 607html: html-recursive 608 609html-am: 610 611info: info-recursive 612 613info-am: 614 615install-data-am: 616 617install-dvi: install-dvi-recursive 618 619install-dvi-am: 620 621install-exec-am: 622 623install-html: install-html-recursive 624 625install-html-am: 626 627install-info: install-info-recursive 628 629install-info-am: 630 631install-man: 632 633install-pdf: install-pdf-recursive 634 635install-pdf-am: 636 637install-ps: install-ps-recursive 638 639install-ps-am: 640 641installcheck-am: 642 643maintainer-clean: maintainer-clean-recursive 644 -rm -f Makefile 645maintainer-clean-am: distclean-am maintainer-clean-generic 646 647mostlyclean: mostlyclean-recursive 648 649mostlyclean-am: mostlyclean-generic mostlyclean-libtool 650 651pdf: pdf-recursive 652 653pdf-am: 654 655ps: ps-recursive 656 657ps-am: 658 659uninstall-am: 660 661.MAKE: $(am__recursive_targets) install-am install-strip 662 663.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 664 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 665 ctags-am distclean distclean-generic distclean-libtool \ 666 distclean-tags distdir dvi dvi-am html html-am info info-am \ 667 install install-am install-data install-data-am install-dvi \ 668 install-dvi-am install-exec install-exec-am install-html \ 669 install-html-am install-info install-info-am install-man \ 670 install-pdf install-pdf-am install-ps install-ps-am \ 671 install-strip installcheck installcheck-am installdirs \ 672 installdirs-am maintainer-clean maintainer-clean-generic \ 673 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 674 ps ps-am tags tags-am uninstall uninstall-am 675 676.PRECIOUS: Makefile 677 678 679# Tell versions [3.59,3.63) of GNU make to not export all variables. 680# Otherwise a system limit (for SysV at least) may be exceeded. 681.NOEXPORT: 682