Makefile.in revision 629baa8c
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# 40 41VPATH = @srcdir@ 42pkgdatadir = $(datadir)/@PACKAGE@ 43pkgincludedir = $(includedir)/@PACKAGE@ 44pkglibdir = $(libdir)/@PACKAGE@ 45pkglibexecdir = $(libexecdir)/@PACKAGE@ 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 47install_sh_DATA = $(install_sh) -c -m 644 48install_sh_PROGRAM = $(install_sh) -c 49install_sh_SCRIPT = $(install_sh) -c 50INSTALL_HEADER = $(INSTALL_DATA) 51transform = $(program_transform_name) 52NORMAL_INSTALL = : 53PRE_INSTALL = : 54POST_INSTALL = : 55NORMAL_UNINSTALL = : 56PRE_UNINSTALL = : 57POST_UNINSTALL = : 58build_triplet = @build@ 59host_triplet = @host@ 60subdir = man 61DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 63am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 64 $(top_srcdir)/configure.ac 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67mkinstalldirs = $(install_sh) -d 68CONFIG_HEADER = $(top_builddir)/config.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 = 79am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 80am__vpath_adj = case $$p in \ 81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 82 *) f=$$p;; \ 83 esac; 84am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 85am__install_max = 40 86am__nobase_strip_setup = \ 87 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 88am__nobase_strip = \ 89 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 90am__nobase_list = $(am__nobase_strip_setup); \ 91 for p in $$list; do echo "$$p $$p"; done | \ 92 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 93 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 94 if (++n[$$2] == $(am__install_max)) \ 95 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 96 END { for (dir in files) print dir, files[dir] }' 97am__base_list = \ 98 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 99 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 100am__installdirs = "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(xdmlmandir)" 101DATA = $(appman_DATA) $(noinst_DATA) $(xdmlman_DATA) 102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 103ACLOCAL = @ACLOCAL@ 104ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 105ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 106AMTAR = @AMTAR@ 107AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 108APPDEFS_CFLAGS = @APPDEFS_CFLAGS@ 109APPDEFS_LIBS = @APPDEFS_LIBS@ 110APP_MAN_DIR = @APP_MAN_DIR@ 111APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 112AR = @AR@ 113AUTH_CFLAGS = @AUTH_CFLAGS@ 114AUTH_LIBS = @AUTH_LIBS@ 115AUTOCONF = @AUTOCONF@ 116AUTOHEADER = @AUTOHEADER@ 117AUTOMAKE = @AUTOMAKE@ 118AWK = @AWK@ 119CC = @CC@ 120CCDEPMODE = @CCDEPMODE@ 121CFLAGS = @CFLAGS@ 122CHANGELOG_CMD = @CHANGELOG_CMD@ 123CHOOSER_CFLAGS = @CHOOSER_CFLAGS@ 124CHOOSER_LIBS = @CHOOSER_LIBS@ 125CPP = @CPP@ 126CPPFLAGS = @CPPFLAGS@ 127CWARNFLAGS = @CWARNFLAGS@ 128CYGPATH_W = @CYGPATH_W@ 129DEFAULTVT = @DEFAULTVT@ 130DEFS = @DEFS@ 131DEF_AUTH_DIR = @DEF_AUTH_DIR@ 132DEF_CHOOSER = @DEF_CHOOSER@ 133DEF_FAILSAFE_CLIENT = @DEF_FAILSAFE_CLIENT@ 134DEF_GREETER_LIB = @DEF_GREETER_LIB@ 135DEF_SERVER_LINE = @DEF_SERVER_LINE@ 136DEF_SESSION = @DEF_SESSION@ 137DEF_SYSTEM_PATH = @DEF_SYSTEM_PATH@ 138DEF_SYSTEM_SHELL = @DEF_SYSTEM_SHELL@ 139DEF_USER_PATH = @DEF_USER_PATH@ 140DEF_XDM_CONFIG = @DEF_XDM_CONFIG@ 141DEPDIR = @DEPDIR@ 142DEV_RANDOM = @DEV_RANDOM@ 143DLLTOOL = @DLLTOOL@ 144DMCP_CFLAGS = @DMCP_CFLAGS@ 145DMCP_LIBS = @DMCP_LIBS@ 146DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 147DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 148DSYMUTIL = @DSYMUTIL@ 149DUMPBIN = @DUMPBIN@ 150ECHO_C = @ECHO_C@ 151ECHO_N = @ECHO_N@ 152ECHO_T = @ECHO_T@ 153EGREP = @EGREP@ 154EXEEXT = @EXEEXT@ 155FGREP = @FGREP@ 156FILE_MAN_DIR = @FILE_MAN_DIR@ 157FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 158GREP = @GREP@ 159HAVE_ARC4RANDOM = @HAVE_ARC4RANDOM@ 160INSTALL = @INSTALL@ 161INSTALL_CMD = @INSTALL_CMD@ 162INSTALL_DATA = @INSTALL_DATA@ 163INSTALL_PROGRAM = @INSTALL_PROGRAM@ 164INSTALL_SCRIPT = @INSTALL_SCRIPT@ 165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 166LD = @LD@ 167LDFLAGS = @LDFLAGS@ 168LIBOBJS = @LIBOBJS@ 169LIBS = @LIBS@ 170LIBTOOL = @LIBTOOL@ 171LIB_MAN_DIR = @LIB_MAN_DIR@ 172LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 173LINT = @LINT@ 174LINT_FLAGS = @LINT_FLAGS@ 175LIPO = @LIPO@ 176LN_S = @LN_S@ 177LTLIBOBJS = @LTLIBOBJS@ 178MAINT = @MAINT@ 179MAKEINFO = @MAKEINFO@ 180MANIFEST_TOOL = @MANIFEST_TOOL@ 181 182# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 183MAN_SUBSTS = @MAN_SUBSTS@ -e 's|CHOOSERPATH|$(XDMLIBDIR)/chooser|g' -e \ 184 's|XDMLOGDIR|$(XDMLOGDIR)|g' -e 's|XDMDIR|$(XDMCONFIGDIR)|g' \ 185 -e 's|BINDIR|$(bindir)|g' -e 's|XDMPIDDIR|$(XDMPIDDIR)|g' -e \ 186 's|XDMXAUTHDIR|$(XDMXAUTHDIR)|g' -e \ 187 's|DEF_USER_PATH|$(DEF_USER_PATH)|g' -e \ 188 's|DEF_SYSTEM_PATH|$(DEF_SYSTEM_PATH)|g' -e \ 189 's|DEF_GREETER_LIB|$(DEF_GREETER_LIB)|g' -e \ 190 's|DEV_RANDOM|$(DEV_RANDOM)|g' -e \ 191 's|ARC4_RANDOM|$(HAVE_ARC4RANDOM)|g' 192MISC_MAN_DIR = @MISC_MAN_DIR@ 193MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 194MKDIR_P = @MKDIR_P@ 195MKTEMP_COMMAND = @MKTEMP_COMMAND@ 196NM = @NM@ 197NMEDIT = @NMEDIT@ 198OBJDUMP = @OBJDUMP@ 199OBJEXT = @OBJEXT@ 200OTOOL = @OTOOL@ 201OTOOL64 = @OTOOL64@ 202PACKAGE = @PACKAGE@ 203PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 204PACKAGE_NAME = @PACKAGE_NAME@ 205PACKAGE_STRING = @PACKAGE_STRING@ 206PACKAGE_TARNAME = @PACKAGE_TARNAME@ 207PACKAGE_URL = @PACKAGE_URL@ 208PACKAGE_VERSION = @PACKAGE_VERSION@ 209PATH_SEPARATOR = @PATH_SEPARATOR@ 210PKG_CONFIG = @PKG_CONFIG@ 211PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 212PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 213RANLIB = @RANLIB@ 214RAWCPP = @RAWCPP@ 215RAWCPPFLAGS = @RAWCPPFLAGS@ 216SED = @SED@ 217SERVERSTYPE = @SERVERSTYPE@ 218SET_MAKE = @SET_MAKE@ 219SHELL = @SHELL@ 220SHELL_CMD = @SHELL_CMD@ 221STRICT_CFLAGS = @STRICT_CFLAGS@ 222STRIP = @STRIP@ 223SU = @SU@ 224UTMP_FILE = @UTMP_FILE@ 225VERSION = @VERSION@ 226WTMP_FILE = @WTMP_FILE@ 227XDMCONFIGDIR = @XDMCONFIGDIR@ 228XDMGREET_CFLAGS = @XDMGREET_CFLAGS@ 229XDMGREET_LIBS = @XDMGREET_LIBS@ 230XDMLIBDIR = @XDMLIBDIR@ 231XDMLOGDIR = @XDMLOGDIR@ 232XDMPIDDIR = @XDMPIDDIR@ 233XDMSCRIPTDIR = @XDMSCRIPTDIR@ 234XDMSHELL_CFLAGS = @XDMSHELL_CFLAGS@ 235XDMSHELL_LIBS = @XDMSHELL_LIBS@ 236XDMXAUTHDIR = @XDMXAUTHDIR@ 237XDM_BWPIXMAP = @XDM_BWPIXMAP@ 238XDM_CFLAGS = @XDM_CFLAGS@ 239XDM_LIBS = @XDM_LIBS@ 240XDM_PIXMAP = @XDM_PIXMAP@ 241XDM_PIXMAPDIR = @XDM_PIXMAPDIR@ 242XDM_TOOLKIT_CFLAGS = @XDM_TOOLKIT_CFLAGS@ 243XDM_TOOLKIT_LIBS = @XDM_TOOLKIT_LIBS@ 244XFT_CFLAGS = @XFT_CFLAGS@ 245XFT_LIBS = @XFT_LIBS@ 246XINERAMA_CFLAGS = @XINERAMA_CFLAGS@ 247XINERAMA_LIBS = @XINERAMA_LIBS@ 248XLIB_CFLAGS = @XLIB_CFLAGS@ 249XLIB_LIBS = @XLIB_LIBS@ 250XORG_MAN_PAGE = @XORG_MAN_PAGE@ 251XPM_CFLAGS = @XPM_CFLAGS@ 252XPM_LIBS = @XPM_LIBS@ 253XRDB_PROGRAM = @XRDB_PROGRAM@ 254XT_CFLAGS = @XT_CFLAGS@ 255XT_LIBS = @XT_LIBS@ 256abs_builddir = @abs_builddir@ 257abs_srcdir = @abs_srcdir@ 258abs_top_builddir = @abs_top_builddir@ 259abs_top_srcdir = @abs_top_srcdir@ 260ac_ct_AR = @ac_ct_AR@ 261ac_ct_CC = @ac_ct_CC@ 262ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 263am__include = @am__include@ 264am__leading_dot = @am__leading_dot@ 265am__quote = @am__quote@ 266am__tar = @am__tar@ 267am__untar = @am__untar@ 268appdefaultdir = @appdefaultdir@ 269bindir = @bindir@ 270build = @build@ 271build_alias = @build_alias@ 272build_cpu = @build_cpu@ 273build_os = @build_os@ 274build_vendor = @build_vendor@ 275builddir = @builddir@ 276datadir = @datadir@ 277datarootdir = @datarootdir@ 278docdir = @docdir@ 279dvidir = @dvidir@ 280exec_prefix = @exec_prefix@ 281host = @host@ 282host_alias = @host_alias@ 283host_cpu = @host_cpu@ 284host_os = @host_os@ 285host_vendor = @host_vendor@ 286htmldir = @htmldir@ 287includedir = @includedir@ 288infodir = @infodir@ 289install_sh = @install_sh@ 290libdir = @libdir@ 291libexecdir = @libexecdir@ 292localedir = @localedir@ 293localstatedir = @localstatedir@ 294mandir = @mandir@ 295mkdir_p = @mkdir_p@ 296oldincludedir = @oldincludedir@ 297pdfdir = @pdfdir@ 298prefix = @prefix@ 299program_transform_name = @program_transform_name@ 300psdir = @psdir@ 301sbindir = @sbindir@ 302sharedstatedir = @sharedstatedir@ 303srcdir = @srcdir@ 304sysconfdir = @sysconfdir@ 305systemdsystemunitdir = @systemdsystemunitdir@ 306target_alias = @target_alias@ 307top_build_prefix = @top_build_prefix@ 308top_builddir = @top_builddir@ 309top_srcdir = @top_srcdir@ 310appmandir = $(APP_MAN_DIR) 311appman_PRE = xdm.man 312appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) 313xdmlmandir = $(APP_MAN_DIR) 314xdmlman_PRE = xdmshell.man 315@INSTALL_XDMSHELL_TRUE@xdmlman_DATA = $(xdmlman_PRE:man=$(APP_MAN_SUFFIX)) 316@INSTALL_XDMSHELL_FALSE@noinst_DATA = $(xdmlman_PRE:man=$(APP_MAN_SUFFIX)) 317EXTRA_DIST = $(appman_PRE) $(xdmlman_PRE) 318CLEANFILES = $(appman_DATA) $(xdmlman_DATA) $(noinst_DATA) 319SUFFIXES = .$(APP_MAN_SUFFIX) .man 320all: all-am 321 322.SUFFIXES: 323.SUFFIXES: .$(APP_MAN_SUFFIX) .man 324$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 325 @for dep in $?; do \ 326 case '$(am__configure_deps)' in \ 327 *$$dep*) \ 328 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 329 && { if test -f $@; then exit 0; else break; fi; }; \ 330 exit 1;; \ 331 esac; \ 332 done; \ 333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 334 $(am__cd) $(top_srcdir) && \ 335 $(AUTOMAKE) --foreign man/Makefile 336.PRECIOUS: Makefile 337Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 338 @case '$?' in \ 339 *config.status*) \ 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 341 *) \ 342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 343 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 344 esac; 345 346$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 348 349$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 351$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 353$(am__aclocal_m4_deps): 354 355mostlyclean-libtool: 356 -rm -f *.lo 357 358clean-libtool: 359 -rm -rf .libs _libs 360install-appmanDATA: $(appman_DATA) 361 @$(NORMAL_INSTALL) 362 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 363 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 364 for p in $$list; do \ 365 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 366 echo "$$d$$p"; \ 367 done | $(am__base_list) | \ 368 while read files; do \ 369 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 370 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 371 done 372 373uninstall-appmanDATA: 374 @$(NORMAL_UNINSTALL) 375 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 376 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 377 test -n "$$files" || exit 0; \ 378 echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \ 379 cd "$(DESTDIR)$(appmandir)" && rm -f $$files 380install-xdmlmanDATA: $(xdmlman_DATA) 381 @$(NORMAL_INSTALL) 382 test -z "$(xdmlmandir)" || $(MKDIR_P) "$(DESTDIR)$(xdmlmandir)" 383 @list='$(xdmlman_DATA)'; test -n "$(xdmlmandir)" || list=; \ 384 for p in $$list; do \ 385 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 386 echo "$$d$$p"; \ 387 done | $(am__base_list) | \ 388 while read files; do \ 389 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xdmlmandir)'"; \ 390 $(INSTALL_DATA) $$files "$(DESTDIR)$(xdmlmandir)" || exit $$?; \ 391 done 392 393uninstall-xdmlmanDATA: 394 @$(NORMAL_UNINSTALL) 395 @list='$(xdmlman_DATA)'; test -n "$(xdmlmandir)" || list=; \ 396 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 397 test -n "$$files" || exit 0; \ 398 echo " ( cd '$(DESTDIR)$(xdmlmandir)' && rm -f" $$files ")"; \ 399 cd "$(DESTDIR)$(xdmlmandir)" && rm -f $$files 400tags: TAGS 401TAGS: 402 403ctags: CTAGS 404CTAGS: 405 406 407distdir: $(DISTFILES) 408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 410 list='$(DISTFILES)'; \ 411 dist_files=`for file in $$list; do echo $$file; done | \ 412 sed -e "s|^$$srcdirstrip/||;t" \ 413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 414 case $$dist_files in \ 415 */*) $(MKDIR_P) `echo "$$dist_files" | \ 416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 417 sort -u` ;; \ 418 esac; \ 419 for file in $$dist_files; do \ 420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 421 if test -d $$d/$$file; then \ 422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 423 if test -d "$(distdir)/$$file"; then \ 424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 425 fi; \ 426 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 427 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 429 fi; \ 430 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 431 else \ 432 test -f "$(distdir)/$$file" \ 433 || cp -p $$d/$$file "$(distdir)/$$file" \ 434 || exit 1; \ 435 fi; \ 436 done 437check-am: all-am 438check: check-am 439all-am: Makefile $(DATA) 440installdirs: 441 for dir in "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(xdmlmandir)"; do \ 442 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 443 done 444install: install-am 445install-exec: install-exec-am 446install-data: install-data-am 447uninstall: uninstall-am 448 449install-am: all-am 450 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 451 452installcheck: installcheck-am 453install-strip: 454 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 455 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 456 `test -z '$(STRIP)' || \ 457 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 458mostlyclean-generic: 459 460clean-generic: 461 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 462 463distclean-generic: 464 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 465 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 466 467maintainer-clean-generic: 468 @echo "This command is intended for maintainers to use" 469 @echo "it deletes files that may require special tools to rebuild." 470clean: clean-am 471 472clean-am: clean-generic clean-libtool mostlyclean-am 473 474distclean: distclean-am 475 -rm -f Makefile 476distclean-am: clean-am distclean-generic 477 478dvi: dvi-am 479 480dvi-am: 481 482html: html-am 483 484html-am: 485 486info: info-am 487 488info-am: 489 490install-data-am: install-appmanDATA install-xdmlmanDATA 491 492install-dvi: install-dvi-am 493 494install-dvi-am: 495 496install-exec-am: 497 498install-html: install-html-am 499 500install-html-am: 501 502install-info: install-info-am 503 504install-info-am: 505 506install-man: 507 508install-pdf: install-pdf-am 509 510install-pdf-am: 511 512install-ps: install-ps-am 513 514install-ps-am: 515 516installcheck-am: 517 518maintainer-clean: maintainer-clean-am 519 -rm -f Makefile 520maintainer-clean-am: distclean-am maintainer-clean-generic 521 522mostlyclean: mostlyclean-am 523 524mostlyclean-am: mostlyclean-generic mostlyclean-libtool 525 526pdf: pdf-am 527 528pdf-am: 529 530ps: ps-am 531 532ps-am: 533 534uninstall-am: uninstall-appmanDATA uninstall-xdmlmanDATA 535 536.MAKE: install-am install-strip 537 538.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 539 distclean distclean-generic distclean-libtool distdir dvi \ 540 dvi-am html html-am info info-am install install-am \ 541 install-appmanDATA install-data install-data-am install-dvi \ 542 install-dvi-am install-exec install-exec-am install-html \ 543 install-html-am install-info install-info-am install-man \ 544 install-pdf install-pdf-am install-ps install-ps-am \ 545 install-strip install-xdmlmanDATA installcheck installcheck-am \ 546 installdirs maintainer-clean maintainer-clean-generic \ 547 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 548 ps ps-am uninstall uninstall-am uninstall-appmanDATA \ 549 uninstall-xdmlmanDATA 550 551 552.man.$(APP_MAN_SUFFIX): 553 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 554 555# Tell versions [3.59,3.63) of GNU make to not export all variables. 556# Otherwise a system limit (for SysV at least) may be exceeded. 557.NOEXPORT: 558