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