Makefile.in revision 57f47464
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@ 215STRIP = @STRIP@ 216STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 217VERSION = @VERSION@ 218WCHAR32 = @WCHAR32@ 219X11_CFLAGS = @X11_CFLAGS@ 220X11_DATADIR = @X11_DATADIR@ 221X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 222X11_LIBDIR = @X11_LIBDIR@ 223X11_LIBS = @X11_LIBS@ 224X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 225X11_LOCALEDIR = @X11_LOCALEDIR@ 226X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 227XERRORDB = @XERRORDB@ 228XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 229XKEYSYMDB = @XKEYSYMDB@ 230XLOCALEDATADIR = @XLOCALEDATADIR@ 231XLOCALEDIR = @XLOCALEDIR@ 232XLOCALELIBDIR = @XLOCALELIBDIR@ 233XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 234XMLTO = @XMLTO@ 235XORG_MAN_PAGE = @XORG_MAN_PAGE@ 236XORG_SGML_PATH = @XORG_SGML_PATH@ 237XSLTPROC = @XSLTPROC@ 238XSL_STYLESHEET = @XSL_STYLESHEET@ 239XTHREADLIB = @XTHREADLIB@ 240XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 241XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 242abs_builddir = @abs_builddir@ 243abs_srcdir = @abs_srcdir@ 244abs_top_builddir = @abs_top_builddir@ 245abs_top_srcdir = @abs_top_srcdir@ 246ac_ct_AR = @ac_ct_AR@ 247ac_ct_CC = @ac_ct_CC@ 248ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 249am__include = @am__include@ 250am__leading_dot = @am__leading_dot@ 251am__quote = @am__quote@ 252am__tar = @am__tar@ 253am__untar = @am__untar@ 254bindir = @bindir@ 255build = @build@ 256build_alias = @build_alias@ 257build_cpu = @build_cpu@ 258build_os = @build_os@ 259build_vendor = @build_vendor@ 260builddir = @builddir@ 261datadir = @datadir@ 262datarootdir = @datarootdir@ 263docdir = @docdir@ 264dvidir = @dvidir@ 265exec_prefix = @exec_prefix@ 266host = @host@ 267host_alias = @host_alias@ 268host_cpu = @host_cpu@ 269host_os = @host_os@ 270host_vendor = @host_vendor@ 271htmldir = @htmldir@ 272includedir = @includedir@ 273infodir = @infodir@ 274install_sh = @install_sh@ 275libdir = @libdir@ 276libexecdir = @libexecdir@ 277localedir = @localedir@ 278localstatedir = @localstatedir@ 279mandir = @mandir@ 280mkdir_p = @mkdir_p@ 281oldincludedir = @oldincludedir@ 282pdfdir = @pdfdir@ 283prefix = @prefix@ 284program_transform_name = @program_transform_name@ 285psdir = @psdir@ 286sbindir = @sbindir@ 287sharedstatedir = @sharedstatedir@ 288srcdir = @srcdir@ 289sysconfdir = @sysconfdir@ 290target_alias = @target_alias@ 291top_build_prefix = @top_build_prefix@ 292top_builddir = @top_builddir@ 293top_srcdir = @top_srcdir@ 294SUBDIRS = framework localedb trans 295all: all-recursive 296 297.SUFFIXES: 298$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 299 @for dep in $?; do \ 300 case '$(am__configure_deps)' in \ 301 *$$dep*) \ 302 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 303 && { if test -f $@; then exit 0; else break; fi; }; \ 304 exit 1;; \ 305 esac; \ 306 done; \ 307 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/Makefile'; \ 308 $(am__cd) $(top_srcdir) && \ 309 $(AUTOMAKE) --foreign specs/i18n/Makefile 310.PRECIOUS: Makefile 311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 312 @case '$?' in \ 313 *config.status*) \ 314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 315 *) \ 316 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 317 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 318 esac; 319 320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 322 323$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 325$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 327$(am__aclocal_m4_deps): 328 329mostlyclean-libtool: 330 -rm -f *.lo 331 332clean-libtool: 333 -rm -rf .libs _libs 334 335# This directory's subdirectories are mostly independent; you can cd 336# into them and run `make' without going through this Makefile. 337# To change the values of `make' variables: instead of editing Makefiles, 338# (1) if the variable is set in `config.status', edit `config.status' 339# (which will cause the Makefiles to be regenerated when you run `make'); 340# (2) otherwise, pass the desired values on the `make' command line. 341$(RECURSIVE_TARGETS): 342 @fail= failcom='exit 1'; \ 343 for f in x $$MAKEFLAGS; do \ 344 case $$f in \ 345 *=* | --[!k]*);; \ 346 *k*) failcom='fail=yes';; \ 347 esac; \ 348 done; \ 349 dot_seen=no; \ 350 target=`echo $@ | sed s/-recursive//`; \ 351 list='$(SUBDIRS)'; for subdir in $$list; do \ 352 echo "Making $$target in $$subdir"; \ 353 if test "$$subdir" = "."; then \ 354 dot_seen=yes; \ 355 local_target="$$target-am"; \ 356 else \ 357 local_target="$$target"; \ 358 fi; \ 359 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 360 || eval $$failcom; \ 361 done; \ 362 if test "$$dot_seen" = "no"; then \ 363 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 364 fi; test -z "$$fail" 365 366$(RECURSIVE_CLEAN_TARGETS): 367 @fail= failcom='exit 1'; \ 368 for f in x $$MAKEFLAGS; do \ 369 case $$f in \ 370 *=* | --[!k]*);; \ 371 *k*) failcom='fail=yes';; \ 372 esac; \ 373 done; \ 374 dot_seen=no; \ 375 case "$@" in \ 376 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 377 *) list='$(SUBDIRS)' ;; \ 378 esac; \ 379 rev=''; for subdir in $$list; do \ 380 if test "$$subdir" = "."; then :; else \ 381 rev="$$subdir $$rev"; \ 382 fi; \ 383 done; \ 384 rev="$$rev ."; \ 385 target=`echo $@ | sed s/-recursive//`; \ 386 for subdir in $$rev; do \ 387 echo "Making $$target in $$subdir"; \ 388 if test "$$subdir" = "."; then \ 389 local_target="$$target-am"; \ 390 else \ 391 local_target="$$target"; \ 392 fi; \ 393 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 394 || eval $$failcom; \ 395 done && test -z "$$fail" 396tags-recursive: 397 list='$(SUBDIRS)'; for subdir in $$list; do \ 398 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 399 done 400ctags-recursive: 401 list='$(SUBDIRS)'; for subdir in $$list; do \ 402 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 403 done 404 405ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 406 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 407 unique=`for i in $$list; do \ 408 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 409 done | \ 410 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 411 END { if (nonempty) { for (i in files) print i; }; }'`; \ 412 mkid -fID $$unique 413tags: TAGS 414 415TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 416 $(TAGS_FILES) $(LISP) 417 set x; \ 418 here=`pwd`; \ 419 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 420 include_option=--etags-include; \ 421 empty_fix=.; \ 422 else \ 423 include_option=--include; \ 424 empty_fix=; \ 425 fi; \ 426 list='$(SUBDIRS)'; for subdir in $$list; do \ 427 if test "$$subdir" = .; then :; else \ 428 test ! -f $$subdir/TAGS || \ 429 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 430 fi; \ 431 done; \ 432 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 433 unique=`for i in $$list; do \ 434 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 435 done | \ 436 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 437 END { if (nonempty) { for (i in files) print i; }; }'`; \ 438 shift; \ 439 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 440 test -n "$$unique" || unique=$$empty_fix; \ 441 if test $$# -gt 0; then \ 442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 443 "$$@" $$unique; \ 444 else \ 445 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 446 $$unique; \ 447 fi; \ 448 fi 449ctags: CTAGS 450CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 451 $(TAGS_FILES) $(LISP) 452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 453 unique=`for i in $$list; do \ 454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 455 done | \ 456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 457 END { if (nonempty) { for (i in files) print i; }; }'`; \ 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" 466 467distclean-tags: 468 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 469 470distdir: $(DISTFILES) 471 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 472 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 473 list='$(DISTFILES)'; \ 474 dist_files=`for file in $$list; do echo $$file; done | \ 475 sed -e "s|^$$srcdirstrip/||;t" \ 476 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 477 case $$dist_files in \ 478 */*) $(MKDIR_P) `echo "$$dist_files" | \ 479 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 480 sort -u` ;; \ 481 esac; \ 482 for file in $$dist_files; do \ 483 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 484 if test -d $$d/$$file; then \ 485 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 486 if test -d "$(distdir)/$$file"; then \ 487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 488 fi; \ 489 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 490 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 492 fi; \ 493 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 494 else \ 495 test -f "$(distdir)/$$file" \ 496 || cp -p $$d/$$file "$(distdir)/$$file" \ 497 || exit 1; \ 498 fi; \ 499 done 500 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 501 if test "$$subdir" = .; then :; else \ 502 test -d "$(distdir)/$$subdir" \ 503 || $(MKDIR_P) "$(distdir)/$$subdir" \ 504 || exit 1; \ 505 fi; \ 506 done 507 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 508 if test "$$subdir" = .; then :; else \ 509 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 510 $(am__relativize); \ 511 new_distdir=$$reldir; \ 512 dir1=$$subdir; dir2="$(top_distdir)"; \ 513 $(am__relativize); \ 514 new_top_distdir=$$reldir; \ 515 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 516 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 517 ($(am__cd) $$subdir && \ 518 $(MAKE) $(AM_MAKEFLAGS) \ 519 top_distdir="$$new_top_distdir" \ 520 distdir="$$new_distdir" \ 521 am__remove_distdir=: \ 522 am__skip_length_check=: \ 523 am__skip_mode_fix=: \ 524 distdir) \ 525 || exit 1; \ 526 fi; \ 527 done 528check-am: all-am 529check: check-recursive 530all-am: Makefile 531installdirs: installdirs-recursive 532installdirs-am: 533install: install-recursive 534install-exec: install-exec-recursive 535install-data: install-data-recursive 536uninstall: uninstall-recursive 537 538install-am: all-am 539 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 540 541installcheck: installcheck-recursive 542install-strip: 543 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 544 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 545 `test -z '$(STRIP)' || \ 546 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 547mostlyclean-generic: 548 549clean-generic: 550 551distclean-generic: 552 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 553 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 554 555maintainer-clean-generic: 556 @echo "This command is intended for maintainers to use" 557 @echo "it deletes files that may require special tools to rebuild." 558clean: clean-recursive 559 560clean-am: clean-generic clean-libtool mostlyclean-am 561 562distclean: distclean-recursive 563 -rm -f Makefile 564distclean-am: clean-am distclean-generic distclean-tags 565 566dvi: dvi-recursive 567 568dvi-am: 569 570html: html-recursive 571 572html-am: 573 574info: info-recursive 575 576info-am: 577 578install-data-am: 579 580install-dvi: install-dvi-recursive 581 582install-dvi-am: 583 584install-exec-am: 585 586install-html: install-html-recursive 587 588install-html-am: 589 590install-info: install-info-recursive 591 592install-info-am: 593 594install-man: 595 596install-pdf: install-pdf-recursive 597 598install-pdf-am: 599 600install-ps: install-ps-recursive 601 602install-ps-am: 603 604installcheck-am: 605 606maintainer-clean: maintainer-clean-recursive 607 -rm -f Makefile 608maintainer-clean-am: distclean-am maintainer-clean-generic 609 610mostlyclean: mostlyclean-recursive 611 612mostlyclean-am: mostlyclean-generic mostlyclean-libtool 613 614pdf: pdf-recursive 615 616pdf-am: 617 618ps: ps-recursive 619 620ps-am: 621 622uninstall-am: 623 624.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 625 install-am install-strip tags-recursive 626 627.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 628 all all-am check check-am clean clean-generic clean-libtool \ 629 ctags ctags-recursive distclean distclean-generic \ 630 distclean-libtool distclean-tags distdir dvi dvi-am html \ 631 html-am info info-am install install-am install-data \ 632 install-data-am install-dvi install-dvi-am install-exec \ 633 install-exec-am install-html install-html-am install-info \ 634 install-info-am install-man install-pdf install-pdf-am \ 635 install-ps install-ps-am install-strip installcheck \ 636 installcheck-am installdirs installdirs-am maintainer-clean \ 637 maintainer-clean-generic mostlyclean mostlyclean-generic \ 638 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 639 uninstall uninstall-am 640 641 642# Tell versions [3.59,3.63) of GNU make to not export all variables. 643# Otherwise a system limit (for SysV at least) may be exceeded. 644.NOEXPORT: 645