Makefile.in revision 72e81212
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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@
48pkgdatadir = $(datadir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52install_sh_DATA = $(install_sh) -c -m 644
53install_sh_PROGRAM = $(install_sh) -c
54install_sh_SCRIPT = $(install_sh) -c
55INSTALL_HEADER = $(INSTALL_DATA)
56transform = $(program_transform_name)
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63build_triplet = @build@
64host_triplet = @host@
65bin_PROGRAMS = xinit$(EXEEXT)
66DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
67	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
68	$(top_srcdir)/configure $(top_srcdir)/cpprules.in AUTHORS \
69	COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
70	depcomp install-sh missing
71subdir = .
72ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73am__aclocal_m4_deps = $(top_srcdir)/configure.ac
74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75	$(ACLOCAL_M4)
76am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
77 configure.lineno config.status.lineno
78mkinstalldirs = $(install_sh) -d
79CONFIG_HEADER = config.h
80CONFIG_CLEAN_FILES =
81am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
82	"$(DESTDIR)$(appmandir)" "$(DESTDIR)$(launchagentsdir)" \
83	"$(DESTDIR)$(xinitrcdir)"
84binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
85PROGRAMS = $(bin_PROGRAMS)
86am_xinit_OBJECTS = xinit-xinit.$(OBJEXT)
87xinit_OBJECTS = $(am_xinit_OBJECTS)
88am__DEPENDENCIES_1 =
89xinit_DEPENDENCIES = $(am__DEPENDENCIES_1)
90xinit_LINK = $(CCLD) $(xinit_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91	$(LDFLAGS) -o $@
92binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
93SCRIPTS = $(bin_SCRIPTS)
94DEFAULT_INCLUDES = -I.@am__isrc@
95depcomp = $(SHELL) $(top_srcdir)/depcomp
96am__depfiles_maybe = depfiles
97COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99CCLD = $(CC)
100LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
101SOURCES = $(xinit_SOURCES)
102DIST_SOURCES = $(xinit_SOURCES)
103RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
104	html-recursive info-recursive install-data-recursive \
105	install-dvi-recursive install-exec-recursive \
106	install-html-recursive install-info-recursive \
107	install-pdf-recursive install-ps-recursive install-recursive \
108	installcheck-recursive installdirs-recursive pdf-recursive \
109	ps-recursive uninstall-recursive
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113    *) f=$$p;; \
114  esac;
115am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
116appmanDATA_INSTALL = $(INSTALL_DATA)
117launchagentsDATA_INSTALL = $(INSTALL_DATA)
118xinitrcDATA_INSTALL = $(INSTALL_DATA)
119DATA = $(appman_DATA) $(launchagents_DATA) $(xinitrc_DATA)
120RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
121  distclean-recursive maintainer-clean-recursive
122ETAGS = etags
123CTAGS = ctags
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125distdir = $(PACKAGE)-$(VERSION)
126top_distdir = $(distdir)
127am__remove_distdir = \
128  { test ! -d $(distdir) \
129    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
130         && rm -fr $(distdir); }; }
131DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
132GZIP_ENV = --best
133distuninstallcheck_listfiles = find . -type f -print
134distcleancheck_listfiles = find . -type f -print
135ACLOCAL = @ACLOCAL@
136ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
137ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
138AMTAR = @AMTAR@
139APP_MAN_DIR = @APP_MAN_DIR@
140APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
141ARCHMANDEFS = @ARCHMANDEFS@
142AUTOCONF = @AUTOCONF@
143AUTOHEADER = @AUTOHEADER@
144AUTOMAKE = @AUTOMAKE@
145AWK = @AWK@
146CC = @CC@
147CCDEPMODE = @CCDEPMODE@
148CFLAGS = @CFLAGS@
149CPP = @CPP@
150CPPFLAGS = @CPPFLAGS@
151CYGPATH_W = @CYGPATH_W@
152DEFS = @DEFS@
153DEPDIR = @DEPDIR@
154DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
155DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
156ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@
159EGREP = @EGREP@
160EXEEXT = @EXEEXT@
161FILE_MAN_DIR = @FILE_MAN_DIR@
162FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
163GREP = @GREP@
164INSTALL = @INSTALL@
165INSTALL_DATA = @INSTALL_DATA@
166INSTALL_PROGRAM = @INSTALL_PROGRAM@
167INSTALL_SCRIPT = @INSTALL_SCRIPT@
168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169LAUNCHD = @LAUNCHD@
170LDFLAGS = @LDFLAGS@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
173LIB_MAN_DIR = @LIB_MAN_DIR@
174LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
175LTLIBOBJS = @LTLIBOBJS@
176MAINT = @MAINT@
177MAKEINFO = @MAKEINFO@
178MCOOKIE = @MCOOKIE@
179MISC_MAN_DIR = @MISC_MAN_DIR@
180MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
181MKDIR_P = @MKDIR_P@
182OBJEXT = @OBJEXT@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190PKG_CONFIG = @PKG_CONFIG@
191RAWCPP = @RAWCPP@
192RAWCPPFLAGS = @RAWCPPFLAGS@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196SHELL_CMD = @SHELL_CMD@
197STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@
198STRIP = @STRIP@
199TWM = @TWM@
200VERSION = @VERSION@
201XAUTH = @XAUTH@
202XCLOCK = @XCLOCK@
203XINIT = @XINIT@
204XINIT_CFLAGS = @XINIT_CFLAGS@
205XINIT_LIBS = @XINIT_LIBS@
206XMODMAP = @XMODMAP@
207XRDB = @XRDB@
208XSERVER = @XSERVER@
209XTERM = @XTERM@
210abs_builddir = @abs_builddir@
211abs_srcdir = @abs_srcdir@
212abs_top_builddir = @abs_top_builddir@
213abs_top_srcdir = @abs_top_srcdir@
214ac_ct_CC = @ac_ct_CC@
215am__include = @am__include@
216am__leading_dot = @am__leading_dot@
217am__quote = @am__quote@
218am__tar = @am__tar@
219am__untar = @am__untar@
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
226builddir = @builddir@
227datadir = @datadir@
228datarootdir = @datarootdir@
229docdir = @docdir@
230dvidir = @dvidir@
231exec_prefix = @exec_prefix@
232host = @host@
233host_alias = @host_alias@
234host_cpu = @host_cpu@
235host_os = @host_os@
236host_vendor = @host_vendor@
237htmldir = @htmldir@
238includedir = @includedir@
239infodir = @infodir@
240install_sh = @install_sh@
241launchagentsdir = @launchagentsdir@
242launchdaemonsdir = @launchdaemonsdir@
243libdir = @libdir@
244libexecdir = @libexecdir@
245localedir = @localedir@
246localstatedir = @localstatedir@
247mandir = @mandir@
248mkdir_p = @mkdir_p@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254sbindir = @sbindir@
255sharedstatedir = @sharedstatedir@
256srcdir = @srcdir@
257sysconfdir = @sysconfdir@
258target_alias = @target_alias@
259top_builddir = @top_builddir@
260top_srcdir = @top_srcdir@
261XINITDIR = $(libdir)/X11/xinit
262bin_SCRIPTS = startx
263xinit_CFLAGS = $(XINIT_CFLAGS) -DXINITDIR=\"$(XINITDIR)\" -DBINDIR=\"$(bindir)\"
264xinit_LDADD = $(XINIT_LIBS)
265xinit_SOURCES = \
266        xinit.c
267
268appmandir = $(APP_MAN_DIR)
269appman_PRE = \
270	startx.man \
271        xinit.man
272
273appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
274CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
275                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
276                       -e '/^[ 	]*XCOMM$$/s/XCOMM/\#/' \
277                       -e '/^[ 	]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
278                       -e '/^[ 	]*XHASH/s/XHASH/\#/' \
279                       -e '/XSLASHGLOB/s/XSLASHGLOB/\/\*/' \
280                       -e '/\@\@$$/s/\@\@$$/\\/'
281
282
283# Strings to replace in man pages
284XORGRELSTRING = @PACKAGE_STRING@
285XORGMANNAME = X Version 11
286MANDEFS = \
287	-D__xorgversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \
288	-D__appmansuffix__=$(APP_MAN_SUFFIX) \
289	-D__filemansuffix__=$(FILE_MAN_SUFFIX) \
290	-D__libmansuffix__=$(LIB_MAN_SUFFIX) \
291	-D__miscmansuffix__=$(MISC_MAN_SUFFIX) \
292	-D__XSERVERNAME__=Xorg -D__XCONFIGFILE__=xorg.conf \
293	-D__xinitdir__=$(XINITDIR) \
294	-D__bindir__=$(bindir) \
295	-DSHELL_CMD=$(SHELL_CMD) $(ARCHMANDEFS)
296
297SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp
298xinitrcdir = $(XINITDIR)
299PROGCPPDEFS = \
300	-DXRDB=@XRDB@ \
301	-DXMODMAP=@XMODMAP@ \
302	-DTWM=@TWM@ \
303	-DXCLOCK=@XCLOCK@ \
304	-DXTERM=@XTERM@ \
305	-DXSERVER=@XSERVER@ \
306	-DXAUTH=@XAUTH@ \
307	-DXINIT=@XINIT@
308
309CPP_FILES_FLAGS = \
310	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \
311	-DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \
312	-D__libexecdir__="$(libexecdir)" \
313	-D__bindir__="$(bindir)"
314
315@LAUNCHD_TRUE@launchagents_PRE = org.x.startx.plist.cpp
316@LAUNCHD_TRUE@launchagents_DATA = $(launchagents_PRE:plist.cpp=plist)
317@LAUNCHD_TRUE@SUBDIRS = privileged_startx
318DIST_SUBDIRS = privileged_startx
319xinitrc_DATA = xinitrc
320CLEANFILES = xinitrc startx $(appman_DATA) $(launchagents_DATA)
321EXTRA_DIST = xinitrc.cpp startx.cpp org.x.startx.plist.cpp $(appman_PRE)	\
322		startx.cmd xinitrc.cmd xinit.def ChangeLog autogen.sh
323
324all: config.h
325	$(MAKE) $(AM_MAKEFLAGS) all-recursive
326
327.SUFFIXES:
328.SUFFIXES: .$(APP_MAN_SUFFIX) .man .cpp .c .o .obj
329am--refresh:
330	@:
331$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps)
332	@for dep in $?; do \
333	  case '$(am__configure_deps)' in \
334	    *$$dep*) \
335	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
336	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
337		&& exit 0; \
338	      exit 1;; \
339	  esac; \
340	done; \
341	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
342	cd $(top_srcdir) && \
343	  $(AUTOMAKE) --gnu  Makefile
344.PRECIOUS: Makefile
345Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
346	@case '$?' in \
347	  *config.status*) \
348	    echo ' $(SHELL) ./config.status'; \
349	    $(SHELL) ./config.status;; \
350	  *) \
351	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
352	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
353	esac;
354
355$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356	$(SHELL) ./config.status --recheck
357
358$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
359	cd $(srcdir) && $(AUTOCONF)
360$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
361	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
362
363config.h: stamp-h1
364	@if test ! -f $@; then \
365	  rm -f stamp-h1; \
366	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
367	else :; fi
368
369stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
370	@rm -f stamp-h1
371	cd $(top_builddir) && $(SHELL) ./config.status config.h
372$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
373	cd $(top_srcdir) && $(AUTOHEADER)
374	rm -f stamp-h1
375	touch $@
376
377distclean-hdr:
378	-rm -f config.h stamp-h1
379install-binPROGRAMS: $(bin_PROGRAMS)
380	@$(NORMAL_INSTALL)
381	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
382	@list='$(bin_PROGRAMS)'; for p in $$list; do \
383	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
384	  if test -f $$p \
385	  ; then \
386	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
387	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
388	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
389	  else :; fi; \
390	done
391
392uninstall-binPROGRAMS:
393	@$(NORMAL_UNINSTALL)
394	@list='$(bin_PROGRAMS)'; for p in $$list; do \
395	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
396	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
397	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
398	done
399
400clean-binPROGRAMS:
401	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
402xinit$(EXEEXT): $(xinit_OBJECTS) $(xinit_DEPENDENCIES) 
403	@rm -f xinit$(EXEEXT)
404	$(xinit_LINK) $(xinit_OBJECTS) $(xinit_LDADD) $(LIBS)
405install-binSCRIPTS: $(bin_SCRIPTS)
406	@$(NORMAL_INSTALL)
407	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
408	@list='$(bin_SCRIPTS)'; for p in $$list; do \
409	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
410	  if test -f $$d$$p; then \
411	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
412	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
413	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
414	  else :; fi; \
415	done
416
417uninstall-binSCRIPTS:
418	@$(NORMAL_UNINSTALL)
419	@list='$(bin_SCRIPTS)'; for p in $$list; do \
420	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
421	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
422	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
423	done
424
425mostlyclean-compile:
426	-rm -f *.$(OBJEXT)
427
428distclean-compile:
429	-rm -f *.tab.c
430
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinit-xinit.Po@am__quote@
432
433.c.o:
434@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438@am__fastdepCC_FALSE@	$(COMPILE) -c $<
439
440.c.obj:
441@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
442@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
446
447xinit-xinit.o: xinit.c
448@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xinit_CFLAGS) $(CFLAGS) -MT xinit-xinit.o -MD -MP -MF $(DEPDIR)/xinit-xinit.Tpo -c -o xinit-xinit.o `test -f 'xinit.c' || echo '$(srcdir)/'`xinit.c
449@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xinit-xinit.Tpo $(DEPDIR)/xinit-xinit.Po
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xinit.c' object='xinit-xinit.o' libtool=no @AMDEPBACKSLASH@
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xinit_CFLAGS) $(CFLAGS) -c -o xinit-xinit.o `test -f 'xinit.c' || echo '$(srcdir)/'`xinit.c
453
454xinit-xinit.obj: xinit.c
455@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xinit_CFLAGS) $(CFLAGS) -MT xinit-xinit.obj -MD -MP -MF $(DEPDIR)/xinit-xinit.Tpo -c -o xinit-xinit.obj `if test -f 'xinit.c'; then $(CYGPATH_W) 'xinit.c'; else $(CYGPATH_W) '$(srcdir)/xinit.c'; fi`
456@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xinit-xinit.Tpo $(DEPDIR)/xinit-xinit.Po
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xinit.c' object='xinit-xinit.obj' libtool=no @AMDEPBACKSLASH@
458@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xinit_CFLAGS) $(CFLAGS) -c -o xinit-xinit.obj `if test -f 'xinit.c'; then $(CYGPATH_W) 'xinit.c'; else $(CYGPATH_W) '$(srcdir)/xinit.c'; fi`
460install-appmanDATA: $(appman_DATA)
461	@$(NORMAL_INSTALL)
462	test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
463	@list='$(appman_DATA)'; for p in $$list; do \
464	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
465	  f=$(am__strip_dir) \
466	  echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
467	  $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
468	done
469
470uninstall-appmanDATA:
471	@$(NORMAL_UNINSTALL)
472	@list='$(appman_DATA)'; for p in $$list; do \
473	  f=$(am__strip_dir) \
474	  echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
475	  rm -f "$(DESTDIR)$(appmandir)/$$f"; \
476	done
477install-launchagentsDATA: $(launchagents_DATA)
478	@$(NORMAL_INSTALL)
479	test -z "$(launchagentsdir)" || $(MKDIR_P) "$(DESTDIR)$(launchagentsdir)"
480	@list='$(launchagents_DATA)'; for p in $$list; do \
481	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
482	  f=$(am__strip_dir) \
483	  echo " $(launchagentsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(launchagentsdir)/$$f'"; \
484	  $(launchagentsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(launchagentsdir)/$$f"; \
485	done
486
487uninstall-launchagentsDATA:
488	@$(NORMAL_UNINSTALL)
489	@list='$(launchagents_DATA)'; for p in $$list; do \
490	  f=$(am__strip_dir) \
491	  echo " rm -f '$(DESTDIR)$(launchagentsdir)/$$f'"; \
492	  rm -f "$(DESTDIR)$(launchagentsdir)/$$f"; \
493	done
494install-xinitrcDATA: $(xinitrc_DATA)
495	@$(NORMAL_INSTALL)
496	test -z "$(xinitrcdir)" || $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)"
497	@list='$(xinitrc_DATA)'; for p in $$list; do \
498	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
499	  f=$(am__strip_dir) \
500	  echo " $(xinitrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xinitrcdir)/$$f'"; \
501	  $(xinitrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xinitrcdir)/$$f"; \
502	done
503
504uninstall-xinitrcDATA:
505	@$(NORMAL_UNINSTALL)
506	@list='$(xinitrc_DATA)'; for p in $$list; do \
507	  f=$(am__strip_dir) \
508	  echo " rm -f '$(DESTDIR)$(xinitrcdir)/$$f'"; \
509	  rm -f "$(DESTDIR)$(xinitrcdir)/$$f"; \
510	done
511
512# This directory's subdirectories are mostly independent; you can cd
513# into them and run `make' without going through this Makefile.
514# To change the values of `make' variables: instead of editing Makefiles,
515# (1) if the variable is set in `config.status', edit `config.status'
516#     (which will cause the Makefiles to be regenerated when you run `make');
517# (2) otherwise, pass the desired values on the `make' command line.
518$(RECURSIVE_TARGETS):
519	@failcom='exit 1'; \
520	for f in x $$MAKEFLAGS; do \
521	  case $$f in \
522	    *=* | --[!k]*);; \
523	    *k*) failcom='fail=yes';; \
524	  esac; \
525	done; \
526	dot_seen=no; \
527	target=`echo $@ | sed s/-recursive//`; \
528	list='$(SUBDIRS)'; for subdir in $$list; do \
529	  echo "Making $$target in $$subdir"; \
530	  if test "$$subdir" = "."; then \
531	    dot_seen=yes; \
532	    local_target="$$target-am"; \
533	  else \
534	    local_target="$$target"; \
535	  fi; \
536	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
537	  || eval $$failcom; \
538	done; \
539	if test "$$dot_seen" = "no"; then \
540	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
541	fi; test -z "$$fail"
542
543$(RECURSIVE_CLEAN_TARGETS):
544	@failcom='exit 1'; \
545	for f in x $$MAKEFLAGS; do \
546	  case $$f in \
547	    *=* | --[!k]*);; \
548	    *k*) failcom='fail=yes';; \
549	  esac; \
550	done; \
551	dot_seen=no; \
552	case "$@" in \
553	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
554	  *) list='$(SUBDIRS)' ;; \
555	esac; \
556	rev=''; for subdir in $$list; do \
557	  if test "$$subdir" = "."; then :; else \
558	    rev="$$subdir $$rev"; \
559	  fi; \
560	done; \
561	rev="$$rev ."; \
562	target=`echo $@ | sed s/-recursive//`; \
563	for subdir in $$rev; do \
564	  echo "Making $$target in $$subdir"; \
565	  if test "$$subdir" = "."; then \
566	    local_target="$$target-am"; \
567	  else \
568	    local_target="$$target"; \
569	  fi; \
570	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
571	  || eval $$failcom; \
572	done && test -z "$$fail"
573tags-recursive:
574	list='$(SUBDIRS)'; for subdir in $$list; do \
575	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
576	done
577ctags-recursive:
578	list='$(SUBDIRS)'; for subdir in $$list; do \
579	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
580	done
581
582ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
583	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
584	unique=`for i in $$list; do \
585	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
586	  done | \
587	  $(AWK) '    { files[$$0] = 1; } \
588	       END { for (i in files) print i; }'`; \
589	mkid -fID $$unique
590tags: TAGS
591
592TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
593		$(TAGS_FILES) $(LISP)
594	tags=; \
595	here=`pwd`; \
596	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
597	  include_option=--etags-include; \
598	  empty_fix=.; \
599	else \
600	  include_option=--include; \
601	  empty_fix=; \
602	fi; \
603	list='$(SUBDIRS)'; for subdir in $$list; do \
604	  if test "$$subdir" = .; then :; else \
605	    test ! -f $$subdir/TAGS || \
606	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
607	  fi; \
608	done; \
609	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
610	unique=`for i in $$list; do \
611	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612	  done | \
613	  $(AWK) '    { files[$$0] = 1; } \
614	       END { for (i in files) print i; }'`; \
615	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
616	  test -n "$$unique" || unique=$$empty_fix; \
617	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618	    $$tags $$unique; \
619	fi
620ctags: CTAGS
621CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
622		$(TAGS_FILES) $(LISP)
623	tags=; \
624	here=`pwd`; \
625	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
626	unique=`for i in $$list; do \
627	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628	  done | \
629	  $(AWK) '    { files[$$0] = 1; } \
630	       END { for (i in files) print i; }'`; \
631	test -z "$(CTAGS_ARGS)$$tags$$unique" \
632	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633	     $$tags $$unique
634
635GTAGS:
636	here=`$(am__cd) $(top_builddir) && pwd` \
637	  && cd $(top_srcdir) \
638	  && gtags -i $(GTAGS_ARGS) $$here
639
640distclean-tags:
641	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
642
643distdir: $(DISTFILES)
644	$(am__remove_distdir)
645	test -d $(distdir) || mkdir $(distdir)
646	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648	list='$(DISTFILES)'; \
649	  dist_files=`for file in $$list; do echo $$file; done | \
650	  sed -e "s|^$$srcdirstrip/||;t" \
651	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652	case $$dist_files in \
653	  */*) $(MKDIR_P) `echo "$$dist_files" | \
654			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655			   sort -u` ;; \
656	esac; \
657	for file in $$dist_files; do \
658	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659	  if test -d $$d/$$file; then \
660	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
662	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
663	    fi; \
664	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
665	  else \
666	    test -f $(distdir)/$$file \
667	    || cp -p $$d/$$file $(distdir)/$$file \
668	    || exit 1; \
669	  fi; \
670	done
671	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
672	  if test "$$subdir" = .; then :; else \
673	    test -d "$(distdir)/$$subdir" \
674	    || $(MKDIR_P) "$(distdir)/$$subdir" \
675	    || exit 1; \
676	    distdir=`$(am__cd) $(distdir) && pwd`; \
677	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
678	    (cd $$subdir && \
679	      $(MAKE) $(AM_MAKEFLAGS) \
680	        top_distdir="$$top_distdir" \
681	        distdir="$$distdir/$$subdir" \
682		am__remove_distdir=: \
683		am__skip_length_check=: \
684	        distdir) \
685	      || exit 1; \
686	  fi; \
687	done
688	$(MAKE) $(AM_MAKEFLAGS) \
689	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
690	  dist-hook
691	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
692	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
693	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
694	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
695	|| chmod -R a+r $(distdir)
696dist-gzip: distdir
697	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
698	$(am__remove_distdir)
699dist-bzip2: distdir
700	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
701	$(am__remove_distdir)
702
703dist-tarZ: distdir
704	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
705	$(am__remove_distdir)
706
707dist-shar: distdir
708	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
709	$(am__remove_distdir)
710
711dist-zip: distdir
712	-rm -f $(distdir).zip
713	zip -rq $(distdir).zip $(distdir)
714	$(am__remove_distdir)
715
716dist dist-all: distdir
717	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
718	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
719	$(am__remove_distdir)
720
721# This target untars the dist file and tries a VPATH configuration.  Then
722# it guarantees that the distribution is self-contained by making another
723# tarfile.
724distcheck: dist
725	case '$(DIST_ARCHIVES)' in \
726	*.tar.gz*) \
727	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
728	*.tar.bz2*) \
729	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
730	*.tar.Z*) \
731	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
732	*.shar.gz*) \
733	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
734	*.zip*) \
735	  unzip $(distdir).zip ;;\
736	esac
737	chmod -R a-w $(distdir); chmod a+w $(distdir)
738	mkdir $(distdir)/_build
739	mkdir $(distdir)/_inst
740	chmod a-w $(distdir)
741	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
742	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
743	  && cd $(distdir)/_build \
744	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
745	    $(DISTCHECK_CONFIGURE_FLAGS) \
746	  && $(MAKE) $(AM_MAKEFLAGS) \
747	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
748	  && $(MAKE) $(AM_MAKEFLAGS) check \
749	  && $(MAKE) $(AM_MAKEFLAGS) install \
750	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
751	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
752	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
753	        distuninstallcheck \
754	  && chmod -R a-w "$$dc_install_base" \
755	  && ({ \
756	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
757	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
758	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
759	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
760	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
761	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
762	  && rm -rf "$$dc_destdir" \
763	  && $(MAKE) $(AM_MAKEFLAGS) dist \
764	  && rm -rf $(DIST_ARCHIVES) \
765	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
766	$(am__remove_distdir)
767	@(echo "$(distdir) archives ready for distribution: "; \
768	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
769	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
770distuninstallcheck:
771	@cd $(distuninstallcheck_dir) \
772	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
773	   || { echo "ERROR: files left after uninstall:" ; \
774	        if test -n "$(DESTDIR)"; then \
775	          echo "  (check DESTDIR support)"; \
776	        fi ; \
777	        $(distuninstallcheck_listfiles) ; \
778	        exit 1; } >&2
779distcleancheck: distclean
780	@if test '$(srcdir)' = . ; then \
781	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
782	  exit 1 ; \
783	fi
784	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
785	  || { echo "ERROR: files left in build directory after distclean:" ; \
786	       $(distcleancheck_listfiles) ; \
787	       exit 1; } >&2
788check-am: all-am
789check: check-recursive
790all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
791installdirs: installdirs-recursive
792installdirs-am:
793	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(launchagentsdir)" "$(DESTDIR)$(xinitrcdir)"; do \
794	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
795	done
796install: install-recursive
797install-exec: install-exec-recursive
798install-data: install-data-recursive
799uninstall: uninstall-recursive
800
801install-am: all-am
802	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
803
804installcheck: installcheck-recursive
805install-strip:
806	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
807	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
808	  `test -z '$(STRIP)' || \
809	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
810mostlyclean-generic:
811
812clean-generic:
813	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
814
815distclean-generic:
816	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
817
818maintainer-clean-generic:
819	@echo "This command is intended for maintainers to use"
820	@echo "it deletes files that may require special tools to rebuild."
821clean: clean-recursive
822
823clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
824
825distclean: distclean-recursive
826	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
827	-rm -rf ./$(DEPDIR)
828	-rm -f Makefile
829distclean-am: clean-am distclean-compile distclean-generic \
830	distclean-hdr distclean-tags
831
832dvi: dvi-recursive
833
834dvi-am:
835
836html: html-recursive
837
838info: info-recursive
839
840info-am:
841
842install-data-am: install-appmanDATA install-launchagentsDATA \
843	install-xinitrcDATA
844
845install-dvi: install-dvi-recursive
846
847install-exec-am: install-binPROGRAMS install-binSCRIPTS
848
849install-html: install-html-recursive
850
851install-info: install-info-recursive
852
853install-man:
854
855install-pdf: install-pdf-recursive
856
857install-ps: install-ps-recursive
858
859installcheck-am:
860
861maintainer-clean: maintainer-clean-recursive
862	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
863	-rm -rf $(top_srcdir)/autom4te.cache
864	-rm -rf ./$(DEPDIR)
865	-rm -f Makefile
866maintainer-clean-am: distclean-am maintainer-clean-generic
867
868mostlyclean: mostlyclean-recursive
869
870mostlyclean-am: mostlyclean-compile mostlyclean-generic
871
872pdf: pdf-recursive
873
874pdf-am:
875
876ps: ps-recursive
877
878ps-am:
879
880uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
881	uninstall-binSCRIPTS uninstall-launchagentsDATA \
882	uninstall-xinitrcDATA
883
884.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
885	install-strip
886
887.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
888	all all-am am--refresh check check-am clean clean-binPROGRAMS \
889	clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
890	dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
891	distclean distclean-compile distclean-generic distclean-hdr \
892	distclean-tags distcleancheck distdir distuninstallcheck dvi \
893	dvi-am html html-am info info-am install install-am \
894	install-appmanDATA install-binPROGRAMS install-binSCRIPTS \
895	install-data install-data-am install-dvi install-dvi-am \
896	install-exec install-exec-am install-html install-html-am \
897	install-info install-info-am install-launchagentsDATA \
898	install-man install-pdf install-pdf-am install-ps \
899	install-ps-am install-strip install-xinitrcDATA installcheck \
900	installcheck-am installdirs installdirs-am maintainer-clean \
901	maintainer-clean-generic mostlyclean mostlyclean-compile \
902	mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
903	uninstall uninstall-am uninstall-appmanDATA \
904	uninstall-binPROGRAMS uninstall-binSCRIPTS \
905	uninstall-launchagentsDATA uninstall-xinitrcDATA
906
907
908.cpp:
909	$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
910
911.man.$(APP_MAN_SUFFIX):
912	$(RAWCPP) $(RAWCPPFLAGS) $(MANDEFS) $(EXTRAMANDEFS) < $< | $(CPP_SED_MAGIC) > $@
913
914.PHONY: ChangeLog
915
916ChangeLog:
917	(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
918
919dist-hook: ChangeLog
920# Tell versions [3.59,3.63) of GNU make to not export all variables.
921# Otherwise a system limit (for SysV at least) may be exceeded.
922.NOEXPORT:
923