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