Makefile.in revision b3078add
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# 
19#  Copyright 2005  Red Hat, Inc.
20# 
21#  Permission to use, copy, modify, distribute, and sell this software and its
22#  documentation for any purpose is hereby granted without fee, provided that
23#  the above copyright notice appear in all copies and that both that
24#  copyright notice and this permission notice appear in supporting
25#  documentation, and that the name of Red Hat not be used in
26#  advertising or publicity pertaining to distribution of the software without
27#  specific, written prior permission.  Red Hat makes no
28#  representations about the suitability of this software for any purpose.  It
29#  is provided "as is" without express or implied warranty.
30# 
31#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37#  PERFORMANCE OF THIS SOFTWARE.
38
39
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59bin_PROGRAMS = proxymngr$(EXEEXT)
60subdir = .
61DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62	$(srcdir)/Makefile.in $(srcdir)/xconfig.h.in \
63	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
64	config.guess config.sub depcomp install-sh missing
65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66am__aclocal_m4_deps = $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70 configure.lineno config.status.lineno
71mkinstalldirs = $(install_sh) -d
72CONFIG_HEADER = xconfig.h
73CONFIG_CLEAN_FILES =
74CONFIG_CLEAN_VPATH_FILES =
75am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" \
76	"$(DESTDIR)$(configdir)"
77PROGRAMS = $(bin_PROGRAMS)
78am_proxymngr_OBJECTS = config.$(OBJEXT) main.$(OBJEXT) pmdb.$(OBJEXT)
79proxymngr_OBJECTS = $(am_proxymngr_OBJECTS)
80am__DEPENDENCIES_1 =
81proxymngr_DEPENDENCIES = $(am__DEPENDENCIES_1)
82DEFAULT_INCLUDES = -I.@am__isrc@
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85am__mv = mv -f
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88AM_V_CC = $(am__v_CC_$(V))
89am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
90am__v_CC_0 = @echo "  CC    " $@;
91AM_V_at = $(am__v_at_$(V))
92am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
93am__v_at_0 = @
94CCLD = $(CC)
95LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
96AM_V_CCLD = $(am__v_CCLD_$(V))
97am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
98am__v_CCLD_0 = @echo "  CCLD  " $@;
99AM_V_GEN = $(am__v_GEN_$(V))
100am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
101am__v_GEN_0 = @echo "  GEN   " $@;
102SOURCES = $(proxymngr_SOURCES)
103DIST_SOURCES = $(proxymngr_SOURCES)
104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105am__vpath_adj = case $$p in \
106    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
107    *) f=$$p;; \
108  esac;
109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
110am__install_max = 40
111am__nobase_strip_setup = \
112  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
113am__nobase_strip = \
114  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
115am__nobase_list = $(am__nobase_strip_setup); \
116  for p in $$list; do echo "$$p $$p"; done | \
117  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
118  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
119    if (++n[$$2] == $(am__install_max)) \
120      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121    END { for (dir in files) print dir, files[dir] }'
122am__base_list = \
123  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
124  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
125DATA = $(appman_DATA) $(config_DATA)
126ETAGS = etags
127CTAGS = ctags
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129distdir = $(PACKAGE)-$(VERSION)
130top_distdir = $(distdir)
131am__remove_distdir = \
132  { test ! -d "$(distdir)" \
133    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
134         && rm -fr "$(distdir)"; }; }
135DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
136GZIP_ENV = --best
137distuninstallcheck_listfiles = find . -type f -print
138distcleancheck_listfiles = find . -type f -print
139ACLOCAL = @ACLOCAL@
140ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
141ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
142AMTAR = @AMTAR@
143AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
144APP_MAN_DIR = @APP_MAN_DIR@
145APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
146AUTOCONF = @AUTOCONF@
147AUTOHEADER = @AUTOHEADER@
148AUTOMAKE = @AUTOMAKE@
149AWK = @AWK@
150CC = @CC@
151CCDEPMODE = @CCDEPMODE@
152CFLAGS = @CFLAGS@
153CHANGELOG_CMD = @CHANGELOG_CMD@
154CPP = @CPP@
155CPPFLAGS = @CPPFLAGS@
156CWARNFLAGS = @CWARNFLAGS@
157CYGPATH_W = @CYGPATH_W@
158DEFS = @DEFS@
159DEPDIR = @DEPDIR@
160DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
161DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
162ECHO_C = @ECHO_C@
163ECHO_N = @ECHO_N@
164ECHO_T = @ECHO_T@
165EGREP = @EGREP@
166EXEEXT = @EXEEXT@
167FILE_MAN_DIR = @FILE_MAN_DIR@
168FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
169GREP = @GREP@
170INSTALL = @INSTALL@
171INSTALL_CMD = @INSTALL_CMD@
172INSTALL_DATA = @INSTALL_DATA@
173INSTALL_PROGRAM = @INSTALL_PROGRAM@
174INSTALL_SCRIPT = @INSTALL_SCRIPT@
175INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176LBXPROXY = @LBXPROXY@
177LDFLAGS = @LDFLAGS@
178LIBOBJS = @LIBOBJS@
179LIBS = @LIBS@
180LIB_MAN_DIR = @LIB_MAN_DIR@
181LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
182LTLIBOBJS = @LTLIBOBJS@
183MAINT = @MAINT@
184MAKEINFO = @MAKEINFO@
185MAN_SUBSTS = @MAN_SUBSTS@
186MISC_MAN_DIR = @MISC_MAN_DIR@
187MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
188MKDIR_P = @MKDIR_P@
189OBJEXT = @OBJEXT@
190PACKAGE = @PACKAGE@
191PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192PACKAGE_NAME = @PACKAGE_NAME@
193PACKAGE_STRING = @PACKAGE_STRING@
194PACKAGE_TARNAME = @PACKAGE_TARNAME@
195PACKAGE_URL = @PACKAGE_URL@
196PACKAGE_VERSION = @PACKAGE_VERSION@
197PATH_SEPARATOR = @PATH_SEPARATOR@
198PKG_CONFIG = @PKG_CONFIG@
199PROXYMNGR_CFLAGS = @PROXYMNGR_CFLAGS@
200PROXYMNGR_LIBS = @PROXYMNGR_LIBS@
201SED = @SED@
202SET_MAKE = @SET_MAKE@
203SHELL = @SHELL@
204STRIP = @STRIP@
205VERSION = @VERSION@
206XORG_MAN_PAGE = @XORG_MAN_PAGE@
207abs_builddir = @abs_builddir@
208abs_srcdir = @abs_srcdir@
209abs_top_builddir = @abs_top_builddir@
210abs_top_srcdir = @abs_top_srcdir@
211ac_ct_CC = @ac_ct_CC@
212am__include = @am__include@
213am__leading_dot = @am__leading_dot@
214am__quote = @am__quote@
215am__tar = @am__tar@
216am__untar = @am__untar@
217bindir = @bindir@
218build = @build@
219build_alias = @build_alias@
220build_cpu = @build_cpu@
221build_os = @build_os@
222build_vendor = @build_vendor@
223builddir = @builddir@
224datadir = @datadir@
225datarootdir = @datarootdir@
226docdir = @docdir@
227dvidir = @dvidir@
228exec_prefix = @exec_prefix@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234htmldir = @htmldir@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
238libdir = @libdir@
239libexecdir = @libexecdir@
240localedir = @localedir@
241localstatedir = @localstatedir@
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244oldincludedir = @oldincludedir@
245pdfdir = @pdfdir@
246prefix = @prefix@
247program_transform_name = @program_transform_name@
248psdir = @psdir@
249sbindir = @sbindir@
250sharedstatedir = @sharedstatedir@
251srcdir = @srcdir@
252sysconfdir = @sysconfdir@
253target_alias = @target_alias@
254top_build_prefix = @top_build_prefix@
255top_builddir = @top_builddir@
256top_srcdir = @top_srcdir@
257CONFIG_DIR = $(libdir)/X11/proxymngr
258AM_CFLAGS = \
259	$(CWARNFLAGS)					\
260	$(PROXYMNGR_CFLAGS)				\
261	-DXVENDORNAME=\"The\ X\.Org\ Foundation\"	\
262	-DXORG_RELEASE=\"Release\ $(VERSION)\"		\
263	-DCONFIG_FILE=\"$(CONFIG_DIR)/proxymngr/pmconfig\"
264
265proxymngr_LDADD = $(PROXYMNGR_LIBS)
266proxymngr_SOURCES = \
267        config.c \
268        config.h \
269        main.c \
270        pmdb.c \
271        pmdb.h \
272        pmint.h
273
274appman_PRE = \
275        proxymngr.man
276
277configdir = $(CONFIG_DIR)
278config_DATA = pmconfig
279EXTRA_DIST = pmconfig.cpp $(appman_PRE) ChangeLog
280CLEANFILES = pmconfig $(appman_DATA)
281appmandir = $(APP_MAN_DIR)
282appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
283SUFFIXES = .$(APP_MAN_SUFFIX) .man
284MAINTAINERCLEANFILES = ChangeLog
285all: xconfig.h
286	$(MAKE) $(AM_MAKEFLAGS) all-am
287
288.SUFFIXES:
289.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
290am--refresh:
291	@:
292$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
293	@for dep in $?; do \
294	  case '$(am__configure_deps)' in \
295	    *$$dep*) \
296	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
297	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
298		&& exit 0; \
299	      exit 1;; \
300	  esac; \
301	done; \
302	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
303	$(am__cd) $(top_srcdir) && \
304	  $(AUTOMAKE) --gnu Makefile
305.PRECIOUS: Makefile
306Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307	@case '$?' in \
308	  *config.status*) \
309	    echo ' $(SHELL) ./config.status'; \
310	    $(SHELL) ./config.status;; \
311	  *) \
312	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
313	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
314	esac;
315
316$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
317	$(SHELL) ./config.status --recheck
318
319$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
320	$(am__cd) $(srcdir) && $(AUTOCONF)
321$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
322	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
323$(am__aclocal_m4_deps):
324
325xconfig.h: stamp-h1
326	@if test ! -f $@; then \
327	  rm -f stamp-h1; \
328	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
329	else :; fi
330
331stamp-h1: $(srcdir)/xconfig.h.in $(top_builddir)/config.status
332	@rm -f stamp-h1
333	cd $(top_builddir) && $(SHELL) ./config.status xconfig.h
334$(srcdir)/xconfig.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
335	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
336	rm -f stamp-h1
337	touch $@
338
339distclean-hdr:
340	-rm -f xconfig.h stamp-h1
341install-binPROGRAMS: $(bin_PROGRAMS)
342	@$(NORMAL_INSTALL)
343	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
344	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
345	for p in $$list; do echo "$$p $$p"; done | \
346	sed 's/$(EXEEXT)$$//' | \
347	while read p p1; do if test -f $$p; \
348	  then echo "$$p"; echo "$$p"; else :; fi; \
349	done | \
350	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
351	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
352	sed 'N;N;N;s,\n, ,g' | \
353	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
354	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
355	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
356	    else { print "f", $$3 "/" $$4, $$1; } } \
357	  END { for (d in files) print "f", d, files[d] }' | \
358	while read type dir files; do \
359	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
360	    test -z "$$files" || { \
361	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
362	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
363	    } \
364	; done
365
366uninstall-binPROGRAMS:
367	@$(NORMAL_UNINSTALL)
368	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
369	files=`for p in $$list; do echo "$$p"; done | \
370	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
371	      -e 's/$$/$(EXEEXT)/' `; \
372	test -n "$$list" || exit 0; \
373	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
374	cd "$(DESTDIR)$(bindir)" && rm -f $$files
375
376clean-binPROGRAMS:
377	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
378proxymngr$(EXEEXT): $(proxymngr_OBJECTS) $(proxymngr_DEPENDENCIES) 
379	@rm -f proxymngr$(EXEEXT)
380	$(AM_V_CCLD)$(LINK) $(proxymngr_OBJECTS) $(proxymngr_LDADD) $(LIBS)
381
382mostlyclean-compile:
383	-rm -f *.$(OBJEXT)
384
385distclean-compile:
386	-rm -f *.tab.c
387
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmdb.Po@am__quote@
391
392.c.o:
393@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
397@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398@am__fastdepCC_FALSE@	$(COMPILE) -c $<
399
400.c.obj:
401@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
402@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
403@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
404@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
407install-appmanDATA: $(appman_DATA)
408	@$(NORMAL_INSTALL)
409	test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
410	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
411	for p in $$list; do \
412	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
413	  echo "$$d$$p"; \
414	done | $(am__base_list) | \
415	while read files; do \
416	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
417	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
418	done
419
420uninstall-appmanDATA:
421	@$(NORMAL_UNINSTALL)
422	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
423	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
424	test -n "$$files" || exit 0; \
425	echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
426	cd "$(DESTDIR)$(appmandir)" && rm -f $$files
427install-configDATA: $(config_DATA)
428	@$(NORMAL_INSTALL)
429	test -z "$(configdir)" || $(MKDIR_P) "$(DESTDIR)$(configdir)"
430	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
431	for p in $$list; do \
432	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
433	  echo "$$d$$p"; \
434	done | $(am__base_list) | \
435	while read files; do \
436	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
437	  $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
438	done
439
440uninstall-configDATA:
441	@$(NORMAL_UNINSTALL)
442	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
443	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
444	test -n "$$files" || exit 0; \
445	echo " ( cd '$(DESTDIR)$(configdir)' && rm -f" $$files ")"; \
446	cd "$(DESTDIR)$(configdir)" && rm -f $$files
447
448ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454	      END { if (nonempty) { for (i in files) print i; }; }'`; \
455	mkid -fID $$unique
456tags: TAGS
457
458TAGS:  $(HEADERS) $(SOURCES) xconfig.h.in $(TAGS_DEPENDENCIES) \
459		$(TAGS_FILES) $(LISP)
460	set x; \
461	here=`pwd`; \
462	list='$(SOURCES) $(HEADERS) xconfig.h.in $(LISP) $(TAGS_FILES)'; \
463	unique=`for i in $$list; do \
464	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465	  done | \
466	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468	shift; \
469	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470	  test -n "$$unique" || unique=$$empty_fix; \
471	  if test $$# -gt 0; then \
472	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473	      "$$@" $$unique; \
474	  else \
475	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476	      $$unique; \
477	  fi; \
478	fi
479ctags: CTAGS
480CTAGS:  $(HEADERS) $(SOURCES) xconfig.h.in $(TAGS_DEPENDENCIES) \
481		$(TAGS_FILES) $(LISP)
482	list='$(SOURCES) $(HEADERS) xconfig.h.in $(LISP) $(TAGS_FILES)'; \
483	unique=`for i in $$list; do \
484	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485	  done | \
486	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487	      END { if (nonempty) { for (i in files) print i; }; }'`; \
488	test -z "$(CTAGS_ARGS)$$unique" \
489	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490	     $$unique
491
492GTAGS:
493	here=`$(am__cd) $(top_builddir) && pwd` \
494	  && $(am__cd) $(top_srcdir) \
495	  && gtags -i $(GTAGS_ARGS) "$$here"
496
497distclean-tags:
498	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500distdir: $(DISTFILES)
501	$(am__remove_distdir)
502	test -d "$(distdir)" || mkdir "$(distdir)"
503	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505	list='$(DISTFILES)'; \
506	  dist_files=`for file in $$list; do echo $$file; done | \
507	  sed -e "s|^$$srcdirstrip/||;t" \
508	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
509	case $$dist_files in \
510	  */*) $(MKDIR_P) `echo "$$dist_files" | \
511			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512			   sort -u` ;; \
513	esac; \
514	for file in $$dist_files; do \
515	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516	  if test -d $$d/$$file; then \
517	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
518	    if test -d "$(distdir)/$$file"; then \
519	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520	    fi; \
521	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
523	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524	    fi; \
525	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
526	  else \
527	    test -f "$(distdir)/$$file" \
528	    || cp -p $$d/$$file "$(distdir)/$$file" \
529	    || exit 1; \
530	  fi; \
531	done
532	$(MAKE) $(AM_MAKEFLAGS) \
533	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
534	  dist-hook
535	-test -n "$(am__skip_mode_fix)" \
536	|| find "$(distdir)" -type d ! -perm -755 \
537		-exec chmod u+rwx,go+rx {} \; -o \
538	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
539	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
540	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
541	|| chmod -R a+r "$(distdir)"
542dist-gzip: distdir
543	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544	$(am__remove_distdir)
545dist-bzip2: distdir
546	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
547	$(am__remove_distdir)
548
549dist-lzma: distdir
550	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
551	$(am__remove_distdir)
552
553dist-xz: distdir
554	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
555	$(am__remove_distdir)
556
557dist-tarZ: distdir
558	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
559	$(am__remove_distdir)
560
561dist-shar: distdir
562	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
563	$(am__remove_distdir)
564
565dist-zip: distdir
566	-rm -f $(distdir).zip
567	zip -rq $(distdir).zip $(distdir)
568	$(am__remove_distdir)
569
570dist dist-all: distdir
571	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
573	$(am__remove_distdir)
574
575# This target untars the dist file and tries a VPATH configuration.  Then
576# it guarantees that the distribution is self-contained by making another
577# tarfile.
578distcheck: dist
579	case '$(DIST_ARCHIVES)' in \
580	*.tar.gz*) \
581	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
582	*.tar.bz2*) \
583	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
584	*.tar.lzma*) \
585	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
586	*.tar.xz*) \
587	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
588	*.tar.Z*) \
589	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590	*.shar.gz*) \
591	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
592	*.zip*) \
593	  unzip $(distdir).zip ;;\
594	esac
595	chmod -R a-w $(distdir); chmod a+w $(distdir)
596	mkdir $(distdir)/_build
597	mkdir $(distdir)/_inst
598	chmod a-w $(distdir)
599	test -d $(distdir)/_build || exit 0; \
600	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
601	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
602	  && am__cwd=`pwd` \
603	  && $(am__cd) $(distdir)/_build \
604	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
605	    $(DISTCHECK_CONFIGURE_FLAGS) \
606	  && $(MAKE) $(AM_MAKEFLAGS) \
607	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
608	  && $(MAKE) $(AM_MAKEFLAGS) check \
609	  && $(MAKE) $(AM_MAKEFLAGS) install \
610	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
611	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
612	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
613	        distuninstallcheck \
614	  && chmod -R a-w "$$dc_install_base" \
615	  && ({ \
616	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
617	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
618	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
619	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
620	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
621	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
622	  && rm -rf "$$dc_destdir" \
623	  && $(MAKE) $(AM_MAKEFLAGS) dist \
624	  && rm -rf $(DIST_ARCHIVES) \
625	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
626	  && cd "$$am__cwd" \
627	  || exit 1
628	$(am__remove_distdir)
629	@(echo "$(distdir) archives ready for distribution: "; \
630	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
631	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
632distuninstallcheck:
633	@$(am__cd) '$(distuninstallcheck_dir)' \
634	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
635	   || { echo "ERROR: files left after uninstall:" ; \
636	        if test -n "$(DESTDIR)"; then \
637	          echo "  (check DESTDIR support)"; \
638	        fi ; \
639	        $(distuninstallcheck_listfiles) ; \
640	        exit 1; } >&2
641distcleancheck: distclean
642	@if test '$(srcdir)' = . ; then \
643	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
644	  exit 1 ; \
645	fi
646	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
647	  || { echo "ERROR: files left in build directory after distclean:" ; \
648	       $(distcleancheck_listfiles) ; \
649	       exit 1; } >&2
650check-am: all-am
651check: check-am
652all-am: Makefile $(PROGRAMS) $(DATA) xconfig.h
653installdirs:
654	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(configdir)"; do \
655	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
656	done
657install: install-am
658install-exec: install-exec-am
659install-data: install-data-am
660uninstall: uninstall-am
661
662install-am: all-am
663	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
664
665installcheck: installcheck-am
666install-strip:
667	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669	  `test -z '$(STRIP)' || \
670	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
671mostlyclean-generic:
672
673clean-generic:
674	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
675
676distclean-generic:
677	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679
680maintainer-clean-generic:
681	@echo "This command is intended for maintainers to use"
682	@echo "it deletes files that may require special tools to rebuild."
683	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
684clean: clean-am
685
686clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
687
688distclean: distclean-am
689	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
690	-rm -rf ./$(DEPDIR)
691	-rm -f Makefile
692distclean-am: clean-am distclean-compile distclean-generic \
693	distclean-hdr distclean-tags
694
695dvi: dvi-am
696
697dvi-am:
698
699html: html-am
700
701html-am:
702
703info: info-am
704
705info-am:
706
707install-data-am: install-appmanDATA install-configDATA
708
709install-dvi: install-dvi-am
710
711install-dvi-am:
712
713install-exec-am: install-binPROGRAMS
714
715install-html: install-html-am
716
717install-html-am:
718
719install-info: install-info-am
720
721install-info-am:
722
723install-man:
724
725install-pdf: install-pdf-am
726
727install-pdf-am:
728
729install-ps: install-ps-am
730
731install-ps-am:
732
733installcheck-am:
734
735maintainer-clean: maintainer-clean-am
736	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
737	-rm -rf $(top_srcdir)/autom4te.cache
738	-rm -rf ./$(DEPDIR)
739	-rm -f Makefile
740maintainer-clean-am: distclean-am maintainer-clean-generic
741
742mostlyclean: mostlyclean-am
743
744mostlyclean-am: mostlyclean-compile mostlyclean-generic
745
746pdf: pdf-am
747
748pdf-am:
749
750ps: ps-am
751
752ps-am:
753
754uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
755	uninstall-configDATA
756
757.MAKE: all install-am install-strip
758
759.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
760	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
761	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
762	dist-zip distcheck distclean distclean-compile \
763	distclean-generic distclean-hdr distclean-tags distcleancheck \
764	distdir distuninstallcheck dvi dvi-am html html-am info \
765	info-am install install-am install-appmanDATA \
766	install-binPROGRAMS install-configDATA install-data \
767	install-data-am install-dvi install-dvi-am install-exec \
768	install-exec-am install-html install-html-am install-info \
769	install-info-am install-man install-pdf install-pdf-am \
770	install-ps install-ps-am install-strip installcheck \
771	installcheck-am installdirs maintainer-clean \
772	maintainer-clean-generic mostlyclean mostlyclean-compile \
773	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
774	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
775	uninstall-configDATA
776
777
778pmconfig: pmconfig.cpp
779	$(SED) -e s/LBXPROXY/`echo @LBXPROXY@ | sed -e s/\\\\//\\\\\\\\\\\\//g`/ < $(srcdir)/pmconfig.cpp > $@
780
781# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
782.man.$(APP_MAN_SUFFIX):
783	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
784
785.PHONY: ChangeLog
786
787ChangeLog:
788	$(CHANGELOG_CMD)
789
790dist-hook: ChangeLog
791
792# Tell versions [3.59,3.63) of GNU make to not export all variables.
793# Otherwise a system limit (for SysV at least) may be exceeded.
794.NOEXPORT:
795