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