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