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

Revision 190, 18.9 KB checked in by dcarter, 6 years ago (diff)

merging -r 175:189 - removing APR from build requirements, adding xmlrpc-c

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