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