Makefile.in revision 7253c0c7
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# 
18#  Copyright 2005  Red Hat, Inc.
19# 
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29# 
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM
39# to cpp, because that trick does not work on all ANSI C preprocessors.
40# Delete line numbers from the cpp output (-P is not portable, I guess).
41# Allow XCOMM to be preceded by whitespace and provide a means of generating
42# output lines with trailing backslashes.
43# Allow XHASH to always be substituted, even in cases where XCOMM isn't.
44
45
46
47VPATH = @srcdir@
48am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
49am__make_running_with_option = \
50  case $${target_option-} in \
51      ?) ;; \
52      *) echo "am__make_running_with_option: internal error: invalid" \
53              "target option '$${target_option-}' specified" >&2; \
54         exit 1;; \
55  esac; \
56  has_opt=no; \
57  sane_makeflags=$$MAKEFLAGS; \
58  if $(am__is_gnu_make); then \
59    sane_makeflags=$$MFLAGS; \
60  else \
61    case $$MAKEFLAGS in \
62      *\\[\ \	]*) \
63        bs=\\; \
64        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
66    esac; \
67  fi; \
68  skip_next=no; \
69  strip_trailopt () \
70  { \
71    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
72  }; \
73  for flg in $$sane_makeflags; do \
74    test $$skip_next = yes && { skip_next=no; continue; }; \
75    case $$flg in \
76      *=*|--*) continue;; \
77        -*I) strip_trailopt 'I'; skip_next=yes;; \
78      -*I?*) strip_trailopt 'I';; \
79        -*O) strip_trailopt 'O'; skip_next=yes;; \
80      -*O?*) strip_trailopt 'O';; \
81        -*l) strip_trailopt 'l'; skip_next=yes;; \
82      -*l?*) strip_trailopt 'l';; \
83      -[dEDm]) skip_next=yes;; \
84      -[JT]) skip_next=yes;; \
85    esac; \
86    case $$flg in \
87      *$$target_option*) has_opt=yes; break;; \
88    esac; \
89  done; \
90  test $$has_opt = yes
91am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93pkgdatadir = $(datadir)/@PACKAGE@
94pkgincludedir = $(includedir)/@PACKAGE@
95pkglibdir = $(libdir)/@PACKAGE@
96pkglibexecdir = $(libexecdir)/@PACKAGE@
97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98install_sh_DATA = $(install_sh) -c -m 644
99install_sh_PROGRAM = $(install_sh) -c
100install_sh_SCRIPT = $(install_sh) -c
101INSTALL_HEADER = $(INSTALL_DATA)
102transform = $(program_transform_name)
103NORMAL_INSTALL = :
104PRE_INSTALL = :
105POST_INSTALL = :
106NORMAL_UNINSTALL = :
107PRE_UNINSTALL = :
108POST_UNINSTALL = :
109build_triplet = @build@
110host_triplet = @host@
111@LAUNCHD_TRUE@am__append_1 = launchd
112bin_PROGRAMS = xinit$(EXEEXT)
113DIST_COMMON = $(top_srcdir)/cpprules.in $(srcdir)/Makefile.in \
114	$(srcdir)/Makefile.am $(top_srcdir)/configure \
115	$(am__configure_deps) $(srcdir)/config.h.in depcomp COPYING \
116	ChangeLog INSTALL README compile config.guess config.sub \
117	install-sh missing
118subdir = .
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
124 configure.lineno config.status.lineno
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = config.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
130	"$(DESTDIR)$(xinitrcdir)"
131PROGRAMS = $(bin_PROGRAMS)
132am_xinit_OBJECTS = xinit.$(OBJEXT)
133xinit_OBJECTS = $(am_xinit_OBJECTS)
134am__DEPENDENCIES_1 =
135xinit_DEPENDENCIES = $(am__DEPENDENCIES_1)
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163SCRIPTS = $(bin_SCRIPTS)
164AM_V_P = $(am__v_P_@AM_V@)
165am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
166am__v_P_0 = false
167am__v_P_1 = :
168AM_V_GEN = $(am__v_GEN_@AM_V@)
169am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170am__v_GEN_0 = @echo "  GEN     " $@;
171am__v_GEN_1 = 
172AM_V_at = $(am__v_at_@AM_V@)
173am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174am__v_at_0 = @
175am__v_at_1 = 
176DEFAULT_INCLUDES = -I.@am__isrc@
177depcomp = $(SHELL) $(top_srcdir)/depcomp
178am__depfiles_maybe = depfiles
179am__mv = mv -f
180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182AM_V_CC = $(am__v_CC_@AM_V@)
183am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
184am__v_CC_0 = @echo "  CC      " $@;
185am__v_CC_1 = 
186CCLD = $(CC)
187LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
188AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190am__v_CCLD_0 = @echo "  CCLD    " $@;
191am__v_CCLD_1 = 
192SOURCES = $(xinit_SOURCES)
193DIST_SOURCES = $(xinit_SOURCES)
194RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
195	ctags-recursive dvi-recursive html-recursive info-recursive \
196	install-data-recursive install-dvi-recursive \
197	install-exec-recursive install-html-recursive \
198	install-info-recursive install-pdf-recursive \
199	install-ps-recursive install-recursive installcheck-recursive \
200	installdirs-recursive pdf-recursive ps-recursive \
201	tags-recursive uninstall-recursive
202am__can_run_installinfo = \
203  case $$AM_UPDATE_INFO_DIR in \
204    n|no|NO) false;; \
205    *) (install-info --version) >/dev/null 2>&1;; \
206  esac
207DATA = $(xinitrc_DATA)
208RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
209  distclean-recursive maintainer-clean-recursive
210am__recursive_targets = \
211  $(RECURSIVE_TARGETS) \
212  $(RECURSIVE_CLEAN_TARGETS) \
213  $(am__extra_recursive_targets)
214AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
215	cscope distdir dist dist-all distcheck
216am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
217	$(LISP)config.h.in
218# Read a list of newline-separated strings from the standard input,
219# and print each of them once, without duplicates.  Input order is
220# *not* preserved.
221am__uniquify_input = $(AWK) '\
222  BEGIN { nonempty = 0; } \
223  { items[$$0] = 1; nonempty = 1; } \
224  END { if (nonempty) { for (i in items) print i; }; } \
225'
226# Make sure the list of sources is unique.  This is necessary because,
227# e.g., the same source file might be shared among _SOURCES variables
228# for different programs/libraries.
229am__define_uniq_tagged_files = \
230  list='$(am__tagged_files)'; \
231  unique=`for i in $$list; do \
232    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233  done | $(am__uniquify_input)`
234ETAGS = etags
235CTAGS = ctags
236CSCOPE = cscope
237DIST_SUBDIRS = man launchd
238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239distdir = $(PACKAGE)-$(VERSION)
240top_distdir = $(distdir)
241am__remove_distdir = \
242  if test -d "$(distdir)"; then \
243    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
244      && rm -rf "$(distdir)" \
245      || { sleep 5 && rm -rf "$(distdir)"; }; \
246  else :; fi
247am__post_remove_distdir = $(am__remove_distdir)
248am__relativize = \
249  dir0=`pwd`; \
250  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
251  sed_rest='s,^[^/]*/*,,'; \
252  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
253  sed_butlast='s,/*[^/]*$$,,'; \
254  while test -n "$$dir1"; do \
255    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
256    if test "$$first" != "."; then \
257      if test "$$first" = ".."; then \
258        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
259        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
260      else \
261        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
262        if test "$$first2" = "$$first"; then \
263          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
264        else \
265          dir2="../$$dir2"; \
266        fi; \
267        dir0="$$dir0"/"$$first"; \
268      fi; \
269    fi; \
270    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
271  done; \
272  reldir="$$dir2"
273DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
274GZIP_ENV = --best
275DIST_TARGETS = dist-bzip2 dist-gzip
276distuninstallcheck_listfiles = find . -type f -print
277am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
278  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
279distcleancheck_listfiles = find . -type f -print
280ACLOCAL = @ACLOCAL@
281ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
282ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
283AMTAR = @AMTAR@
284AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
285APP_MAN_DIR = @APP_MAN_DIR@
286APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
287AUTOCONF = @AUTOCONF@
288AUTOHEADER = @AUTOHEADER@
289AUTOMAKE = @AUTOMAKE@
290AWK = @AWK@
291BASE_CFLAGS = @BASE_CFLAGS@
292CC = @CC@
293CCDEPMODE = @CCDEPMODE@
294CFLAGS = @CFLAGS@
295CHANGELOG_CMD = @CHANGELOG_CMD@
296CPP = @CPP@
297CPPFLAGS = @CPPFLAGS@
298CWARNFLAGS = @CWARNFLAGS@
299CYGPATH_W = @CYGPATH_W@
300DEFS = @DEFS@
301DEPDIR = @DEPDIR@
302DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
303DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
304ECHO_C = @ECHO_C@
305ECHO_N = @ECHO_N@
306ECHO_T = @ECHO_T@
307EGREP = @EGREP@
308EXEEXT = @EXEEXT@
309FILE_MAN_DIR = @FILE_MAN_DIR@
310FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
311GREP = @GREP@
312INSTALL = @INSTALL@
313INSTALL_CMD = @INSTALL_CMD@
314INSTALL_DATA = @INSTALL_DATA@
315INSTALL_PROGRAM = @INSTALL_PROGRAM@
316INSTALL_SCRIPT = @INSTALL_SCRIPT@
317INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
318LAUNCHD = @LAUNCHD@
319LDFLAGS = @LDFLAGS@
320LIBOBJS = @LIBOBJS@
321LIBS = @LIBS@
322LIB_MAN_DIR = @LIB_MAN_DIR@
323LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
324LTLIBOBJS = @LTLIBOBJS@
325MAKEINFO = @MAKEINFO@
326MAN_SUBSTS = @MAN_SUBSTS@
327MCOOKIE = @MCOOKIE@
328MISC_MAN_DIR = @MISC_MAN_DIR@
329MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
330MKDIR_P = @MKDIR_P@
331OBJEXT = @OBJEXT@
332OPENSSL = @OPENSSL@
333PACKAGE = @PACKAGE@
334PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
335PACKAGE_NAME = @PACKAGE_NAME@
336PACKAGE_STRING = @PACKAGE_STRING@
337PACKAGE_TARNAME = @PACKAGE_TARNAME@
338PACKAGE_URL = @PACKAGE_URL@
339PACKAGE_VERSION = @PACKAGE_VERSION@
340PATH_SEPARATOR = @PATH_SEPARATOR@
341PKG_CONFIG = @PKG_CONFIG@
342PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
343PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
344RAWCPP = @RAWCPP@
345RAWCPPFLAGS = @RAWCPPFLAGS@
346SCOMAN = @SCOMAN@
347SED = @SED@
348SET_MAKE = @SET_MAKE@
349SHELL = @SHELL@
350SHELL_CMD = @SHELL_CMD@
351STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@
352STRICT_CFLAGS = @STRICT_CFLAGS@
353STRIP = @STRIP@
354TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
355TWM = @TWM@
356VERSION = @VERSION@
357XAUTH = @XAUTH@
358XCLOCK = @XCLOCK@
359XCONFIGFILE = @XCONFIGFILE@
360XCONFIGFILEMAN = @XCONFIGFILEMAN@
361XINIT = @XINIT@
362XINITDIR = @XINITDIR@
363XINIT_CFLAGS = @XINIT_CFLAGS@
364XINIT_LIBS = @XINIT_LIBS@
365XMODMAP = @XMODMAP@
366XORG_MAN_PAGE = @XORG_MAN_PAGE@
367XRDB = @XRDB@
368XSERVER = @XSERVER@
369XSERVERNAME = @XSERVERNAME@
370XTERM = @XTERM@
371abs_builddir = @abs_builddir@
372abs_srcdir = @abs_srcdir@
373abs_top_builddir = @abs_top_builddir@
374abs_top_srcdir = @abs_top_srcdir@
375ac_ct_CC = @ac_ct_CC@
376am__include = @am__include@
377am__leading_dot = @am__leading_dot@
378am__quote = @am__quote@
379am__tar = @am__tar@
380am__untar = @am__untar@
381bindir = @bindir@
382build = @build@
383build_alias = @build_alias@
384build_cpu = @build_cpu@
385build_os = @build_os@
386build_vendor = @build_vendor@
387builddir = @builddir@
388bundleidprefix = @bundleidprefix@
389datadir = @datadir@
390datarootdir = @datarootdir@
391docdir = @docdir@
392dvidir = @dvidir@
393exec_prefix = @exec_prefix@
394host = @host@
395host_alias = @host_alias@
396host_cpu = @host_cpu@
397host_os = @host_os@
398host_vendor = @host_vendor@
399htmldir = @htmldir@
400includedir = @includedir@
401infodir = @infodir@
402install_sh = @install_sh@
403launchagentsdir = @launchagentsdir@
404launchagentxserver = @launchagentxserver@
405launchdaemonsdir = @launchdaemonsdir@
406libdir = @libdir@
407libexecdir = @libexecdir@
408localedir = @localedir@
409localstatedir = @localstatedir@
410mandir = @mandir@
411mkdir_p = @mkdir_p@
412oldincludedir = @oldincludedir@
413pdfdir = @pdfdir@
414prefix = @prefix@
415program_transform_name = @program_transform_name@
416psdir = @psdir@
417sbindir = @sbindir@
418sharedstatedir = @sharedstatedir@
419srcdir = @srcdir@
420sysconfdir = @sysconfdir@
421target_alias = @target_alias@
422top_build_prefix = @top_build_prefix@
423top_builddir = @top_builddir@
424top_srcdir = @top_srcdir@
425SUBDIRS = man $(am__append_1)
426bin_SCRIPTS = startx
427AM_CFLAGS = $(CWARNFLAGS) $(XINIT_CFLAGS)
428AM_CPPFLAGS = -DXINITDIR=\"$(XINITDIR)\" -DBINDIR=\"$(bindir)\"
429xinit_LDADD = $(XINIT_LIBS)
430xinit_SOURCES = \
431        xinit.c
432
433CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
434                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
435                       -e '/^[ 	]*XCOMM$$/s/XCOMM/\#/' \
436                       -e '/^[ 	]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
437                       -e '/^[ 	]*XHASH/s/XHASH/\#/' \
438                       -e '/\@\@$$/s/\@\@$$/\\/'
439
440SUFFIXES = .cpp
441xinitrcdir = $(XINITDIR)
442PROGCPPDEFS = \
443	-DXRDB=@XRDB@ \
444	-DXMODMAP=@XMODMAP@ \
445	-DTWM=@TWM@ \
446	-DXCLOCK=@XCLOCK@ \
447	-DXTERM=@XTERM@ \
448	-DXSERVER=@XSERVER@ \
449	-DXAUTH=@XAUTH@ \
450	-DXINIT=@XINIT@
451
452CPP_FILES_FLAGS = \
453	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \
454	-DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \
455	-D__libexecdir__="$(libexecdir)" \
456	-D__bindir__="$(bindir)" \
457	-DBUNDLE_ID_PREFIX="$(bundleidprefix)"
458
459xinitrc_DATA = xinitrc
460MAINTAINERCLEANFILES = ChangeLog INSTALL
461CLEANFILES = xinitrc startx $(launchagents_DATA)
462EXTRA_DIST = xinitrc.cpp startx.cpp \
463		autogen.sh
464
465all: config.h
466	$(MAKE) $(AM_MAKEFLAGS) all-recursive
467
468.SUFFIXES:
469.SUFFIXES: .cpp .c .o .obj
470am--refresh: Makefile
471	@:
472$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps)
473	@for dep in $?; do \
474	  case '$(am__configure_deps)' in \
475	    *$$dep*) \
476	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
477	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
478		&& exit 0; \
479	      exit 1;; \
480	  esac; \
481	done; \
482	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
483	$(am__cd) $(top_srcdir) && \
484	  $(AUTOMAKE) --foreign Makefile
485.PRECIOUS: Makefile
486Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487	@case '$?' in \
488	  *config.status*) \
489	    echo ' $(SHELL) ./config.status'; \
490	    $(SHELL) ./config.status;; \
491	  *) \
492	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
493	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
494	esac;
495$(top_srcdir)/cpprules.in:
496
497$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
498	$(SHELL) ./config.status --recheck
499
500$(top_srcdir)/configure:  $(am__configure_deps)
501	$(am__cd) $(srcdir) && $(AUTOCONF)
502$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
503	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
504$(am__aclocal_m4_deps):
505
506config.h: stamp-h1
507	@test -f $@ || rm -f stamp-h1
508	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
509
510stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
511	@rm -f stamp-h1
512	cd $(top_builddir) && $(SHELL) ./config.status config.h
513$(srcdir)/config.h.in:  $(am__configure_deps) 
514	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
515	rm -f stamp-h1
516	touch $@
517
518distclean-hdr:
519	-rm -f config.h stamp-h1
520install-binPROGRAMS: $(bin_PROGRAMS)
521	@$(NORMAL_INSTALL)
522	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
523	if test -n "$$list"; then \
524	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
525	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
526	fi; \
527	for p in $$list; do echo "$$p $$p"; done | \
528	sed 's/$(EXEEXT)$$//' | \
529	while read p p1; do if test -f $$p \
530	  ; then echo "$$p"; echo "$$p"; else :; fi; \
531	done | \
532	sed -e 'p;s,.*/,,;n;h' \
533	    -e 's|.*|.|' \
534	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
535	sed 'N;N;N;s,\n, ,g' | \
536	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
537	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
538	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
539	    else { print "f", $$3 "/" $$4, $$1; } } \
540	  END { for (d in files) print "f", d, files[d] }' | \
541	while read type dir files; do \
542	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
543	    test -z "$$files" || { \
544	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
545	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
546	    } \
547	; done
548
549uninstall-binPROGRAMS:
550	@$(NORMAL_UNINSTALL)
551	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
552	files=`for p in $$list; do echo "$$p"; done | \
553	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
554	      -e 's/$$/$(EXEEXT)/' \
555	`; \
556	test -n "$$list" || exit 0; \
557	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
558	cd "$(DESTDIR)$(bindir)" && rm -f $$files
559
560clean-binPROGRAMS:
561	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
562
563xinit$(EXEEXT): $(xinit_OBJECTS) $(xinit_DEPENDENCIES) $(EXTRA_xinit_DEPENDENCIES) 
564	@rm -f xinit$(EXEEXT)
565	$(AM_V_CCLD)$(LINK) $(xinit_OBJECTS) $(xinit_LDADD) $(LIBS)
566install-binSCRIPTS: $(bin_SCRIPTS)
567	@$(NORMAL_INSTALL)
568	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
569	if test -n "$$list"; then \
570	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
571	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
572	fi; \
573	for p in $$list; do \
574	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
575	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
576	done | \
577	sed -e 'p;s,.*/,,;n' \
578	    -e 'h;s|.*|.|' \
579	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
580	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
581	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
582	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
583	      if (++n[d] == $(am__install_max)) { \
584		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
585	    else { print "f", d "/" $$4, $$1 } } \
586	  END { for (d in files) print "f", d, files[d] }' | \
587	while read type dir files; do \
588	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
589	     test -z "$$files" || { \
590	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
591	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
592	     } \
593	; done
594
595uninstall-binSCRIPTS:
596	@$(NORMAL_UNINSTALL)
597	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
598	files=`for p in $$list; do echo "$$p"; done | \
599	       sed -e 's,.*/,,;$(transform)'`; \
600	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
601
602mostlyclean-compile:
603	-rm -f *.$(OBJEXT)
604
605distclean-compile:
606	-rm -f *.tab.c
607
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinit.Po@am__quote@
609
610.c.o:
611@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
612@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
616
617.c.obj:
618@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
619@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
623install-xinitrcDATA: $(xinitrc_DATA)
624	@$(NORMAL_INSTALL)
625	@list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \
626	if test -n "$$list"; then \
627	  echo " $(MKDIR_P) '$(DESTDIR)$(xinitrcdir)'"; \
628	  $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)" || exit 1; \
629	fi; \
630	for p in $$list; do \
631	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
632	  echo "$$d$$p"; \
633	done | $(am__base_list) | \
634	while read files; do \
635	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xinitrcdir)'"; \
636	  $(INSTALL_DATA) $$files "$(DESTDIR)$(xinitrcdir)" || exit $$?; \
637	done
638
639uninstall-xinitrcDATA:
640	@$(NORMAL_UNINSTALL)
641	@list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \
642	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
643	dir='$(DESTDIR)$(xinitrcdir)'; $(am__uninstall_files_from_dir)
644
645# This directory's subdirectories are mostly independent; you can cd
646# into them and run 'make' without going through this Makefile.
647# To change the values of 'make' variables: instead of editing Makefiles,
648# (1) if the variable is set in 'config.status', edit 'config.status'
649#     (which will cause the Makefiles to be regenerated when you run 'make');
650# (2) otherwise, pass the desired values on the 'make' command line.
651$(am__recursive_targets):
652	@fail=; \
653	if $(am__make_keepgoing); then \
654	  failcom='fail=yes'; \
655	else \
656	  failcom='exit 1'; \
657	fi; \
658	dot_seen=no; \
659	target=`echo $@ | sed s/-recursive//`; \
660	case "$@" in \
661	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
662	  *) list='$(SUBDIRS)' ;; \
663	esac; \
664	for subdir in $$list; do \
665	  echo "Making $$target in $$subdir"; \
666	  if test "$$subdir" = "."; then \
667	    dot_seen=yes; \
668	    local_target="$$target-am"; \
669	  else \
670	    local_target="$$target"; \
671	  fi; \
672	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
673	  || eval $$failcom; \
674	done; \
675	if test "$$dot_seen" = "no"; then \
676	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
677	fi; test -z "$$fail"
678
679ID: $(am__tagged_files)
680	$(am__define_uniq_tagged_files); mkid -fID $$unique
681tags: tags-recursive
682TAGS: tags
683
684tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
685	set x; \
686	here=`pwd`; \
687	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
688	  include_option=--etags-include; \
689	  empty_fix=.; \
690	else \
691	  include_option=--include; \
692	  empty_fix=; \
693	fi; \
694	list='$(SUBDIRS)'; for subdir in $$list; do \
695	  if test "$$subdir" = .; then :; else \
696	    test ! -f $$subdir/TAGS || \
697	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
698	  fi; \
699	done; \
700	$(am__define_uniq_tagged_files); \
701	shift; \
702	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
703	  test -n "$$unique" || unique=$$empty_fix; \
704	  if test $$# -gt 0; then \
705	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
706	      "$$@" $$unique; \
707	  else \
708	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
709	      $$unique; \
710	  fi; \
711	fi
712ctags: ctags-recursive
713
714CTAGS: ctags
715ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
716	$(am__define_uniq_tagged_files); \
717	test -z "$(CTAGS_ARGS)$$unique" \
718	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
719	     $$unique
720
721GTAGS:
722	here=`$(am__cd) $(top_builddir) && pwd` \
723	  && $(am__cd) $(top_srcdir) \
724	  && gtags -i $(GTAGS_ARGS) "$$here"
725cscope: cscope.files
726	test ! -s cscope.files \
727	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
728clean-cscope:
729	-rm -f cscope.files
730cscope.files: clean-cscope cscopelist
731cscopelist: cscopelist-recursive
732
733cscopelist-am: $(am__tagged_files)
734	list='$(am__tagged_files)'; \
735	case "$(srcdir)" in \
736	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
737	  *) sdir=$(subdir)/$(srcdir) ;; \
738	esac; \
739	for i in $$list; do \
740	  if test -f "$$i"; then \
741	    echo "$(subdir)/$$i"; \
742	  else \
743	    echo "$$sdir/$$i"; \
744	  fi; \
745	done >> $(top_builddir)/cscope.files
746
747distclean-tags:
748	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
749	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
750
751distdir: $(DISTFILES)
752	$(am__remove_distdir)
753	test -d "$(distdir)" || mkdir "$(distdir)"
754	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
755	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
756	list='$(DISTFILES)'; \
757	  dist_files=`for file in $$list; do echo $$file; done | \
758	  sed -e "s|^$$srcdirstrip/||;t" \
759	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
760	case $$dist_files in \
761	  */*) $(MKDIR_P) `echo "$$dist_files" | \
762			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
763			   sort -u` ;; \
764	esac; \
765	for file in $$dist_files; do \
766	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
767	  if test -d $$d/$$file; then \
768	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
769	    if test -d "$(distdir)/$$file"; then \
770	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
771	    fi; \
772	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
773	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
774	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
775	    fi; \
776	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
777	  else \
778	    test -f "$(distdir)/$$file" \
779	    || cp -p $$d/$$file "$(distdir)/$$file" \
780	    || exit 1; \
781	  fi; \
782	done
783	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
784	  if test "$$subdir" = .; then :; else \
785	    $(am__make_dryrun) \
786	      || test -d "$(distdir)/$$subdir" \
787	      || $(MKDIR_P) "$(distdir)/$$subdir" \
788	      || exit 1; \
789	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
790	    $(am__relativize); \
791	    new_distdir=$$reldir; \
792	    dir1=$$subdir; dir2="$(top_distdir)"; \
793	    $(am__relativize); \
794	    new_top_distdir=$$reldir; \
795	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
796	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
797	    ($(am__cd) $$subdir && \
798	      $(MAKE) $(AM_MAKEFLAGS) \
799	        top_distdir="$$new_top_distdir" \
800	        distdir="$$new_distdir" \
801		am__remove_distdir=: \
802		am__skip_length_check=: \
803		am__skip_mode_fix=: \
804	        distdir) \
805	      || exit 1; \
806	  fi; \
807	done
808	$(MAKE) $(AM_MAKEFLAGS) \
809	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
810	  dist-hook
811	-test -n "$(am__skip_mode_fix)" \
812	|| find "$(distdir)" -type d ! -perm -755 \
813		-exec chmod u+rwx,go+rx {} \; -o \
814	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
815	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
816	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
817	|| chmod -R a+r "$(distdir)"
818dist-gzip: distdir
819	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
820	$(am__post_remove_distdir)
821dist-bzip2: distdir
822	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
823	$(am__post_remove_distdir)
824
825dist-lzip: distdir
826	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
827	$(am__post_remove_distdir)
828
829dist-xz: distdir
830	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
831	$(am__post_remove_distdir)
832
833dist-tarZ: distdir
834	@echo WARNING: "Support for shar distribution archives is" \
835	               "deprecated." >&2
836	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
837	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
838	$(am__post_remove_distdir)
839
840dist-shar: distdir
841	@echo WARNING: "Support for distribution archives compressed with" \
842		       "legacy program 'compress' is deprecated." >&2
843	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
844	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
845	$(am__post_remove_distdir)
846
847dist-zip: distdir
848	-rm -f $(distdir).zip
849	zip -rq $(distdir).zip $(distdir)
850	$(am__post_remove_distdir)
851
852dist dist-all:
853	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
854	$(am__post_remove_distdir)
855
856# This target untars the dist file and tries a VPATH configuration.  Then
857# it guarantees that the distribution is self-contained by making another
858# tarfile.
859distcheck: dist
860	case '$(DIST_ARCHIVES)' in \
861	*.tar.gz*) \
862	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
863	*.tar.bz2*) \
864	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
865	*.tar.lz*) \
866	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
867	*.tar.xz*) \
868	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
869	*.tar.Z*) \
870	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
871	*.shar.gz*) \
872	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
873	*.zip*) \
874	  unzip $(distdir).zip ;;\
875	esac
876	chmod -R a-w $(distdir)
877	chmod u+w $(distdir)
878	mkdir $(distdir)/_build $(distdir)/_inst
879	chmod a-w $(distdir)
880	test -d $(distdir)/_build || exit 0; \
881	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
882	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
883	  && am__cwd=`pwd` \
884	  && $(am__cd) $(distdir)/_build \
885	  && ../configure \
886	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
887	    $(DISTCHECK_CONFIGURE_FLAGS) \
888	    --srcdir=.. --prefix="$$dc_install_base" \
889	  && $(MAKE) $(AM_MAKEFLAGS) \
890	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
891	  && $(MAKE) $(AM_MAKEFLAGS) check \
892	  && $(MAKE) $(AM_MAKEFLAGS) install \
893	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
894	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
895	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
896	        distuninstallcheck \
897	  && chmod -R a-w "$$dc_install_base" \
898	  && ({ \
899	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
900	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
901	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
902	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
903	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
904	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
905	  && rm -rf "$$dc_destdir" \
906	  && $(MAKE) $(AM_MAKEFLAGS) dist \
907	  && rm -rf $(DIST_ARCHIVES) \
908	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
909	  && cd "$$am__cwd" \
910	  || exit 1
911	$(am__post_remove_distdir)
912	@(echo "$(distdir) archives ready for distribution: "; \
913	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
914	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
915distuninstallcheck:
916	@test -n '$(distuninstallcheck_dir)' || { \
917	  echo 'ERROR: trying to run $@ with an empty' \
918	       '$$(distuninstallcheck_dir)' >&2; \
919	  exit 1; \
920	}; \
921	$(am__cd) '$(distuninstallcheck_dir)' || { \
922	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
923	  exit 1; \
924	}; \
925	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
926	   || { echo "ERROR: files left after uninstall:" ; \
927	        if test -n "$(DESTDIR)"; then \
928	          echo "  (check DESTDIR support)"; \
929	        fi ; \
930	        $(distuninstallcheck_listfiles) ; \
931	        exit 1; } >&2
932distcleancheck: distclean
933	@if test '$(srcdir)' = . ; then \
934	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
935	  exit 1 ; \
936	fi
937	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
938	  || { echo "ERROR: files left in build directory after distclean:" ; \
939	       $(distcleancheck_listfiles) ; \
940	       exit 1; } >&2
941check-am: all-am
942check: check-recursive
943all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
944installdirs: installdirs-recursive
945installdirs-am:
946	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xinitrcdir)"; do \
947	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
948	done
949install: install-recursive
950install-exec: install-exec-recursive
951install-data: install-data-recursive
952uninstall: uninstall-recursive
953
954install-am: all-am
955	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
956
957installcheck: installcheck-recursive
958install-strip:
959	if test -z '$(STRIP)'; then \
960	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
961	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
962	      install; \
963	else \
964	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
965	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
966	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
967	fi
968mostlyclean-generic:
969
970clean-generic:
971	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
972
973distclean-generic:
974	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
975	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
976
977maintainer-clean-generic:
978	@echo "This command is intended for maintainers to use"
979	@echo "it deletes files that may require special tools to rebuild."
980	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
981clean: clean-recursive
982
983clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
984
985distclean: distclean-recursive
986	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
987	-rm -rf ./$(DEPDIR)
988	-rm -f Makefile
989distclean-am: clean-am distclean-compile distclean-generic \
990	distclean-hdr distclean-tags
991
992dvi: dvi-recursive
993
994dvi-am:
995
996html: html-recursive
997
998html-am:
999
1000info: info-recursive
1001
1002info-am:
1003
1004install-data-am: install-xinitrcDATA
1005
1006install-dvi: install-dvi-recursive
1007
1008install-dvi-am:
1009
1010install-exec-am: install-binPROGRAMS install-binSCRIPTS
1011
1012install-html: install-html-recursive
1013
1014install-html-am:
1015
1016install-info: install-info-recursive
1017
1018install-info-am:
1019
1020install-man:
1021
1022install-pdf: install-pdf-recursive
1023
1024install-pdf-am:
1025
1026install-ps: install-ps-recursive
1027
1028install-ps-am:
1029
1030installcheck-am:
1031
1032maintainer-clean: maintainer-clean-recursive
1033	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1034	-rm -rf $(top_srcdir)/autom4te.cache
1035	-rm -rf ./$(DEPDIR)
1036	-rm -f Makefile
1037maintainer-clean-am: distclean-am maintainer-clean-generic
1038
1039mostlyclean: mostlyclean-recursive
1040
1041mostlyclean-am: mostlyclean-compile mostlyclean-generic
1042
1043pdf: pdf-recursive
1044
1045pdf-am:
1046
1047ps: ps-recursive
1048
1049ps-am:
1050
1051uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1052	uninstall-xinitrcDATA
1053
1054.MAKE: $(am__recursive_targets) all install-am install-strip
1055
1056.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1057	am--refresh check check-am clean clean-binPROGRAMS \
1058	clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
1059	dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
1060	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1061	distclean-compile distclean-generic distclean-hdr \
1062	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1063	dvi-am html html-am info info-am install install-am \
1064	install-binPROGRAMS install-binSCRIPTS install-data \
1065	install-data-am install-dvi install-dvi-am install-exec \
1066	install-exec-am install-html install-html-am install-info \
1067	install-info-am install-man install-pdf install-pdf-am \
1068	install-ps install-ps-am install-strip install-xinitrcDATA \
1069	installcheck installcheck-am installdirs installdirs-am \
1070	maintainer-clean maintainer-clean-generic mostlyclean \
1071	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1072	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1073	uninstall-binSCRIPTS uninstall-xinitrcDATA
1074
1075
1076.cpp:
1077	$(AM_V_GEN)$(RAWCPP) $(TRADITIONALCPPFLAGS) $(CPP_FILES_FLAGS) $< | $(CPP_SED_MAGIC) > $@
1078
1079.PHONY: ChangeLog INSTALL
1080
1081INSTALL:
1082	$(INSTALL_CMD)
1083
1084ChangeLog:
1085	$(CHANGELOG_CMD)
1086
1087dist-hook: ChangeLog INSTALL
1088
1089# Tell versions [3.59,3.63) of GNU make to not export all variables.
1090# Otherwise a system limit (for SysV at least) may be exceeded.
1091.NOEXPORT:
1092