Makefile.in revision 7da8b7e3
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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
39srcdir = @srcdir@
40top_srcdir = @top_srcdir@
41VPATH = @srcdir@
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45top_builddir = .
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48install_sh_DATA = $(install_sh) -c -m 644
49install_sh_PROGRAM = $(install_sh) -c
50install_sh_SCRIPT = $(install_sh) -c
51INSTALL_HEADER = $(INSTALL_DATA)
52transform = $(program_transform_name)
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59build_triplet = @build@
60host_triplet = @host@
61bin_PROGRAMS = xrefresh$(EXEEXT)
62DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
63	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
64	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
65	compile config.guess config.sub depcomp install-sh missing
66subdir = .
67ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno configure.status.lineno
73mkinstalldirs = $(install_sh) -d
74CONFIG_HEADER = config.h
75CONFIG_CLEAN_FILES =
76am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
77binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
78PROGRAMS = $(bin_PROGRAMS)
79am_xrefresh_OBJECTS = xrefresh-xrefresh.$(OBJEXT)
80xrefresh_OBJECTS = $(am_xrefresh_OBJECTS)
81am__DEPENDENCIES_1 =
82xrefresh_DEPENDENCIES = $(am__DEPENDENCIES_1)
83DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
84depcomp = $(SHELL) $(top_srcdir)/depcomp
85am__depfiles_maybe = depfiles
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88CCLD = $(CC)
89LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90SOURCES = $(xrefresh_SOURCES)
91DIST_SOURCES = $(xrefresh_SOURCES)
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95    *) f=$$p;; \
96  esac;
97am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
98appmanDATA_INSTALL = $(INSTALL_DATA)
99DATA = $(appman_DATA)
100ETAGS = etags
101CTAGS = ctags
102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103distdir = $(PACKAGE)-$(VERSION)
104top_distdir = $(distdir)
105am__remove_distdir = \
106  { test ! -d $(distdir) \
107    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
108         && rm -fr $(distdir); }; }
109DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
110GZIP_ENV = --best
111distuninstallcheck_listfiles = find . -type f -print
112distcleancheck_listfiles = find . -type f -print
113ACLOCAL = @ACLOCAL@
114ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
115ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
116AMDEP_FALSE = @AMDEP_FALSE@
117AMDEP_TRUE = @AMDEP_TRUE@
118AMTAR = @AMTAR@
119APP_MAN_DIR = @APP_MAN_DIR@
120APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
121AUTOCONF = @AUTOCONF@
122AUTOHEADER = @AUTOHEADER@
123AUTOMAKE = @AUTOMAKE@
124AWK = @AWK@
125CC = @CC@
126CCDEPMODE = @CCDEPMODE@
127CFLAGS = @CFLAGS@
128CPPFLAGS = @CPPFLAGS@
129CYGPATH_W = @CYGPATH_W@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
132DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
133DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
134ECHO_C = @ECHO_C@
135ECHO_N = @ECHO_N@
136ECHO_T = @ECHO_T@
137EXEEXT = @EXEEXT@
138FILE_MAN_DIR = @FILE_MAN_DIR@
139FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIB_MAN_DIR = @LIB_MAN_DIR@
148LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
149LTLIBOBJS = @LTLIBOBJS@
150MAINT = @MAINT@
151MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
152MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
153MAKEINFO = @MAKEINFO@
154MISC_MAN_DIR = @MISC_MAN_DIR@
155MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
156OBJEXT = @OBJEXT@
157PACKAGE = @PACKAGE@
158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159PACKAGE_NAME = @PACKAGE_NAME@
160PACKAGE_STRING = @PACKAGE_STRING@
161PACKAGE_TARNAME = @PACKAGE_TARNAME@
162PACKAGE_VERSION = @PACKAGE_VERSION@
163PATH_SEPARATOR = @PATH_SEPARATOR@
164PKG_CONFIG = @PKG_CONFIG@
165SET_MAKE = @SET_MAKE@
166SHELL = @SHELL@
167STRIP = @STRIP@
168VERSION = @VERSION@
169XREFRESH_CFLAGS = @XREFRESH_CFLAGS@
170XREFRESH_LIBS = @XREFRESH_LIBS@
171ac_ct_CC = @ac_ct_CC@
172ac_ct_STRIP = @ac_ct_STRIP@
173ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
174am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181bindir = @bindir@
182build = @build@
183build_alias = @build_alias@
184build_cpu = @build_cpu@
185build_os = @build_os@
186build_vendor = @build_vendor@
187datadir = @datadir@
188exec_prefix = @exec_prefix@
189host = @host@
190host_alias = @host_alias@
191host_cpu = @host_cpu@
192host_os = @host_os@
193host_vendor = @host_vendor@
194includedir = @includedir@
195infodir = @infodir@
196install_sh = @install_sh@
197libdir = @libdir@
198libexecdir = @libexecdir@
199localstatedir = @localstatedir@
200mandir = @mandir@
201mkdir_p = @mkdir_p@
202oldincludedir = @oldincludedir@
203prefix = @prefix@
204program_transform_name = @program_transform_name@
205sbindir = @sbindir@
206sharedstatedir = @sharedstatedir@
207sysconfdir = @sysconfdir@
208target_alias = @target_alias@
209xrefresh_CFLAGS = $(XREFRESH_CFLAGS)
210xrefresh_LDADD = $(XREFRESH_LIBS)
211xrefresh_SOURCES = \
212        xrefresh.c
213
214appman_PRE = \
215        xrefresh.man
216
217appmandir = $(APP_MAN_DIR)
218appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
219EXTRA_DIST = $(appman_PRE)
220CLEANFILES = $(appman_DATA)
221SED = sed
222
223# Strings to replace in man pages
224XORGRELSTRING = @PACKAGE_STRING@
225XORGMANNAME = X Version 11
226MAN_SUBSTS = \
227	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
228	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
229	-e 's|__xservername__|Xorg|g' \
230	-e 's|__xconfigfile__|xorg.conf|g' \
231	-e 's|__projectroot__|$(prefix)|g' \
232	-e 's|__apploaddir__|$(appdefaultdir)|' \
233	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
234	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
235	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
236	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
237	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
238
239SUFFIXES = .$(APP_MAN_SUFFIX) .man
240all: config.h
241	$(MAKE) $(AM_MAKEFLAGS) all-am
242
243.SUFFIXES:
244.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
245am--refresh:
246	@:
247$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
248	@for dep in $?; do \
249	  case '$(am__configure_deps)' in \
250	    *$$dep*) \
251	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
252	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
253		&& exit 0; \
254	      exit 1;; \
255	  esac; \
256	done; \
257	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
258	cd $(top_srcdir) && \
259	  $(AUTOMAKE) --gnu  Makefile
260.PRECIOUS: Makefile
261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262	@case '$?' in \
263	  *config.status*) \
264	    echo ' $(SHELL) ./config.status'; \
265	    $(SHELL) ./config.status;; \
266	  *) \
267	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
268	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
269	esac;
270
271$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272	$(SHELL) ./config.status --recheck
273
274$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275	cd $(srcdir) && $(AUTOCONF)
276$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
278
279config.h: stamp-h1
280	@if test ! -f $@; then \
281	  rm -f stamp-h1; \
282	  $(MAKE) stamp-h1; \
283	else :; fi
284
285stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
286	@rm -f stamp-h1
287	cd $(top_builddir) && $(SHELL) ./config.status config.h
288$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
289	cd $(top_srcdir) && $(AUTOHEADER)
290	rm -f stamp-h1
291	touch $@
292
293distclean-hdr:
294	-rm -f config.h stamp-h1
295install-binPROGRAMS: $(bin_PROGRAMS)
296	@$(NORMAL_INSTALL)
297	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
298	@list='$(bin_PROGRAMS)'; for p in $$list; do \
299	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
300	  if test -f $$p \
301	  ; then \
302	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
303	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
304	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
305	  else :; fi; \
306	done
307
308uninstall-binPROGRAMS:
309	@$(NORMAL_UNINSTALL)
310	@list='$(bin_PROGRAMS)'; for p in $$list; do \
311	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
312	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
313	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
314	done
315
316clean-binPROGRAMS:
317	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
318xrefresh$(EXEEXT): $(xrefresh_OBJECTS) $(xrefresh_DEPENDENCIES) 
319	@rm -f xrefresh$(EXEEXT)
320	$(LINK) $(xrefresh_LDFLAGS) $(xrefresh_OBJECTS) $(xrefresh_LDADD) $(LIBS)
321
322mostlyclean-compile:
323	-rm -f *.$(OBJEXT)
324
325distclean-compile:
326	-rm -f *.tab.c
327
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xrefresh-xrefresh.Po@am__quote@
329
330.c.o:
331@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
332@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
333@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335@am__fastdepCC_FALSE@	$(COMPILE) -c $<
336
337.c.obj:
338@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
339@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
340@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
343
344xrefresh-xrefresh.o: xrefresh.c
345@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xrefresh_CFLAGS) $(CFLAGS) -MT xrefresh-xrefresh.o -MD -MP -MF "$(DEPDIR)/xrefresh-xrefresh.Tpo" -c -o xrefresh-xrefresh.o `test -f 'xrefresh.c' || echo '$(srcdir)/'`xrefresh.c; \
346@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/xrefresh-xrefresh.Tpo" "$(DEPDIR)/xrefresh-xrefresh.Po"; else rm -f "$(DEPDIR)/xrefresh-xrefresh.Tpo"; exit 1; fi
347@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xrefresh.c' object='xrefresh-xrefresh.o' libtool=no @AMDEPBACKSLASH@
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xrefresh_CFLAGS) $(CFLAGS) -c -o xrefresh-xrefresh.o `test -f 'xrefresh.c' || echo '$(srcdir)/'`xrefresh.c
350
351xrefresh-xrefresh.obj: xrefresh.c
352@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xrefresh_CFLAGS) $(CFLAGS) -MT xrefresh-xrefresh.obj -MD -MP -MF "$(DEPDIR)/xrefresh-xrefresh.Tpo" -c -o xrefresh-xrefresh.obj `if test -f 'xrefresh.c'; then $(CYGPATH_W) 'xrefresh.c'; else $(CYGPATH_W) '$(srcdir)/xrefresh.c'; fi`; \
353@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/xrefresh-xrefresh.Tpo" "$(DEPDIR)/xrefresh-xrefresh.Po"; else rm -f "$(DEPDIR)/xrefresh-xrefresh.Tpo"; exit 1; fi
354@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xrefresh.c' object='xrefresh-xrefresh.obj' libtool=no @AMDEPBACKSLASH@
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xrefresh_CFLAGS) $(CFLAGS) -c -o xrefresh-xrefresh.obj `if test -f 'xrefresh.c'; then $(CYGPATH_W) 'xrefresh.c'; else $(CYGPATH_W) '$(srcdir)/xrefresh.c'; fi`
357uninstall-info-am:
358install-appmanDATA: $(appman_DATA)
359	@$(NORMAL_INSTALL)
360	test -z "$(appmandir)" || $(mkdir_p) "$(DESTDIR)$(appmandir)"
361	@list='$(appman_DATA)'; for p in $$list; do \
362	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363	  f=$(am__strip_dir) \
364	  echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
365	  $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
366	done
367
368uninstall-appmanDATA:
369	@$(NORMAL_UNINSTALL)
370	@list='$(appman_DATA)'; for p in $$list; do \
371	  f=$(am__strip_dir) \
372	  echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
373	  rm -f "$(DESTDIR)$(appmandir)/$$f"; \
374	done
375
376ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378	unique=`for i in $$list; do \
379	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380	  done | \
381	  $(AWK) '    { files[$$0] = 1; } \
382	       END { for (i in files) print i; }'`; \
383	mkid -fID $$unique
384tags: TAGS
385
386TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
387		$(TAGS_FILES) $(LISP)
388	tags=; \
389	here=`pwd`; \
390	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
391	unique=`for i in $$list; do \
392	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393	  done | \
394	  $(AWK) '    { files[$$0] = 1; } \
395	       END { for (i in files) print i; }'`; \
396	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397	  test -n "$$unique" || unique=$$empty_fix; \
398	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399	    $$tags $$unique; \
400	fi
401ctags: CTAGS
402CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
403		$(TAGS_FILES) $(LISP)
404	tags=; \
405	here=`pwd`; \
406	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
407	unique=`for i in $$list; do \
408	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409	  done | \
410	  $(AWK) '    { files[$$0] = 1; } \
411	       END { for (i in files) print i; }'`; \
412	test -z "$(CTAGS_ARGS)$$tags$$unique" \
413	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414	     $$tags $$unique
415
416GTAGS:
417	here=`$(am__cd) $(top_builddir) && pwd` \
418	  && cd $(top_srcdir) \
419	  && gtags -i $(GTAGS_ARGS) $$here
420
421distclean-tags:
422	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
424distdir: $(DISTFILES)
425	$(am__remove_distdir)
426	mkdir $(distdir)
427	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
428	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
429	list='$(DISTFILES)'; for file in $$list; do \
430	  case $$file in \
431	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
432	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
433	  esac; \
434	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
436	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
437	    dir="/$$dir"; \
438	    $(mkdir_p) "$(distdir)$$dir"; \
439	  else \
440	    dir=''; \
441	  fi; \
442	  if test -d $$d/$$file; then \
443	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
445	    fi; \
446	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
447	  else \
448	    test -f $(distdir)/$$file \
449	    || cp -p $$d/$$file $(distdir)/$$file \
450	    || exit 1; \
451	  fi; \
452	done
453	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
454	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
455	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
456	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
457	|| chmod -R a+r $(distdir)
458dist-gzip: distdir
459	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
460	$(am__remove_distdir)
461dist-bzip2: distdir
462	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
463	$(am__remove_distdir)
464
465dist-tarZ: distdir
466	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
467	$(am__remove_distdir)
468
469dist-shar: distdir
470	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
471	$(am__remove_distdir)
472
473dist-zip: distdir
474	-rm -f $(distdir).zip
475	zip -rq $(distdir).zip $(distdir)
476	$(am__remove_distdir)
477
478dist dist-all: distdir
479	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
480	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
481	$(am__remove_distdir)
482
483# This target untars the dist file and tries a VPATH configuration.  Then
484# it guarantees that the distribution is self-contained by making another
485# tarfile.
486distcheck: dist
487	case '$(DIST_ARCHIVES)' in \
488	*.tar.gz*) \
489	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
490	*.tar.bz2*) \
491	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
492	*.tar.Z*) \
493	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
494	*.shar.gz*) \
495	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
496	*.zip*) \
497	  unzip $(distdir).zip ;;\
498	esac
499	chmod -R a-w $(distdir); chmod a+w $(distdir)
500	mkdir $(distdir)/_build
501	mkdir $(distdir)/_inst
502	chmod a-w $(distdir)
503	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
504	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
505	  && cd $(distdir)/_build \
506	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
507	    $(DISTCHECK_CONFIGURE_FLAGS) \
508	  && $(MAKE) $(AM_MAKEFLAGS) \
509	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
510	  && $(MAKE) $(AM_MAKEFLAGS) check \
511	  && $(MAKE) $(AM_MAKEFLAGS) install \
512	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
513	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
514	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
515	        distuninstallcheck \
516	  && chmod -R a-w "$$dc_install_base" \
517	  && ({ \
518	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
519	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
520	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
521	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
522	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
523	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
524	  && rm -rf "$$dc_destdir" \
525	  && $(MAKE) $(AM_MAKEFLAGS) dist \
526	  && rm -rf $(DIST_ARCHIVES) \
527	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
528	$(am__remove_distdir)
529	@(echo "$(distdir) archives ready for distribution: "; \
530	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
531	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
532distuninstallcheck:
533	@cd $(distuninstallcheck_dir) \
534	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
535	   || { echo "ERROR: files left after uninstall:" ; \
536	        if test -n "$(DESTDIR)"; then \
537	          echo "  (check DESTDIR support)"; \
538	        fi ; \
539	        $(distuninstallcheck_listfiles) ; \
540	        exit 1; } >&2
541distcleancheck: distclean
542	@if test '$(srcdir)' = . ; then \
543	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
544	  exit 1 ; \
545	fi
546	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
547	  || { echo "ERROR: files left in build directory after distclean:" ; \
548	       $(distcleancheck_listfiles) ; \
549	       exit 1; } >&2
550check-am: all-am
551check: check-am
552all-am: Makefile $(PROGRAMS) $(DATA) config.h
553installdirs:
554	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
555	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
556	done
557install: install-am
558install-exec: install-exec-am
559install-data: install-data-am
560uninstall: uninstall-am
561
562install-am: all-am
563	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565installcheck: installcheck-am
566install-strip:
567	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569	  `test -z '$(STRIP)' || \
570	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
571mostlyclean-generic:
572
573clean-generic:
574	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
575
576distclean-generic:
577	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
578
579maintainer-clean-generic:
580	@echo "This command is intended for maintainers to use"
581	@echo "it deletes files that may require special tools to rebuild."
582clean: clean-am
583
584clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
585
586distclean: distclean-am
587	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
588	-rm -rf ./$(DEPDIR)
589	-rm -f Makefile
590distclean-am: clean-am distclean-compile distclean-generic \
591	distclean-hdr distclean-tags
592
593dvi: dvi-am
594
595dvi-am:
596
597html: html-am
598
599info: info-am
600
601info-am:
602
603install-data-am: install-appmanDATA
604
605install-exec-am: install-binPROGRAMS
606
607install-info: install-info-am
608
609install-man:
610
611installcheck-am:
612
613maintainer-clean: maintainer-clean-am
614	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
615	-rm -rf $(top_srcdir)/autom4te.cache
616	-rm -rf ./$(DEPDIR)
617	-rm -f Makefile
618maintainer-clean-am: distclean-am maintainer-clean-generic
619
620mostlyclean: mostlyclean-am
621
622mostlyclean-am: mostlyclean-compile mostlyclean-generic
623
624pdf: pdf-am
625
626pdf-am:
627
628ps: ps-am
629
630ps-am:
631
632uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
633	uninstall-info-am
634
635.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
636	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
637	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
638	distclean-compile distclean-generic distclean-hdr \
639	distclean-tags distcleancheck distdir distuninstallcheck dvi \
640	dvi-am html html-am info info-am install install-am \
641	install-appmanDATA install-binPROGRAMS install-data \
642	install-data-am install-exec install-exec-am install-info \
643	install-info-am install-man install-strip installcheck \
644	installcheck-am installdirs maintainer-clean \
645	maintainer-clean-generic mostlyclean mostlyclean-compile \
646	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
647	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
648	uninstall-info-am
649
650
651.man.$(APP_MAN_SUFFIX):
652	sed $(MAN_SUBSTS) < $< > $@
653# Tell versions [3.59,3.63) of GNU make to not export all variables.
654# Otherwise a system limit (for SysV at least) may be exceeded.
655.NOEXPORT:
656