Makefile.in revision 7253c0c7
1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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 46VPATH = @srcdir@ 47am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 48am__make_running_with_option = \ 49 case $${target_option-} in \ 50 ?) ;; \ 51 *) echo "am__make_running_with_option: internal error: invalid" \ 52 "target option '$${target_option-}' specified" >&2; \ 53 exit 1;; \ 54 esac; \ 55 has_opt=no; \ 56 sane_makeflags=$$MAKEFLAGS; \ 57 if $(am__is_gnu_make); then \ 58 sane_makeflags=$$MFLAGS; \ 59 else \ 60 case $$MAKEFLAGS in \ 61 *\\[\ \ ]*) \ 62 bs=\\; \ 63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 65 esac; \ 66 fi; \ 67 skip_next=no; \ 68 strip_trailopt () \ 69 { \ 70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 71 }; \ 72 for flg in $$sane_makeflags; do \ 73 test $$skip_next = yes && { skip_next=no; continue; }; \ 74 case $$flg in \ 75 *=*|--*) continue;; \ 76 -*I) strip_trailopt 'I'; skip_next=yes;; \ 77 -*I?*) strip_trailopt 'I';; \ 78 -*O) strip_trailopt 'O'; skip_next=yes;; \ 79 -*O?*) strip_trailopt 'O';; \ 80 -*l) strip_trailopt 'l'; skip_next=yes;; \ 81 -*l?*) strip_trailopt 'l';; \ 82 -[dEDm]) skip_next=yes;; \ 83 -[JT]) skip_next=yes;; \ 84 esac; \ 85 case $$flg in \ 86 *$$target_option*) has_opt=yes; break;; \ 87 esac; \ 88 done; \ 89 test $$has_opt = yes 90am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 91am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 92pkgdatadir = $(datadir)/@PACKAGE@ 93pkgincludedir = $(includedir)/@PACKAGE@ 94pkglibdir = $(libdir)/@PACKAGE@ 95pkglibexecdir = $(libexecdir)/@PACKAGE@ 96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 97install_sh_DATA = $(install_sh) -c -m 644 98install_sh_PROGRAM = $(install_sh) -c 99install_sh_SCRIPT = $(install_sh) -c 100INSTALL_HEADER = $(INSTALL_DATA) 101transform = $(program_transform_name) 102NORMAL_INSTALL = : 103PRE_INSTALL = : 104POST_INSTALL = : 105NORMAL_UNINSTALL = : 106PRE_UNINSTALL = : 107POST_UNINSTALL = : 108build_triplet = @build@ 109host_triplet = @host@ 110DIST_COMMON = $(top_srcdir)/cpprules.in $(srcdir)/Makefile.in \ 111 $(srcdir)/Makefile.am $(top_srcdir)/depcomp 112xinitrc_PROGRAMS = launchd_startx$(EXEEXT) 113@LAUNCHAGENT_XSERVER_TRUE@am__append_1 = -DLAUNCHAGENT_XSERVER_PATH="$(launchagentxserver)" 114subdir = launchd/user_startx 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119mkinstalldirs = $(install_sh) -d 120CONFIG_HEADER = $(top_builddir)/config.h 121CONFIG_CLEAN_FILES = 122CONFIG_CLEAN_VPATH_FILES = 123am__installdirs = "$(DESTDIR)$(xinitrcdir)" \ 124 "$(DESTDIR)$(launchagentsdir)" 125PROGRAMS = $(xinitrc_PROGRAMS) 126dist_launchd_startx_OBJECTS = console_redirect.$(OBJEXT) \ 127 launchd_startx.$(OBJEXT) 128launchd_startx_OBJECTS = $(dist_launchd_startx_OBJECTS) 129launchd_startx_LDADD = $(LDADD) 130AM_V_P = $(am__v_P_@AM_V@) 131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 132am__v_P_0 = false 133am__v_P_1 = : 134AM_V_GEN = $(am__v_GEN_@AM_V@) 135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 136am__v_GEN_0 = @echo " GEN " $@; 137am__v_GEN_1 = 138AM_V_at = $(am__v_at_@AM_V@) 139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 140am__v_at_0 = @ 141am__v_at_1 = 142DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 143depcomp = $(SHELL) $(top_srcdir)/depcomp 144am__depfiles_maybe = depfiles 145am__mv = mv -f 146AM_V_lt = $(am__v_lt_@AM_V@) 147am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 148am__v_lt_0 = --silent 149am__v_lt_1 = 150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 151 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 152AM_V_CC = $(am__v_CC_@AM_V@) 153am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 154am__v_CC_0 = @echo " CC " $@; 155am__v_CC_1 = 156CCLD = $(CC) 157LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 158AM_V_CCLD = $(am__v_CCLD_@AM_V@) 159am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 160am__v_CCLD_0 = @echo " CCLD " $@; 161am__v_CCLD_1 = 162SOURCES = $(dist_launchd_startx_SOURCES) 163DIST_SOURCES = $(dist_launchd_startx_SOURCES) 164am__can_run_installinfo = \ 165 case $$AM_UPDATE_INFO_DIR in \ 166 n|no|NO) false;; \ 167 *) (install-info --version) >/dev/null 2>&1;; \ 168 esac 169am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 170am__vpath_adj = case $$p in \ 171 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 172 *) f=$$p;; \ 173 esac; 174am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 175am__install_max = 40 176am__nobase_strip_setup = \ 177 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 178am__nobase_strip = \ 179 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 180am__nobase_list = $(am__nobase_strip_setup); \ 181 for p in $$list; do echo "$$p $$p"; done | \ 182 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 183 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 184 if (++n[$$2] == $(am__install_max)) \ 185 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 186 END { for (dir in files) print dir, files[dir] }' 187am__base_list = \ 188 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 189 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 190am__uninstall_files_from_dir = { \ 191 test -z "$$files" \ 192 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 193 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 194 $(am__cd) "$$dir" && rm -f $$files; }; \ 195 } 196DATA = $(launchagents_DATA) 197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 198# Read a list of newline-separated strings from the standard input, 199# and print each of them once, without duplicates. Input order is 200# *not* preserved. 201am__uniquify_input = $(AWK) '\ 202 BEGIN { nonempty = 0; } \ 203 { items[$$0] = 1; nonempty = 1; } \ 204 END { if (nonempty) { for (i in items) print i; }; } \ 205' 206# Make sure the list of sources is unique. This is necessary because, 207# e.g., the same source file might be shared among _SOURCES variables 208# for different programs/libraries. 209am__define_uniq_tagged_files = \ 210 list='$(am__tagged_files)'; \ 211 unique=`for i in $$list; do \ 212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 213 done | $(am__uniquify_input)` 214ETAGS = etags 215CTAGS = ctags 216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 217ACLOCAL = @ACLOCAL@ 218ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 219ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 220AMTAR = @AMTAR@ 221AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 222APP_MAN_DIR = @APP_MAN_DIR@ 223APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 224AUTOCONF = @AUTOCONF@ 225AUTOHEADER = @AUTOHEADER@ 226AUTOMAKE = @AUTOMAKE@ 227AWK = @AWK@ 228BASE_CFLAGS = @BASE_CFLAGS@ 229CC = @CC@ 230CCDEPMODE = @CCDEPMODE@ 231CFLAGS = @CFLAGS@ 232CHANGELOG_CMD = @CHANGELOG_CMD@ 233CPP = @CPP@ 234CPPFLAGS = @CPPFLAGS@ 235CWARNFLAGS = @CWARNFLAGS@ 236CYGPATH_W = @CYGPATH_W@ 237DEFS = @DEFS@ 238DEPDIR = @DEPDIR@ 239DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 240DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 241ECHO_C = @ECHO_C@ 242ECHO_N = @ECHO_N@ 243ECHO_T = @ECHO_T@ 244EGREP = @EGREP@ 245EXEEXT = @EXEEXT@ 246FILE_MAN_DIR = @FILE_MAN_DIR@ 247FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 248GREP = @GREP@ 249INSTALL = @INSTALL@ 250INSTALL_CMD = @INSTALL_CMD@ 251INSTALL_DATA = @INSTALL_DATA@ 252INSTALL_PROGRAM = @INSTALL_PROGRAM@ 253INSTALL_SCRIPT = @INSTALL_SCRIPT@ 254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 255LAUNCHD = @LAUNCHD@ 256LDFLAGS = @LDFLAGS@ 257LIBOBJS = @LIBOBJS@ 258LIBS = @LIBS@ 259LIB_MAN_DIR = @LIB_MAN_DIR@ 260LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 261LTLIBOBJS = @LTLIBOBJS@ 262MAKEINFO = @MAKEINFO@ 263MAN_SUBSTS = @MAN_SUBSTS@ 264MCOOKIE = @MCOOKIE@ 265MISC_MAN_DIR = @MISC_MAN_DIR@ 266MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 267MKDIR_P = @MKDIR_P@ 268OBJEXT = @OBJEXT@ 269OPENSSL = @OPENSSL@ 270PACKAGE = @PACKAGE@ 271PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 272PACKAGE_NAME = @PACKAGE_NAME@ 273PACKAGE_STRING = @PACKAGE_STRING@ 274PACKAGE_TARNAME = @PACKAGE_TARNAME@ 275PACKAGE_URL = @PACKAGE_URL@ 276PACKAGE_VERSION = @PACKAGE_VERSION@ 277PATH_SEPARATOR = @PATH_SEPARATOR@ 278PKG_CONFIG = @PKG_CONFIG@ 279PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 280PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 281RAWCPP = @RAWCPP@ 282RAWCPPFLAGS = @RAWCPPFLAGS@ 283SCOMAN = @SCOMAN@ 284SED = @SED@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287SHELL_CMD = @SHELL_CMD@ 288STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 289STRICT_CFLAGS = @STRICT_CFLAGS@ 290STRIP = @STRIP@ 291TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 292TWM = @TWM@ 293VERSION = @VERSION@ 294XAUTH = @XAUTH@ 295XCLOCK = @XCLOCK@ 296XCONFIGFILE = @XCONFIGFILE@ 297XCONFIGFILEMAN = @XCONFIGFILEMAN@ 298XINIT = @XINIT@ 299XINITDIR = @XINITDIR@ 300XINIT_CFLAGS = @XINIT_CFLAGS@ 301XINIT_LIBS = @XINIT_LIBS@ 302XMODMAP = @XMODMAP@ 303XORG_MAN_PAGE = @XORG_MAN_PAGE@ 304XRDB = @XRDB@ 305XSERVER = @XSERVER@ 306XSERVERNAME = @XSERVERNAME@ 307XTERM = @XTERM@ 308abs_builddir = @abs_builddir@ 309abs_srcdir = @abs_srcdir@ 310abs_top_builddir = @abs_top_builddir@ 311abs_top_srcdir = @abs_top_srcdir@ 312ac_ct_CC = @ac_ct_CC@ 313am__include = @am__include@ 314am__leading_dot = @am__leading_dot@ 315am__quote = @am__quote@ 316am__tar = @am__tar@ 317am__untar = @am__untar@ 318bindir = @bindir@ 319build = @build@ 320build_alias = @build_alias@ 321build_cpu = @build_cpu@ 322build_os = @build_os@ 323build_vendor = @build_vendor@ 324builddir = @builddir@ 325bundleidprefix = @bundleidprefix@ 326datadir = @datadir@ 327datarootdir = @datarootdir@ 328docdir = @docdir@ 329dvidir = @dvidir@ 330exec_prefix = @exec_prefix@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340launchagentsdir = @launchagentsdir@ 341launchagentxserver = @launchagentxserver@ 342launchdaemonsdir = @launchdaemonsdir@ 343libdir = @libdir@ 344libexecdir = @libexecdir@ 345localedir = @localedir@ 346localstatedir = @localstatedir@ 347mandir = @mandir@ 348mkdir_p = @mkdir_p@ 349oldincludedir = @oldincludedir@ 350pdfdir = @pdfdir@ 351prefix = @prefix@ 352program_transform_name = @program_transform_name@ 353psdir = @psdir@ 354sbindir = @sbindir@ 355sharedstatedir = @sharedstatedir@ 356srcdir = @srcdir@ 357sysconfdir = @sysconfdir@ 358target_alias = @target_alias@ 359top_build_prefix = @top_build_prefix@ 360top_builddir = @top_builddir@ 361top_srcdir = @top_srcdir@ 362CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ 363 -e '/^\#line *[0-9][0-9]* *.*$$/d' \ 364 -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ 365 -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ 366 -e '/^[ ]*XHASH/s/XHASH/\#/' \ 367 -e '/\@\@$$/s/\@\@$$/\\/' 368 369SUFFIXES = .cpp 370xinitrcdir = $(XINITDIR) 371AM_CPPFLAGS = -I$(srcdir)/.. -DXINITDIR=\"$(xinitrcdir)\" -DBINDIR=\"$(bindir)\" 372dist_launchd_startx_SOURCES = \ 373 $(srcdir)/../console_redirect.c \ 374 launchd_startx.c 375 376CPP_FILES_FLAGS = -D__xinitrcdir__="$(xinitrcdir)" \ 377 -D__bindir__="$(bindir)" \ 378 -DBUNDLE_ID_PREFIX="$(bundleidprefix)" $(am__append_1) 379launchagents_PRE = $(bundleidprefix).startx.plist.cpp 380launchagents_DATA = $(launchagents_PRE:plist.cpp=plist) 381EXTRA_DIST = startx.plist.cpp 382CLEANFILES = \ 383 $(launchagents_DATA) \ 384 $(bundleidprefix).startx.plist.cpp 385 386all: all-am 387 388.SUFFIXES: 389.SUFFIXES: .cpp .c .o .obj 390$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps) 391 @for dep in $?; do \ 392 case '$(am__configure_deps)' in \ 393 *$$dep*) \ 394 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 395 && { if test -f $@; then exit 0; else break; fi; }; \ 396 exit 1;; \ 397 esac; \ 398 done; \ 399 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign launchd/user_startx/Makefile'; \ 400 $(am__cd) $(top_srcdir) && \ 401 $(AUTOMAKE) --foreign launchd/user_startx/Makefile 402.PRECIOUS: Makefile 403Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 404 @case '$?' in \ 405 *config.status*) \ 406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 407 *) \ 408 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 409 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 410 esac; 411$(top_srcdir)/cpprules.in: 412 413$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 415 416$(top_srcdir)/configure: $(am__configure_deps) 417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 418$(ACLOCAL_M4): $(am__aclocal_m4_deps) 419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 420$(am__aclocal_m4_deps): 421install-xinitrcPROGRAMS: $(xinitrc_PROGRAMS) 422 @$(NORMAL_INSTALL) 423 @list='$(xinitrc_PROGRAMS)'; test -n "$(xinitrcdir)" || list=; \ 424 if test -n "$$list"; then \ 425 echo " $(MKDIR_P) '$(DESTDIR)$(xinitrcdir)'"; \ 426 $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)" || exit 1; \ 427 fi; \ 428 for p in $$list; do echo "$$p $$p"; done | \ 429 sed 's/$(EXEEXT)$$//' | \ 430 while read p p1; do if test -f $$p \ 431 ; then echo "$$p"; echo "$$p"; else :; fi; \ 432 done | \ 433 sed -e 'p;s,.*/,,;n;h' \ 434 -e 's|.*|.|' \ 435 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 436 sed 'N;N;N;s,\n, ,g' | \ 437 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 438 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 439 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 440 else { print "f", $$3 "/" $$4, $$1; } } \ 441 END { for (d in files) print "f", d, files[d] }' | \ 442 while read type dir files; do \ 443 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 444 test -z "$$files" || { \ 445 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(xinitrcdir)$$dir'"; \ 446 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(xinitrcdir)$$dir" || exit $$?; \ 447 } \ 448 ; done 449 450uninstall-xinitrcPROGRAMS: 451 @$(NORMAL_UNINSTALL) 452 @list='$(xinitrc_PROGRAMS)'; test -n "$(xinitrcdir)" || list=; \ 453 files=`for p in $$list; do echo "$$p"; done | \ 454 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 455 -e 's/$$/$(EXEEXT)/' \ 456 `; \ 457 test -n "$$list" || exit 0; \ 458 echo " ( cd '$(DESTDIR)$(xinitrcdir)' && rm -f" $$files ")"; \ 459 cd "$(DESTDIR)$(xinitrcdir)" && rm -f $$files 460 461clean-xinitrcPROGRAMS: 462 -test -z "$(xinitrc_PROGRAMS)" || rm -f $(xinitrc_PROGRAMS) 463 464launchd_startx$(EXEEXT): $(launchd_startx_OBJECTS) $(launchd_startx_DEPENDENCIES) $(EXTRA_launchd_startx_DEPENDENCIES) 465 @rm -f launchd_startx$(EXEEXT) 466 $(AM_V_CCLD)$(LINK) $(launchd_startx_OBJECTS) $(launchd_startx_LDADD) $(LIBS) 467 468mostlyclean-compile: 469 -rm -f *.$(OBJEXT) 470 471distclean-compile: 472 -rm -f *.tab.c 473 474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console_redirect.Po@am__quote@ 475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launchd_startx.Po@am__quote@ 476 477.c.o: 478@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 479@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 480@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 481@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 482@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 483 484.c.obj: 485@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 486@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 487@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 488@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 489@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 490 491console_redirect.o: $(srcdir)/../console_redirect.c 492@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 493@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po 494@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../console_redirect.c' object='console_redirect.o' libtool=no @AMDEPBACKSLASH@ 495@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 496@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 497 498console_redirect.obj: $(srcdir)/../console_redirect.c 499@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` 500@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po 501@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../console_redirect.c' object='console_redirect.obj' libtool=no @AMDEPBACKSLASH@ 502@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 503@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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` 504install-launchagentsDATA: $(launchagents_DATA) 505 @$(NORMAL_INSTALL) 506 @list='$(launchagents_DATA)'; test -n "$(launchagentsdir)" || list=; \ 507 if test -n "$$list"; then \ 508 echo " $(MKDIR_P) '$(DESTDIR)$(launchagentsdir)'"; \ 509 $(MKDIR_P) "$(DESTDIR)$(launchagentsdir)" || exit 1; \ 510 fi; \ 511 for p in $$list; do \ 512 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 513 echo "$$d$$p"; \ 514 done | $(am__base_list) | \ 515 while read files; do \ 516 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(launchagentsdir)'"; \ 517 $(INSTALL_DATA) $$files "$(DESTDIR)$(launchagentsdir)" || exit $$?; \ 518 done 519 520uninstall-launchagentsDATA: 521 @$(NORMAL_UNINSTALL) 522 @list='$(launchagents_DATA)'; test -n "$(launchagentsdir)" || list=; \ 523 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 524 dir='$(DESTDIR)$(launchagentsdir)'; $(am__uninstall_files_from_dir) 525 526ID: $(am__tagged_files) 527 $(am__define_uniq_tagged_files); mkid -fID $$unique 528tags: tags-am 529TAGS: tags 530 531tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 532 set x; \ 533 here=`pwd`; \ 534 $(am__define_uniq_tagged_files); \ 535 shift; \ 536 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 537 test -n "$$unique" || unique=$$empty_fix; \ 538 if test $$# -gt 0; then \ 539 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 540 "$$@" $$unique; \ 541 else \ 542 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 543 $$unique; \ 544 fi; \ 545 fi 546ctags: ctags-am 547 548CTAGS: ctags 549ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 550 $(am__define_uniq_tagged_files); \ 551 test -z "$(CTAGS_ARGS)$$unique" \ 552 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 553 $$unique 554 555GTAGS: 556 here=`$(am__cd) $(top_builddir) && pwd` \ 557 && $(am__cd) $(top_srcdir) \ 558 && gtags -i $(GTAGS_ARGS) "$$here" 559cscopelist: cscopelist-am 560 561cscopelist-am: $(am__tagged_files) 562 list='$(am__tagged_files)'; \ 563 case "$(srcdir)" in \ 564 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 565 *) sdir=$(subdir)/$(srcdir) ;; \ 566 esac; \ 567 for i in $$list; do \ 568 if test -f "$$i"; then \ 569 echo "$(subdir)/$$i"; \ 570 else \ 571 echo "$$sdir/$$i"; \ 572 fi; \ 573 done >> $(top_builddir)/cscope.files 574 575distclean-tags: 576 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 577 578distdir: $(DISTFILES) 579 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 580 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 581 list='$(DISTFILES)'; \ 582 dist_files=`for file in $$list; do echo $$file; done | \ 583 sed -e "s|^$$srcdirstrip/||;t" \ 584 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 585 case $$dist_files in \ 586 */*) $(MKDIR_P) `echo "$$dist_files" | \ 587 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 588 sort -u` ;; \ 589 esac; \ 590 for file in $$dist_files; do \ 591 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 592 if test -d $$d/$$file; then \ 593 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 594 if test -d "$(distdir)/$$file"; then \ 595 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 596 fi; \ 597 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 598 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 599 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 600 fi; \ 601 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 602 else \ 603 test -f "$(distdir)/$$file" \ 604 || cp -p $$d/$$file "$(distdir)/$$file" \ 605 || exit 1; \ 606 fi; \ 607 done 608check-am: all-am 609check: check-am 610all-am: Makefile $(PROGRAMS) $(DATA) 611installdirs: 612 for dir in "$(DESTDIR)$(xinitrcdir)" "$(DESTDIR)$(launchagentsdir)"; do \ 613 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 614 done 615install: install-am 616install-exec: install-exec-am 617install-data: install-data-am 618uninstall: uninstall-am 619 620install-am: all-am 621 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 622 623installcheck: installcheck-am 624install-strip: 625 if test -z '$(STRIP)'; then \ 626 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 627 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 628 install; \ 629 else \ 630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 632 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 633 fi 634mostlyclean-generic: 635 636clean-generic: 637 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 638 639distclean-generic: 640 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 641 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 642 643maintainer-clean-generic: 644 @echo "This command is intended for maintainers to use" 645 @echo "it deletes files that may require special tools to rebuild." 646clean: clean-am 647 648clean-am: clean-generic clean-xinitrcPROGRAMS mostlyclean-am 649 650distclean: distclean-am 651 -rm -rf ./$(DEPDIR) 652 -rm -f Makefile 653distclean-am: clean-am distclean-compile distclean-generic \ 654 distclean-tags 655 656dvi: dvi-am 657 658dvi-am: 659 660html: html-am 661 662html-am: 663 664info: info-am 665 666info-am: 667 668install-data-am: install-launchagentsDATA install-xinitrcPROGRAMS 669 670install-dvi: install-dvi-am 671 672install-dvi-am: 673 674install-exec-am: 675 676install-html: install-html-am 677 678install-html-am: 679 680install-info: install-info-am 681 682install-info-am: 683 684install-man: 685 686install-pdf: install-pdf-am 687 688install-pdf-am: 689 690install-ps: install-ps-am 691 692install-ps-am: 693 694installcheck-am: 695 696maintainer-clean: maintainer-clean-am 697 -rm -rf ./$(DEPDIR) 698 -rm -f Makefile 699maintainer-clean-am: distclean-am maintainer-clean-generic 700 701mostlyclean: mostlyclean-am 702 703mostlyclean-am: mostlyclean-compile mostlyclean-generic 704 705pdf: pdf-am 706 707pdf-am: 708 709ps: ps-am 710 711ps-am: 712 713uninstall-am: uninstall-launchagentsDATA uninstall-xinitrcPROGRAMS 714 715.MAKE: install-am install-strip 716 717.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 718 clean-xinitrcPROGRAMS cscopelist-am ctags ctags-am distclean \ 719 distclean-compile distclean-generic distclean-tags distdir dvi \ 720 dvi-am html html-am info info-am install install-am \ 721 install-data install-data-am install-dvi install-dvi-am \ 722 install-exec install-exec-am install-html install-html-am \ 723 install-info install-info-am install-launchagentsDATA \ 724 install-man install-pdf install-pdf-am install-ps \ 725 install-ps-am install-strip install-xinitrcPROGRAMS \ 726 installcheck installcheck-am installdirs maintainer-clean \ 727 maintainer-clean-generic mostlyclean mostlyclean-compile \ 728 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 729 uninstall-am uninstall-launchagentsDATA \ 730 uninstall-xinitrcPROGRAMS 731 732 733.cpp: 734 $(AM_V_GEN)$(RAWCPP) $(TRADITIONALCPPFLAGS) $(CPP_FILES_FLAGS) $< | $(CPP_SED_MAGIC) > $@ 735 736$(bundleidprefix).startx.plist.cpp: startx.plist.cpp 737 cp $< $@ 738 739# Tell versions [3.59,3.63) of GNU make to not export all variables. 740# Otherwise a system limit (for SysV at least) may be exceeded. 741.NOEXPORT: 742