source: branches/garlicat/Makefile.in @ 553

Revision 529, 19.3 KB checked in by eagle, 3 years ago (diff)

manpage updated, Makefile changed to create 'gcat' symlink

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