Makefile.in revision 6f02d4e9
16f02d4e9Smrg# Makefile.in generated by automake 1.14 from Makefile.am.
2c81d8f5eSmrg# @configure_input@
3c81d8f5eSmrg
46f02d4e9Smrg# Copyright (C) 1994-2013 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@
16c81d8f5eSmrg
17c81d8f5eSmrgVPATH = @srcdir@
186f02d4e9Smrgam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
196f02d4e9Smrgam__make_running_with_option = \
206f02d4e9Smrg  case $${target_option-} in \
216f02d4e9Smrg      ?) ;; \
226f02d4e9Smrg      *) echo "am__make_running_with_option: internal error: invalid" \
236f02d4e9Smrg              "target option '$${target_option-}' specified" >&2; \
246f02d4e9Smrg         exit 1;; \
256f02d4e9Smrg  esac; \
266f02d4e9Smrg  has_opt=no; \
276f02d4e9Smrg  sane_makeflags=$$MAKEFLAGS; \
286f02d4e9Smrg  if $(am__is_gnu_make); then \
296f02d4e9Smrg    sane_makeflags=$$MFLAGS; \
306f02d4e9Smrg  else \
316f02d4e9Smrg    case $$MAKEFLAGS in \
326f02d4e9Smrg      *\\[\ \	]*) \
336f02d4e9Smrg        bs=\\; \
346f02d4e9Smrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
356f02d4e9Smrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
366f02d4e9Smrg    esac; \
376f02d4e9Smrg  fi; \
386f02d4e9Smrg  skip_next=no; \
396f02d4e9Smrg  strip_trailopt () \
406f02d4e9Smrg  { \
416f02d4e9Smrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
426f02d4e9Smrg  }; \
436f02d4e9Smrg  for flg in $$sane_makeflags; do \
446f02d4e9Smrg    test $$skip_next = yes && { skip_next=no; continue; }; \
456f02d4e9Smrg    case $$flg in \
466f02d4e9Smrg      *=*|--*) continue;; \
476f02d4e9Smrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
486f02d4e9Smrg      -*I?*) strip_trailopt 'I';; \
496f02d4e9Smrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
506f02d4e9Smrg      -*O?*) strip_trailopt 'O';; \
516f02d4e9Smrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
526f02d4e9Smrg      -*l?*) strip_trailopt 'l';; \
536f02d4e9Smrg      -[dEDm]) skip_next=yes;; \
546f02d4e9Smrg      -[JT]) skip_next=yes;; \
556f02d4e9Smrg    esac; \
566f02d4e9Smrg    case $$flg in \
576f02d4e9Smrg      *$$target_option*) has_opt=yes; break;; \
586f02d4e9Smrg    esac; \
596f02d4e9Smrg  done; \
606f02d4e9Smrg  test $$has_opt = yes
616f02d4e9Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
626f02d4e9Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63c81d8f5eSmrgpkgdatadir = $(datadir)/@PACKAGE@
6421212451Smrgpkgincludedir = $(includedir)/@PACKAGE@
656f02d4e9Smrgpkglibdir = $(libdir)/@PACKAGE@
666f02d4e9Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@
67c81d8f5eSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68c81d8f5eSmrginstall_sh_DATA = $(install_sh) -c -m 644
69c81d8f5eSmrginstall_sh_PROGRAM = $(install_sh) -c
70c81d8f5eSmrginstall_sh_SCRIPT = $(install_sh) -c
71c81d8f5eSmrgINSTALL_HEADER = $(INSTALL_DATA)
72c81d8f5eSmrgtransform = $(program_transform_name)
73c81d8f5eSmrgNORMAL_INSTALL = :
74c81d8f5eSmrgPRE_INSTALL = :
75c81d8f5eSmrgPOST_INSTALL = :
76c81d8f5eSmrgNORMAL_UNINSTALL = :
77c81d8f5eSmrgPRE_UNINSTALL = :
78c81d8f5eSmrgPOST_UNINSTALL = :
79c81d8f5eSmrgbuild_triplet = @build@
80c81d8f5eSmrghost_triplet = @host@
81c81d8f5eSmrgsubdir = man
826f02d4e9SmrgDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83c81d8f5eSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84c81d8f5eSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac
85c81d8f5eSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86c81d8f5eSmrg	$(ACLOCAL_M4)
87c81d8f5eSmrgmkinstalldirs = $(install_sh) -d
88c81d8f5eSmrgCONFIG_HEADER = $(top_builddir)/config.h
89c81d8f5eSmrgCONFIG_CLEAN_FILES =
906f02d4e9SmrgCONFIG_CLEAN_VPATH_FILES =
916f02d4e9SmrgAM_V_P = $(am__v_P_@AM_V@)
926f02d4e9Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
936f02d4e9Smrgam__v_P_0 = false
946f02d4e9Smrgam__v_P_1 = :
956f02d4e9SmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
966f02d4e9Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
976f02d4e9Smrgam__v_GEN_0 = @echo "  GEN     " $@;
986f02d4e9Smrgam__v_GEN_1 = 
996f02d4e9SmrgAM_V_at = $(am__v_at_@AM_V@)
1006f02d4e9Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1016f02d4e9Smrgam__v_at_0 = @
1026f02d4e9Smrgam__v_at_1 = 
103c81d8f5eSmrgSOURCES =
104c81d8f5eSmrgDIST_SOURCES =
1056f02d4e9Smrgam__can_run_installinfo = \
1066f02d4e9Smrg  case $$AM_UPDATE_INFO_DIR in \
1076f02d4e9Smrg    n|no|NO) false;; \
1086f02d4e9Smrg    *) (install-info --version) >/dev/null 2>&1;; \
1096f02d4e9Smrg  esac
110c81d8f5eSmrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111c81d8f5eSmrgam__vpath_adj = case $$p in \
112c81d8f5eSmrg    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113c81d8f5eSmrg    *) f=$$p;; \
114c81d8f5eSmrg  esac;
1156f02d4e9Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1166f02d4e9Smrgam__install_max = 40
1176f02d4e9Smrgam__nobase_strip_setup = \
1186f02d4e9Smrg  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1196f02d4e9Smrgam__nobase_strip = \
1206f02d4e9Smrg  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1216f02d4e9Smrgam__nobase_list = $(am__nobase_strip_setup); \
1226f02d4e9Smrg  for p in $$list; do echo "$$p $$p"; done | \
1236f02d4e9Smrg  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1246f02d4e9Smrg  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1256f02d4e9Smrg    if (++n[$$2] == $(am__install_max)) \
1266f02d4e9Smrg      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1276f02d4e9Smrg    END { for (dir in files) print dir, files[dir] }'
1286f02d4e9Smrgam__base_list = \
1296f02d4e9Smrg  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1306f02d4e9Smrg  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1316f02d4e9Smrgam__uninstall_files_from_dir = { \
1326f02d4e9Smrg  test -z "$$files" \
1336f02d4e9Smrg    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
1346f02d4e9Smrg    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
1356f02d4e9Smrg         $(am__cd) "$$dir" && rm -f $$files; }; \
1366f02d4e9Smrg  }
137c81d8f5eSmrgam__installdirs = "$(DESTDIR)$(appmandir)"
138c81d8f5eSmrgDATA = $(appman_DATA)
1396f02d4e9Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140c81d8f5eSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141c81d8f5eSmrgACLOCAL = @ACLOCAL@
142c81d8f5eSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
143c81d8f5eSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
144c81d8f5eSmrgAMTAR = @AMTAR@
145c81d8f5eSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146c81d8f5eSmrgAPP_MAN_DIR = @APP_MAN_DIR@
147c81d8f5eSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
148c81d8f5eSmrgAUTOCONF = @AUTOCONF@
149c81d8f5eSmrgAUTOHEADER = @AUTOHEADER@
150c81d8f5eSmrgAUTOMAKE = @AUTOMAKE@
151c81d8f5eSmrgAWK = @AWK@
15221212451SmrgBASE_CFLAGS = @BASE_CFLAGS@
153c81d8f5eSmrgCC = @CC@
154c81d8f5eSmrgCCDEPMODE = @CCDEPMODE@
155c81d8f5eSmrgCFLAGS = @CFLAGS@
156c81d8f5eSmrgCHANGELOG_CMD = @CHANGELOG_CMD@
157c81d8f5eSmrgCPP = @CPP@
158c81d8f5eSmrgCPPFLAGS = @CPPFLAGS@
159c81d8f5eSmrgCWARNFLAGS = @CWARNFLAGS@
160c81d8f5eSmrgCYGPATH_W = @CYGPATH_W@
161c81d8f5eSmrgDEFS = @DEFS@
162c81d8f5eSmrgDEPDIR = @DEPDIR@
163c81d8f5eSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
164c81d8f5eSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
165c81d8f5eSmrgECHO_C = @ECHO_C@
166c81d8f5eSmrgECHO_N = @ECHO_N@
167c81d8f5eSmrgECHO_T = @ECHO_T@
168c81d8f5eSmrgEGREP = @EGREP@
169c81d8f5eSmrgEXEEXT = @EXEEXT@
170c81d8f5eSmrgFILE_MAN_DIR = @FILE_MAN_DIR@
171c81d8f5eSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
172c81d8f5eSmrgGREP = @GREP@
173c81d8f5eSmrgINSTALL = @INSTALL@
174c81d8f5eSmrgINSTALL_CMD = @INSTALL_CMD@
175c81d8f5eSmrgINSTALL_DATA = @INSTALL_DATA@
176c81d8f5eSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
177c81d8f5eSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
178c81d8f5eSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179c81d8f5eSmrgLAUNCHD = @LAUNCHD@
180c81d8f5eSmrgLDFLAGS = @LDFLAGS@
181c81d8f5eSmrgLIBOBJS = @LIBOBJS@
182c81d8f5eSmrgLIBS = @LIBS@
183c81d8f5eSmrgLIB_MAN_DIR = @LIB_MAN_DIR@
184c81d8f5eSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
185c81d8f5eSmrgLTLIBOBJS = @LTLIBOBJS@
186c81d8f5eSmrgMAINT = @MAINT@
187c81d8f5eSmrgMAKEINFO = @MAKEINFO@
188c81d8f5eSmrgMAN_SUBSTS = @MAN_SUBSTS@ -e 's|__XSERVERNAME__|$(XSERVERNAME)|g' -e \
189c81d8f5eSmrg	's|__XCONFIGFILE__|$(XCONFIGFILE)|g' -e \
190c81d8f5eSmrg	's|__XCONFIGFILEMAN__|$(XCONFIGFILEMAN)|g' -e \
191c81d8f5eSmrg	's|__xinitdir__|$(XINITDIR)|g' -e 's|__bindir__|$(bindir)|g' \
1926f02d4e9Smrg	-e 's|__libdir__|$(libdir)|g' -e 's|__SCOMAN__|$(SCOMAN)|g' -e \
1936f02d4e9Smrg	's|__configdir__|$(XINITDIR)|g'
194c81d8f5eSmrgMCOOKIE = @MCOOKIE@
195c81d8f5eSmrgMISC_MAN_DIR = @MISC_MAN_DIR@
196c81d8f5eSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
197c81d8f5eSmrgMKDIR_P = @MKDIR_P@
198c81d8f5eSmrgOBJEXT = @OBJEXT@
1996f02d4e9SmrgOPENSSL = @OPENSSL@
200c81d8f5eSmrgPACKAGE = @PACKAGE@
201c81d8f5eSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202c81d8f5eSmrgPACKAGE_NAME = @PACKAGE_NAME@
203c81d8f5eSmrgPACKAGE_STRING = @PACKAGE_STRING@
204c81d8f5eSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
2056f02d4e9SmrgPACKAGE_URL = @PACKAGE_URL@
206c81d8f5eSmrgPACKAGE_VERSION = @PACKAGE_VERSION@
207c81d8f5eSmrgPATH_SEPARATOR = @PATH_SEPARATOR@
208c81d8f5eSmrgPKG_CONFIG = @PKG_CONFIG@
209c81d8f5eSmrgRAWCPP = @RAWCPP@
210c81d8f5eSmrgRAWCPPFLAGS = @RAWCPPFLAGS@
211c81d8f5eSmrgSCOMAN = @SCOMAN@
212c81d8f5eSmrgSED = @SED@
213c81d8f5eSmrgSET_MAKE = @SET_MAKE@
214c81d8f5eSmrgSHELL = @SHELL@
215c81d8f5eSmrgSHELL_CMD = @SHELL_CMD@
216c81d8f5eSmrgSTARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@
217c81d8f5eSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
218c81d8f5eSmrgSTRIP = @STRIP@
219c81d8f5eSmrgTWM = @TWM@
220c81d8f5eSmrgVERSION = @VERSION@
221c81d8f5eSmrgXAUTH = @XAUTH@
222c81d8f5eSmrgXCLOCK = @XCLOCK@
223c81d8f5eSmrgXCONFIGFILE = @XCONFIGFILE@
224c81d8f5eSmrgXCONFIGFILEMAN = @XCONFIGFILEMAN@
225c81d8f5eSmrgXINIT = @XINIT@
226c81d8f5eSmrgXINITDIR = @XINITDIR@
227c81d8f5eSmrgXINIT_CFLAGS = @XINIT_CFLAGS@
228c81d8f5eSmrgXINIT_LIBS = @XINIT_LIBS@
229c81d8f5eSmrgXMODMAP = @XMODMAP@
230c81d8f5eSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
231c81d8f5eSmrgXRDB = @XRDB@
232c81d8f5eSmrgXSERVER = @XSERVER@
233c81d8f5eSmrgXSERVERNAME = @XSERVERNAME@
234c81d8f5eSmrgXTERM = @XTERM@
235c81d8f5eSmrgabs_builddir = @abs_builddir@
236c81d8f5eSmrgabs_srcdir = @abs_srcdir@
237c81d8f5eSmrgabs_top_builddir = @abs_top_builddir@
238c81d8f5eSmrgabs_top_srcdir = @abs_top_srcdir@
239c81d8f5eSmrgac_ct_CC = @ac_ct_CC@
240c81d8f5eSmrgam__include = @am__include@
241c81d8f5eSmrgam__leading_dot = @am__leading_dot@
242c81d8f5eSmrgam__quote = @am__quote@
243c81d8f5eSmrgam__tar = @am__tar@
244c81d8f5eSmrgam__untar = @am__untar@
245c81d8f5eSmrgbindir = @bindir@
246c81d8f5eSmrgbuild = @build@
247c81d8f5eSmrgbuild_alias = @build_alias@
248c81d8f5eSmrgbuild_cpu = @build_cpu@
249c81d8f5eSmrgbuild_os = @build_os@
250c81d8f5eSmrgbuild_vendor = @build_vendor@
251c81d8f5eSmrgbuilddir = @builddir@
252c81d8f5eSmrgbundleidprefix = @bundleidprefix@
253c81d8f5eSmrgdatadir = @datadir@
254c81d8f5eSmrgdatarootdir = @datarootdir@
255c81d8f5eSmrgdocdir = @docdir@
256c81d8f5eSmrgdvidir = @dvidir@
257c81d8f5eSmrgexec_prefix = @exec_prefix@
258c81d8f5eSmrghost = @host@
259c81d8f5eSmrghost_alias = @host_alias@
260c81d8f5eSmrghost_cpu = @host_cpu@
261c81d8f5eSmrghost_os = @host_os@
262c81d8f5eSmrghost_vendor = @host_vendor@
263c81d8f5eSmrghtmldir = @htmldir@
264c81d8f5eSmrgincludedir = @includedir@
265c81d8f5eSmrginfodir = @infodir@
266c81d8f5eSmrginstall_sh = @install_sh@
267c81d8f5eSmrglaunchagentsdir = @launchagentsdir@
26821212451Smrglaunchagentxserver = @launchagentxserver@
269c81d8f5eSmrglaunchdaemonsdir = @launchdaemonsdir@
270c81d8f5eSmrglibdir = @libdir@
271c81d8f5eSmrglibexecdir = @libexecdir@
272c81d8f5eSmrglocaledir = @localedir@
273c81d8f5eSmrglocalstatedir = @localstatedir@
274c81d8f5eSmrgmandir = @mandir@
275c81d8f5eSmrgmkdir_p = @mkdir_p@
276c81d8f5eSmrgoldincludedir = @oldincludedir@
277c81d8f5eSmrgpdfdir = @pdfdir@
278c81d8f5eSmrgprefix = @prefix@
279c81d8f5eSmrgprogram_transform_name = @program_transform_name@
280c81d8f5eSmrgpsdir = @psdir@
281c81d8f5eSmrgsbindir = @sbindir@
282c81d8f5eSmrgsharedstatedir = @sharedstatedir@
283c81d8f5eSmrgsrcdir = @srcdir@
284c81d8f5eSmrgsysconfdir = @sysconfdir@
285c81d8f5eSmrgtarget_alias = @target_alias@
2866f02d4e9Smrgtop_build_prefix = @top_build_prefix@
287c81d8f5eSmrgtop_builddir = @top_builddir@
288c81d8f5eSmrgtop_srcdir = @top_srcdir@
289c81d8f5eSmrgappmandir = $(APP_MAN_DIR)
290c81d8f5eSmrgappman_PRE = startx.man  xinit.man
291c81d8f5eSmrgappman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
292c81d8f5eSmrgEXTRA_DIST = $(appman_PRE)
293c81d8f5eSmrgCLEANFILES = $(appman_DATA)
294c81d8f5eSmrgSUFFIXES = .$(APP_MAN_SUFFIX) .man
295c81d8f5eSmrgall: all-am
296c81d8f5eSmrg
297c81d8f5eSmrg.SUFFIXES:
298c81d8f5eSmrg.SUFFIXES: .$(APP_MAN_SUFFIX) .man
299c81d8f5eSmrg$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
300c81d8f5eSmrg	@for dep in $?; do \
301c81d8f5eSmrg	  case '$(am__configure_deps)' in \
302c81d8f5eSmrg	    *$$dep*) \
3036f02d4e9Smrg	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3046f02d4e9Smrg	        && { if test -f $@; then exit 0; else break; fi; }; \
305c81d8f5eSmrg	      exit 1;; \
306c81d8f5eSmrg	  esac; \
307c81d8f5eSmrg	done; \
3086f02d4e9Smrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
3096f02d4e9Smrg	$(am__cd) $(top_srcdir) && \
3106f02d4e9Smrg	  $(AUTOMAKE) --foreign man/Makefile
311c81d8f5eSmrg.PRECIOUS: Makefile
312c81d8f5eSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313c81d8f5eSmrg	@case '$?' in \
314c81d8f5eSmrg	  *config.status*) \
315c81d8f5eSmrg	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316c81d8f5eSmrg	  *) \
317c81d8f5eSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318c81d8f5eSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319c81d8f5eSmrg	esac;
320c81d8f5eSmrg
321c81d8f5eSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322c81d8f5eSmrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323c81d8f5eSmrg
324c81d8f5eSmrg$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325c81d8f5eSmrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326c81d8f5eSmrg$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327c81d8f5eSmrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3286f02d4e9Smrg$(am__aclocal_m4_deps):
329c81d8f5eSmrginstall-appmanDATA: $(appman_DATA)
330c81d8f5eSmrg	@$(NORMAL_INSTALL)
3316f02d4e9Smrg	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
3326f02d4e9Smrg	if test -n "$$list"; then \
3336f02d4e9Smrg	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
3346f02d4e9Smrg	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
3356f02d4e9Smrg	fi; \
3366f02d4e9Smrg	for p in $$list; do \
337c81d8f5eSmrg	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3386f02d4e9Smrg	  echo "$$d$$p"; \
3396f02d4e9Smrg	done | $(am__base_list) | \
3406f02d4e9Smrg	while read files; do \
3416f02d4e9Smrg	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
3426f02d4e9Smrg	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
343c81d8f5eSmrg	done
344c81d8f5eSmrg
345c81d8f5eSmrguninstall-appmanDATA:
346c81d8f5eSmrg	@$(NORMAL_UNINSTALL)
3476f02d4e9Smrg	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
3486f02d4e9Smrg	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3496f02d4e9Smrg	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
3506f02d4e9Smrgtags TAGS:
351c81d8f5eSmrg
3526f02d4e9Smrgctags CTAGS:
3536f02d4e9Smrg
3546f02d4e9Smrgcscope cscopelist:
355c81d8f5eSmrg
356c81d8f5eSmrg
357c81d8f5eSmrgdistdir: $(DISTFILES)
358c81d8f5eSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
359c81d8f5eSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360c81d8f5eSmrg	list='$(DISTFILES)'; \
361c81d8f5eSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
362c81d8f5eSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
363c81d8f5eSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
364c81d8f5eSmrg	case $$dist_files in \
365c81d8f5eSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
366c81d8f5eSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
367c81d8f5eSmrg			   sort -u` ;; \
368c81d8f5eSmrg	esac; \
369c81d8f5eSmrg	for file in $$dist_files; do \
370c81d8f5eSmrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
371c81d8f5eSmrg	  if test -d $$d/$$file; then \
372c81d8f5eSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3736f02d4e9Smrg	    if test -d "$(distdir)/$$file"; then \
3746f02d4e9Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3756f02d4e9Smrg	    fi; \
376c81d8f5eSmrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3776f02d4e9Smrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3786f02d4e9Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379c81d8f5eSmrg	    fi; \
3806f02d4e9Smrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
381c81d8f5eSmrg	  else \
3826f02d4e9Smrg	    test -f "$(distdir)/$$file" \
3836f02d4e9Smrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
384c81d8f5eSmrg	    || exit 1; \
385c81d8f5eSmrg	  fi; \
386c81d8f5eSmrg	done
387c81d8f5eSmrgcheck-am: all-am
388c81d8f5eSmrgcheck: check-am
389c81d8f5eSmrgall-am: Makefile $(DATA)
390c81d8f5eSmrginstalldirs:
391c81d8f5eSmrg	for dir in "$(DESTDIR)$(appmandir)"; do \
392c81d8f5eSmrg	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
393c81d8f5eSmrg	done
394c81d8f5eSmrginstall: install-am
395c81d8f5eSmrginstall-exec: install-exec-am
396c81d8f5eSmrginstall-data: install-data-am
397c81d8f5eSmrguninstall: uninstall-am
398c81d8f5eSmrg
399c81d8f5eSmrginstall-am: all-am
400c81d8f5eSmrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401c81d8f5eSmrg
402c81d8f5eSmrginstallcheck: installcheck-am
403c81d8f5eSmrginstall-strip:
4046f02d4e9Smrg	if test -z '$(STRIP)'; then \
4056f02d4e9Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4066f02d4e9Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4076f02d4e9Smrg	      install; \
4086f02d4e9Smrg	else \
4096f02d4e9Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4106f02d4e9Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4116f02d4e9Smrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
4126f02d4e9Smrg	fi
413c81d8f5eSmrgmostlyclean-generic:
414c81d8f5eSmrg
415c81d8f5eSmrgclean-generic:
416c81d8f5eSmrg	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
417c81d8f5eSmrg
418c81d8f5eSmrgdistclean-generic:
419c81d8f5eSmrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4206f02d4e9Smrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
421c81d8f5eSmrg
422c81d8f5eSmrgmaintainer-clean-generic:
423c81d8f5eSmrg	@echo "This command is intended for maintainers to use"
424c81d8f5eSmrg	@echo "it deletes files that may require special tools to rebuild."
425c81d8f5eSmrgclean: clean-am
426c81d8f5eSmrg
427c81d8f5eSmrgclean-am: clean-generic mostlyclean-am
428c81d8f5eSmrg
429c81d8f5eSmrgdistclean: distclean-am
430c81d8f5eSmrg	-rm -f Makefile
431c81d8f5eSmrgdistclean-am: clean-am distclean-generic
432c81d8f5eSmrg
433c81d8f5eSmrgdvi: dvi-am
434c81d8f5eSmrg
435c81d8f5eSmrgdvi-am:
436c81d8f5eSmrg
437c81d8f5eSmrghtml: html-am
438c81d8f5eSmrg
4396f02d4e9Smrghtml-am:
4406f02d4e9Smrg
441c81d8f5eSmrginfo: info-am
442c81d8f5eSmrg
443c81d8f5eSmrginfo-am:
444c81d8f5eSmrg
445c81d8f5eSmrginstall-data-am: install-appmanDATA
446c81d8f5eSmrg
447c81d8f5eSmrginstall-dvi: install-dvi-am
448c81d8f5eSmrg
4496f02d4e9Smrginstall-dvi-am:
4506f02d4e9Smrg
451c81d8f5eSmrginstall-exec-am:
452c81d8f5eSmrg
453c81d8f5eSmrginstall-html: install-html-am
454c81d8f5eSmrg
4556f02d4e9Smrginstall-html-am:
4566f02d4e9Smrg
457c81d8f5eSmrginstall-info: install-info-am
458c81d8f5eSmrg
4596f02d4e9Smrginstall-info-am:
4606f02d4e9Smrg
461c81d8f5eSmrginstall-man:
462c81d8f5eSmrg
463c81d8f5eSmrginstall-pdf: install-pdf-am
464c81d8f5eSmrg
4656f02d4e9Smrginstall-pdf-am:
4666f02d4e9Smrg
467c81d8f5eSmrginstall-ps: install-ps-am
468c81d8f5eSmrg
4696f02d4e9Smrginstall-ps-am:
4706f02d4e9Smrg
471c81d8f5eSmrginstallcheck-am:
472c81d8f5eSmrg
473c81d8f5eSmrgmaintainer-clean: maintainer-clean-am
474c81d8f5eSmrg	-rm -f Makefile
475c81d8f5eSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic
476c81d8f5eSmrg
477c81d8f5eSmrgmostlyclean: mostlyclean-am
478c81d8f5eSmrg
479c81d8f5eSmrgmostlyclean-am: mostlyclean-generic
480c81d8f5eSmrg
481c81d8f5eSmrgpdf: pdf-am
482c81d8f5eSmrg
483c81d8f5eSmrgpdf-am:
484c81d8f5eSmrg
485c81d8f5eSmrgps: ps-am
486c81d8f5eSmrg
487c81d8f5eSmrgps-am:
488c81d8f5eSmrg
489c81d8f5eSmrguninstall-am: uninstall-appmanDATA
490c81d8f5eSmrg
491c81d8f5eSmrg.MAKE: install-am install-strip
492c81d8f5eSmrg
4936f02d4e9Smrg.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
4946f02d4e9Smrg	ctags-am distclean distclean-generic distdir dvi dvi-am html \
4956f02d4e9Smrg	html-am info info-am install install-am install-appmanDATA \
4966f02d4e9Smrg	install-data install-data-am install-dvi install-dvi-am \
4976f02d4e9Smrg	install-exec install-exec-am install-html install-html-am \
4986f02d4e9Smrg	install-info install-info-am install-man install-pdf \
4996f02d4e9Smrg	install-pdf-am install-ps install-ps-am install-strip \
5006f02d4e9Smrg	installcheck installcheck-am installdirs maintainer-clean \
501c81d8f5eSmrg	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
5026f02d4e9Smrg	pdf-am ps ps-am tags-am uninstall uninstall-am \
5036f02d4e9Smrg	uninstall-appmanDATA
504c81d8f5eSmrg
505c81d8f5eSmrg
506c81d8f5eSmrg# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
507c81d8f5eSmrg.man.$(APP_MAN_SUFFIX):
508c81d8f5eSmrg	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
5096f02d4e9Smrg
510c81d8f5eSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
511c81d8f5eSmrg# Otherwise a system limit (for SysV at least) may be exceeded.
512c81d8f5eSmrg.NOEXPORT:
513