1fd549268Smrg# Makefile.in generated by automake 1.16.3 from Makefile.am.
2c81d8f5eSmrg# @configure_input@
3c81d8f5eSmrg
4fd549268Smrg# Copyright (C) 1994-2020 Free Software Foundation, Inc.
56f02d4e9Smrg
6c81d8f5eSmrg# This Makefile.in is free software; the Free Software Foundation
7c81d8f5eSmrg# gives unlimited permission to copy and/or distribute it,
8c81d8f5eSmrg# with or without modifications, as long as this notice is preserved.
9c81d8f5eSmrg
10c81d8f5eSmrg# This program is distributed in the hope that it will be useful,
11c81d8f5eSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12c81d8f5eSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13c81d8f5eSmrg# PARTICULAR PURPOSE.
14c81d8f5eSmrg
15c81d8f5eSmrg@SET_MAKE@
16c81d8f5eSmrgVPATH = @srcdir@
17d73e0b87Smrgam__is_gnu_make = { \
18d73e0b87Smrg  if test -z '$(MAKELEVEL)'; then \
19d73e0b87Smrg    false; \
20d73e0b87Smrg  elif test -n '$(MAKE_HOST)'; then \
21d73e0b87Smrg    true; \
22d73e0b87Smrg  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23d73e0b87Smrg    true; \
24d73e0b87Smrg  else \
25d73e0b87Smrg    false; \
26d73e0b87Smrg  fi; \
27d73e0b87Smrg}
286f02d4e9Smrgam__make_running_with_option = \
296f02d4e9Smrg  case $${target_option-} in \
306f02d4e9Smrg      ?) ;; \
316f02d4e9Smrg      *) echo "am__make_running_with_option: internal error: invalid" \
326f02d4e9Smrg              "target option '$${target_option-}' specified" >&2; \
336f02d4e9Smrg         exit 1;; \
346f02d4e9Smrg  esac; \
356f02d4e9Smrg  has_opt=no; \
366f02d4e9Smrg  sane_makeflags=$$MAKEFLAGS; \
376f02d4e9Smrg  if $(am__is_gnu_make); then \
386f02d4e9Smrg    sane_makeflags=$$MFLAGS; \
396f02d4e9Smrg  else \
406f02d4e9Smrg    case $$MAKEFLAGS in \
416f02d4e9Smrg      *\\[\ \	]*) \
426f02d4e9Smrg        bs=\\; \
436f02d4e9Smrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
446f02d4e9Smrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
456f02d4e9Smrg    esac; \
466f02d4e9Smrg  fi; \
476f02d4e9Smrg  skip_next=no; \
486f02d4e9Smrg  strip_trailopt () \
496f02d4e9Smrg  { \
506f02d4e9Smrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
516f02d4e9Smrg  }; \
526f02d4e9Smrg  for flg in $$sane_makeflags; do \
536f02d4e9Smrg    test $$skip_next = yes && { skip_next=no; continue; }; \
546f02d4e9Smrg    case $$flg in \
556f02d4e9Smrg      *=*|--*) continue;; \
566f02d4e9Smrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
576f02d4e9Smrg      -*I?*) strip_trailopt 'I';; \
586f02d4e9Smrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
596f02d4e9Smrg      -*O?*) strip_trailopt 'O';; \
606f02d4e9Smrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
616f02d4e9Smrg      -*l?*) strip_trailopt 'l';; \
626f02d4e9Smrg      -[dEDm]) skip_next=yes;; \
636f02d4e9Smrg      -[JT]) skip_next=yes;; \
646f02d4e9Smrg    esac; \
656f02d4e9Smrg    case $$flg in \
666f02d4e9Smrg      *$$target_option*) has_opt=yes; break;; \
676f02d4e9Smrg    esac; \
686f02d4e9Smrg  done; \
696f02d4e9Smrg  test $$has_opt = yes
706f02d4e9Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
716f02d4e9Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72c81d8f5eSmrgpkgdatadir = $(datadir)/@PACKAGE@
7321212451Smrgpkgincludedir = $(includedir)/@PACKAGE@
746f02d4e9Smrgpkglibdir = $(libdir)/@PACKAGE@
756f02d4e9Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@
76c81d8f5eSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77c81d8f5eSmrginstall_sh_DATA = $(install_sh) -c -m 644
78c81d8f5eSmrginstall_sh_PROGRAM = $(install_sh) -c
79c81d8f5eSmrginstall_sh_SCRIPT = $(install_sh) -c
80c81d8f5eSmrgINSTALL_HEADER = $(INSTALL_DATA)
81c81d8f5eSmrgtransform = $(program_transform_name)
82c81d8f5eSmrgNORMAL_INSTALL = :
83c81d8f5eSmrgPRE_INSTALL = :
84c81d8f5eSmrgPOST_INSTALL = :
85c81d8f5eSmrgNORMAL_UNINSTALL = :
86c81d8f5eSmrgPRE_UNINSTALL = :
87c81d8f5eSmrgPOST_UNINSTALL = :
88c81d8f5eSmrgbuild_triplet = @build@
89c81d8f5eSmrghost_triplet = @host@
90c81d8f5eSmrgsubdir = launchd
91c81d8f5eSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92c81d8f5eSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac
93c81d8f5eSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94c81d8f5eSmrg	$(ACLOCAL_M4)
95d73e0b87SmrgDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96c81d8f5eSmrgmkinstalldirs = $(install_sh) -d
97c81d8f5eSmrgCONFIG_HEADER = $(top_builddir)/config.h
98c81d8f5eSmrgCONFIG_CLEAN_FILES =
996f02d4e9SmrgCONFIG_CLEAN_VPATH_FILES =
1006f02d4e9SmrgAM_V_P = $(am__v_P_@AM_V@)
1016f02d4e9Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1026f02d4e9Smrgam__v_P_0 = false
1036f02d4e9Smrgam__v_P_1 = :
1046f02d4e9SmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
1056f02d4e9Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1066f02d4e9Smrgam__v_GEN_0 = @echo "  GEN     " $@;
1076f02d4e9Smrgam__v_GEN_1 = 
1086f02d4e9SmrgAM_V_at = $(am__v_at_@AM_V@)
1096f02d4e9Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1106f02d4e9Smrgam__v_at_0 = @
1116f02d4e9Smrgam__v_at_1 = 
112c81d8f5eSmrgSOURCES =
113c81d8f5eSmrgDIST_SOURCES =
1146f02d4e9SmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1156f02d4e9Smrg	ctags-recursive dvi-recursive html-recursive info-recursive \
1166f02d4e9Smrg	install-data-recursive install-dvi-recursive \
1176f02d4e9Smrg	install-exec-recursive install-html-recursive \
1186f02d4e9Smrg	install-info-recursive install-pdf-recursive \
1196f02d4e9Smrg	install-ps-recursive install-recursive installcheck-recursive \
1206f02d4e9Smrg	installdirs-recursive pdf-recursive ps-recursive \
1216f02d4e9Smrg	tags-recursive uninstall-recursive
1226f02d4e9Smrgam__can_run_installinfo = \
1236f02d4e9Smrg  case $$AM_UPDATE_INFO_DIR in \
1246f02d4e9Smrg    n|no|NO) false;; \
1256f02d4e9Smrg    *) (install-info --version) >/dev/null 2>&1;; \
1266f02d4e9Smrg  esac
127c81d8f5eSmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
128c81d8f5eSmrg  distclean-recursive maintainer-clean-recursive
1296f02d4e9Smrgam__recursive_targets = \
1306f02d4e9Smrg  $(RECURSIVE_TARGETS) \
1316f02d4e9Smrg  $(RECURSIVE_CLEAN_TARGETS) \
1326f02d4e9Smrg  $(am__extra_recursive_targets)
1336f02d4e9SmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1347c5adda3Smrg	distdir distdir-am
1356f02d4e9Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1366f02d4e9Smrg# Read a list of newline-separated strings from the standard input,
1376f02d4e9Smrg# and print each of them once, without duplicates.  Input order is
1386f02d4e9Smrg# *not* preserved.
1396f02d4e9Smrgam__uniquify_input = $(AWK) '\
1406f02d4e9Smrg  BEGIN { nonempty = 0; } \
1416f02d4e9Smrg  { items[$$0] = 1; nonempty = 1; } \
1426f02d4e9Smrg  END { if (nonempty) { for (i in items) print i; }; } \
1436f02d4e9Smrg'
1446f02d4e9Smrg# Make sure the list of sources is unique.  This is necessary because,
1456f02d4e9Smrg# e.g., the same source file might be shared among _SOURCES variables
1466f02d4e9Smrg# for different programs/libraries.
1476f02d4e9Smrgam__define_uniq_tagged_files = \
1486f02d4e9Smrg  list='$(am__tagged_files)'; \
1496f02d4e9Smrg  unique=`for i in $$list; do \
1506f02d4e9Smrg    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1516f02d4e9Smrg  done | $(am__uniquify_input)`
152fd549268SmrgETAGS = etags
153fd549268SmrgCTAGS = ctags
154d73e0b87Smrgam__DIST_COMMON = $(srcdir)/Makefile.in
155c81d8f5eSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1566f02d4e9Smrgam__relativize = \
1576f02d4e9Smrg  dir0=`pwd`; \
1586f02d4e9Smrg  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1596f02d4e9Smrg  sed_rest='s,^[^/]*/*,,'; \
1606f02d4e9Smrg  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1616f02d4e9Smrg  sed_butlast='s,/*[^/]*$$,,'; \
1626f02d4e9Smrg  while test -n "$$dir1"; do \
1636f02d4e9Smrg    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1646f02d4e9Smrg    if test "$$first" != "."; then \
1656f02d4e9Smrg      if test "$$first" = ".."; then \
1666f02d4e9Smrg        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
1676f02d4e9Smrg        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
1686f02d4e9Smrg      else \
1696f02d4e9Smrg        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
1706f02d4e9Smrg        if test "$$first2" = "$$first"; then \
1716f02d4e9Smrg          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
1726f02d4e9Smrg        else \
1736f02d4e9Smrg          dir2="../$$dir2"; \
1746f02d4e9Smrg        fi; \
1756f02d4e9Smrg        dir0="$$dir0"/"$$first"; \
1766f02d4e9Smrg      fi; \
1776f02d4e9Smrg    fi; \
1786f02d4e9Smrg    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1796f02d4e9Smrg  done; \
1806f02d4e9Smrg  reldir="$$dir2"
181c81d8f5eSmrgACLOCAL = @ACLOCAL@
182c81d8f5eSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
183c81d8f5eSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
184c81d8f5eSmrgAMTAR = @AMTAR@
185c81d8f5eSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186c81d8f5eSmrgAPP_MAN_DIR = @APP_MAN_DIR@
187c81d8f5eSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
188c81d8f5eSmrgAUTOCONF = @AUTOCONF@
189c81d8f5eSmrgAUTOHEADER = @AUTOHEADER@
190c81d8f5eSmrgAUTOMAKE = @AUTOMAKE@
191c81d8f5eSmrgAWK = @AWK@
19221212451SmrgBASE_CFLAGS = @BASE_CFLAGS@
193c81d8f5eSmrgCC = @CC@
194c81d8f5eSmrgCCDEPMODE = @CCDEPMODE@
195c81d8f5eSmrgCFLAGS = @CFLAGS@
196c81d8f5eSmrgCHANGELOG_CMD = @CHANGELOG_CMD@
197c81d8f5eSmrgCPP = @CPP@
198c81d8f5eSmrgCPPFLAGS = @CPPFLAGS@
199c81d8f5eSmrgCWARNFLAGS = @CWARNFLAGS@
200c81d8f5eSmrgCYGPATH_W = @CYGPATH_W@
201c81d8f5eSmrgDEFS = @DEFS@
202c81d8f5eSmrgDEPDIR = @DEPDIR@
203c81d8f5eSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
204c81d8f5eSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
205c81d8f5eSmrgECHO_C = @ECHO_C@
206c81d8f5eSmrgECHO_N = @ECHO_N@
207c81d8f5eSmrgECHO_T = @ECHO_T@
208c81d8f5eSmrgEXEEXT = @EXEEXT@
209c81d8f5eSmrgFILE_MAN_DIR = @FILE_MAN_DIR@
210c81d8f5eSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
211c81d8f5eSmrgINSTALL = @INSTALL@
212c81d8f5eSmrgINSTALL_CMD = @INSTALL_CMD@
213c81d8f5eSmrgINSTALL_DATA = @INSTALL_DATA@
214c81d8f5eSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
215c81d8f5eSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
216c81d8f5eSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217c81d8f5eSmrgLAUNCHD = @LAUNCHD@
218c81d8f5eSmrgLDFLAGS = @LDFLAGS@
219c81d8f5eSmrgLIBOBJS = @LIBOBJS@
220c81d8f5eSmrgLIBS = @LIBS@
221c81d8f5eSmrgLIB_MAN_DIR = @LIB_MAN_DIR@
222c81d8f5eSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
223c81d8f5eSmrgLTLIBOBJS = @LTLIBOBJS@
224c81d8f5eSmrgMAKEINFO = @MAKEINFO@
225c81d8f5eSmrgMAN_SUBSTS = @MAN_SUBSTS@
226c81d8f5eSmrgMCOOKIE = @MCOOKIE@
227c81d8f5eSmrgMISC_MAN_DIR = @MISC_MAN_DIR@
228c81d8f5eSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
229c81d8f5eSmrgMKDIR_P = @MKDIR_P@
230c81d8f5eSmrgOBJEXT = @OBJEXT@
2316f02d4e9SmrgOPENSSL = @OPENSSL@
232c81d8f5eSmrgPACKAGE = @PACKAGE@
233c81d8f5eSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234c81d8f5eSmrgPACKAGE_NAME = @PACKAGE_NAME@
235c81d8f5eSmrgPACKAGE_STRING = @PACKAGE_STRING@
236c81d8f5eSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
2376f02d4e9SmrgPACKAGE_URL = @PACKAGE_URL@
238c81d8f5eSmrgPACKAGE_VERSION = @PACKAGE_VERSION@
239c81d8f5eSmrgPATH_SEPARATOR = @PATH_SEPARATOR@
240c81d8f5eSmrgPKG_CONFIG = @PKG_CONFIG@
2417253c0c7SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2427253c0c7SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
243c81d8f5eSmrgRAWCPP = @RAWCPP@
244c81d8f5eSmrgRAWCPPFLAGS = @RAWCPPFLAGS@
245c81d8f5eSmrgSED = @SED@
246c81d8f5eSmrgSET_MAKE = @SET_MAKE@
247c81d8f5eSmrgSHELL = @SHELL@
248c81d8f5eSmrgSHELL_CMD = @SHELL_CMD@
249c81d8f5eSmrgSTARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@
250c81d8f5eSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
251c81d8f5eSmrgSTRIP = @STRIP@
2527253c0c7SmrgTRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
253c81d8f5eSmrgTWM = @TWM@
254c81d8f5eSmrgVERSION = @VERSION@
255c81d8f5eSmrgXAUTH = @XAUTH@
256c81d8f5eSmrgXCLOCK = @XCLOCK@
257c81d8f5eSmrgXCONFIGFILE = @XCONFIGFILE@
258c81d8f5eSmrgXCONFIGFILEMAN = @XCONFIGFILEMAN@
259c81d8f5eSmrgXINIT = @XINIT@
260c81d8f5eSmrgXINITDIR = @XINITDIR@
261c81d8f5eSmrgXINIT_CFLAGS = @XINIT_CFLAGS@
262c81d8f5eSmrgXINIT_LIBS = @XINIT_LIBS@
263c81d8f5eSmrgXMODMAP = @XMODMAP@
264c81d8f5eSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
265c81d8f5eSmrgXRDB = @XRDB@
266c81d8f5eSmrgXSERVER = @XSERVER@
267c81d8f5eSmrgXSERVERNAME = @XSERVERNAME@
268c81d8f5eSmrgXTERM = @XTERM@
269c81d8f5eSmrgabs_builddir = @abs_builddir@
270c81d8f5eSmrgabs_srcdir = @abs_srcdir@
271c81d8f5eSmrgabs_top_builddir = @abs_top_builddir@
272c81d8f5eSmrgabs_top_srcdir = @abs_top_srcdir@
273c81d8f5eSmrgac_ct_CC = @ac_ct_CC@
274c81d8f5eSmrgam__include = @am__include@
275c81d8f5eSmrgam__leading_dot = @am__leading_dot@
276c81d8f5eSmrgam__quote = @am__quote@
277c81d8f5eSmrgam__tar = @am__tar@
278c81d8f5eSmrgam__untar = @am__untar@
279c81d8f5eSmrgbindir = @bindir@
280c81d8f5eSmrgbuild = @build@
281c81d8f5eSmrgbuild_alias = @build_alias@
282c81d8f5eSmrgbuild_cpu = @build_cpu@
283c81d8f5eSmrgbuild_os = @build_os@
284c81d8f5eSmrgbuild_vendor = @build_vendor@
285c81d8f5eSmrgbuilddir = @builddir@
286c81d8f5eSmrgbundleidprefix = @bundleidprefix@
287c81d8f5eSmrgdatadir = @datadir@
288c81d8f5eSmrgdatarootdir = @datarootdir@
289c81d8f5eSmrgdocdir = @docdir@
290c81d8f5eSmrgdvidir = @dvidir@
291c81d8f5eSmrgexec_prefix = @exec_prefix@
292c81d8f5eSmrghost = @host@
293c81d8f5eSmrghost_alias = @host_alias@
294c81d8f5eSmrghost_cpu = @host_cpu@
295c81d8f5eSmrghost_os = @host_os@
296c81d8f5eSmrghost_vendor = @host_vendor@
297c81d8f5eSmrghtmldir = @htmldir@
298c81d8f5eSmrgincludedir = @includedir@
299c81d8f5eSmrginfodir = @infodir@
300c81d8f5eSmrginstall_sh = @install_sh@
301c81d8f5eSmrglaunchagentsdir = @launchagentsdir@
30221212451Smrglaunchagentxserver = @launchagentxserver@
303c81d8f5eSmrglaunchdaemonsdir = @launchdaemonsdir@
304c81d8f5eSmrglibdir = @libdir@
305c81d8f5eSmrglibexecdir = @libexecdir@
306c81d8f5eSmrglocaledir = @localedir@
307c81d8f5eSmrglocalstatedir = @localstatedir@
308c81d8f5eSmrgmandir = @mandir@
309c81d8f5eSmrgmkdir_p = @mkdir_p@
310c81d8f5eSmrgoldincludedir = @oldincludedir@
311c81d8f5eSmrgpdfdir = @pdfdir@
312c81d8f5eSmrgprefix = @prefix@
313c81d8f5eSmrgprogram_transform_name = @program_transform_name@
314c81d8f5eSmrgpsdir = @psdir@
3157c5adda3Smrgrunstatedir = @runstatedir@
316c81d8f5eSmrgsbindir = @sbindir@
317c81d8f5eSmrgsharedstatedir = @sharedstatedir@
318c81d8f5eSmrgsrcdir = @srcdir@
319c81d8f5eSmrgsysconfdir = @sysconfdir@
320c81d8f5eSmrgtarget_alias = @target_alias@
3216f02d4e9Smrgtop_build_prefix = @top_build_prefix@
322c81d8f5eSmrgtop_builddir = @top_builddir@
323c81d8f5eSmrgtop_srcdir = @top_srcdir@
3246f02d4e9SmrgDIST_SUBDIRS = privileged_startx user_startx
3257c5adda3SmrgSUBDIRS = privileged_startx user_startx
326c81d8f5eSmrgall: all-recursive
327c81d8f5eSmrg
328c81d8f5eSmrg.SUFFIXES:
3297253c0c7Smrg$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
330c81d8f5eSmrg	@for dep in $?; do \
331c81d8f5eSmrg	  case '$(am__configure_deps)' in \
332c81d8f5eSmrg	    *$$dep*) \
3336f02d4e9Smrg	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3346f02d4e9Smrg	        && { if test -f $@; then exit 0; else break; fi; }; \
335c81d8f5eSmrg	      exit 1;; \
336c81d8f5eSmrg	  esac; \
337c81d8f5eSmrg	done; \
3386f02d4e9Smrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign launchd/Makefile'; \
3396f02d4e9Smrg	$(am__cd) $(top_srcdir) && \
3406f02d4e9Smrg	  $(AUTOMAKE) --foreign launchd/Makefile
341c81d8f5eSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342c81d8f5eSmrg	@case '$?' in \
343c81d8f5eSmrg	  *config.status*) \
344c81d8f5eSmrg	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345c81d8f5eSmrg	  *) \
3467c5adda3Smrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
3477c5adda3Smrg	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
348c81d8f5eSmrg	esac;
349c81d8f5eSmrg
350c81d8f5eSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351c81d8f5eSmrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352c81d8f5eSmrg
3537253c0c7Smrg$(top_srcdir)/configure:  $(am__configure_deps)
354c81d8f5eSmrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3557253c0c7Smrg$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
356c81d8f5eSmrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3576f02d4e9Smrg$(am__aclocal_m4_deps):
358c81d8f5eSmrg
359c81d8f5eSmrg# This directory's subdirectories are mostly independent; you can cd
3606f02d4e9Smrg# into them and run 'make' without going through this Makefile.
3616f02d4e9Smrg# To change the values of 'make' variables: instead of editing Makefiles,
3626f02d4e9Smrg# (1) if the variable is set in 'config.status', edit 'config.status'
3636f02d4e9Smrg#     (which will cause the Makefiles to be regenerated when you run 'make');
3646f02d4e9Smrg# (2) otherwise, pass the desired values on the 'make' command line.
3656f02d4e9Smrg$(am__recursive_targets):
3666f02d4e9Smrg	@fail=; \
3676f02d4e9Smrg	if $(am__make_keepgoing); then \
3686f02d4e9Smrg	  failcom='fail=yes'; \
3696f02d4e9Smrg	else \
3706f02d4e9Smrg	  failcom='exit 1'; \
3716f02d4e9Smrg	fi; \
372c81d8f5eSmrg	dot_seen=no; \
373c81d8f5eSmrg	target=`echo $@ | sed s/-recursive//`; \
3746f02d4e9Smrg	case "$@" in \
3756f02d4e9Smrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3766f02d4e9Smrg	  *) list='$(SUBDIRS)' ;; \
3776f02d4e9Smrg	esac; \
3786f02d4e9Smrg	for subdir in $$list; do \
379c81d8f5eSmrg	  echo "Making $$target in $$subdir"; \
380c81d8f5eSmrg	  if test "$$subdir" = "."; then \
381c81d8f5eSmrg	    dot_seen=yes; \
382c81d8f5eSmrg	    local_target="$$target-am"; \
383c81d8f5eSmrg	  else \
384c81d8f5eSmrg	    local_target="$$target"; \
385c81d8f5eSmrg	  fi; \
3866f02d4e9Smrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387c81d8f5eSmrg	  || eval $$failcom; \
388c81d8f5eSmrg	done; \
389c81d8f5eSmrg	if test "$$dot_seen" = "no"; then \
390c81d8f5eSmrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
391c81d8f5eSmrg	fi; test -z "$$fail"
392c81d8f5eSmrg
3936f02d4e9SmrgID: $(am__tagged_files)
3946f02d4e9Smrg	$(am__define_uniq_tagged_files); mkid -fID $$unique
3956f02d4e9Smrgtags: tags-recursive
3966f02d4e9SmrgTAGS: tags
397c81d8f5eSmrg
3986f02d4e9Smrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3996f02d4e9Smrg	set x; \
400c81d8f5eSmrg	here=`pwd`; \
401c81d8f5eSmrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
402c81d8f5eSmrg	  include_option=--etags-include; \
403c81d8f5eSmrg	  empty_fix=.; \
404c81d8f5eSmrg	else \
405c81d8f5eSmrg	  include_option=--include; \
406c81d8f5eSmrg	  empty_fix=; \
407c81d8f5eSmrg	fi; \
408c81d8f5eSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
409c81d8f5eSmrg	  if test "$$subdir" = .; then :; else \
410c81d8f5eSmrg	    test ! -f $$subdir/TAGS || \
4116f02d4e9Smrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
412c81d8f5eSmrg	  fi; \
413c81d8f5eSmrg	done; \
4146f02d4e9Smrg	$(am__define_uniq_tagged_files); \
4156f02d4e9Smrg	shift; \
4166f02d4e9Smrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417c81d8f5eSmrg	  test -n "$$unique" || unique=$$empty_fix; \
4186f02d4e9Smrg	  if test $$# -gt 0; then \
4196f02d4e9Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4206f02d4e9Smrg	      "$$@" $$unique; \
4216f02d4e9Smrg	  else \
4226f02d4e9Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4236f02d4e9Smrg	      $$unique; \
4246f02d4e9Smrg	  fi; \
425c81d8f5eSmrg	fi
4266f02d4e9Smrgctags: ctags-recursive
4276f02d4e9Smrg
4286f02d4e9SmrgCTAGS: ctags
4296f02d4e9Smrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4306f02d4e9Smrg	$(am__define_uniq_tagged_files); \
4316f02d4e9Smrg	test -z "$(CTAGS_ARGS)$$unique" \
432c81d8f5eSmrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4336f02d4e9Smrg	     $$unique
434c81d8f5eSmrg
435c81d8f5eSmrgGTAGS:
436c81d8f5eSmrg	here=`$(am__cd) $(top_builddir) && pwd` \
4376f02d4e9Smrg	  && $(am__cd) $(top_srcdir) \
4386f02d4e9Smrg	  && gtags -i $(GTAGS_ARGS) "$$here"
4396f02d4e9Smrgcscopelist: cscopelist-recursive
4406f02d4e9Smrg
4416f02d4e9Smrgcscopelist-am: $(am__tagged_files)
4426f02d4e9Smrg	list='$(am__tagged_files)'; \
4436f02d4e9Smrg	case "$(srcdir)" in \
4446f02d4e9Smrg	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
4456f02d4e9Smrg	  *) sdir=$(subdir)/$(srcdir) ;; \
4466f02d4e9Smrg	esac; \
4476f02d4e9Smrg	for i in $$list; do \
4486f02d4e9Smrg	  if test -f "$$i"; then \
4496f02d4e9Smrg	    echo "$(subdir)/$$i"; \
4506f02d4e9Smrg	  else \
4516f02d4e9Smrg	    echo "$$sdir/$$i"; \
4526f02d4e9Smrg	  fi; \
4536f02d4e9Smrg	done >> $(top_builddir)/cscope.files
454c81d8f5eSmrg
455c81d8f5eSmrgdistclean-tags:
456c81d8f5eSmrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457fd549268Smrg
4587c5adda3Smrgdistdir: $(BUILT_SOURCES)
4597c5adda3Smrg	$(MAKE) $(AM_MAKEFLAGS) distdir-am
460c81d8f5eSmrg
4617c5adda3Smrgdistdir-am: $(DISTFILES)
462c81d8f5eSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463c81d8f5eSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464c81d8f5eSmrg	list='$(DISTFILES)'; \
465c81d8f5eSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
466c81d8f5eSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
467c81d8f5eSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468c81d8f5eSmrg	case $$dist_files in \
469c81d8f5eSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
470c81d8f5eSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471c81d8f5eSmrg			   sort -u` ;; \
472c81d8f5eSmrg	esac; \
473c81d8f5eSmrg	for file in $$dist_files; do \
474c81d8f5eSmrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475c81d8f5eSmrg	  if test -d $$d/$$file; then \
476c81d8f5eSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4776f02d4e9Smrg	    if test -d "$(distdir)/$$file"; then \
4786f02d4e9Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4796f02d4e9Smrg	    fi; \
480c81d8f5eSmrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4816f02d4e9Smrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
4826f02d4e9Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483c81d8f5eSmrg	    fi; \
4846f02d4e9Smrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
485c81d8f5eSmrg	  else \
4866f02d4e9Smrg	    test -f "$(distdir)/$$file" \
4876f02d4e9Smrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
488c81d8f5eSmrg	    || exit 1; \
489c81d8f5eSmrg	  fi; \
490c81d8f5eSmrg	done
4916f02d4e9Smrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492c81d8f5eSmrg	  if test "$$subdir" = .; then :; else \
4936f02d4e9Smrg	    $(am__make_dryrun) \
4946f02d4e9Smrg	      || test -d "$(distdir)/$$subdir" \
4956f02d4e9Smrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
4966f02d4e9Smrg	      || exit 1; \
4976f02d4e9Smrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
4986f02d4e9Smrg	    $(am__relativize); \
4996f02d4e9Smrg	    new_distdir=$$reldir; \
5006f02d4e9Smrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
5016f02d4e9Smrg	    $(am__relativize); \
5026f02d4e9Smrg	    new_top_distdir=$$reldir; \
5036f02d4e9Smrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
5046f02d4e9Smrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
5056f02d4e9Smrg	    ($(am__cd) $$subdir && \
506c81d8f5eSmrg	      $(MAKE) $(AM_MAKEFLAGS) \
5076f02d4e9Smrg	        top_distdir="$$new_top_distdir" \
5086f02d4e9Smrg	        distdir="$$new_distdir" \
509c81d8f5eSmrg		am__remove_distdir=: \
510c81d8f5eSmrg		am__skip_length_check=: \
5116f02d4e9Smrg		am__skip_mode_fix=: \
512c81d8f5eSmrg	        distdir) \
513c81d8f5eSmrg	      || exit 1; \
514c81d8f5eSmrg	  fi; \
515c81d8f5eSmrg	done
516c81d8f5eSmrgcheck-am: all-am
517c81d8f5eSmrgcheck: check-recursive
518c81d8f5eSmrgall-am: Makefile
519c81d8f5eSmrginstalldirs: installdirs-recursive
520c81d8f5eSmrginstalldirs-am:
521c81d8f5eSmrginstall: install-recursive
522c81d8f5eSmrginstall-exec: install-exec-recursive
523c81d8f5eSmrginstall-data: install-data-recursive
524c81d8f5eSmrguninstall: uninstall-recursive
525c81d8f5eSmrg
526c81d8f5eSmrginstall-am: all-am
527c81d8f5eSmrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528c81d8f5eSmrg
529c81d8f5eSmrginstallcheck: installcheck-recursive
530c81d8f5eSmrginstall-strip:
5316f02d4e9Smrg	if test -z '$(STRIP)'; then \
5326f02d4e9Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
5336f02d4e9Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
5346f02d4e9Smrg	      install; \
5356f02d4e9Smrg	else \
5366f02d4e9Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
5376f02d4e9Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
5386f02d4e9Smrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
5396f02d4e9Smrg	fi
540c81d8f5eSmrgmostlyclean-generic:
541c81d8f5eSmrg
542c81d8f5eSmrgclean-generic:
543c81d8f5eSmrg
544c81d8f5eSmrgdistclean-generic:
545c81d8f5eSmrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
5466f02d4e9Smrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
547c81d8f5eSmrg
548c81d8f5eSmrgmaintainer-clean-generic:
549c81d8f5eSmrg	@echo "This command is intended for maintainers to use"
550c81d8f5eSmrg	@echo "it deletes files that may require special tools to rebuild."
551c81d8f5eSmrgclean: clean-recursive
552c81d8f5eSmrg
553c81d8f5eSmrgclean-am: clean-generic mostlyclean-am
554c81d8f5eSmrg
555c81d8f5eSmrgdistclean: distclean-recursive
556c81d8f5eSmrg	-rm -f Makefile
557c81d8f5eSmrgdistclean-am: clean-am distclean-generic distclean-tags
558c81d8f5eSmrg
559c81d8f5eSmrgdvi: dvi-recursive
560c81d8f5eSmrg
561c81d8f5eSmrgdvi-am:
562c81d8f5eSmrg
563c81d8f5eSmrghtml: html-recursive
564c81d8f5eSmrg
5656f02d4e9Smrghtml-am:
5666f02d4e9Smrg
567c81d8f5eSmrginfo: info-recursive
568c81d8f5eSmrg
569c81d8f5eSmrginfo-am:
570c81d8f5eSmrg
571c81d8f5eSmrginstall-data-am:
572c81d8f5eSmrg
573c81d8f5eSmrginstall-dvi: install-dvi-recursive
574c81d8f5eSmrg
5756f02d4e9Smrginstall-dvi-am:
5766f02d4e9Smrg
577c81d8f5eSmrginstall-exec-am:
578c81d8f5eSmrg
579c81d8f5eSmrginstall-html: install-html-recursive
580c81d8f5eSmrg
5816f02d4e9Smrginstall-html-am:
5826f02d4e9Smrg
583c81d8f5eSmrginstall-info: install-info-recursive
584c81d8f5eSmrg
5856f02d4e9Smrginstall-info-am:
5866f02d4e9Smrg
587c81d8f5eSmrginstall-man:
588c81d8f5eSmrg
589c81d8f5eSmrginstall-pdf: install-pdf-recursive
590c81d8f5eSmrg
5916f02d4e9Smrginstall-pdf-am:
5926f02d4e9Smrg
593c81d8f5eSmrginstall-ps: install-ps-recursive
594c81d8f5eSmrg
5956f02d4e9Smrginstall-ps-am:
5966f02d4e9Smrg
597c81d8f5eSmrginstallcheck-am:
598c81d8f5eSmrg
599c81d8f5eSmrgmaintainer-clean: maintainer-clean-recursive
600c81d8f5eSmrg	-rm -f Makefile
601c81d8f5eSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic
602c81d8f5eSmrg
603c81d8f5eSmrgmostlyclean: mostlyclean-recursive
604c81d8f5eSmrg
605c81d8f5eSmrgmostlyclean-am: mostlyclean-generic
606c81d8f5eSmrg
607c81d8f5eSmrgpdf: pdf-recursive
608c81d8f5eSmrg
609c81d8f5eSmrgpdf-am:
610c81d8f5eSmrg
611c81d8f5eSmrgps: ps-recursive
612c81d8f5eSmrg
613c81d8f5eSmrgps-am:
614c81d8f5eSmrg
615c81d8f5eSmrguninstall-am:
616c81d8f5eSmrg
6176f02d4e9Smrg.MAKE: $(am__recursive_targets) install-am install-strip
6186f02d4e9Smrg
6196f02d4e9Smrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
6206f02d4e9Smrg	check-am clean clean-generic cscopelist-am ctags ctags-am \
6216f02d4e9Smrg	distclean distclean-generic distclean-tags distdir dvi dvi-am \
6226f02d4e9Smrg	html html-am info info-am install install-am install-data \
6236f02d4e9Smrg	install-data-am install-dvi install-dvi-am install-exec \
6246f02d4e9Smrg	install-exec-am install-html install-html-am install-info \
6256f02d4e9Smrg	install-info-am install-man install-pdf install-pdf-am \
6266f02d4e9Smrg	install-ps install-ps-am install-strip installcheck \
6276f02d4e9Smrg	installcheck-am installdirs installdirs-am maintainer-clean \
6286f02d4e9Smrg	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
6296f02d4e9Smrg	pdf-am ps ps-am tags tags-am uninstall uninstall-am
6306f02d4e9Smrg
631d73e0b87Smrg.PRECIOUS: Makefile
632d73e0b87Smrg
633c81d8f5eSmrg
634c81d8f5eSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
635c81d8f5eSmrg# Otherwise a system limit (for SysV at least) may be exceeded.
636c81d8f5eSmrg.NOEXPORT:
637