Makefile.in revision 6f02d4e9
1# Makefile.in generated by automake 1.14 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@
325MAINT = @MAINT@
326MAKEINFO = @MAKEINFO@
327MAN_SUBSTS = @MAN_SUBSTS@
328MCOOKIE = @MCOOKIE@
329MISC_MAN_DIR = @MISC_MAN_DIR@
330MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
331MKDIR_P = @MKDIR_P@
332OBJEXT = @OBJEXT@
333OPENSSL = @OPENSSL@
334PACKAGE = @PACKAGE@
335PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336PACKAGE_NAME = @PACKAGE_NAME@
337PACKAGE_STRING = @PACKAGE_STRING@
338PACKAGE_TARNAME = @PACKAGE_TARNAME@
339PACKAGE_URL = @PACKAGE_URL@
340PACKAGE_VERSION = @PACKAGE_VERSION@
341PATH_SEPARATOR = @PATH_SEPARATOR@
342PKG_CONFIG = @PKG_CONFIG@
343RAWCPP = @RAWCPP@
344RAWCPPFLAGS = @RAWCPPFLAGS@
345SCOMAN = @SCOMAN@
346SED = @SED@
347SET_MAKE = @SET_MAKE@
348SHELL = @SHELL@
349SHELL_CMD = @SHELL_CMD@
350STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@
351STRICT_CFLAGS = @STRICT_CFLAGS@
352STRIP = @STRIP@
353TWM = @TWM@
354VERSION = @VERSION@
355XAUTH = @XAUTH@
356XCLOCK = @XCLOCK@
357XCONFIGFILE = @XCONFIGFILE@
358XCONFIGFILEMAN = @XCONFIGFILEMAN@
359XINIT = @XINIT@
360XINITDIR = @XINITDIR@
361XINIT_CFLAGS = @XINIT_CFLAGS@
362XINIT_LIBS = @XINIT_LIBS@
363XMODMAP = @XMODMAP@
364XORG_MAN_PAGE = @XORG_MAN_PAGE@
365XRDB = @XRDB@
366XSERVER = @XSERVER@
367XSERVERNAME = @XSERVERNAME@
368XTERM = @XTERM@
369abs_builddir = @abs_builddir@
370abs_srcdir = @abs_srcdir@
371abs_top_builddir = @abs_top_builddir@
372abs_top_srcdir = @abs_top_srcdir@
373ac_ct_CC = @ac_ct_CC@
374am__include = @am__include@
375am__leading_dot = @am__leading_dot@
376am__quote = @am__quote@
377am__tar = @am__tar@
378am__untar = @am__untar@
379bindir = @bindir@
380build = @build@
381build_alias = @build_alias@
382build_cpu = @build_cpu@
383build_os = @build_os@
384build_vendor = @build_vendor@
385builddir = @builddir@
386bundleidprefix = @bundleidprefix@
387datadir = @datadir@
388datarootdir = @datarootdir@
389docdir = @docdir@
390dvidir = @dvidir@
391exec_prefix = @exec_prefix@
392host = @host@
393host_alias = @host_alias@
394host_cpu = @host_cpu@
395host_os = @host_os@
396host_vendor = @host_vendor@
397htmldir = @htmldir@
398includedir = @includedir@
399infodir = @infodir@
400install_sh = @install_sh@
401launchagentsdir = @launchagentsdir@
402launchagentxserver = @launchagentxserver@
403launchdaemonsdir = @launchdaemonsdir@
404libdir = @libdir@
405libexecdir = @libexecdir@
406localedir = @localedir@
407localstatedir = @localstatedir@
408mandir = @mandir@
409mkdir_p = @mkdir_p@
410oldincludedir = @oldincludedir@
411pdfdir = @pdfdir@
412prefix = @prefix@
413program_transform_name = @program_transform_name@
414psdir = @psdir@
415sbindir = @sbindir@
416sharedstatedir = @sharedstatedir@
417srcdir = @srcdir@
418sysconfdir = @sysconfdir@
419target_alias = @target_alias@
420top_build_prefix = @top_build_prefix@
421top_builddir = @top_builddir@
422top_srcdir = @top_srcdir@
423SUBDIRS = man $(am__append_1)
424bin_SCRIPTS = startx
425AM_CFLAGS = $(CWARNFLAGS) $(XINIT_CFLAGS)
426AM_CPPFLAGS = -DXINITDIR=\"$(XINITDIR)\" -DBINDIR=\"$(bindir)\"
427xinit_LDADD = $(XINIT_LIBS)
428xinit_SOURCES = \
429        xinit.c
430
431CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
432                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
433                       -e '/^[ 	]*XCOMM$$/s/XCOMM/\#/' \
434                       -e '/^[ 	]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
435                       -e '/^[ 	]*XHASH/s/XHASH/\#/' \
436                       -e '/\@\@$$/s/\@\@$$/\\/'
437
438SUFFIXES = .cpp
439xinitrcdir = $(XINITDIR)
440PROGCPPDEFS = \
441	-DXRDB=@XRDB@ \
442	-DXMODMAP=@XMODMAP@ \
443	-DTWM=@TWM@ \
444	-DXCLOCK=@XCLOCK@ \
445	-DXTERM=@XTERM@ \
446	-DXSERVER=@XSERVER@ \
447	-DXAUTH=@XAUTH@ \
448	-DXINIT=@XINIT@
449
450CPP_FILES_FLAGS = \
451	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \
452	-DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \
453	-D__libexecdir__="$(libexecdir)" \
454	-D__bindir__="$(bindir)" \
455	-DBUNDLE_ID_PREFIX="$(bundleidprefix)"
456
457xinitrc_DATA = xinitrc
458MAINTAINERCLEANFILES = ChangeLog INSTALL
459CLEANFILES = xinitrc startx $(launchagents_DATA)
460EXTRA_DIST = xinitrc.cpp startx.cpp \
461		autogen.sh
462
463all: config.h
464	$(MAKE) $(AM_MAKEFLAGS) all-recursive
465
466.SUFFIXES:
467.SUFFIXES: .cpp .c .o .obj
468am--refresh: Makefile
469	@:
470$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps)
471	@for dep in $?; do \
472	  case '$(am__configure_deps)' in \
473	    *$$dep*) \
474	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
475	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
476		&& exit 0; \
477	      exit 1;; \
478	  esac; \
479	done; \
480	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
481	$(am__cd) $(top_srcdir) && \
482	  $(AUTOMAKE) --foreign Makefile
483.PRECIOUS: Makefile
484Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
485	@case '$?' in \
486	  *config.status*) \
487	    echo ' $(SHELL) ./config.status'; \
488	    $(SHELL) ./config.status;; \
489	  *) \
490	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
491	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
492	esac;
493$(top_srcdir)/cpprules.in:
494
495$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496	$(SHELL) ./config.status --recheck
497
498$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
499	$(am__cd) $(srcdir) && $(AUTOCONF)
500$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
501	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
502$(am__aclocal_m4_deps):
503
504config.h: stamp-h1
505	@test -f $@ || rm -f stamp-h1
506	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
507
508stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
509	@rm -f stamp-h1
510	cd $(top_builddir) && $(SHELL) ./config.status config.h
511$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
512	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
513	rm -f stamp-h1
514	touch $@
515
516distclean-hdr:
517	-rm -f config.h stamp-h1
518install-binPROGRAMS: $(bin_PROGRAMS)
519	@$(NORMAL_INSTALL)
520	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
521	if test -n "$$list"; then \
522	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
523	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
524	fi; \
525	for p in $$list; do echo "$$p $$p"; done | \
526	sed 's/$(EXEEXT)$$//' | \
527	while read p p1; do if test -f $$p \
528	  ; then echo "$$p"; echo "$$p"; else :; fi; \
529	done | \
530	sed -e 'p;s,.*/,,;n;h' \
531	    -e 's|.*|.|' \
532	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
533	sed 'N;N;N;s,\n, ,g' | \
534	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
535	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
536	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
537	    else { print "f", $$3 "/" $$4, $$1; } } \
538	  END { for (d in files) print "f", d, files[d] }' | \
539	while read type dir files; do \
540	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
541	    test -z "$$files" || { \
542	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
543	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
544	    } \
545	; done
546
547uninstall-binPROGRAMS:
548	@$(NORMAL_UNINSTALL)
549	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
550	files=`for p in $$list; do echo "$$p"; done | \
551	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
552	      -e 's/$$/$(EXEEXT)/' \
553	`; \
554	test -n "$$list" || exit 0; \
555	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
556	cd "$(DESTDIR)$(bindir)" && rm -f $$files
557
558clean-binPROGRAMS:
559	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
560
561xinit$(EXEEXT): $(xinit_OBJECTS) $(xinit_DEPENDENCIES) $(EXTRA_xinit_DEPENDENCIES) 
562	@rm -f xinit$(EXEEXT)
563	$(AM_V_CCLD)$(LINK) $(xinit_OBJECTS) $(xinit_LDADD) $(LIBS)
564install-binSCRIPTS: $(bin_SCRIPTS)
565	@$(NORMAL_INSTALL)
566	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
567	if test -n "$$list"; then \
568	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
569	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
570	fi; \
571	for p in $$list; do \
572	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
573	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
574	done | \
575	sed -e 'p;s,.*/,,;n' \
576	    -e 'h;s|.*|.|' \
577	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
578	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
579	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
580	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
581	      if (++n[d] == $(am__install_max)) { \
582		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
583	    else { print "f", d "/" $$4, $$1 } } \
584	  END { for (d in files) print "f", d, files[d] }' | \
585	while read type dir files; do \
586	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
587	     test -z "$$files" || { \
588	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
589	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
590	     } \
591	; done
592
593uninstall-binSCRIPTS:
594	@$(NORMAL_UNINSTALL)
595	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
596	files=`for p in $$list; do echo "$$p"; done | \
597	       sed -e 's,.*/,,;$(transform)'`; \
598	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
599
600mostlyclean-compile:
601	-rm -f *.$(OBJEXT)
602
603distclean-compile:
604	-rm -f *.tab.c
605
606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinit.Po@am__quote@
607
608.c.o:
609@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
610@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
611@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
614
615.c.obj:
616@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
617@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
618@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
619@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
621install-xinitrcDATA: $(xinitrc_DATA)
622	@$(NORMAL_INSTALL)
623	@list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \
624	if test -n "$$list"; then \
625	  echo " $(MKDIR_P) '$(DESTDIR)$(xinitrcdir)'"; \
626	  $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)" || exit 1; \
627	fi; \
628	for p in $$list; do \
629	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
630	  echo "$$d$$p"; \
631	done | $(am__base_list) | \
632	while read files; do \
633	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xinitrcdir)'"; \
634	  $(INSTALL_DATA) $$files "$(DESTDIR)$(xinitrcdir)" || exit $$?; \
635	done
636
637uninstall-xinitrcDATA:
638	@$(NORMAL_UNINSTALL)
639	@list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \
640	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
641	dir='$(DESTDIR)$(xinitrcdir)'; $(am__uninstall_files_from_dir)
642
643# This directory's subdirectories are mostly independent; you can cd
644# into them and run 'make' without going through this Makefile.
645# To change the values of 'make' variables: instead of editing Makefiles,
646# (1) if the variable is set in 'config.status', edit 'config.status'
647#     (which will cause the Makefiles to be regenerated when you run 'make');
648# (2) otherwise, pass the desired values on the 'make' command line.
649$(am__recursive_targets):
650	@fail=; \
651	if $(am__make_keepgoing); then \
652	  failcom='fail=yes'; \
653	else \
654	  failcom='exit 1'; \
655	fi; \
656	dot_seen=no; \
657	target=`echo $@ | sed s/-recursive//`; \
658	case "$@" in \
659	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
660	  *) list='$(SUBDIRS)' ;; \
661	esac; \
662	for subdir in $$list; do \
663	  echo "Making $$target in $$subdir"; \
664	  if test "$$subdir" = "."; then \
665	    dot_seen=yes; \
666	    local_target="$$target-am"; \
667	  else \
668	    local_target="$$target"; \
669	  fi; \
670	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
671	  || eval $$failcom; \
672	done; \
673	if test "$$dot_seen" = "no"; then \
674	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
675	fi; test -z "$$fail"
676
677ID: $(am__tagged_files)
678	$(am__define_uniq_tagged_files); mkid -fID $$unique
679tags: tags-recursive
680TAGS: tags
681
682tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
683	set x; \
684	here=`pwd`; \
685	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
686	  include_option=--etags-include; \
687	  empty_fix=.; \
688	else \
689	  include_option=--include; \
690	  empty_fix=; \
691	fi; \
692	list='$(SUBDIRS)'; for subdir in $$list; do \
693	  if test "$$subdir" = .; then :; else \
694	    test ! -f $$subdir/TAGS || \
695	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
696	  fi; \
697	done; \
698	$(am__define_uniq_tagged_files); \
699	shift; \
700	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
701	  test -n "$$unique" || unique=$$empty_fix; \
702	  if test $$# -gt 0; then \
703	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704	      "$$@" $$unique; \
705	  else \
706	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
707	      $$unique; \
708	  fi; \
709	fi
710ctags: ctags-recursive
711
712CTAGS: ctags
713ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
714	$(am__define_uniq_tagged_files); \
715	test -z "$(CTAGS_ARGS)$$unique" \
716	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
717	     $$unique
718
719GTAGS:
720	here=`$(am__cd) $(top_builddir) && pwd` \
721	  && $(am__cd) $(top_srcdir) \
722	  && gtags -i $(GTAGS_ARGS) "$$here"
723cscope: cscope.files
724	test ! -s cscope.files \
725	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
726clean-cscope:
727	-rm -f cscope.files
728cscope.files: clean-cscope cscopelist
729cscopelist: cscopelist-recursive
730
731cscopelist-am: $(am__tagged_files)
732	list='$(am__tagged_files)'; \
733	case "$(srcdir)" in \
734	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
735	  *) sdir=$(subdir)/$(srcdir) ;; \
736	esac; \
737	for i in $$list; do \
738	  if test -f "$$i"; then \
739	    echo "$(subdir)/$$i"; \
740	  else \
741	    echo "$$sdir/$$i"; \
742	  fi; \
743	done >> $(top_builddir)/cscope.files
744
745distclean-tags:
746	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
747	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
748
749distdir: $(DISTFILES)
750	$(am__remove_distdir)
751	test -d "$(distdir)" || mkdir "$(distdir)"
752	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
753	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
754	list='$(DISTFILES)'; \
755	  dist_files=`for file in $$list; do echo $$file; done | \
756	  sed -e "s|^$$srcdirstrip/||;t" \
757	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
758	case $$dist_files in \
759	  */*) $(MKDIR_P) `echo "$$dist_files" | \
760			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
761			   sort -u` ;; \
762	esac; \
763	for file in $$dist_files; do \
764	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
765	  if test -d $$d/$$file; then \
766	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
767	    if test -d "$(distdir)/$$file"; then \
768	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
769	    fi; \
770	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
771	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
772	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
773	    fi; \
774	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
775	  else \
776	    test -f "$(distdir)/$$file" \
777	    || cp -p $$d/$$file "$(distdir)/$$file" \
778	    || exit 1; \
779	  fi; \
780	done
781	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
782	  if test "$$subdir" = .; then :; else \
783	    $(am__make_dryrun) \
784	      || test -d "$(distdir)/$$subdir" \
785	      || $(MKDIR_P) "$(distdir)/$$subdir" \
786	      || exit 1; \
787	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
788	    $(am__relativize); \
789	    new_distdir=$$reldir; \
790	    dir1=$$subdir; dir2="$(top_distdir)"; \
791	    $(am__relativize); \
792	    new_top_distdir=$$reldir; \
793	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
794	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
795	    ($(am__cd) $$subdir && \
796	      $(MAKE) $(AM_MAKEFLAGS) \
797	        top_distdir="$$new_top_distdir" \
798	        distdir="$$new_distdir" \
799		am__remove_distdir=: \
800		am__skip_length_check=: \
801		am__skip_mode_fix=: \
802	        distdir) \
803	      || exit 1; \
804	  fi; \
805	done
806	$(MAKE) $(AM_MAKEFLAGS) \
807	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
808	  dist-hook
809	-test -n "$(am__skip_mode_fix)" \
810	|| find "$(distdir)" -type d ! -perm -755 \
811		-exec chmod u+rwx,go+rx {} \; -o \
812	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
813	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
814	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
815	|| chmod -R a+r "$(distdir)"
816dist-gzip: distdir
817	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
818	$(am__post_remove_distdir)
819dist-bzip2: distdir
820	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
821	$(am__post_remove_distdir)
822
823dist-lzip: distdir
824	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
825	$(am__post_remove_distdir)
826
827dist-xz: distdir
828	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
829	$(am__post_remove_distdir)
830
831dist-tarZ: distdir
832	@echo WARNING: "Support for shar distribution archives is" \
833	               "deprecated." >&2
834	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
835	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
836	$(am__post_remove_distdir)
837
838dist-shar: distdir
839	@echo WARNING: "Support for distribution archives compressed with" \
840		       "legacy program 'compress' is deprecated." >&2
841	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
842	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
843	$(am__post_remove_distdir)
844
845dist-zip: distdir
846	-rm -f $(distdir).zip
847	zip -rq $(distdir).zip $(distdir)
848	$(am__post_remove_distdir)
849
850dist dist-all:
851	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
852	$(am__post_remove_distdir)
853
854# This target untars the dist file and tries a VPATH configuration.  Then
855# it guarantees that the distribution is self-contained by making another
856# tarfile.
857distcheck: dist
858	case '$(DIST_ARCHIVES)' in \
859	*.tar.gz*) \
860	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
861	*.tar.bz2*) \
862	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
863	*.tar.lz*) \
864	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
865	*.tar.xz*) \
866	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
867	*.tar.Z*) \
868	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
869	*.shar.gz*) \
870	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
871	*.zip*) \
872	  unzip $(distdir).zip ;;\
873	esac
874	chmod -R a-w $(distdir)
875	chmod u+w $(distdir)
876	mkdir $(distdir)/_build $(distdir)/_inst
877	chmod a-w $(distdir)
878	test -d $(distdir)/_build || exit 0; \
879	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
880	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
881	  && am__cwd=`pwd` \
882	  && $(am__cd) $(distdir)/_build \
883	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
884	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
885	    $(DISTCHECK_CONFIGURE_FLAGS) \
886	  && $(MAKE) $(AM_MAKEFLAGS) \
887	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
888	  && $(MAKE) $(AM_MAKEFLAGS) check \
889	  && $(MAKE) $(AM_MAKEFLAGS) install \
890	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
891	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
892	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
893	        distuninstallcheck \
894	  && chmod -R a-w "$$dc_install_base" \
895	  && ({ \
896	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
897	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
898	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
899	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
900	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
901	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
902	  && rm -rf "$$dc_destdir" \
903	  && $(MAKE) $(AM_MAKEFLAGS) dist \
904	  && rm -rf $(DIST_ARCHIVES) \
905	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
906	  && cd "$$am__cwd" \
907	  || exit 1
908	$(am__post_remove_distdir)
909	@(echo "$(distdir) archives ready for distribution: "; \
910	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
911	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
912distuninstallcheck:
913	@test -n '$(distuninstallcheck_dir)' || { \
914	  echo 'ERROR: trying to run $@ with an empty' \
915	       '$$(distuninstallcheck_dir)' >&2; \
916	  exit 1; \
917	}; \
918	$(am__cd) '$(distuninstallcheck_dir)' || { \
919	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
920	  exit 1; \
921	}; \
922	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
923	   || { echo "ERROR: files left after uninstall:" ; \
924	        if test -n "$(DESTDIR)"; then \
925	          echo "  (check DESTDIR support)"; \
926	        fi ; \
927	        $(distuninstallcheck_listfiles) ; \
928	        exit 1; } >&2
929distcleancheck: distclean
930	@if test '$(srcdir)' = . ; then \
931	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
932	  exit 1 ; \
933	fi
934	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
935	  || { echo "ERROR: files left in build directory after distclean:" ; \
936	       $(distcleancheck_listfiles) ; \
937	       exit 1; } >&2
938check-am: all-am
939check: check-recursive
940all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
941installdirs: installdirs-recursive
942installdirs-am:
943	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xinitrcdir)"; do \
944	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
945	done
946install: install-recursive
947install-exec: install-exec-recursive
948install-data: install-data-recursive
949uninstall: uninstall-recursive
950
951install-am: all-am
952	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
953
954installcheck: installcheck-recursive
955install-strip:
956	if test -z '$(STRIP)'; then \
957	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
958	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
959	      install; \
960	else \
961	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
962	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
963	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
964	fi
965mostlyclean-generic:
966
967clean-generic:
968	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
969
970distclean-generic:
971	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
972	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
973
974maintainer-clean-generic:
975	@echo "This command is intended for maintainers to use"
976	@echo "it deletes files that may require special tools to rebuild."
977	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
978clean: clean-recursive
979
980clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
981
982distclean: distclean-recursive
983	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
984	-rm -rf ./$(DEPDIR)
985	-rm -f Makefile
986distclean-am: clean-am distclean-compile distclean-generic \
987	distclean-hdr distclean-tags
988
989dvi: dvi-recursive
990
991dvi-am:
992
993html: html-recursive
994
995html-am:
996
997info: info-recursive
998
999info-am:
1000
1001install-data-am: install-xinitrcDATA
1002
1003install-dvi: install-dvi-recursive
1004
1005install-dvi-am:
1006
1007install-exec-am: install-binPROGRAMS install-binSCRIPTS
1008
1009install-html: install-html-recursive
1010
1011install-html-am:
1012
1013install-info: install-info-recursive
1014
1015install-info-am:
1016
1017install-man:
1018
1019install-pdf: install-pdf-recursive
1020
1021install-pdf-am:
1022
1023install-ps: install-ps-recursive
1024
1025install-ps-am:
1026
1027installcheck-am:
1028
1029maintainer-clean: maintainer-clean-recursive
1030	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1031	-rm -rf $(top_srcdir)/autom4te.cache
1032	-rm -rf ./$(DEPDIR)
1033	-rm -f Makefile
1034maintainer-clean-am: distclean-am maintainer-clean-generic
1035
1036mostlyclean: mostlyclean-recursive
1037
1038mostlyclean-am: mostlyclean-compile mostlyclean-generic
1039
1040pdf: pdf-recursive
1041
1042pdf-am:
1043
1044ps: ps-recursive
1045
1046ps-am:
1047
1048uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1049	uninstall-xinitrcDATA
1050
1051.MAKE: $(am__recursive_targets) all install-am install-strip
1052
1053.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1054	am--refresh check check-am clean clean-binPROGRAMS \
1055	clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
1056	dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
1057	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1058	distclean-compile distclean-generic distclean-hdr \
1059	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1060	dvi-am html html-am info info-am install install-am \
1061	install-binPROGRAMS install-binSCRIPTS install-data \
1062	install-data-am install-dvi install-dvi-am install-exec \
1063	install-exec-am install-html install-html-am install-info \
1064	install-info-am install-man install-pdf install-pdf-am \
1065	install-ps install-ps-am install-strip install-xinitrcDATA \
1066	installcheck installcheck-am installdirs installdirs-am \
1067	maintainer-clean maintainer-clean-generic mostlyclean \
1068	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1069	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1070	uninstall-binSCRIPTS uninstall-xinitrcDATA
1071
1072
1073.cpp:
1074	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
1075
1076.PHONY: ChangeLog INSTALL
1077
1078INSTALL:
1079	$(INSTALL_CMD)
1080
1081ChangeLog:
1082	$(CHANGELOG_CMD)
1083
1084dist-hook: ChangeLog INSTALL
1085
1086# Tell versions [3.59,3.63) of GNU make to not export all variables.
1087# Otherwise a system limit (for SysV at least) may be exceeded.
1088.NOEXPORT:
1089