Makefile.in revision 2ddb6cf1
1# Makefile.in generated by automake 1.11 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 = xeyes$(EXEEXT)
60subdir = .
61DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
63	$(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
64	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 = config.h
73CONFIG_CLEAN_FILES =
74CONFIG_CLEAN_VPATH_FILES =
75am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
76PROGRAMS = $(bin_PROGRAMS)
77am_xeyes_OBJECTS = Eyes.$(OBJEXT) transform.$(OBJEXT) xeyes.$(OBJEXT)
78xeyes_OBJECTS = $(am_xeyes_OBJECTS)
79am__DEPENDENCIES_1 =
80xeyes_DEPENDENCIES = $(am__DEPENDENCIES_1)
81DEFAULT_INCLUDES = -I.@am__isrc@
82depcomp = $(SHELL) $(top_srcdir)/depcomp
83am__depfiles_maybe = depfiles
84am__mv = mv -f
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87AM_V_CC = $(am__v_CC_$(V))
88am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89am__v_CC_0 = @echo "  CC    " $@;
90AM_V_at = $(am__v_at_$(V))
91am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92am__v_at_0 = @
93CCLD = $(CC)
94LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
95AM_V_CCLD = $(am__v_CCLD_$(V))
96am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
97am__v_CCLD_0 = @echo "  CCLD  " $@;
98AM_V_GEN = $(am__v_GEN_$(V))
99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100am__v_GEN_0 = @echo "  GEN   " $@;
101SOURCES = $(xeyes_SOURCES)
102DIST_SOURCES = $(xeyes_SOURCES)
103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104am__vpath_adj = case $$p in \
105    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106    *) f=$$p;; \
107  esac;
108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109am__install_max = 40
110am__nobase_strip_setup = \
111  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112am__nobase_strip = \
113  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114am__nobase_list = $(am__nobase_strip_setup); \
115  for p in $$list; do echo "$$p $$p"; done | \
116  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118    if (++n[$$2] == $(am__install_max)) \
119      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120    END { for (dir in files) print dir, files[dir] }'
121am__base_list = \
122  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124DATA = $(appman_DATA)
125ETAGS = etags
126CTAGS = ctags
127DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128distdir = $(PACKAGE)-$(VERSION)
129top_distdir = $(distdir)
130am__remove_distdir = \
131  { test ! -d "$(distdir)" \
132    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
133         && rm -fr "$(distdir)"; }; }
134DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
135GZIP_ENV = --best
136distuninstallcheck_listfiles = find . -type f -print
137distcleancheck_listfiles = find . -type f -print
138ACLOCAL = @ACLOCAL@
139ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
140ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
141AMTAR = @AMTAR@
142AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
143APP_MAN_DIR = @APP_MAN_DIR@
144APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
145AUTOCONF = @AUTOCONF@
146AUTOHEADER = @AUTOHEADER@
147AUTOMAKE = @AUTOMAKE@
148AWK = @AWK@
149CC = @CC@
150CCDEPMODE = @CCDEPMODE@
151CFLAGS = @CFLAGS@
152CHANGELOG_CMD = @CHANGELOG_CMD@
153CPP = @CPP@
154CPPFLAGS = @CPPFLAGS@
155CWARNFLAGS = @CWARNFLAGS@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158DEPDIR = @DEPDIR@
159DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
160DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
161ECHO_C = @ECHO_C@
162ECHO_N = @ECHO_N@
163ECHO_T = @ECHO_T@
164EGREP = @EGREP@
165EXEEXT = @EXEEXT@
166FILE_MAN_DIR = @FILE_MAN_DIR@
167FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
168GREP = @GREP@
169INSTALL = @INSTALL@
170INSTALL_CMD = @INSTALL_CMD@
171INSTALL_DATA = @INSTALL_DATA@
172INSTALL_PROGRAM = @INSTALL_PROGRAM@
173INSTALL_SCRIPT = @INSTALL_SCRIPT@
174INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175LDFLAGS = @LDFLAGS@
176LIBOBJS = @LIBOBJS@
177LIBS = @LIBS@
178LIB_MAN_DIR = @LIB_MAN_DIR@
179LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
180LTLIBOBJS = @LTLIBOBJS@
181MAINT = @MAINT@
182MAKEINFO = @MAKEINFO@
183MISC_MAN_DIR = @MISC_MAN_DIR@
184MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
185MKDIR_P = @MKDIR_P@
186OBJEXT = @OBJEXT@
187PACKAGE = @PACKAGE@
188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189PACKAGE_NAME = @PACKAGE_NAME@
190PACKAGE_STRING = @PACKAGE_STRING@
191PACKAGE_TARNAME = @PACKAGE_TARNAME@
192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@
194PKG_CONFIG = @PKG_CONFIG@
195SET_MAKE = @SET_MAKE@
196SHELL = @SHELL@
197STRIP = @STRIP@
198VERSION = @VERSION@
199XEYES_CFLAGS = @XEYES_CFLAGS@
200XEYES_LIBS = @XEYES_LIBS@
201XRENDER_CFLAGS = @XRENDER_CFLAGS@
202XRENDER_LIBS = @XRENDER_LIBS@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208am__include = @am__include@
209am__leading_dot = @am__leading_dot@
210am__quote = @am__quote@
211am__tar = @am__tar@
212am__untar = @am__untar@
213bindir = @bindir@
214build = @build@
215build_alias = @build_alias@
216build_cpu = @build_cpu@
217build_os = @build_os@
218build_vendor = @build_vendor@
219builddir = @builddir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222docdir = @docdir@
223dvidir = @dvidir@
224exec_prefix = @exec_prefix@
225host = @host@
226host_alias = @host_alias@
227host_cpu = @host_cpu@
228host_os = @host_os@
229host_vendor = @host_vendor@
230htmldir = @htmldir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libexecdir = @libexecdir@
236localedir = @localedir@
237localstatedir = @localstatedir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240oldincludedir = @oldincludedir@
241pdfdir = @pdfdir@
242prefix = @prefix@
243program_transform_name = @program_transform_name@
244psdir = @psdir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target_alias = @target_alias@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253AM_CFLAGS = $(XEYES_CFLAGS)
254xeyes_LDADD = $(XEYES_LIBS) -lm
255xeyes_SOURCES = \
256        Eyes.c \
257        Eyes.h \
258        EyesP.h \
259        transform.c \
260        transform.h \
261        xeyes.c
262
263appman_PRE = \
264        xeyes.man
265
266EXTRA_DIST = eyes.bit eyesmask.bit $(appman_PRE)
267appmandir = $(APP_MAN_DIR)
268appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
269MAINTAINERCLEANFILES = ChangeLog INSTALL
270CLEANFILES = $(appman_DATA)
271SED = sed
272
273# Strings to replace in man pages
274XORGRELSTRING = @PACKAGE_STRING@
275XORGMANNAME = X Version 11
276MAN_SUBSTS = \
277	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
278	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
279	-e 's|__xservername__|Xorg|g' \
280	-e 's|__xconfigfile__|xorg.conf|g' \
281	-e 's|__projectroot__|$(prefix)|g' \
282	-e 's|__apploaddir__|$(appdefaultdir)|' \
283	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
284	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
285	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
286	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
287	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
288
289SUFFIXES = .$(APP_MAN_SUFFIX) .man
290all: config.h
291	$(MAKE) $(AM_MAKEFLAGS) all-am
292
293.SUFFIXES:
294.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
295am--refresh:
296	@:
297$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
302	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
303		&& exit 0; \
304	      exit 1;; \
305	  esac; \
306	done; \
307	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
308	$(am__cd) $(top_srcdir) && \
309	  $(AUTOMAKE) --foreign Makefile
310.PRECIOUS: Makefile
311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312	@case '$?' in \
313	  *config.status*) \
314	    echo ' $(SHELL) ./config.status'; \
315	    $(SHELL) ./config.status;; \
316	  *) \
317	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
318	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
319	esac;
320
321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322	$(SHELL) ./config.status --recheck
323
324$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325	$(am__cd) $(srcdir) && $(AUTOCONF)
326$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
328$(am__aclocal_m4_deps):
329
330config.h: stamp-h1
331	@if test ! -f $@; then \
332	  rm -f stamp-h1; \
333	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
334	else :; fi
335
336stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
337	@rm -f stamp-h1
338	cd $(top_builddir) && $(SHELL) ./config.status config.h
339$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
340	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
341	rm -f stamp-h1
342	touch $@
343
344distclean-hdr:
345	-rm -f config.h stamp-h1
346install-binPROGRAMS: $(bin_PROGRAMS)
347	@$(NORMAL_INSTALL)
348	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
349	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
350	for p in $$list; do echo "$$p $$p"; done | \
351	sed 's/$(EXEEXT)$$//' | \
352	while read p p1; do if test -f $$p; \
353	  then echo "$$p"; echo "$$p"; else :; fi; \
354	done | \
355	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
356	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
357	sed 'N;N;N;s,\n, ,g' | \
358	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
359	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
360	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
361	    else { print "f", $$3 "/" $$4, $$1; } } \
362	  END { for (d in files) print "f", d, files[d] }' | \
363	while read type dir files; do \
364	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
365	    test -z "$$files" || { \
366	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
367	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
368	    } \
369	; done
370
371uninstall-binPROGRAMS:
372	@$(NORMAL_UNINSTALL)
373	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
374	files=`for p in $$list; do echo "$$p"; done | \
375	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
376	      -e 's/$$/$(EXEEXT)/' `; \
377	test -n "$$list" || exit 0; \
378	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
379	cd "$(DESTDIR)$(bindir)" && rm -f $$files
380
381clean-binPROGRAMS:
382	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
383xeyes$(EXEEXT): $(xeyes_OBJECTS) $(xeyes_DEPENDENCIES) 
384	@rm -f xeyes$(EXEEXT)
385	$(AM_V_CCLD)$(LINK) $(xeyes_OBJECTS) $(xeyes_LDADD) $(LIBS)
386
387mostlyclean-compile:
388	-rm -f *.$(OBJEXT)
389
390distclean-compile:
391	-rm -f *.tab.c
392
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Eyes.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transform.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xeyes.Po@am__quote@
396
397.c.o:
398@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
400@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
401@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
402@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403@am__fastdepCC_FALSE@	$(COMPILE) -c $<
404
405.c.obj:
406@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
407@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
409@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
412install-appmanDATA: $(appman_DATA)
413	@$(NORMAL_INSTALL)
414	test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
415	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
416	for p in $$list; do \
417	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
418	  echo "$$d$$p"; \
419	done | $(am__base_list) | \
420	while read files; do \
421	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
422	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
423	done
424
425uninstall-appmanDATA:
426	@$(NORMAL_UNINSTALL)
427	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
428	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
429	test -n "$$files" || exit 0; \
430	echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
431	cd "$(DESTDIR)$(appmandir)" && rm -f $$files
432
433ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440	mkid -fID $$unique
441tags: TAGS
442
443TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
444		$(TAGS_FILES) $(LISP)
445	set x; \
446	here=`pwd`; \
447	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452	      END { if (nonempty) { for (i in files) print i; }; }'`; \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: CTAGS
465CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
466		$(TAGS_FILES) $(LISP)
467	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
468	unique=`for i in $$list; do \
469	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470	  done | \
471	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473	test -z "$(CTAGS_ARGS)$$unique" \
474	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475	     $$unique
476
477GTAGS:
478	here=`$(am__cd) $(top_builddir) && pwd` \
479	  && $(am__cd) $(top_srcdir) \
480	  && gtags -i $(GTAGS_ARGS) "$$here"
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	$(am__remove_distdir)
487	test -d "$(distdir)" || mkdir "$(distdir)"
488	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490	list='$(DISTFILES)'; \
491	  dist_files=`for file in $$list; do echo $$file; done | \
492	  sed -e "s|^$$srcdirstrip/||;t" \
493	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494	case $$dist_files in \
495	  */*) $(MKDIR_P) `echo "$$dist_files" | \
496			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497			   sort -u` ;; \
498	esac; \
499	for file in $$dist_files; do \
500	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501	  if test -d $$d/$$file; then \
502	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503	    if test -d "$(distdir)/$$file"; then \
504	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505	    fi; \
506	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509	    fi; \
510	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511	  else \
512	    test -f "$(distdir)/$$file" \
513	    || cp -p $$d/$$file "$(distdir)/$$file" \
514	    || exit 1; \
515	  fi; \
516	done
517	$(MAKE) $(AM_MAKEFLAGS) \
518	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
519	  dist-hook
520	-test -n "$(am__skip_mode_fix)" \
521	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
522	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
523	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
524	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
525	|| chmod -R a+r "$(distdir)"
526dist-gzip: distdir
527	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
528	$(am__remove_distdir)
529dist-bzip2: distdir
530	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
531	$(am__remove_distdir)
532
533dist-lzma: distdir
534	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
535	$(am__remove_distdir)
536
537dist-xz: distdir
538	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
539	$(am__remove_distdir)
540
541dist-tarZ: distdir
542	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
543	$(am__remove_distdir)
544
545dist-shar: distdir
546	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
547	$(am__remove_distdir)
548
549dist-zip: distdir
550	-rm -f $(distdir).zip
551	zip -rq $(distdir).zip $(distdir)
552	$(am__remove_distdir)
553
554dist dist-all: distdir
555	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
556	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
557	$(am__remove_distdir)
558
559# This target untars the dist file and tries a VPATH configuration.  Then
560# it guarantees that the distribution is self-contained by making another
561# tarfile.
562distcheck: dist
563	case '$(DIST_ARCHIVES)' in \
564	*.tar.gz*) \
565	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
566	*.tar.bz2*) \
567	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
568	*.tar.lzma*) \
569	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
570	*.tar.xz*) \
571	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
572	*.tar.Z*) \
573	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
574	*.shar.gz*) \
575	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
576	*.zip*) \
577	  unzip $(distdir).zip ;;\
578	esac
579	chmod -R a-w $(distdir); chmod a+w $(distdir)
580	mkdir $(distdir)/_build
581	mkdir $(distdir)/_inst
582	chmod a-w $(distdir)
583	test -d $(distdir)/_build || exit 0; \
584	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
585	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
586	  && am__cwd=`pwd` \
587	  && $(am__cd) $(distdir)/_build \
588	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
589	    $(DISTCHECK_CONFIGURE_FLAGS) \
590	  && $(MAKE) $(AM_MAKEFLAGS) \
591	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
592	  && $(MAKE) $(AM_MAKEFLAGS) check \
593	  && $(MAKE) $(AM_MAKEFLAGS) install \
594	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
595	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
596	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
597	        distuninstallcheck \
598	  && chmod -R a-w "$$dc_install_base" \
599	  && ({ \
600	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
601	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
602	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
603	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
604	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
605	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
606	  && rm -rf "$$dc_destdir" \
607	  && $(MAKE) $(AM_MAKEFLAGS) dist \
608	  && rm -rf $(DIST_ARCHIVES) \
609	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
610	  && cd "$$am__cwd" \
611	  || exit 1
612	$(am__remove_distdir)
613	@(echo "$(distdir) archives ready for distribution: "; \
614	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
615	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
616distuninstallcheck:
617	@$(am__cd) '$(distuninstallcheck_dir)' \
618	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
619	   || { echo "ERROR: files left after uninstall:" ; \
620	        if test -n "$(DESTDIR)"; then \
621	          echo "  (check DESTDIR support)"; \
622	        fi ; \
623	        $(distuninstallcheck_listfiles) ; \
624	        exit 1; } >&2
625distcleancheck: distclean
626	@if test '$(srcdir)' = . ; then \
627	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
628	  exit 1 ; \
629	fi
630	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
631	  || { echo "ERROR: files left in build directory after distclean:" ; \
632	       $(distcleancheck_listfiles) ; \
633	       exit 1; } >&2
634check-am: all-am
635check: check-am
636all-am: Makefile $(PROGRAMS) $(DATA) config.h
637installdirs:
638	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
639	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
640	done
641install: install-am
642install-exec: install-exec-am
643install-data: install-data-am
644uninstall: uninstall-am
645
646install-am: all-am
647	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
648
649installcheck: installcheck-am
650install-strip:
651	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
652	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
653	  `test -z '$(STRIP)' || \
654	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
655mostlyclean-generic:
656
657clean-generic:
658	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
659
660distclean-generic:
661	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
664maintainer-clean-generic:
665	@echo "This command is intended for maintainers to use"
666	@echo "it deletes files that may require special tools to rebuild."
667	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
668clean: clean-am
669
670clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
671
672distclean: distclean-am
673	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
674	-rm -rf ./$(DEPDIR)
675	-rm -f Makefile
676distclean-am: clean-am distclean-compile distclean-generic \
677	distclean-hdr distclean-tags
678
679dvi: dvi-am
680
681dvi-am:
682
683html: html-am
684
685html-am:
686
687info: info-am
688
689info-am:
690
691install-data-am: install-appmanDATA
692
693install-dvi: install-dvi-am
694
695install-dvi-am:
696
697install-exec-am: install-binPROGRAMS
698
699install-html: install-html-am
700
701install-html-am:
702
703install-info: install-info-am
704
705install-info-am:
706
707install-man:
708
709install-pdf: install-pdf-am
710
711install-pdf-am:
712
713install-ps: install-ps-am
714
715install-ps-am:
716
717installcheck-am:
718
719maintainer-clean: maintainer-clean-am
720	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
721	-rm -rf $(top_srcdir)/autom4te.cache
722	-rm -rf ./$(DEPDIR)
723	-rm -f Makefile
724maintainer-clean-am: distclean-am maintainer-clean-generic
725
726mostlyclean: mostlyclean-am
727
728mostlyclean-am: mostlyclean-compile mostlyclean-generic
729
730pdf: pdf-am
731
732pdf-am:
733
734ps: ps-am
735
736ps-am:
737
738uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
739
740.MAKE: all install-am install-strip
741
742.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
743	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
744	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
745	dist-zip distcheck distclean distclean-compile \
746	distclean-generic distclean-hdr distclean-tags distcleancheck \
747	distdir distuninstallcheck dvi dvi-am html html-am info \
748	info-am install install-am install-appmanDATA \
749	install-binPROGRAMS install-data install-data-am install-dvi \
750	install-dvi-am install-exec install-exec-am install-html \
751	install-html-am install-info install-info-am install-man \
752	install-pdf install-pdf-am install-ps install-ps-am \
753	install-strip installcheck installcheck-am installdirs \
754	maintainer-clean maintainer-clean-generic mostlyclean \
755	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
756	tags uninstall uninstall-am uninstall-appmanDATA \
757	uninstall-binPROGRAMS
758
759
760.man.$(APP_MAN_SUFFIX):
761	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
762
763.PHONY: ChangeLog INSTALL
764
765INSTALL:
766	$(INSTALL_CMD)
767
768ChangeLog:
769	$(CHANGELOG_CMD)
770
771dist-hook: ChangeLog INSTALL
772
773# Tell versions [3.59,3.63) of GNU make to not export all variables.
774# Otherwise a system limit (for SysV at least) may be exceeded.
775.NOEXPORT:
776