Makefile.in revision 21212451
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 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# 18# Copyright 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM 39# to cpp, because that trick does not work on all ANSI C preprocessors. 40# Delete line numbers from the cpp output (-P is not portable, I guess). 41# Allow XCOMM to be preceded by whitespace and provide a means of generating 42# output lines with trailing backslashes. 43# Allow XHASH to always be substituted, even in cases where XCOMM isn't. 44 45 46 47VPATH = @srcdir@ 48pkgdatadir = $(datadir)/@PACKAGE@ 49pkglibdir = $(libdir)/@PACKAGE@ 50pkgincludedir = $(includedir)/@PACKAGE@ 51am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 52install_sh_DATA = $(install_sh) -c -m 644 53install_sh_PROGRAM = $(install_sh) -c 54install_sh_SCRIPT = $(install_sh) -c 55INSTALL_HEADER = $(INSTALL_DATA) 56transform = $(program_transform_name) 57NORMAL_INSTALL = : 58PRE_INSTALL = : 59POST_INSTALL = : 60NORMAL_UNINSTALL = : 61PRE_UNINSTALL = : 62POST_UNINSTALL = : 63build_triplet = @build@ 64host_triplet = @host@ 65@LAUNCHD_TRUE@am__append_1 = launchd 66bin_PROGRAMS = xinit$(EXEEXT) 67DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 68 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 69 $(top_srcdir)/configure $(top_srcdir)/cpprules.in COPYING \ 70 ChangeLog INSTALL config.guess config.sub depcomp install-sh \ 71 missing 72subdir = . 73ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 74am__aclocal_m4_deps = $(top_srcdir)/configure.ac 75am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 76 $(ACLOCAL_M4) 77am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 78 configure.lineno config.status.lineno 79mkinstalldirs = $(install_sh) -d 80CONFIG_HEADER = config.h 81CONFIG_CLEAN_FILES = 82am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ 83 "$(DESTDIR)$(xinitrcdir)" 84binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 85PROGRAMS = $(bin_PROGRAMS) 86am_xinit_OBJECTS = xinit.$(OBJEXT) 87xinit_OBJECTS = $(am_xinit_OBJECTS) 88am__DEPENDENCIES_1 = 89xinit_DEPENDENCIES = $(am__DEPENDENCIES_1) 90binSCRIPT_INSTALL = $(INSTALL_SCRIPT) 91SCRIPTS = $(bin_SCRIPTS) 92DEFAULT_INCLUDES = -I.@am__isrc@ 93depcomp = $(SHELL) $(top_srcdir)/depcomp 94am__depfiles_maybe = depfiles 95COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 96 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 97CCLD = $(CC) 98LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 99SOURCES = $(xinit_SOURCES) 100DIST_SOURCES = $(xinit_SOURCES) 101RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 102 html-recursive info-recursive install-data-recursive \ 103 install-dvi-recursive install-exec-recursive \ 104 install-html-recursive install-info-recursive \ 105 install-pdf-recursive install-ps-recursive install-recursive \ 106 installcheck-recursive installdirs-recursive pdf-recursive \ 107 ps-recursive uninstall-recursive 108am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 109am__vpath_adj = case $$p in \ 110 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 111 *) f=$$p;; \ 112 esac; 113am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 114xinitrcDATA_INSTALL = $(INSTALL_DATA) 115DATA = $(xinitrc_DATA) 116RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 117 distclean-recursive maintainer-clean-recursive 118ETAGS = etags 119CTAGS = ctags 120DIST_SUBDIRS = man launchd 121DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 122distdir = $(PACKAGE)-$(VERSION) 123top_distdir = $(distdir) 124am__remove_distdir = \ 125 { test ! -d $(distdir) \ 126 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 127 && rm -fr $(distdir); }; } 128DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 129GZIP_ENV = --best 130distuninstallcheck_listfiles = find . -type f -print 131distcleancheck_listfiles = find . -type f -print 132ACLOCAL = @ACLOCAL@ 133ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 134ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 135AMTAR = @AMTAR@ 136AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 137APP_MAN_DIR = @APP_MAN_DIR@ 138APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 139AUTOCONF = @AUTOCONF@ 140AUTOHEADER = @AUTOHEADER@ 141AUTOMAKE = @AUTOMAKE@ 142AWK = @AWK@ 143BASE_CFLAGS = @BASE_CFLAGS@ 144CC = @CC@ 145CCDEPMODE = @CCDEPMODE@ 146CFLAGS = @CFLAGS@ 147CHANGELOG_CMD = @CHANGELOG_CMD@ 148CPP = @CPP@ 149CPPFLAGS = @CPPFLAGS@ 150CWARNFLAGS = @CWARNFLAGS@ 151CYGPATH_W = @CYGPATH_W@ 152DEFS = @DEFS@ 153DEPDIR = @DEPDIR@ 154DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 155DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 156ECHO_C = @ECHO_C@ 157ECHO_N = @ECHO_N@ 158ECHO_T = @ECHO_T@ 159EGREP = @EGREP@ 160EXEEXT = @EXEEXT@ 161FILE_MAN_DIR = @FILE_MAN_DIR@ 162FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 163GREP = @GREP@ 164INSTALL = @INSTALL@ 165INSTALL_CMD = @INSTALL_CMD@ 166INSTALL_DATA = @INSTALL_DATA@ 167INSTALL_PROGRAM = @INSTALL_PROGRAM@ 168INSTALL_SCRIPT = @INSTALL_SCRIPT@ 169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 170LAUNCHD = @LAUNCHD@ 171LDFLAGS = @LDFLAGS@ 172LIBOBJS = @LIBOBJS@ 173LIBS = @LIBS@ 174LIB_MAN_DIR = @LIB_MAN_DIR@ 175LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 176LTLIBOBJS = @LTLIBOBJS@ 177MAINT = @MAINT@ 178MAKEINFO = @MAKEINFO@ 179MAN_SUBSTS = @MAN_SUBSTS@ 180MCOOKIE = @MCOOKIE@ 181MISC_MAN_DIR = @MISC_MAN_DIR@ 182MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 183MKDIR_P = @MKDIR_P@ 184OBJEXT = @OBJEXT@ 185PACKAGE = @PACKAGE@ 186PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 187PACKAGE_NAME = @PACKAGE_NAME@ 188PACKAGE_STRING = @PACKAGE_STRING@ 189PACKAGE_TARNAME = @PACKAGE_TARNAME@ 190PACKAGE_VERSION = @PACKAGE_VERSION@ 191PATH_SEPARATOR = @PATH_SEPARATOR@ 192PKG_CONFIG = @PKG_CONFIG@ 193PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 194PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 195RAWCPP = @RAWCPP@ 196RAWCPPFLAGS = @RAWCPPFLAGS@ 197SCOMAN = @SCOMAN@ 198SED = @SED@ 199SET_MAKE = @SET_MAKE@ 200SHELL = @SHELL@ 201SHELL_CMD = @SHELL_CMD@ 202STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 203STRICT_CFLAGS = @STRICT_CFLAGS@ 204STRIP = @STRIP@ 205TWM = @TWM@ 206VERSION = @VERSION@ 207XAUTH = @XAUTH@ 208XCLOCK = @XCLOCK@ 209XCONFIGFILE = @XCONFIGFILE@ 210XCONFIGFILEMAN = @XCONFIGFILEMAN@ 211XINIT = @XINIT@ 212XINITDIR = @XINITDIR@ 213XINIT_CFLAGS = @XINIT_CFLAGS@ 214XINIT_LIBS = @XINIT_LIBS@ 215XMODMAP = @XMODMAP@ 216XORG_MAN_PAGE = @XORG_MAN_PAGE@ 217XRDB = @XRDB@ 218XSERVER = @XSERVER@ 219XSERVERNAME = @XSERVERNAME@ 220XTERM = @XTERM@ 221abs_builddir = @abs_builddir@ 222abs_srcdir = @abs_srcdir@ 223abs_top_builddir = @abs_top_builddir@ 224abs_top_srcdir = @abs_top_srcdir@ 225ac_ct_CC = @ac_ct_CC@ 226am__include = @am__include@ 227am__leading_dot = @am__leading_dot@ 228am__quote = @am__quote@ 229am__tar = @am__tar@ 230am__untar = @am__untar@ 231bindir = @bindir@ 232build = @build@ 233build_alias = @build_alias@ 234build_cpu = @build_cpu@ 235build_os = @build_os@ 236build_vendor = @build_vendor@ 237builddir = @builddir@ 238bundleidprefix = @bundleidprefix@ 239datadir = @datadir@ 240datarootdir = @datarootdir@ 241docdir = @docdir@ 242dvidir = @dvidir@ 243exec_prefix = @exec_prefix@ 244host = @host@ 245host_alias = @host_alias@ 246host_cpu = @host_cpu@ 247host_os = @host_os@ 248host_vendor = @host_vendor@ 249htmldir = @htmldir@ 250includedir = @includedir@ 251infodir = @infodir@ 252install_sh = @install_sh@ 253launchagentsdir = @launchagentsdir@ 254launchagentxserver = @launchagentxserver@ 255launchdaemonsdir = @launchdaemonsdir@ 256libdir = @libdir@ 257libexecdir = @libexecdir@ 258localedir = @localedir@ 259localstatedir = @localstatedir@ 260mandir = @mandir@ 261mkdir_p = @mkdir_p@ 262oldincludedir = @oldincludedir@ 263pdfdir = @pdfdir@ 264prefix = @prefix@ 265program_transform_name = @program_transform_name@ 266psdir = @psdir@ 267sbindir = @sbindir@ 268sharedstatedir = @sharedstatedir@ 269srcdir = @srcdir@ 270sysconfdir = @sysconfdir@ 271target_alias = @target_alias@ 272top_builddir = @top_builddir@ 273top_srcdir = @top_srcdir@ 274SUBDIRS = man $(am__append_1) 275bin_SCRIPTS = startx 276AM_CFLAGS = $(CWARNFLAGS) $(XINIT_CFLAGS) 277AM_CPPFLAGS = -DXINITDIR=\"$(XINITDIR)\" -DBINDIR=\"$(bindir)\" 278xinit_LDADD = $(XINIT_LIBS) 279xinit_SOURCES = \ 280 xinit.c 281 282CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ 283 -e '/^\#line *[0-9][0-9]* *.*$$/d' \ 284 -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ 285 -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ 286 -e '/^[ ]*XHASH/s/XHASH/\#/' \ 287 -e '/XSLASHGLOB/s/XSLASHGLOB/\/\*/' \ 288 -e '/\@\@$$/s/\@\@$$/\\/' 289 290SUFFIXES = .cpp 291xinitrcdir = $(XINITDIR) 292PROGCPPDEFS = \ 293 -DXRDB=@XRDB@ \ 294 -DXMODMAP=@XMODMAP@ \ 295 -DTWM=@TWM@ \ 296 -DXCLOCK=@XCLOCK@ \ 297 -DXTERM=@XTERM@ \ 298 -DXSERVER=@XSERVER@ \ 299 -DXAUTH=@XAUTH@ \ 300 -DXINIT=@XINIT@ 301 302CPP_FILES_FLAGS = \ 303 -DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \ 304 -DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \ 305 -D__libexecdir__="$(libexecdir)" \ 306 -D__bindir__="$(bindir)" \ 307 -DBUNDLE_ID_PREFIX="$(bundleidprefix)" 308 309xinitrc_DATA = xinitrc 310MAINTAINERCLEANFILES = ChangeLog INSTALL 311CLEANFILES = xinitrc startx $(launchagents_DATA) 312EXTRA_DIST = xinitrc.cpp startx.cpp \ 313 autogen.sh 314 315all: config.h 316 $(MAKE) $(AM_MAKEFLAGS) all-recursive 317 318.SUFFIXES: 319.SUFFIXES: .cpp .c .o .obj 320am--refresh: 321 @: 322$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps) 323 @for dep in $?; do \ 324 case '$(am__configure_deps)' in \ 325 *$$dep*) \ 326 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 327 cd $(srcdir) && $(AUTOMAKE) --foreign \ 328 && exit 0; \ 329 exit 1;; \ 330 esac; \ 331 done; \ 332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 333 cd $(top_srcdir) && \ 334 $(AUTOMAKE) --foreign Makefile 335.PRECIOUS: Makefile 336Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 337 @case '$?' in \ 338 *config.status*) \ 339 echo ' $(SHELL) ./config.status'; \ 340 $(SHELL) ./config.status;; \ 341 *) \ 342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 343 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 344 esac; 345 346$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 347 $(SHELL) ./config.status --recheck 348 349$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 350 cd $(srcdir) && $(AUTOCONF) 351$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 352 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 353 354config.h: stamp-h1 355 @if test ! -f $@; then \ 356 rm -f stamp-h1; \ 357 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 358 else :; fi 359 360stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 361 @rm -f stamp-h1 362 cd $(top_builddir) && $(SHELL) ./config.status config.h 363$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 364 cd $(top_srcdir) && $(AUTOHEADER) 365 rm -f stamp-h1 366 touch $@ 367 368distclean-hdr: 369 -rm -f config.h stamp-h1 370install-binPROGRAMS: $(bin_PROGRAMS) 371 @$(NORMAL_INSTALL) 372 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 373 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 374 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 375 if test -f $$p \ 376 ; then \ 377 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 378 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 379 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 380 else :; fi; \ 381 done 382 383uninstall-binPROGRAMS: 384 @$(NORMAL_UNINSTALL) 385 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 386 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 387 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 388 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 389 done 390 391clean-binPROGRAMS: 392 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 393xinit$(EXEEXT): $(xinit_OBJECTS) $(xinit_DEPENDENCIES) 394 @rm -f xinit$(EXEEXT) 395 $(LINK) $(xinit_OBJECTS) $(xinit_LDADD) $(LIBS) 396install-binSCRIPTS: $(bin_SCRIPTS) 397 @$(NORMAL_INSTALL) 398 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 399 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 400 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 401 if test -f $$d$$p; then \ 402 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 403 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 404 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ 405 else :; fi; \ 406 done 407 408uninstall-binSCRIPTS: 409 @$(NORMAL_UNINSTALL) 410 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 411 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 412 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 413 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 414 done 415 416mostlyclean-compile: 417 -rm -f *.$(OBJEXT) 418 419distclean-compile: 420 -rm -f *.tab.c 421 422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinit.Po@am__quote@ 423 424.c.o: 425@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 426@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 427@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 428@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 429@am__fastdepCC_FALSE@ $(COMPILE) -c $< 430 431.c.obj: 432@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 433@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 434@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 435@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 436@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 437install-xinitrcDATA: $(xinitrc_DATA) 438 @$(NORMAL_INSTALL) 439 test -z "$(xinitrcdir)" || $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)" 440 @list='$(xinitrc_DATA)'; for p in $$list; do \ 441 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 442 f=$(am__strip_dir) \ 443 echo " $(xinitrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xinitrcdir)/$$f'"; \ 444 $(xinitrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xinitrcdir)/$$f"; \ 445 done 446 447uninstall-xinitrcDATA: 448 @$(NORMAL_UNINSTALL) 449 @list='$(xinitrc_DATA)'; for p in $$list; do \ 450 f=$(am__strip_dir) \ 451 echo " rm -f '$(DESTDIR)$(xinitrcdir)/$$f'"; \ 452 rm -f "$(DESTDIR)$(xinitrcdir)/$$f"; \ 453 done 454 455# This directory's subdirectories are mostly independent; you can cd 456# into them and run `make' without going through this Makefile. 457# To change the values of `make' variables: instead of editing Makefiles, 458# (1) if the variable is set in `config.status', edit `config.status' 459# (which will cause the Makefiles to be regenerated when you run `make'); 460# (2) otherwise, pass the desired values on the `make' command line. 461$(RECURSIVE_TARGETS): 462 @failcom='exit 1'; \ 463 for f in x $$MAKEFLAGS; do \ 464 case $$f in \ 465 *=* | --[!k]*);; \ 466 *k*) failcom='fail=yes';; \ 467 esac; \ 468 done; \ 469 dot_seen=no; \ 470 target=`echo $@ | sed s/-recursive//`; \ 471 list='$(SUBDIRS)'; for subdir in $$list; do \ 472 echo "Making $$target in $$subdir"; \ 473 if test "$$subdir" = "."; then \ 474 dot_seen=yes; \ 475 local_target="$$target-am"; \ 476 else \ 477 local_target="$$target"; \ 478 fi; \ 479 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 480 || eval $$failcom; \ 481 done; \ 482 if test "$$dot_seen" = "no"; then \ 483 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 484 fi; test -z "$$fail" 485 486$(RECURSIVE_CLEAN_TARGETS): 487 @failcom='exit 1'; \ 488 for f in x $$MAKEFLAGS; do \ 489 case $$f in \ 490 *=* | --[!k]*);; \ 491 *k*) failcom='fail=yes';; \ 492 esac; \ 493 done; \ 494 dot_seen=no; \ 495 case "$@" in \ 496 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 497 *) list='$(SUBDIRS)' ;; \ 498 esac; \ 499 rev=''; for subdir in $$list; do \ 500 if test "$$subdir" = "."; then :; else \ 501 rev="$$subdir $$rev"; \ 502 fi; \ 503 done; \ 504 rev="$$rev ."; \ 505 target=`echo $@ | sed s/-recursive//`; \ 506 for subdir in $$rev; do \ 507 echo "Making $$target in $$subdir"; \ 508 if test "$$subdir" = "."; then \ 509 local_target="$$target-am"; \ 510 else \ 511 local_target="$$target"; \ 512 fi; \ 513 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 514 || eval $$failcom; \ 515 done && test -z "$$fail" 516tags-recursive: 517 list='$(SUBDIRS)'; for subdir in $$list; do \ 518 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 519 done 520ctags-recursive: 521 list='$(SUBDIRS)'; for subdir in $$list; do \ 522 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 523 done 524 525ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 526 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 527 unique=`for i in $$list; do \ 528 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 529 done | \ 530 $(AWK) ' { files[$$0] = 1; } \ 531 END { for (i in files) print i; }'`; \ 532 mkid -fID $$unique 533tags: TAGS 534 535TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 536 $(TAGS_FILES) $(LISP) 537 tags=; \ 538 here=`pwd`; \ 539 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 540 include_option=--etags-include; \ 541 empty_fix=.; \ 542 else \ 543 include_option=--include; \ 544 empty_fix=; \ 545 fi; \ 546 list='$(SUBDIRS)'; for subdir in $$list; do \ 547 if test "$$subdir" = .; then :; else \ 548 test ! -f $$subdir/TAGS || \ 549 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 550 fi; \ 551 done; \ 552 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 553 unique=`for i in $$list; do \ 554 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 555 done | \ 556 $(AWK) ' { files[$$0] = 1; } \ 557 END { for (i in files) print i; }'`; \ 558 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 559 test -n "$$unique" || unique=$$empty_fix; \ 560 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 561 $$tags $$unique; \ 562 fi 563ctags: CTAGS 564CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 565 $(TAGS_FILES) $(LISP) 566 tags=; \ 567 here=`pwd`; \ 568 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 569 unique=`for i in $$list; do \ 570 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 571 done | \ 572 $(AWK) ' { files[$$0] = 1; } \ 573 END { for (i in files) print i; }'`; \ 574 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 575 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 576 $$tags $$unique 577 578GTAGS: 579 here=`$(am__cd) $(top_builddir) && pwd` \ 580 && cd $(top_srcdir) \ 581 && gtags -i $(GTAGS_ARGS) $$here 582 583distclean-tags: 584 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 585 586distdir: $(DISTFILES) 587 $(am__remove_distdir) 588 test -d $(distdir) || mkdir $(distdir) 589 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 590 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 591 list='$(DISTFILES)'; \ 592 dist_files=`for file in $$list; do echo $$file; done | \ 593 sed -e "s|^$$srcdirstrip/||;t" \ 594 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 595 case $$dist_files in \ 596 */*) $(MKDIR_P) `echo "$$dist_files" | \ 597 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 598 sort -u` ;; \ 599 esac; \ 600 for file in $$dist_files; do \ 601 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 602 if test -d $$d/$$file; then \ 603 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 604 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 605 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 606 fi; \ 607 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 608 else \ 609 test -f $(distdir)/$$file \ 610 || cp -p $$d/$$file $(distdir)/$$file \ 611 || exit 1; \ 612 fi; \ 613 done 614 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 615 if test "$$subdir" = .; then :; else \ 616 test -d "$(distdir)/$$subdir" \ 617 || $(MKDIR_P) "$(distdir)/$$subdir" \ 618 || exit 1; \ 619 distdir=`$(am__cd) $(distdir) && pwd`; \ 620 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 621 (cd $$subdir && \ 622 $(MAKE) $(AM_MAKEFLAGS) \ 623 top_distdir="$$top_distdir" \ 624 distdir="$$distdir/$$subdir" \ 625 am__remove_distdir=: \ 626 am__skip_length_check=: \ 627 distdir) \ 628 || exit 1; \ 629 fi; \ 630 done 631 $(MAKE) $(AM_MAKEFLAGS) \ 632 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 633 dist-hook 634 -find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \ 635 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 636 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 637 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 638 || chmod -R a+r $(distdir) 639dist-gzip: distdir 640 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 641 $(am__remove_distdir) 642dist-bzip2: distdir 643 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 644 $(am__remove_distdir) 645 646dist-tarZ: distdir 647 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 648 $(am__remove_distdir) 649 650dist-shar: distdir 651 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 652 $(am__remove_distdir) 653 654dist-zip: distdir 655 -rm -f $(distdir).zip 656 zip -rq $(distdir).zip $(distdir) 657 $(am__remove_distdir) 658 659dist dist-all: distdir 660 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 661 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 662 $(am__remove_distdir) 663 664# This target untars the dist file and tries a VPATH configuration. Then 665# it guarantees that the distribution is self-contained by making another 666# tarfile. 667distcheck: dist 668 case '$(DIST_ARCHIVES)' in \ 669 *.tar.gz*) \ 670 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 671 *.tar.bz2*) \ 672 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 673 *.tar.Z*) \ 674 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 675 *.shar.gz*) \ 676 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 677 *.zip*) \ 678 unzip $(distdir).zip ;;\ 679 esac 680 chmod -R a-w $(distdir); chmod a+w $(distdir) 681 mkdir $(distdir)/_build 682 mkdir $(distdir)/_inst 683 chmod a-w $(distdir) 684 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 685 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 686 && cd $(distdir)/_build \ 687 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 688 $(DISTCHECK_CONFIGURE_FLAGS) \ 689 && $(MAKE) $(AM_MAKEFLAGS) \ 690 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 691 && $(MAKE) $(AM_MAKEFLAGS) check \ 692 && $(MAKE) $(AM_MAKEFLAGS) install \ 693 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 694 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 695 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 696 distuninstallcheck \ 697 && chmod -R a-w "$$dc_install_base" \ 698 && ({ \ 699 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 700 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 701 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 702 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 703 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 704 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 705 && rm -rf "$$dc_destdir" \ 706 && $(MAKE) $(AM_MAKEFLAGS) dist \ 707 && rm -rf $(DIST_ARCHIVES) \ 708 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 709 $(am__remove_distdir) 710 @(echo "$(distdir) archives ready for distribution: "; \ 711 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 712 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 713distuninstallcheck: 714 @cd $(distuninstallcheck_dir) \ 715 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 716 || { echo "ERROR: files left after uninstall:" ; \ 717 if test -n "$(DESTDIR)"; then \ 718 echo " (check DESTDIR support)"; \ 719 fi ; \ 720 $(distuninstallcheck_listfiles) ; \ 721 exit 1; } >&2 722distcleancheck: distclean 723 @if test '$(srcdir)' = . ; then \ 724 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 725 exit 1 ; \ 726 fi 727 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 728 || { echo "ERROR: files left in build directory after distclean:" ; \ 729 $(distcleancheck_listfiles) ; \ 730 exit 1; } >&2 731check-am: all-am 732check: check-recursive 733all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h 734installdirs: installdirs-recursive 735installdirs-am: 736 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xinitrcdir)"; do \ 737 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 738 done 739install: install-recursive 740install-exec: install-exec-recursive 741install-data: install-data-recursive 742uninstall: uninstall-recursive 743 744install-am: all-am 745 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 746 747installcheck: installcheck-recursive 748install-strip: 749 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 750 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 751 `test -z '$(STRIP)' || \ 752 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 753mostlyclean-generic: 754 755clean-generic: 756 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 757 758distclean-generic: 759 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 760 761maintainer-clean-generic: 762 @echo "This command is intended for maintainers to use" 763 @echo "it deletes files that may require special tools to rebuild." 764 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 765clean: clean-recursive 766 767clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 768 769distclean: distclean-recursive 770 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 771 -rm -rf ./$(DEPDIR) 772 -rm -f Makefile 773distclean-am: clean-am distclean-compile distclean-generic \ 774 distclean-hdr distclean-tags 775 776dvi: dvi-recursive 777 778dvi-am: 779 780html: html-recursive 781 782info: info-recursive 783 784info-am: 785 786install-data-am: install-xinitrcDATA 787 788install-dvi: install-dvi-recursive 789 790install-exec-am: install-binPROGRAMS install-binSCRIPTS 791 792install-html: install-html-recursive 793 794install-info: install-info-recursive 795 796install-man: 797 798install-pdf: install-pdf-recursive 799 800install-ps: install-ps-recursive 801 802installcheck-am: 803 804maintainer-clean: maintainer-clean-recursive 805 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 806 -rm -rf $(top_srcdir)/autom4te.cache 807 -rm -rf ./$(DEPDIR) 808 -rm -f Makefile 809maintainer-clean-am: distclean-am maintainer-clean-generic 810 811mostlyclean: mostlyclean-recursive 812 813mostlyclean-am: mostlyclean-compile mostlyclean-generic 814 815pdf: pdf-recursive 816 817pdf-am: 818 819ps: ps-recursive 820 821ps-am: 822 823uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 824 uninstall-xinitrcDATA 825 826.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 827 install-strip 828 829.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 830 all all-am am--refresh check check-am clean clean-binPROGRAMS \ 831 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ 832 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \ 833 distclean distclean-compile distclean-generic distclean-hdr \ 834 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 835 dvi-am html html-am info info-am install install-am \ 836 install-binPROGRAMS install-binSCRIPTS install-data \ 837 install-data-am install-dvi install-dvi-am install-exec \ 838 install-exec-am install-html install-html-am install-info \ 839 install-info-am install-man install-pdf install-pdf-am \ 840 install-ps install-ps-am install-strip install-xinitrcDATA \ 841 installcheck installcheck-am installdirs installdirs-am \ 842 maintainer-clean maintainer-clean-generic mostlyclean \ 843 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 844 tags tags-recursive uninstall uninstall-am \ 845 uninstall-binPROGRAMS uninstall-binSCRIPTS \ 846 uninstall-xinitrcDATA 847 848 849.cpp: 850 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ 851 852.PHONY: ChangeLog INSTALL 853 854INSTALL: 855 $(INSTALL_CMD) 856 857ChangeLog: 858 $(CHANGELOG_CMD) 859 860dist-hook: ChangeLog INSTALL 861# Tell versions [3.59,3.63) of GNU make to not export all variables. 862# Otherwise a system limit (for SysV at least) may be exceeded. 863.NOEXPORT: 864