1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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
39VPATH = @srcdir@
40am__is_gnu_make = { \
41  if test -z '$(MAKELEVEL)'; then \
42    false; \
43  elif test -n '$(MAKE_HOST)'; then \
44    true; \
45  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46    true; \
47  else \
48    false; \
49  fi; \
50}
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95pkgdatadir = $(datadir)/@PACKAGE@
96pkgincludedir = $(includedir)/@PACKAGE@
97pkglibdir = $(libdir)/@PACKAGE@
98pkglibexecdir = $(libexecdir)/@PACKAGE@
99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100install_sh_DATA = $(install_sh) -c -m 644
101install_sh_PROGRAM = $(install_sh) -c
102install_sh_SCRIPT = $(install_sh) -c
103INSTALL_HEADER = $(INSTALL_DATA)
104transform = $(program_transform_name)
105NORMAL_INSTALL = :
106PRE_INSTALL = :
107POST_INSTALL = :
108NORMAL_UNINSTALL = :
109PRE_UNINSTALL = :
110POST_UNINSTALL = :
111build_triplet = @build@
112host_triplet = @host@
113bin_PROGRAMS = xfindproxy$(EXEEXT)
114subdir = .
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
120	$(am__configure_deps) $(am__DIST_COMMON)
121am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
122 configure.lineno config.status.lineno
123mkinstalldirs = $(install_sh) -d
124CONFIG_HEADER = config.h
125CONFIG_CLEAN_FILES =
126CONFIG_CLEAN_VPATH_FILES =
127am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
128PROGRAMS = $(bin_PROGRAMS)
129am_xfindproxy_OBJECTS = xfindproxy.$(OBJEXT)
130xfindproxy_OBJECTS = $(am_xfindproxy_OBJECTS)
131am__DEPENDENCIES_1 =
132xfindproxy_DEPENDENCIES = $(am__DEPENDENCIES_1)
133AM_V_P = $(am__v_P_@AM_V@)
134am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135am__v_P_0 = false
136am__v_P_1 = :
137AM_V_GEN = $(am__v_GEN_@AM_V@)
138am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139am__v_GEN_0 = @echo "  GEN     " $@;
140am__v_GEN_1 = 
141AM_V_at = $(am__v_at_@AM_V@)
142am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143am__v_at_0 = @
144am__v_at_1 = 
145DEFAULT_INCLUDES = -I.@am__isrc@
146depcomp = $(SHELL) $(top_srcdir)/depcomp
147am__depfiles_maybe = depfiles
148am__mv = mv -f
149COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
150	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151AM_V_CC = $(am__v_CC_@AM_V@)
152am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153am__v_CC_0 = @echo "  CC      " $@;
154am__v_CC_1 = 
155CCLD = $(CC)
156LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
157AM_V_CCLD = $(am__v_CCLD_@AM_V@)
158am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
159am__v_CCLD_0 = @echo "  CCLD    " $@;
160am__v_CCLD_1 = 
161SOURCES = $(xfindproxy_SOURCES)
162DIST_SOURCES = $(xfindproxy_SOURCES)
163am__can_run_installinfo = \
164  case $$AM_UPDATE_INFO_DIR in \
165    n|no|NO) false;; \
166    *) (install-info --version) >/dev/null 2>&1;; \
167  esac
168am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169am__vpath_adj = case $$p in \
170    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171    *) f=$$p;; \
172  esac;
173am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174am__install_max = 40
175am__nobase_strip_setup = \
176  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177am__nobase_strip = \
178  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179am__nobase_list = $(am__nobase_strip_setup); \
180  for p in $$list; do echo "$$p $$p"; done | \
181  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183    if (++n[$$2] == $(am__install_max)) \
184      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185    END { for (dir in files) print dir, files[dir] }'
186am__base_list = \
187  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189am__uninstall_files_from_dir = { \
190  test -z "$$files" \
191    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193         $(am__cd) "$$dir" && rm -f $$files; }; \
194  }
195DATA = $(appman_DATA)
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
197	$(LISP)config.h.in
198# Read a list of newline-separated strings from the standard input,
199# and print each of them once, without duplicates.  Input order is
200# *not* preserved.
201am__uniquify_input = $(AWK) '\
202  BEGIN { nonempty = 0; } \
203  { items[$$0] = 1; nonempty = 1; } \
204  END { if (nonempty) { for (i in items) print i; }; } \
205'
206# Make sure the list of sources is unique.  This is necessary because,
207# e.g., the same source file might be shared among _SOURCES variables
208# for different programs/libraries.
209am__define_uniq_tagged_files = \
210  list='$(am__tagged_files)'; \
211  unique=`for i in $$list; do \
212    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213  done | $(am__uniquify_input)`
214ETAGS = etags
215CTAGS = ctags
216CSCOPE = cscope
217AM_RECURSIVE_TARGETS = cscope
218am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
219	ChangeLog README compile config.guess config.sub depcomp \
220	install-sh missing
221DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222distdir = $(PACKAGE)-$(VERSION)
223top_distdir = $(distdir)
224am__remove_distdir = \
225  if test -d "$(distdir)"; then \
226    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
227      && rm -rf "$(distdir)" \
228      || { sleep 5 && rm -rf "$(distdir)"; }; \
229  else :; fi
230am__post_remove_distdir = $(am__remove_distdir)
231DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
232GZIP_ENV = --best
233DIST_TARGETS = dist-bzip2 dist-gzip
234distuninstallcheck_listfiles = find . -type f -print
235am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
236  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
237distcleancheck_listfiles = find . -type f -print
238ACLOCAL = @ACLOCAL@
239ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
240ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
241AMTAR = @AMTAR@
242AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243APP_MAN_DIR = @APP_MAN_DIR@
244APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
245AUTOCONF = @AUTOCONF@
246AUTOHEADER = @AUTOHEADER@
247AUTOMAKE = @AUTOMAKE@
248AWK = @AWK@
249BASE_CFLAGS = @BASE_CFLAGS@
250CC = @CC@
251CCDEPMODE = @CCDEPMODE@
252CFLAGS = @CFLAGS@
253CHANGELOG_CMD = @CHANGELOG_CMD@
254CPP = @CPP@
255CPPFLAGS = @CPPFLAGS@
256CWARNFLAGS = @CWARNFLAGS@
257CYGPATH_W = @CYGPATH_W@
258DEFS = @DEFS@
259DEPDIR = @DEPDIR@
260DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
261DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
262ECHO_C = @ECHO_C@
263ECHO_N = @ECHO_N@
264ECHO_T = @ECHO_T@
265EGREP = @EGREP@
266EXEEXT = @EXEEXT@
267FILE_MAN_DIR = @FILE_MAN_DIR@
268FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
269GREP = @GREP@
270INSTALL = @INSTALL@
271INSTALL_CMD = @INSTALL_CMD@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276LDFLAGS = @LDFLAGS@
277LIBOBJS = @LIBOBJS@
278LIBS = @LIBS@
279LIB_MAN_DIR = @LIB_MAN_DIR@
280LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
281LTLIBOBJS = @LTLIBOBJS@
282MAKEINFO = @MAKEINFO@
283MAN_SUBSTS = @MAN_SUBSTS@
284MISC_MAN_DIR = @MISC_MAN_DIR@
285MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
286MKDIR_P = @MKDIR_P@
287OBJEXT = @OBJEXT@
288PACKAGE = @PACKAGE@
289PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290PACKAGE_NAME = @PACKAGE_NAME@
291PACKAGE_STRING = @PACKAGE_STRING@
292PACKAGE_TARNAME = @PACKAGE_TARNAME@
293PACKAGE_URL = @PACKAGE_URL@
294PACKAGE_VERSION = @PACKAGE_VERSION@
295PATH_SEPARATOR = @PATH_SEPARATOR@
296PKG_CONFIG = @PKG_CONFIG@
297SED = @SED@
298SET_MAKE = @SET_MAKE@
299SHELL = @SHELL@
300STRICT_CFLAGS = @STRICT_CFLAGS@
301STRIP = @STRIP@
302VERSION = @VERSION@
303XFINDPROXY_CFLAGS = @XFINDPROXY_CFLAGS@
304XFINDPROXY_LIBS = @XFINDPROXY_LIBS@
305XORG_MAN_PAGE = @XORG_MAN_PAGE@
306abs_builddir = @abs_builddir@
307abs_srcdir = @abs_srcdir@
308abs_top_builddir = @abs_top_builddir@
309abs_top_srcdir = @abs_top_srcdir@
310ac_ct_CC = @ac_ct_CC@
311am__include = @am__include@
312am__leading_dot = @am__leading_dot@
313am__quote = @am__quote@
314am__tar = @am__tar@
315am__untar = @am__untar@
316bindir = @bindir@
317build = @build@
318build_alias = @build_alias@
319build_cpu = @build_cpu@
320build_os = @build_os@
321build_vendor = @build_vendor@
322builddir = @builddir@
323datadir = @datadir@
324datarootdir = @datarootdir@
325docdir = @docdir@
326dvidir = @dvidir@
327exec_prefix = @exec_prefix@
328host = @host@
329host_alias = @host_alias@
330host_cpu = @host_cpu@
331host_os = @host_os@
332host_vendor = @host_vendor@
333htmldir = @htmldir@
334includedir = @includedir@
335infodir = @infodir@
336install_sh = @install_sh@
337libdir = @libdir@
338libexecdir = @libexecdir@
339localedir = @localedir@
340localstatedir = @localstatedir@
341mandir = @mandir@
342mkdir_p = @mkdir_p@
343oldincludedir = @oldincludedir@
344pdfdir = @pdfdir@
345prefix = @prefix@
346program_transform_name = @program_transform_name@
347psdir = @psdir@
348sbindir = @sbindir@
349sharedstatedir = @sharedstatedir@
350srcdir = @srcdir@
351sysconfdir = @sysconfdir@
352target_alias = @target_alias@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_srcdir = @top_srcdir@
356AM_CFLAGS = $(CWARNFLAGS) $(XFINDPROXY_CFLAGS)
357xfindproxy_LDADD = $(XFINDPROXY_LIBS)
358xfindproxy_SOURCES = \
359        xfindproxy.c \
360        xfindproxy.h
361
362appman_PRE = \
363        xfindproxy.man
364
365appmandir = $(APP_MAN_DIR)
366appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
367EXTRA_DIST = $(appman_PRE) ChangeLog
368CLEANFILES = $(appman_DATA)
369SUFFIXES = .$(APP_MAN_SUFFIX) .man
370MAINTAINERCLEANFILES = ChangeLog
371all: config.h
372	$(MAKE) $(AM_MAKEFLAGS) all-am
373
374.SUFFIXES:
375.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
376am--refresh: Makefile
377	@:
378$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
379	@for dep in $?; do \
380	  case '$(am__configure_deps)' in \
381	    *$$dep*) \
382	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
383	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
384		&& exit 0; \
385	      exit 1;; \
386	  esac; \
387	done; \
388	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
389	$(am__cd) $(top_srcdir) && \
390	  $(AUTOMAKE) --foreign Makefile
391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392	@case '$?' in \
393	  *config.status*) \
394	    echo ' $(SHELL) ./config.status'; \
395	    $(SHELL) ./config.status;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	$(SHELL) ./config.status --recheck
403
404$(top_srcdir)/configure:  $(am__configure_deps)
405	$(am__cd) $(srcdir) && $(AUTOCONF)
406$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
408$(am__aclocal_m4_deps):
409
410config.h: stamp-h1
411	@test -f $@ || rm -f stamp-h1
412	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
413
414stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
415	@rm -f stamp-h1
416	cd $(top_builddir) && $(SHELL) ./config.status config.h
417$(srcdir)/config.h.in:  $(am__configure_deps) 
418	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
419	rm -f stamp-h1
420	touch $@
421
422distclean-hdr:
423	-rm -f config.h stamp-h1
424install-binPROGRAMS: $(bin_PROGRAMS)
425	@$(NORMAL_INSTALL)
426	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
427	if test -n "$$list"; then \
428	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
429	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
430	fi; \
431	for p in $$list; do echo "$$p $$p"; done | \
432	sed 's/$(EXEEXT)$$//' | \
433	while read p p1; do if test -f $$p \
434	  ; then echo "$$p"; echo "$$p"; else :; fi; \
435	done | \
436	sed -e 'p;s,.*/,,;n;h' \
437	    -e 's|.*|.|' \
438	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
439	sed 'N;N;N;s,\n, ,g' | \
440	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
441	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
442	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
443	    else { print "f", $$3 "/" $$4, $$1; } } \
444	  END { for (d in files) print "f", d, files[d] }' | \
445	while read type dir files; do \
446	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
447	    test -z "$$files" || { \
448	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
449	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
450	    } \
451	; done
452
453uninstall-binPROGRAMS:
454	@$(NORMAL_UNINSTALL)
455	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
456	files=`for p in $$list; do echo "$$p"; done | \
457	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
458	      -e 's/$$/$(EXEEXT)/' \
459	`; \
460	test -n "$$list" || exit 0; \
461	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
462	cd "$(DESTDIR)$(bindir)" && rm -f $$files
463
464clean-binPROGRAMS:
465	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
466
467xfindproxy$(EXEEXT): $(xfindproxy_OBJECTS) $(xfindproxy_DEPENDENCIES) $(EXTRA_xfindproxy_DEPENDENCIES) 
468	@rm -f xfindproxy$(EXEEXT)
469	$(AM_V_CCLD)$(LINK) $(xfindproxy_OBJECTS) $(xfindproxy_LDADD) $(LIBS)
470
471mostlyclean-compile:
472	-rm -f *.$(OBJEXT)
473
474distclean-compile:
475	-rm -f *.tab.c
476
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfindproxy.Po@am__quote@
478
479.c.o:
480@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
485
486.c.obj:
487@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
488@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
492install-appmanDATA: $(appman_DATA)
493	@$(NORMAL_INSTALL)
494	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
495	if test -n "$$list"; then \
496	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
497	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
498	fi; \
499	for p in $$list; do \
500	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
501	  echo "$$d$$p"; \
502	done | $(am__base_list) | \
503	while read files; do \
504	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
505	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
506	done
507
508uninstall-appmanDATA:
509	@$(NORMAL_UNINSTALL)
510	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
511	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
512	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
513
514ID: $(am__tagged_files)
515	$(am__define_uniq_tagged_files); mkid -fID $$unique
516tags: tags-am
517TAGS: tags
518
519tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520	set x; \
521	here=`pwd`; \
522	$(am__define_uniq_tagged_files); \
523	shift; \
524	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
525	  test -n "$$unique" || unique=$$empty_fix; \
526	  if test $$# -gt 0; then \
527	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528	      "$$@" $$unique; \
529	  else \
530	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531	      $$unique; \
532	  fi; \
533	fi
534ctags: ctags-am
535
536CTAGS: ctags
537ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
538	$(am__define_uniq_tagged_files); \
539	test -z "$(CTAGS_ARGS)$$unique" \
540	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
541	     $$unique
542
543GTAGS:
544	here=`$(am__cd) $(top_builddir) && pwd` \
545	  && $(am__cd) $(top_srcdir) \
546	  && gtags -i $(GTAGS_ARGS) "$$here"
547cscope: cscope.files
548	test ! -s cscope.files \
549	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
550clean-cscope:
551	-rm -f cscope.files
552cscope.files: clean-cscope cscopelist
553cscopelist: cscopelist-am
554
555cscopelist-am: $(am__tagged_files)
556	list='$(am__tagged_files)'; \
557	case "$(srcdir)" in \
558	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
559	  *) sdir=$(subdir)/$(srcdir) ;; \
560	esac; \
561	for i in $$list; do \
562	  if test -f "$$i"; then \
563	    echo "$(subdir)/$$i"; \
564	  else \
565	    echo "$$sdir/$$i"; \
566	  fi; \
567	done >> $(top_builddir)/cscope.files
568
569distclean-tags:
570	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
572
573distdir: $(DISTFILES)
574	$(am__remove_distdir)
575	test -d "$(distdir)" || mkdir "$(distdir)"
576	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578	list='$(DISTFILES)'; \
579	  dist_files=`for file in $$list; do echo $$file; done | \
580	  sed -e "s|^$$srcdirstrip/||;t" \
581	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
582	case $$dist_files in \
583	  */*) $(MKDIR_P) `echo "$$dist_files" | \
584			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
585			   sort -u` ;; \
586	esac; \
587	for file in $$dist_files; do \
588	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
589	  if test -d $$d/$$file; then \
590	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
591	    if test -d "$(distdir)/$$file"; then \
592	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593	    fi; \
594	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
595	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
596	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597	    fi; \
598	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
599	  else \
600	    test -f "$(distdir)/$$file" \
601	    || cp -p $$d/$$file "$(distdir)/$$file" \
602	    || exit 1; \
603	  fi; \
604	done
605	$(MAKE) $(AM_MAKEFLAGS) \
606	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
607	  dist-hook
608	-test -n "$(am__skip_mode_fix)" \
609	|| find "$(distdir)" -type d ! -perm -755 \
610		-exec chmod u+rwx,go+rx {} \; -o \
611	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
612	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
613	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
614	|| chmod -R a+r "$(distdir)"
615dist-gzip: distdir
616	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
617	$(am__post_remove_distdir)
618dist-bzip2: distdir
619	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
620	$(am__post_remove_distdir)
621
622dist-lzip: distdir
623	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
624	$(am__post_remove_distdir)
625
626dist-xz: distdir
627	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
628	$(am__post_remove_distdir)
629
630dist-tarZ: distdir
631	@echo WARNING: "Support for distribution archives compressed with" \
632		       "legacy program 'compress' is deprecated." >&2
633	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
634	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
635	$(am__post_remove_distdir)
636
637dist-shar: distdir
638	@echo WARNING: "Support for shar distribution archives is" \
639	               "deprecated." >&2
640	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
641	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
642	$(am__post_remove_distdir)
643
644dist-zip: distdir
645	-rm -f $(distdir).zip
646	zip -rq $(distdir).zip $(distdir)
647	$(am__post_remove_distdir)
648
649dist dist-all:
650	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
651	$(am__post_remove_distdir)
652
653# This target untars the dist file and tries a VPATH configuration.  Then
654# it guarantees that the distribution is self-contained by making another
655# tarfile.
656distcheck: dist
657	case '$(DIST_ARCHIVES)' in \
658	*.tar.gz*) \
659	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
660	*.tar.bz2*) \
661	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
662	*.tar.lz*) \
663	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
664	*.tar.xz*) \
665	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
666	*.tar.Z*) \
667	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
668	*.shar.gz*) \
669	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
670	*.zip*) \
671	  unzip $(distdir).zip ;;\
672	esac
673	chmod -R a-w $(distdir)
674	chmod u+w $(distdir)
675	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
676	chmod a-w $(distdir)
677	test -d $(distdir)/_build || exit 0; \
678	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
679	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
680	  && am__cwd=`pwd` \
681	  && $(am__cd) $(distdir)/_build/sub \
682	  && ../../configure \
683	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
684	    $(DISTCHECK_CONFIGURE_FLAGS) \
685	    --srcdir=../.. --prefix="$$dc_install_base" \
686	  && $(MAKE) $(AM_MAKEFLAGS) \
687	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
688	  && $(MAKE) $(AM_MAKEFLAGS) check \
689	  && $(MAKE) $(AM_MAKEFLAGS) install \
690	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
691	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
692	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
693	        distuninstallcheck \
694	  && chmod -R a-w "$$dc_install_base" \
695	  && ({ \
696	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
697	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
698	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
699	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
700	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
701	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
702	  && rm -rf "$$dc_destdir" \
703	  && $(MAKE) $(AM_MAKEFLAGS) dist \
704	  && rm -rf $(DIST_ARCHIVES) \
705	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
706	  && cd "$$am__cwd" \
707	  || exit 1
708	$(am__post_remove_distdir)
709	@(echo "$(distdir) archives ready for distribution: "; \
710	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
711	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
712distuninstallcheck:
713	@test -n '$(distuninstallcheck_dir)' || { \
714	  echo 'ERROR: trying to run $@ with an empty' \
715	       '$$(distuninstallcheck_dir)' >&2; \
716	  exit 1; \
717	}; \
718	$(am__cd) '$(distuninstallcheck_dir)' || { \
719	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
720	  exit 1; \
721	}; \
722	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
723	   || { echo "ERROR: files left after uninstall:" ; \
724	        if test -n "$(DESTDIR)"; then \
725	          echo "  (check DESTDIR support)"; \
726	        fi ; \
727	        $(distuninstallcheck_listfiles) ; \
728	        exit 1; } >&2
729distcleancheck: distclean
730	@if test '$(srcdir)' = . ; then \
731	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
732	  exit 1 ; \
733	fi
734	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
735	  || { echo "ERROR: files left in build directory after distclean:" ; \
736	       $(distcleancheck_listfiles) ; \
737	       exit 1; } >&2
738check-am: all-am
739check: check-am
740all-am: Makefile $(PROGRAMS) $(DATA) config.h
741installdirs:
742	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
743	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
744	done
745install: install-am
746install-exec: install-exec-am
747install-data: install-data-am
748uninstall: uninstall-am
749
750install-am: all-am
751	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
752
753installcheck: installcheck-am
754install-strip:
755	if test -z '$(STRIP)'; then \
756	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
758	      install; \
759	else \
760	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
761	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
762	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
763	fi
764mostlyclean-generic:
765
766clean-generic:
767	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
768
769distclean-generic:
770	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
771	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
772
773maintainer-clean-generic:
774	@echo "This command is intended for maintainers to use"
775	@echo "it deletes files that may require special tools to rebuild."
776	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
777clean: clean-am
778
779clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
780
781distclean: distclean-am
782	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
783	-rm -rf ./$(DEPDIR)
784	-rm -f Makefile
785distclean-am: clean-am distclean-compile distclean-generic \
786	distclean-hdr distclean-tags
787
788dvi: dvi-am
789
790dvi-am:
791
792html: html-am
793
794html-am:
795
796info: info-am
797
798info-am:
799
800install-data-am: install-appmanDATA
801
802install-dvi: install-dvi-am
803
804install-dvi-am:
805
806install-exec-am: install-binPROGRAMS
807
808install-html: install-html-am
809
810install-html-am:
811
812install-info: install-info-am
813
814install-info-am:
815
816install-man:
817
818install-pdf: install-pdf-am
819
820install-pdf-am:
821
822install-ps: install-ps-am
823
824install-ps-am:
825
826installcheck-am:
827
828maintainer-clean: maintainer-clean-am
829	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
830	-rm -rf $(top_srcdir)/autom4te.cache
831	-rm -rf ./$(DEPDIR)
832	-rm -f Makefile
833maintainer-clean-am: distclean-am maintainer-clean-generic
834
835mostlyclean: mostlyclean-am
836
837mostlyclean-am: mostlyclean-compile mostlyclean-generic
838
839pdf: pdf-am
840
841pdf-am:
842
843ps: ps-am
844
845ps-am:
846
847uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
848
849.MAKE: all install-am install-strip
850
851.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
852	clean-binPROGRAMS clean-cscope clean-generic cscope \
853	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
854	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
855	dist-zip distcheck distclean distclean-compile \
856	distclean-generic distclean-hdr distclean-tags distcleancheck \
857	distdir distuninstallcheck dvi dvi-am html html-am info \
858	info-am install install-am install-appmanDATA \
859	install-binPROGRAMS install-data install-data-am install-dvi \
860	install-dvi-am install-exec install-exec-am install-html \
861	install-html-am install-info install-info-am install-man \
862	install-pdf install-pdf-am install-ps install-ps-am \
863	install-strip installcheck installcheck-am installdirs \
864	maintainer-clean maintainer-clean-generic mostlyclean \
865	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
866	tags tags-am uninstall uninstall-am uninstall-appmanDATA \
867	uninstall-binPROGRAMS
868
869.PRECIOUS: Makefile
870
871
872# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
873.man.$(APP_MAN_SUFFIX):
874	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
875
876.PHONY: ChangeLog
877
878ChangeLog:
879	$(CHANGELOG_CMD)
880
881dist-hook: ChangeLog
882
883# Tell versions [3.59,3.63) of GNU make to not export all variables.
884# Otherwise a system limit (for SysV at least) may be exceeded.
885.NOEXPORT:
886