Makefile.in revision c81d8f5e
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 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM 40# to cpp, because that trick does not work on all ANSI C preprocessors. 41# Delete line numbers from the cpp output (-P is not portable, I guess). 42# Allow XCOMM to be preceded by whitespace and provide a means of generating 43# output lines with trailing backslashes. 44# Allow XHASH to always be substituted, even in cases where XCOMM isn't. 45 46 47VPATH = @srcdir@ 48pkgdatadir = $(datadir)/@PACKAGE@ 49pkgincludedir = $(includedir)/@PACKAGE@ 50pkglibdir = $(libdir)/@PACKAGE@ 51pkglibexecdir = $(libexecdir)/@PACKAGE@ 52am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 53install_sh_DATA = $(install_sh) -c -m 644 54install_sh_PROGRAM = $(install_sh) -c 55install_sh_SCRIPT = $(install_sh) -c 56INSTALL_HEADER = $(INSTALL_DATA) 57transform = $(program_transform_name) 58NORMAL_INSTALL = : 59PRE_INSTALL = : 60POST_INSTALL = : 61NORMAL_UNINSTALL = : 62PRE_UNINSTALL = : 63POST_UNINSTALL = : 64build_triplet = @build@ 65host_triplet = @host@ 66DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 67 $(top_srcdir)/cpprules.in 68xinitrc_PROGRAMS = launchd_startx$(EXEEXT) 69subdir = launchd/user_startx 70ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 71am__aclocal_m4_deps = $(top_srcdir)/configure.ac 72am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 73 $(ACLOCAL_M4) 74mkinstalldirs = $(install_sh) -d 75CONFIG_HEADER = $(top_builddir)/config.h 76CONFIG_CLEAN_FILES = 77CONFIG_CLEAN_VPATH_FILES = 78am__installdirs = "$(DESTDIR)$(xinitrcdir)" \ 79 "$(DESTDIR)$(launchagentsdir)" 80PROGRAMS = $(xinitrc_PROGRAMS) 81dist_launchd_startx_OBJECTS = console_redirect.$(OBJEXT) \ 82 launchd_startx.$(OBJEXT) 83launchd_startx_OBJECTS = $(dist_launchd_startx_OBJECTS) 84launchd_startx_LDADD = $(LDADD) 85DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 86depcomp = $(SHELL) $(top_srcdir)/depcomp 87am__depfiles_maybe = depfiles 88am__mv = mv -f 89AM_V_lt = $(am__v_lt_$(V)) 90am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 91am__v_lt_0 = --silent 92COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 93 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 94AM_V_CC = $(am__v_CC_$(V)) 95am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 96am__v_CC_0 = @echo " CC " $@; 97AM_V_at = $(am__v_at_$(V)) 98am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 99am__v_at_0 = @ 100CCLD = $(CC) 101LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 102AM_V_CCLD = $(am__v_CCLD_$(V)) 103am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 104am__v_CCLD_0 = @echo " CCLD " $@; 105AM_V_GEN = $(am__v_GEN_$(V)) 106am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 107am__v_GEN_0 = @echo " GEN " $@; 108SOURCES = $(dist_launchd_startx_SOURCES) 109DIST_SOURCES = $(dist_launchd_startx_SOURCES) 110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 111am__vpath_adj = case $$p in \ 112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 113 *) f=$$p;; \ 114 esac; 115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 116am__install_max = 40 117am__nobase_strip_setup = \ 118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 119am__nobase_strip = \ 120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 121am__nobase_list = $(am__nobase_strip_setup); \ 122 for p in $$list; do echo "$$p $$p"; done | \ 123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 125 if (++n[$$2] == $(am__install_max)) \ 126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 127 END { for (dir in files) print dir, files[dir] }' 128am__base_list = \ 129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 131DATA = $(launchagents_DATA) 132ETAGS = etags 133CTAGS = ctags 134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 135ACLOCAL = @ACLOCAL@ 136ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 137ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 138AMTAR = @AMTAR@ 139AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 140APP_MAN_DIR = @APP_MAN_DIR@ 141APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 142AUTOCONF = @AUTOCONF@ 143AUTOHEADER = @AUTOHEADER@ 144AUTOMAKE = @AUTOMAKE@ 145AWK = @AWK@ 146CC = @CC@ 147CCDEPMODE = @CCDEPMODE@ 148CFLAGS = @CFLAGS@ 149CHANGELOG_CMD = @CHANGELOG_CMD@ 150CPP = @CPP@ 151CPPFLAGS = @CPPFLAGS@ 152CWARNFLAGS = @CWARNFLAGS@ 153CYGPATH_W = @CYGPATH_W@ 154DEFS = @DEFS@ 155DEPDIR = @DEPDIR@ 156DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 157DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 158ECHO_C = @ECHO_C@ 159ECHO_N = @ECHO_N@ 160ECHO_T = @ECHO_T@ 161EGREP = @EGREP@ 162EXEEXT = @EXEEXT@ 163FILE_MAN_DIR = @FILE_MAN_DIR@ 164FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 165GREP = @GREP@ 166INSTALL = @INSTALL@ 167INSTALL_CMD = @INSTALL_CMD@ 168INSTALL_DATA = @INSTALL_DATA@ 169INSTALL_PROGRAM = @INSTALL_PROGRAM@ 170INSTALL_SCRIPT = @INSTALL_SCRIPT@ 171INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 172LAUNCHD = @LAUNCHD@ 173LDFLAGS = @LDFLAGS@ 174LIBOBJS = @LIBOBJS@ 175LIBS = @LIBS@ 176LIB_MAN_DIR = @LIB_MAN_DIR@ 177LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 178LTLIBOBJS = @LTLIBOBJS@ 179MAINT = @MAINT@ 180MAKEINFO = @MAKEINFO@ 181MAN_SUBSTS = @MAN_SUBSTS@ 182MCOOKIE = @MCOOKIE@ 183MISC_MAN_DIR = @MISC_MAN_DIR@ 184MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 185MKDIR_P = @MKDIR_P@ 186OBJEXT = @OBJEXT@ 187PACKAGE = @PACKAGE@ 188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 189PACKAGE_NAME = @PACKAGE_NAME@ 190PACKAGE_STRING = @PACKAGE_STRING@ 191PACKAGE_TARNAME = @PACKAGE_TARNAME@ 192PACKAGE_URL = @PACKAGE_URL@ 193PACKAGE_VERSION = @PACKAGE_VERSION@ 194PATH_SEPARATOR = @PATH_SEPARATOR@ 195PKG_CONFIG = @PKG_CONFIG@ 196PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 197PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 198RAWCPP = @RAWCPP@ 199RAWCPPFLAGS = @RAWCPPFLAGS@ 200SCOMAN = @SCOMAN@ 201SED = @SED@ 202SET_MAKE = @SET_MAKE@ 203SHELL = @SHELL@ 204SHELL_CMD = @SHELL_CMD@ 205STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 206STRICT_CFLAGS = @STRICT_CFLAGS@ 207STRIP = @STRIP@ 208TWM = @TWM@ 209VERSION = @VERSION@ 210XAUTH = @XAUTH@ 211XCLOCK = @XCLOCK@ 212XCONFIGFILE = @XCONFIGFILE@ 213XCONFIGFILEMAN = @XCONFIGFILEMAN@ 214XINIT = @XINIT@ 215XINITDIR = @XINITDIR@ 216XINIT_CFLAGS = @XINIT_CFLAGS@ 217XINIT_LIBS = @XINIT_LIBS@ 218XMODMAP = @XMODMAP@ 219XORG_MAN_PAGE = @XORG_MAN_PAGE@ 220XRDB = @XRDB@ 221XSERVER = @XSERVER@ 222XSERVERNAME = @XSERVERNAME@ 223XTERM = @XTERM@ 224abs_builddir = @abs_builddir@ 225abs_srcdir = @abs_srcdir@ 226abs_top_builddir = @abs_top_builddir@ 227abs_top_srcdir = @abs_top_srcdir@ 228ac_ct_CC = @ac_ct_CC@ 229am__include = @am__include@ 230am__leading_dot = @am__leading_dot@ 231am__quote = @am__quote@ 232am__tar = @am__tar@ 233am__untar = @am__untar@ 234bindir = @bindir@ 235build = @build@ 236build_alias = @build_alias@ 237build_cpu = @build_cpu@ 238build_os = @build_os@ 239build_vendor = @build_vendor@ 240builddir = @builddir@ 241bundleidprefix = @bundleidprefix@ 242datadir = @datadir@ 243datarootdir = @datarootdir@ 244docdir = @docdir@ 245dvidir = @dvidir@ 246exec_prefix = @exec_prefix@ 247host = @host@ 248host_alias = @host_alias@ 249host_cpu = @host_cpu@ 250host_os = @host_os@ 251host_vendor = @host_vendor@ 252htmldir = @htmldir@ 253includedir = @includedir@ 254infodir = @infodir@ 255install_sh = @install_sh@ 256launchagentsdir = @launchagentsdir@ 257launchdaemonsdir = @launchdaemonsdir@ 258libdir = @libdir@ 259libexecdir = @libexecdir@ 260localedir = @localedir@ 261localstatedir = @localstatedir@ 262mandir = @mandir@ 263mkdir_p = @mkdir_p@ 264oldincludedir = @oldincludedir@ 265pdfdir = @pdfdir@ 266prefix = @prefix@ 267program_transform_name = @program_transform_name@ 268psdir = @psdir@ 269sbindir = @sbindir@ 270sharedstatedir = @sharedstatedir@ 271srcdir = @srcdir@ 272sysconfdir = @sysconfdir@ 273target_alias = @target_alias@ 274top_build_prefix = @top_build_prefix@ 275top_builddir = @top_builddir@ 276top_srcdir = @top_srcdir@ 277CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ 278 -e '/^\#line *[0-9][0-9]* *.*$$/d' \ 279 -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ 280 -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ 281 -e '/^[ ]*XHASH/s/XHASH/\#/' \ 282 -e '/XSLASHGLOB/s/XSLASHGLOB/\/\*/' \ 283 -e '/\@\@$$/s/\@\@$$/\\/' 284 285SUFFIXES = .cpp 286xinitrcdir = $(XINITDIR) 287AM_CPPFLAGS = -I$(srcdir)/.. -DXINITDIR=\"$(xinitrcdir)\" -DBINDIR=\"$(bindir)\" 288dist_launchd_startx_SOURCES = \ 289 $(srcdir)/../console_redirect.c \ 290 launchd_startx.c 291 292CPP_FILES_FLAGS = \ 293 -D__xinitrcdir__="$(xinitrcdir)" \ 294 -D__bindir__="$(bindir)" \ 295 -DBUNDLE_ID_PREFIX="$(bundleidprefix)" 296 297launchagents_PRE = $(bundleidprefix).startx.plist.cpp 298launchagents_DATA = $(launchagents_PRE:plist.cpp=plist) 299EXTRA_DIST = startx.plist.cpp 300CLEANFILES = \ 301 $(launchagents_DATA) \ 302 $(bundleidprefix).startx.plist.cpp 303 304all: all-am 305 306.SUFFIXES: 307.SUFFIXES: .cpp .c .o .obj 308$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps) 309 @for dep in $?; do \ 310 case '$(am__configure_deps)' in \ 311 *$$dep*) \ 312 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 313 && { if test -f $@; then exit 0; else break; fi; }; \ 314 exit 1;; \ 315 esac; \ 316 done; \ 317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign launchd/user_startx/Makefile'; \ 318 $(am__cd) $(top_srcdir) && \ 319 $(AUTOMAKE) --foreign launchd/user_startx/Makefile 320.PRECIOUS: Makefile 321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 322 @case '$?' in \ 323 *config.status*) \ 324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 325 *) \ 326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 328 esac; 329 330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 332 333$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 337$(am__aclocal_m4_deps): 338install-xinitrcPROGRAMS: $(xinitrc_PROGRAMS) 339 @$(NORMAL_INSTALL) 340 test -z "$(xinitrcdir)" || $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)" 341 @list='$(xinitrc_PROGRAMS)'; test -n "$(xinitrcdir)" || list=; \ 342 for p in $$list; do echo "$$p $$p"; done | \ 343 sed 's/$(EXEEXT)$$//' | \ 344 while read p p1; do if test -f $$p; \ 345 then echo "$$p"; echo "$$p"; else :; fi; \ 346 done | \ 347 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 348 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 349 sed 'N;N;N;s,\n, ,g' | \ 350 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 351 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 352 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 353 else { print "f", $$3 "/" $$4, $$1; } } \ 354 END { for (d in files) print "f", d, files[d] }' | \ 355 while read type dir files; do \ 356 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 357 test -z "$$files" || { \ 358 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(xinitrcdir)$$dir'"; \ 359 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(xinitrcdir)$$dir" || exit $$?; \ 360 } \ 361 ; done 362 363uninstall-xinitrcPROGRAMS: 364 @$(NORMAL_UNINSTALL) 365 @list='$(xinitrc_PROGRAMS)'; test -n "$(xinitrcdir)" || list=; \ 366 files=`for p in $$list; do echo "$$p"; done | \ 367 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 368 -e 's/$$/$(EXEEXT)/' `; \ 369 test -n "$$list" || exit 0; \ 370 echo " ( cd '$(DESTDIR)$(xinitrcdir)' && rm -f" $$files ")"; \ 371 cd "$(DESTDIR)$(xinitrcdir)" && rm -f $$files 372 373clean-xinitrcPROGRAMS: 374 -test -z "$(xinitrc_PROGRAMS)" || rm -f $(xinitrc_PROGRAMS) 375launchd_startx$(EXEEXT): $(launchd_startx_OBJECTS) $(launchd_startx_DEPENDENCIES) 376 @rm -f launchd_startx$(EXEEXT) 377 $(AM_V_CCLD)$(LINK) $(launchd_startx_OBJECTS) $(launchd_startx_LDADD) $(LIBS) 378 379mostlyclean-compile: 380 -rm -f *.$(OBJEXT) 381 382distclean-compile: 383 -rm -f *.tab.c 384 385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console_redirect.Po@am__quote@ 386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launchd_startx.Po@am__quote@ 387 388.c.o: 389@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 390@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 391@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 392@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 393@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 394@am__fastdepCC_FALSE@ $(COMPILE) -c $< 395 396.c.obj: 397@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 398@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 399@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 400@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 401@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 402@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 403 404console_redirect.o: $(srcdir)/../console_redirect.c 405@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_redirect.o -MD -MP -MF $(DEPDIR)/console_redirect.Tpo -c -o console_redirect.o `test -f '$(srcdir)/../console_redirect.c' || echo '$(srcdir)/'`$(srcdir)/../console_redirect.c 406@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po 407@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 408@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../console_redirect.c' object='console_redirect.o' libtool=no @AMDEPBACKSLASH@ 409@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 410@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_redirect.o `test -f '$(srcdir)/../console_redirect.c' || echo '$(srcdir)/'`$(srcdir)/../console_redirect.c 411 412console_redirect.obj: $(srcdir)/../console_redirect.c 413@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_redirect.obj -MD -MP -MF $(DEPDIR)/console_redirect.Tpo -c -o console_redirect.obj `if test -f '$(srcdir)/../console_redirect.c'; then $(CYGPATH_W) '$(srcdir)/../console_redirect.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../console_redirect.c'; fi` 414@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po 415@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 416@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../console_redirect.c' object='console_redirect.obj' libtool=no @AMDEPBACKSLASH@ 417@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 418@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_redirect.obj `if test -f '$(srcdir)/../console_redirect.c'; then $(CYGPATH_W) '$(srcdir)/../console_redirect.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../console_redirect.c'; fi` 419install-launchagentsDATA: $(launchagents_DATA) 420 @$(NORMAL_INSTALL) 421 test -z "$(launchagentsdir)" || $(MKDIR_P) "$(DESTDIR)$(launchagentsdir)" 422 @list='$(launchagents_DATA)'; test -n "$(launchagentsdir)" || list=; \ 423 for p in $$list; do \ 424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 425 echo "$$d$$p"; \ 426 done | $(am__base_list) | \ 427 while read files; do \ 428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(launchagentsdir)'"; \ 429 $(INSTALL_DATA) $$files "$(DESTDIR)$(launchagentsdir)" || exit $$?; \ 430 done 431 432uninstall-launchagentsDATA: 433 @$(NORMAL_UNINSTALL) 434 @list='$(launchagents_DATA)'; test -n "$(launchagentsdir)" || list=; \ 435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 436 test -n "$$files" || exit 0; \ 437 echo " ( cd '$(DESTDIR)$(launchagentsdir)' && rm -f" $$files ")"; \ 438 cd "$(DESTDIR)$(launchagentsdir)" && rm -f $$files 439 440ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 442 unique=`for i in $$list; do \ 443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 444 done | \ 445 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 446 END { if (nonempty) { for (i in files) print i; }; }'`; \ 447 mkid -fID $$unique 448tags: TAGS 449 450TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 451 $(TAGS_FILES) $(LISP) 452 set x; \ 453 here=`pwd`; \ 454 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 455 unique=`for i in $$list; do \ 456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 457 done | \ 458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 459 END { if (nonempty) { for (i in files) print i; }; }'`; \ 460 shift; \ 461 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 462 test -n "$$unique" || unique=$$empty_fix; \ 463 if test $$# -gt 0; then \ 464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 465 "$$@" $$unique; \ 466 else \ 467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 468 $$unique; \ 469 fi; \ 470 fi 471ctags: CTAGS 472CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 473 $(TAGS_FILES) $(LISP) 474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 475 unique=`for i in $$list; do \ 476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 477 done | \ 478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 479 END { if (nonempty) { for (i in files) print i; }; }'`; \ 480 test -z "$(CTAGS_ARGS)$$unique" \ 481 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 482 $$unique 483 484GTAGS: 485 here=`$(am__cd) $(top_builddir) && pwd` \ 486 && $(am__cd) $(top_srcdir) \ 487 && gtags -i $(GTAGS_ARGS) "$$here" 488 489distclean-tags: 490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 491 492distdir: $(DISTFILES) 493 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 494 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495 list='$(DISTFILES)'; \ 496 dist_files=`for file in $$list; do echo $$file; done | \ 497 sed -e "s|^$$srcdirstrip/||;t" \ 498 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 499 case $$dist_files in \ 500 */*) $(MKDIR_P) `echo "$$dist_files" | \ 501 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 502 sort -u` ;; \ 503 esac; \ 504 for file in $$dist_files; do \ 505 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 506 if test -d $$d/$$file; then \ 507 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 508 if test -d "$(distdir)/$$file"; then \ 509 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 510 fi; \ 511 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 512 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 514 fi; \ 515 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 516 else \ 517 test -f "$(distdir)/$$file" \ 518 || cp -p $$d/$$file "$(distdir)/$$file" \ 519 || exit 1; \ 520 fi; \ 521 done 522check-am: all-am 523check: check-am 524all-am: Makefile $(PROGRAMS) $(DATA) 525installdirs: 526 for dir in "$(DESTDIR)$(xinitrcdir)" "$(DESTDIR)$(launchagentsdir)"; do \ 527 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 528 done 529install: install-am 530install-exec: install-exec-am 531install-data: install-data-am 532uninstall: uninstall-am 533 534install-am: all-am 535 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 536 537installcheck: installcheck-am 538install-strip: 539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 540 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 541 `test -z '$(STRIP)' || \ 542 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 543mostlyclean-generic: 544 545clean-generic: 546 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 547 548distclean-generic: 549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 550 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 551 552maintainer-clean-generic: 553 @echo "This command is intended for maintainers to use" 554 @echo "it deletes files that may require special tools to rebuild." 555clean: clean-am 556 557clean-am: clean-generic clean-xinitrcPROGRAMS mostlyclean-am 558 559distclean: distclean-am 560 -rm -rf ./$(DEPDIR) 561 -rm -f Makefile 562distclean-am: clean-am distclean-compile distclean-generic \ 563 distclean-tags 564 565dvi: dvi-am 566 567dvi-am: 568 569html: html-am 570 571html-am: 572 573info: info-am 574 575info-am: 576 577install-data-am: install-launchagentsDATA install-xinitrcPROGRAMS 578 579install-dvi: install-dvi-am 580 581install-dvi-am: 582 583install-exec-am: 584 585install-html: install-html-am 586 587install-html-am: 588 589install-info: install-info-am 590 591install-info-am: 592 593install-man: 594 595install-pdf: install-pdf-am 596 597install-pdf-am: 598 599install-ps: install-ps-am 600 601install-ps-am: 602 603installcheck-am: 604 605maintainer-clean: maintainer-clean-am 606 -rm -rf ./$(DEPDIR) 607 -rm -f Makefile 608maintainer-clean-am: distclean-am maintainer-clean-generic 609 610mostlyclean: mostlyclean-am 611 612mostlyclean-am: mostlyclean-compile mostlyclean-generic 613 614pdf: pdf-am 615 616pdf-am: 617 618ps: ps-am 619 620ps-am: 621 622uninstall-am: uninstall-launchagentsDATA uninstall-xinitrcPROGRAMS 623 624.MAKE: install-am install-strip 625 626.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 627 clean-xinitrcPROGRAMS ctags distclean distclean-compile \ 628 distclean-generic distclean-tags distdir dvi dvi-am html \ 629 html-am info info-am install install-am install-data \ 630 install-data-am install-dvi install-dvi-am install-exec \ 631 install-exec-am install-html install-html-am install-info \ 632 install-info-am install-launchagentsDATA install-man \ 633 install-pdf install-pdf-am install-ps install-ps-am \ 634 install-strip install-xinitrcPROGRAMS installcheck \ 635 installcheck-am installdirs maintainer-clean \ 636 maintainer-clean-generic mostlyclean mostlyclean-compile \ 637 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 638 uninstall-am uninstall-launchagentsDATA \ 639 uninstall-xinitrcPROGRAMS 640 641 642.cpp: 643 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ 644 645$(bundleidprefix).startx.plist.cpp: startx.plist.cpp 646 cp $< $@ 647 648# Tell versions [3.59,3.63) of GNU make to not export all variables. 649# Otherwise a system limit (for SysV at least) may be exceeded. 650.NOEXPORT: 651