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