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