Makefile.in revision 6cc2b21f
1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 20# 21# Permission is hereby granted, free of charge, to any person obtaining a 22# copy of this software and associated documentation files (the "Software"), 23# to deal in the Software without restriction, including without limitation 24# the rights to use, copy, modify, merge, publish, distribute, sublicense, 25# and/or sell copies of the Software, and to permit persons to whom the 26# Software is furnished to do so, subject to the following conditions: 27# 28# The above copyright notice and this permission notice (including the next 29# paragraph) shall be included in all copies or substantial portions of the 30# Software. 31# 32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 34# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 35# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 36# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 38# DEALINGS IN THE SOFTWARE. 39# 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkgincludedir = $(includedir)/@PACKAGE@ 43pkglibdir = $(libdir)/@PACKAGE@ 44pkglibexecdir = $(libexecdir)/@PACKAGE@ 45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46install_sh_DATA = $(install_sh) -c -m 644 47install_sh_PROGRAM = $(install_sh) -c 48install_sh_SCRIPT = $(install_sh) -c 49INSTALL_HEADER = $(INSTALL_DATA) 50transform = $(program_transform_name) 51NORMAL_INSTALL = : 52PRE_INSTALL = : 53POST_INSTALL = : 54NORMAL_UNINSTALL = : 55PRE_UNINSTALL = : 56POST_UNINSTALL = : 57build_triplet = @build@ 58host_triplet = @host@ 59subdir = specs/i18n 60DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 62am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 63 $(top_srcdir)/configure.ac 64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 65 $(ACLOCAL_M4) 66mkinstalldirs = $(install_sh) -d 67CONFIG_HEADER = $(top_builddir)/src/config.h \ 68 $(top_builddir)/include/X11/XlibConf.h 69CONFIG_CLEAN_FILES = 70CONFIG_CLEAN_VPATH_FILES = 71AM_V_GEN = $(am__v_GEN_$(V)) 72am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 73am__v_GEN_0 = @echo " GEN " $@; 74AM_V_at = $(am__v_at_$(V)) 75am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 76am__v_at_0 = @ 77SOURCES = 78DIST_SOURCES = 79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 80 html-recursive info-recursive install-data-recursive \ 81 install-dvi-recursive install-exec-recursive \ 82 install-html-recursive install-info-recursive \ 83 install-pdf-recursive install-ps-recursive install-recursive \ 84 installcheck-recursive installdirs-recursive pdf-recursive \ 85 ps-recursive uninstall-recursive 86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 87 distclean-recursive maintainer-clean-recursive 88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 90 distdir 91ETAGS = etags 92CTAGS = ctags 93DIST_SUBDIRS = $(SUBDIRS) 94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 95am__relativize = \ 96 dir0=`pwd`; \ 97 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 98 sed_rest='s,^[^/]*/*,,'; \ 99 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 100 sed_butlast='s,/*[^/]*$$,,'; \ 101 while test -n "$$dir1"; do \ 102 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 103 if test "$$first" != "."; then \ 104 if test "$$first" = ".."; then \ 105 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 106 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 107 else \ 108 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 109 if test "$$first2" = "$$first"; then \ 110 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 111 else \ 112 dir2="../$$dir2"; \ 113 fi; \ 114 dir0="$$dir0"/"$$first"; \ 115 fi; \ 116 fi; \ 117 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 118 done; \ 119 reldir="$$dir2" 120ACLOCAL = @ACLOCAL@ 121ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 122ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 123AMTAR = @AMTAR@ 124AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 125APP_MAN_DIR = @APP_MAN_DIR@ 126APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 127AR = @AR@ 128AUTOCONF = @AUTOCONF@ 129AUTOHEADER = @AUTOHEADER@ 130AUTOMAKE = @AUTOMAKE@ 131AWK = @AWK@ 132BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 133BIGFONT_LIBS = @BIGFONT_LIBS@ 134CC = @CC@ 135CCDEPMODE = @CCDEPMODE@ 136CC_FOR_BUILD = @CC_FOR_BUILD@ 137CFLAGS = @CFLAGS@ 138CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 139CHANGELOG_CMD = @CHANGELOG_CMD@ 140CPP = @CPP@ 141CPPFLAGS = @CPPFLAGS@ 142CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 143CWARNFLAGS = @CWARNFLAGS@ 144CYGPATH_W = @CYGPATH_W@ 145DEFS = @DEFS@ 146DEPDIR = @DEPDIR@ 147DLLTOOL = @DLLTOOL@ 148DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 149DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 150DSYMUTIL = @DSYMUTIL@ 151DUMPBIN = @DUMPBIN@ 152ECHO_C = @ECHO_C@ 153ECHO_N = @ECHO_N@ 154ECHO_T = @ECHO_T@ 155EGREP = @EGREP@ 156EXEEXT = @EXEEXT@ 157FGREP = @FGREP@ 158FILE_MAN_DIR = @FILE_MAN_DIR@ 159FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 160FOP = @FOP@ 161GREP = @GREP@ 162I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 163INSTALL = @INSTALL@ 164INSTALL_CMD = @INSTALL_CMD@ 165INSTALL_DATA = @INSTALL_DATA@ 166INSTALL_PROGRAM = @INSTALL_PROGRAM@ 167INSTALL_SCRIPT = @INSTALL_SCRIPT@ 168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 169KEYSYMDEFS = @KEYSYMDEFS@ 170LAUNCHD = @LAUNCHD@ 171LD = @LD@ 172LDFLAGS = @LDFLAGS@ 173LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 174LIBOBJS = @LIBOBJS@ 175LIBS = @LIBS@ 176LIBTOOL = @LIBTOOL@ 177LIB_MAN_DIR = @LIB_MAN_DIR@ 178LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 179LINT = @LINT@ 180LINTLIB = @LINTLIB@ 181LINT_FLAGS = @LINT_FLAGS@ 182LIPO = @LIPO@ 183LN_S = @LN_S@ 184LTLIBOBJS = @LTLIBOBJS@ 185MAINT = @MAINT@ 186MAKEINFO = @MAKEINFO@ 187MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 188MANIFEST_TOOL = @MANIFEST_TOOL@ 189MAN_SUBSTS = @MAN_SUBSTS@ 190MISC_MAN_DIR = @MISC_MAN_DIR@ 191MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 192MKDIR_P = @MKDIR_P@ 193NM = @NM@ 194NMEDIT = @NMEDIT@ 195OBJDUMP = @OBJDUMP@ 196OBJEXT = @OBJEXT@ 197OTOOL = @OTOOL@ 198OTOOL64 = @OTOOL64@ 199PACKAGE = @PACKAGE@ 200PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 201PACKAGE_NAME = @PACKAGE_NAME@ 202PACKAGE_STRING = @PACKAGE_STRING@ 203PACKAGE_TARNAME = @PACKAGE_TARNAME@ 204PACKAGE_URL = @PACKAGE_URL@ 205PACKAGE_VERSION = @PACKAGE_VERSION@ 206PATH_SEPARATOR = @PATH_SEPARATOR@ 207PERL = @PERL@ 208PKG_CONFIG = @PKG_CONFIG@ 209RANLIB = @RANLIB@ 210RAWCPP = @RAWCPP@ 211RAWCPPFLAGS = @RAWCPPFLAGS@ 212SED = @SED@ 213SET_MAKE = @SET_MAKE@ 214SHELL = @SHELL@ 215STRICT_CFLAGS = @STRICT_CFLAGS@ 216STRIP = @STRIP@ 217STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 218VERSION = @VERSION@ 219WCHAR32 = @WCHAR32@ 220X11_CFLAGS = @X11_CFLAGS@ 221X11_DATADIR = @X11_DATADIR@ 222X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 223X11_LIBDIR = @X11_LIBDIR@ 224X11_LIBS = @X11_LIBS@ 225X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 226X11_LOCALEDIR = @X11_LOCALEDIR@ 227X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 228XERRORDB = @XERRORDB@ 229XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 230XKEYSYMDB = @XKEYSYMDB@ 231XLOCALEDATADIR = @XLOCALEDATADIR@ 232XLOCALEDIR = @XLOCALEDIR@ 233XLOCALELIBDIR = @XLOCALELIBDIR@ 234XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 235XMLTO = @XMLTO@ 236XORG_MAN_PAGE = @XORG_MAN_PAGE@ 237XORG_SGML_PATH = @XORG_SGML_PATH@ 238XSLTPROC = @XSLTPROC@ 239XSL_STYLESHEET = @XSL_STYLESHEET@ 240XTHREADLIB = @XTHREADLIB@ 241XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 242XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 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@ 295SUBDIRS = framework localedb trans 296all: all-recursive 297 298.SUFFIXES: 299$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 300 @for dep in $?; do \ 301 case '$(am__configure_deps)' in \ 302 *$$dep*) \ 303 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 304 && { if test -f $@; then exit 0; else break; fi; }; \ 305 exit 1;; \ 306 esac; \ 307 done; \ 308 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/Makefile'; \ 309 $(am__cd) $(top_srcdir) && \ 310 $(AUTOMAKE) --foreign specs/i18n/Makefile 311.PRECIOUS: Makefile 312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313 @case '$?' in \ 314 *config.status*) \ 315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 316 *) \ 317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 318 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 319 esac; 320 321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 323 324$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 326$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 328$(am__aclocal_m4_deps): 329 330mostlyclean-libtool: 331 -rm -f *.lo 332 333clean-libtool: 334 -rm -rf .libs _libs 335 336# This directory's subdirectories are mostly independent; you can cd 337# into them and run `make' without going through this Makefile. 338# To change the values of `make' variables: instead of editing Makefiles, 339# (1) if the variable is set in `config.status', edit `config.status' 340# (which will cause the Makefiles to be regenerated when you run `make'); 341# (2) otherwise, pass the desired values on the `make' command line. 342$(RECURSIVE_TARGETS): 343 @fail= failcom='exit 1'; \ 344 for f in x $$MAKEFLAGS; do \ 345 case $$f in \ 346 *=* | --[!k]*);; \ 347 *k*) failcom='fail=yes';; \ 348 esac; \ 349 done; \ 350 dot_seen=no; \ 351 target=`echo $@ | sed s/-recursive//`; \ 352 list='$(SUBDIRS)'; for subdir in $$list; do \ 353 echo "Making $$target in $$subdir"; \ 354 if test "$$subdir" = "."; then \ 355 dot_seen=yes; \ 356 local_target="$$target-am"; \ 357 else \ 358 local_target="$$target"; \ 359 fi; \ 360 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 361 || eval $$failcom; \ 362 done; \ 363 if test "$$dot_seen" = "no"; then \ 364 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 365 fi; test -z "$$fail" 366 367$(RECURSIVE_CLEAN_TARGETS): 368 @fail= failcom='exit 1'; \ 369 for f in x $$MAKEFLAGS; do \ 370 case $$f in \ 371 *=* | --[!k]*);; \ 372 *k*) failcom='fail=yes';; \ 373 esac; \ 374 done; \ 375 dot_seen=no; \ 376 case "$@" in \ 377 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 378 *) list='$(SUBDIRS)' ;; \ 379 esac; \ 380 rev=''; for subdir in $$list; do \ 381 if test "$$subdir" = "."; then :; else \ 382 rev="$$subdir $$rev"; \ 383 fi; \ 384 done; \ 385 rev="$$rev ."; \ 386 target=`echo $@ | sed s/-recursive//`; \ 387 for subdir in $$rev; do \ 388 echo "Making $$target in $$subdir"; \ 389 if test "$$subdir" = "."; then \ 390 local_target="$$target-am"; \ 391 else \ 392 local_target="$$target"; \ 393 fi; \ 394 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 395 || eval $$failcom; \ 396 done && test -z "$$fail" 397tags-recursive: 398 list='$(SUBDIRS)'; for subdir in $$list; do \ 399 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 400 done 401ctags-recursive: 402 list='$(SUBDIRS)'; for subdir in $$list; do \ 403 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 404 done 405 406ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 407 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 408 unique=`for i in $$list; do \ 409 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 410 done | \ 411 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 412 END { if (nonempty) { for (i in files) print i; }; }'`; \ 413 mkid -fID $$unique 414tags: TAGS 415 416TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 417 $(TAGS_FILES) $(LISP) 418 set x; \ 419 here=`pwd`; \ 420 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 421 include_option=--etags-include; \ 422 empty_fix=.; \ 423 else \ 424 include_option=--include; \ 425 empty_fix=; \ 426 fi; \ 427 list='$(SUBDIRS)'; for subdir in $$list; do \ 428 if test "$$subdir" = .; then :; else \ 429 test ! -f $$subdir/TAGS || \ 430 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 431 fi; \ 432 done; \ 433 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 434 unique=`for i in $$list; do \ 435 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 436 done | \ 437 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 438 END { if (nonempty) { for (i in files) print i; }; }'`; \ 439 shift; \ 440 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 441 test -n "$$unique" || unique=$$empty_fix; \ 442 if test $$# -gt 0; then \ 443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 444 "$$@" $$unique; \ 445 else \ 446 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 447 $$unique; \ 448 fi; \ 449 fi 450ctags: CTAGS 451CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 452 $(TAGS_FILES) $(LISP) 453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 454 unique=`for i in $$list; do \ 455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 456 done | \ 457 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 458 END { if (nonempty) { for (i in files) print i; }; }'`; \ 459 test -z "$(CTAGS_ARGS)$$unique" \ 460 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 461 $$unique 462 463GTAGS: 464 here=`$(am__cd) $(top_builddir) && pwd` \ 465 && $(am__cd) $(top_srcdir) \ 466 && gtags -i $(GTAGS_ARGS) "$$here" 467 468distclean-tags: 469 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 470 471distdir: $(DISTFILES) 472 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 473 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 474 list='$(DISTFILES)'; \ 475 dist_files=`for file in $$list; do echo $$file; done | \ 476 sed -e "s|^$$srcdirstrip/||;t" \ 477 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 478 case $$dist_files in \ 479 */*) $(MKDIR_P) `echo "$$dist_files" | \ 480 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 481 sort -u` ;; \ 482 esac; \ 483 for file in $$dist_files; do \ 484 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 485 if test -d $$d/$$file; then \ 486 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 487 if test -d "$(distdir)/$$file"; then \ 488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 489 fi; \ 490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 491 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 492 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 493 fi; \ 494 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 495 else \ 496 test -f "$(distdir)/$$file" \ 497 || cp -p $$d/$$file "$(distdir)/$$file" \ 498 || exit 1; \ 499 fi; \ 500 done 501 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 502 if test "$$subdir" = .; then :; else \ 503 test -d "$(distdir)/$$subdir" \ 504 || $(MKDIR_P) "$(distdir)/$$subdir" \ 505 || exit 1; \ 506 fi; \ 507 done 508 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 509 if test "$$subdir" = .; then :; else \ 510 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 511 $(am__relativize); \ 512 new_distdir=$$reldir; \ 513 dir1=$$subdir; dir2="$(top_distdir)"; \ 514 $(am__relativize); \ 515 new_top_distdir=$$reldir; \ 516 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 517 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 518 ($(am__cd) $$subdir && \ 519 $(MAKE) $(AM_MAKEFLAGS) \ 520 top_distdir="$$new_top_distdir" \ 521 distdir="$$new_distdir" \ 522 am__remove_distdir=: \ 523 am__skip_length_check=: \ 524 am__skip_mode_fix=: \ 525 distdir) \ 526 || exit 1; \ 527 fi; \ 528 done 529check-am: all-am 530check: check-recursive 531all-am: Makefile 532installdirs: installdirs-recursive 533installdirs-am: 534install: install-recursive 535install-exec: install-exec-recursive 536install-data: install-data-recursive 537uninstall: uninstall-recursive 538 539install-am: all-am 540 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 541 542installcheck: installcheck-recursive 543install-strip: 544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 546 `test -z '$(STRIP)' || \ 547 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 548mostlyclean-generic: 549 550clean-generic: 551 552distclean-generic: 553 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 554 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 555 556maintainer-clean-generic: 557 @echo "This command is intended for maintainers to use" 558 @echo "it deletes files that may require special tools to rebuild." 559clean: clean-recursive 560 561clean-am: clean-generic clean-libtool mostlyclean-am 562 563distclean: distclean-recursive 564 -rm -f Makefile 565distclean-am: clean-am distclean-generic distclean-tags 566 567dvi: dvi-recursive 568 569dvi-am: 570 571html: html-recursive 572 573html-am: 574 575info: info-recursive 576 577info-am: 578 579install-data-am: 580 581install-dvi: install-dvi-recursive 582 583install-dvi-am: 584 585install-exec-am: 586 587install-html: install-html-recursive 588 589install-html-am: 590 591install-info: install-info-recursive 592 593install-info-am: 594 595install-man: 596 597install-pdf: install-pdf-recursive 598 599install-pdf-am: 600 601install-ps: install-ps-recursive 602 603install-ps-am: 604 605installcheck-am: 606 607maintainer-clean: maintainer-clean-recursive 608 -rm -f Makefile 609maintainer-clean-am: distclean-am maintainer-clean-generic 610 611mostlyclean: mostlyclean-recursive 612 613mostlyclean-am: mostlyclean-generic mostlyclean-libtool 614 615pdf: pdf-recursive 616 617pdf-am: 618 619ps: ps-recursive 620 621ps-am: 622 623uninstall-am: 624 625.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 626 install-am install-strip tags-recursive 627 628.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 629 all all-am check check-am clean clean-generic clean-libtool \ 630 ctags ctags-recursive distclean distclean-generic \ 631 distclean-libtool distclean-tags distdir dvi dvi-am html \ 632 html-am info info-am install install-am install-data \ 633 install-data-am install-dvi install-dvi-am install-exec \ 634 install-exec-am install-html install-html-am install-info \ 635 install-info-am install-man install-pdf install-pdf-am \ 636 install-ps install-ps-am install-strip installcheck \ 637 installcheck-am installdirs installdirs-am maintainer-clean \ 638 maintainer-clean-generic mostlyclean mostlyclean-generic \ 639 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 640 uninstall uninstall-am 641 642 643# Tell versions [3.59,3.63) of GNU make to not export all variables. 644# Otherwise a system limit (for SysV at least) may be exceeded. 645.NOEXPORT: 646