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