source: tags/release-0.6/Makefile.in @ 704

Revision 369, 19.3 KB checked in by dcarter, 4 years ago (diff)

merge of development-0.6 branch

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