source: npl/mailserver/dspam/dspam-3.10.2/Makefile.in @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 23.3 KB
RevLine 
[c5c522c]1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# $Id: Makefile.am,v 1.93 2009/12/23 09:55:328 sbajic Exp $
19#
20# Makefile.am
21#
22# autoconf (GNU Autoconf) 2.59
23# ltmain.sh (GNU libtool) 1.5.6
24# automake (GNU automake) 1.9.2
25VPATH = @srcdir@
26pkgdatadir = $(datadir)/@PACKAGE@
27pkgincludedir = $(includedir)/@PACKAGE@
28pkglibdir = $(libdir)/@PACKAGE@
29pkglibexecdir = $(libexecdir)/@PACKAGE@
30am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31install_sh_DATA = $(install_sh) -c -m 644
32install_sh_PROGRAM = $(install_sh) -c
33install_sh_SCRIPT = $(install_sh) -c
34INSTALL_HEADER = $(INSTALL_DATA)
35transform = $(program_transform_name)
36NORMAL_INSTALL = :
37PRE_INSTALL = :
38POST_INSTALL = :
39NORMAL_UNINSTALL = :
40PRE_UNINSTALL = :
41POST_UNINSTALL = :
42build_triplet = @build@
43host_triplet = @host@
44subdir = .
45DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
46        $(srcdir)/Makefile.in $(top_srcdir)/configure config.guess \
47        config.sub depcomp install-sh ltmain.sh missing
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49am__aclocal_m4_deps = $(top_srcdir)/m4/dllibs.m4 \
50        $(top_srcdir)/m4/dspam_functions.m4 \
51        $(top_srcdir)/m4/external_lookup.m4 \
52        $(top_srcdir)/m4/gcc_build_options.m4 \
53        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
54        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
55        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mysql_drv.m4 \
56        $(top_srcdir)/m4/netlibs.m4 $(top_srcdir)/m4/pgsql_drv.m4 \
57        $(top_srcdir)/m4/pthread.m4 \
58        $(top_srcdir)/m4/split_configuration.m4 \
59        $(top_srcdir)/m4/sqlite3_drv.m4 $(top_srcdir)/m4/sqlite_drv.m4 \
60        $(top_srcdir)/configure.ac
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 config.status.lineno
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = $(top_builddir)/src/auto-config.h
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69SOURCES =
70DIST_SOURCES =
71RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72        html-recursive info-recursive install-data-recursive \
73        install-dvi-recursive install-exec-recursive \
74        install-html-recursive install-info-recursive \
75        install-pdf-recursive install-ps-recursive install-recursive \
76        installcheck-recursive installdirs-recursive pdf-recursive \
77        ps-recursive uninstall-recursive
78RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79  distclean-recursive maintainer-clean-recursive
80AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
82        distdir dist dist-all distcheck
83ETAGS = etags
84CTAGS = ctags
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86distdir = $(PACKAGE)-$(VERSION)
87top_distdir = $(distdir)
88am__remove_distdir = \
89  { test ! -d "$(distdir)" \
90    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
91         && rm -fr "$(distdir)"; }; }
92am__relativize = \
93  dir0=`pwd`; \
94  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
95  sed_rest='s,^[^/]*/*,,'; \
96  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
97  sed_butlast='s,/*[^/]*$$,,'; \
98  while test -n "$$dir1"; do \
99    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
100    if test "$$first" != "."; then \
101      if test "$$first" = ".."; then \
102        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
103        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
104      else \
105        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106        if test "$$first2" = "$$first"; then \
107          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
108        else \
109          dir2="../$$dir2"; \
110        fi; \
111        dir0="$$dir0"/"$$first"; \
112      fi; \
113    fi; \
114    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
115  done; \
116  reldir="$$dir2"
117DIST_ARCHIVES = $(distdir).tar.gz
118GZIP_ENV = --best
119distuninstallcheck_listfiles = find . -type f -print
120distcleancheck_listfiles = find . -type f -print
121ACLOCAL = @ACLOCAL@
122AMTAR = @AMTAR@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CPP = @CPP@
132CPPFLAGS = @CPPFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DLLIBS = @DLLIBS@
137DLLTOOL = @DLLTOOL@
138DSYMUTIL = @DSYMUTIL@
139DUMPBIN = @DUMPBIN@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146GREP = @GREP@
147INSTALL = @INSTALL@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152LD = @LD@
153LDFLAGS = @LDFLAGS@
154LIBOBJS = @LIBOBJS@
155LIBS = @LIBS@
156LIBTOOL = @LIBTOOL@
157LIPO = @LIPO@
158LN_S = @LN_S@
159LTLIBOBJS = @LTLIBOBJS@
160MAKEINFO = @MAKEINFO@
161MANIFEST_TOOL = @MANIFEST_TOOL@
162MKDIR_P = @MKDIR_P@
163NETLIBS = @NETLIBS@
164NM = @NM@
165NMEDIT = @NMEDIT@
166OBJDUMP = @OBJDUMP@
167OBJEXT = @OBJEXT@
168OTOOL = @OTOOL@
169OTOOL64 = @OTOOL64@
170PACKAGE = @PACKAGE@
171PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172PACKAGE_NAME = @PACKAGE_NAME@
173PACKAGE_STRING = @PACKAGE_STRING@
174PACKAGE_TARNAME = @PACKAGE_TARNAME@
175PACKAGE_URL = @PACKAGE_URL@
176PACKAGE_VERSION = @PACKAGE_VERSION@
177PATH_SEPARATOR = @PATH_SEPARATOR@
178RANLIB = @RANLIB@
179SED = @SED@
180SET_MAKE = @SET_MAKE@
181SHELL = @SHELL@
182STRIP = @STRIP@
183VERSION = @VERSION@
184abs_builddir = @abs_builddir@
185abs_srcdir = @abs_srcdir@
186abs_top_builddir = @abs_top_builddir@
187abs_top_srcdir = @abs_top_srcdir@
188ac_ct_AR = @ac_ct_AR@
189ac_ct_CC = @ac_ct_CC@
190ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191active_driver = @active_driver@
192am__include = @am__include@
193am__leading_dot = @am__leading_dot@
194am__quote = @am__quote@
195am__tar = @am__tar@
196am__untar = @am__untar@
197bindir = @bindir@
198build = @build@
199build_alias = @build_alias@
200build_cpu = @build_cpu@
201build_os = @build_os@
202build_vendor = @build_vendor@
203builddir = @builddir@
204datadir = @datadir@
205datarootdir = @datarootdir@
206delivery_agent = @delivery_agent@
207docdir = @docdir@
208dspam_group = @dspam_group@
209dspam_home = @dspam_home@
210dspam_home_group = @dspam_home_group@
211dspam_home_mode = @dspam_home_mode@
212dspam_home_owner = @dspam_home_owner@
213dspam_mode = @dspam_mode@
214dspam_owner = @dspam_owner@
215dvidir = @dvidir@
216exec_prefix = @exec_prefix@
217external_lookup_libs = @external_lookup_libs@
218host = @host@
219host_alias = @host_alias@
220host_cpu = @host_cpu@
221host_os = @host_os@
222host_vendor = @host_vendor@
223htmldir = @htmldir@
224includedir = @includedir@/dspam
225infodir = @infodir@
226install_sh = @install_sh@
227libdir = @libdir@
228libexecdir = @libexecdir@
229libmysql_drv_cppflags = @libmysql_drv_cppflags@
230libmysql_drv_ldflags = @libmysql_drv_ldflags@
231libmysql_drv_libs = @libmysql_drv_libs@
232libpgsql_drv_cppflags = @libpgsql_drv_cppflags@
233libpgsql_drv_ldflags = @libpgsql_drv_ldflags@
234libpgsql_drv_libs = @libpgsql_drv_libs@
235libsqlite3_drv_cppflags = @libsqlite3_drv_cppflags@
236libsqlite3_drv_ldflags = @libsqlite3_drv_ldflags@
237libsqlite3_drv_libs = @libsqlite3_drv_libs@
238libsqlite_drv_cppflags = @libsqlite_drv_cppflags@
239libsqlite_drv_ldflags = @libsqlite_drv_ldflags@
240libsqlite_drv_libs = @libsqlite_drv_libs@
241localedir = @localedir@
242localstatedir = @localstatedir@
243logdir = @logdir@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246oldincludedir = @oldincludedir@
247pdfdir = @pdfdir@
248pgsql_pg_config = @pgsql_pg_config@
249prefix = @prefix@
250program_transform_name = @program_transform_name@
251psdir = @psdir@
252sbindir = @sbindir@
253sharedstatedir = @sharedstatedir@
254srcdir = @srcdir@
255storage_drv_subdirs = @storage_drv_subdirs@
256sysconfdir = @sysconfdir@
257target_alias = @target_alias@
258top_build_prefix = @top_build_prefix@
259top_builddir = @top_builddir@
260top_srcdir = @top_srcdir@
261SUBDIRS = . webui m4 man src
262DIST_SUBDIRS = . webui m4 txt man src doc contrib
263EXTRA_DIST = autogen.sh RELEASE.NOTES CHANGELOG LICENSE \
264        README UPGRADING
265
266MAINTAINERCLEANFILES = Makefile.in aclocal.m4 auto-config.h.in \
267        config.guess config.sub configure depcomp install-sh   \
268        ltmain.sh missing mkinstalldirs
269
270ACLOCAL_AMFLAGS = -I m4
271all: all-recursive
272
273.SUFFIXES:
274am--refresh:
275        @:
276$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
277        @for dep in $?; do \
278          case '$(am__configure_deps)' in \
279            *$$dep*) \
280              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
281              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
282                && exit 0; \
283              exit 1;; \
284          esac; \
285        done; \
286        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
287        $(am__cd) $(top_srcdir) && \
288          $(AUTOMAKE) --foreign Makefile
289.PRECIOUS: Makefile
290Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291        @case '$?' in \
292          *config.status*) \
293            echo ' $(SHELL) ./config.status'; \
294            $(SHELL) ./config.status;; \
295          *) \
296            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
297            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
298        esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301        $(SHELL) ./config.status --recheck
302
303$(top_srcdir)/configure:  $(am__configure_deps)
304        $(am__cd) $(srcdir) && $(AUTOCONF)
305$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
306        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
307$(am__aclocal_m4_deps):
308
309mostlyclean-libtool:
310        -rm -f *.lo
311
312clean-libtool:
313        -rm -rf .libs _libs
314
315distclean-libtool:
316        -rm -f libtool config.lt
317
318# This directory's subdirectories are mostly independent; you can cd
319# into them and run `make' without going through this Makefile.
320# To change the values of `make' variables: instead of editing Makefiles,
321# (1) if the variable is set in `config.status', edit `config.status'
322#     (which will cause the Makefiles to be regenerated when you run `make');
323# (2) otherwise, pass the desired values on the `make' command line.
324$(RECURSIVE_TARGETS):
325        @fail= failcom='exit 1'; \
326        for f in x $$MAKEFLAGS; do \
327          case $$f in \
328            *=* | --[!k]*);; \
329            *k*) failcom='fail=yes';; \
330          esac; \
331        done; \
332        dot_seen=no; \
333        target=`echo $@ | sed s/-recursive//`; \
334        list='$(SUBDIRS)'; for subdir in $$list; do \
335          echo "Making $$target in $$subdir"; \
336          if test "$$subdir" = "."; then \
337            dot_seen=yes; \
338            local_target="$$target-am"; \
339          else \
340            local_target="$$target"; \
341          fi; \
342          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
343          || eval $$failcom; \
344        done; \
345        if test "$$dot_seen" = "no"; then \
346          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
347        fi; test -z "$$fail"
348
349$(RECURSIVE_CLEAN_TARGETS):
350        @fail= failcom='exit 1'; \
351        for f in x $$MAKEFLAGS; do \
352          case $$f in \
353            *=* | --[!k]*);; \
354            *k*) failcom='fail=yes';; \
355          esac; \
356        done; \
357        dot_seen=no; \
358        case "$@" in \
359          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
360          *) list='$(SUBDIRS)' ;; \
361        esac; \
362        rev=''; for subdir in $$list; do \
363          if test "$$subdir" = "."; then :; else \
364            rev="$$subdir $$rev"; \
365          fi; \
366        done; \
367        rev="$$rev ."; \
368        target=`echo $@ | sed s/-recursive//`; \
369        for subdir in $$rev; do \
370          echo "Making $$target in $$subdir"; \
371          if test "$$subdir" = "."; then \
372            local_target="$$target-am"; \
373          else \
374            local_target="$$target"; \
375          fi; \
376          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
377          || eval $$failcom; \
378        done && test -z "$$fail"
379tags-recursive:
380        list='$(SUBDIRS)'; for subdir in $$list; do \
381          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
382        done
383ctags-recursive:
384        list='$(SUBDIRS)'; for subdir in $$list; do \
385          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
386        done
387
388ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
389        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
390        unique=`for i in $$list; do \
391            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392          done | \
393          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394              END { if (nonempty) { for (i in files) print i; }; }'`; \
395        mkid -fID $$unique
396tags: TAGS
397
398TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399                $(TAGS_FILES) $(LISP)
400        set x; \
401        here=`pwd`; \
402        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403          include_option=--etags-include; \
404          empty_fix=.; \
405        else \
406          include_option=--include; \
407          empty_fix=; \
408        fi; \
409        list='$(SUBDIRS)'; for subdir in $$list; do \
410          if test "$$subdir" = .; then :; else \
411            test ! -f $$subdir/TAGS || \
412              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
413          fi; \
414        done; \
415        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
416        unique=`for i in $$list; do \
417            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418          done | \
419          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420              END { if (nonempty) { for (i in files) print i; }; }'`; \
421        shift; \
422        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423          test -n "$$unique" || unique=$$empty_fix; \
424          if test $$# -gt 0; then \
425            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426              "$$@" $$unique; \
427          else \
428            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429              $$unique; \
430          fi; \
431        fi
432ctags: CTAGS
433CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434                $(TAGS_FILES) $(LISP)
435        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
436        unique=`for i in $$list; do \
437            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438          done | \
439          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440              END { if (nonempty) { for (i in files) print i; }; }'`; \
441        test -z "$(CTAGS_ARGS)$$unique" \
442          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443             $$unique
444
445GTAGS:
446        here=`$(am__cd) $(top_builddir) && pwd` \
447          && $(am__cd) $(top_srcdir) \
448          && gtags -i $(GTAGS_ARGS) "$$here"
449
450distclean-tags:
451        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452
453distdir: $(DISTFILES)
454        $(am__remove_distdir)
455        test -d "$(distdir)" || mkdir "$(distdir)"
456        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458        list='$(DISTFILES)'; \
459          dist_files=`for file in $$list; do echo $$file; done | \
460          sed -e "s|^$$srcdirstrip/||;t" \
461              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462        case $$dist_files in \
463          */*) $(MKDIR_P) `echo "$$dist_files" | \
464                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465                           sort -u` ;; \
466        esac; \
467        for file in $$dist_files; do \
468          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469          if test -d $$d/$$file; then \
470            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471            if test -d "$(distdir)/$$file"; then \
472              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473            fi; \
474            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477            fi; \
478            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479          else \
480            test -f "$(distdir)/$$file" \
481            || cp -p $$d/$$file "$(distdir)/$$file" \
482            || exit 1; \
483          fi; \
484        done
485        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
486          if test "$$subdir" = .; then :; else \
487            test -d "$(distdir)/$$subdir" \
488            || $(MKDIR_P) "$(distdir)/$$subdir" \
489            || exit 1; \
490          fi; \
491        done
492        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493          if test "$$subdir" = .; then :; else \
494            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
495            $(am__relativize); \
496            new_distdir=$$reldir; \
497            dir1=$$subdir; dir2="$(top_distdir)"; \
498            $(am__relativize); \
499            new_top_distdir=$$reldir; \
500            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
501            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
502            ($(am__cd) $$subdir && \
503              $(MAKE) $(AM_MAKEFLAGS) \
504                top_distdir="$$new_top_distdir" \
505                distdir="$$new_distdir" \
506                am__remove_distdir=: \
507                am__skip_length_check=: \
508                am__skip_mode_fix=: \
509                distdir) \
510              || exit 1; \
511          fi; \
512        done
513        -test -n "$(am__skip_mode_fix)" \
514        || find "$(distdir)" -type d ! -perm -755 \
515                -exec chmod u+rwx,go+rx {} \; -o \
516          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
517          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
518          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
519        || chmod -R a+r "$(distdir)"
520dist-gzip: distdir
521        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
522        $(am__remove_distdir)
523
524dist-bzip2: distdir
525        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
526        $(am__remove_distdir)
527
528dist-lzma: distdir
529        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
530        $(am__remove_distdir)
531
532dist-xz: distdir
533        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
534        $(am__remove_distdir)
535
536dist-tarZ: distdir
537        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
538        $(am__remove_distdir)
539
540dist-shar: distdir
541        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
542        $(am__remove_distdir)
543
544dist-zip: distdir
545        -rm -f $(distdir).zip
546        zip -rq $(distdir).zip $(distdir)
547        $(am__remove_distdir)
548
549dist dist-all: distdir
550        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
551        $(am__remove_distdir)
552
553# This target untars the dist file and tries a VPATH configuration.  Then
554# it guarantees that the distribution is self-contained by making another
555# tarfile.
556distcheck: dist
557        case '$(DIST_ARCHIVES)' in \
558        *.tar.gz*) \
559          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
560        *.tar.bz2*) \
561          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
562        *.tar.lzma*) \
563          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
564        *.tar.xz*) \
565          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
566        *.tar.Z*) \
567          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568        *.shar.gz*) \
569          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
570        *.zip*) \
571          unzip $(distdir).zip ;;\
572        esac
573        chmod -R a-w $(distdir); chmod a+w $(distdir)
574        mkdir $(distdir)/_build
575        mkdir $(distdir)/_inst
576        chmod a-w $(distdir)
577        test -d $(distdir)/_build || exit 0; \
578        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
579          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
580          && am__cwd=`pwd` \
581          && $(am__cd) $(distdir)/_build \
582          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
583            $(DISTCHECK_CONFIGURE_FLAGS) \
584          && $(MAKE) $(AM_MAKEFLAGS) \
585          && $(MAKE) $(AM_MAKEFLAGS) dvi \
586          && $(MAKE) $(AM_MAKEFLAGS) check \
587          && $(MAKE) $(AM_MAKEFLAGS) install \
588          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
589          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
590          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
591                distuninstallcheck \
592          && chmod -R a-w "$$dc_install_base" \
593          && ({ \
594               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
595               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
596               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
597               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
598                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
599              } || { rm -rf "$$dc_destdir"; exit 1; }) \
600          && rm -rf "$$dc_destdir" \
601          && $(MAKE) $(AM_MAKEFLAGS) dist \
602          && rm -rf $(DIST_ARCHIVES) \
603          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
604          && cd "$$am__cwd" \
605          || exit 1
606        $(am__remove_distdir)
607        @(echo "$(distdir) archives ready for distribution: "; \
608          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
609          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
610distuninstallcheck:
611        @$(am__cd) '$(distuninstallcheck_dir)' \
612        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
613           || { echo "ERROR: files left after uninstall:" ; \
614                if test -n "$(DESTDIR)"; then \
615                  echo "  (check DESTDIR support)"; \
616                fi ; \
617                $(distuninstallcheck_listfiles) ; \
618                exit 1; } >&2
619distcleancheck: distclean
620        @if test '$(srcdir)' = . ; then \
621          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
622          exit 1 ; \
623        fi
624        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
625          || { echo "ERROR: files left in build directory after distclean:" ; \
626               $(distcleancheck_listfiles) ; \
627               exit 1; } >&2
628check-am: all-am
629check: check-recursive
630all-am: Makefile
631installdirs: installdirs-recursive
632installdirs-am:
633install: install-recursive
634install-exec: install-exec-recursive
635install-data: install-data-recursive
636uninstall: uninstall-recursive
637
638install-am: all-am
639        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641installcheck: installcheck-recursive
642install-strip:
643        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
645          `test -z '$(STRIP)' || \
646            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
647mostlyclean-generic:
648
649clean-generic:
650
651distclean-generic:
652        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
653        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
654
655maintainer-clean-generic:
656        @echo "This command is intended for maintainers to use"
657        @echo "it deletes files that may require special tools to rebuild."
658        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
659clean: clean-recursive
660
661clean-am: clean-generic clean-libtool mostlyclean-am
662
663distclean: distclean-recursive
664        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
665        -rm -f Makefile
666distclean-am: clean-am distclean-generic distclean-libtool \
667        distclean-tags
668
669dvi: dvi-recursive
670
671dvi-am:
672
673html: html-recursive
674
675html-am:
676
677info: info-recursive
678
679info-am:
680
681install-data-am:
682
683install-dvi: install-dvi-recursive
684
685install-dvi-am:
686
687install-exec-am:
688
689install-html: install-html-recursive
690
691install-html-am:
692
693install-info: install-info-recursive
694
695install-info-am:
696
697install-man:
698
699install-pdf: install-pdf-recursive
700
701install-pdf-am:
702
703install-ps: install-ps-recursive
704
705install-ps-am:
706
707installcheck-am:
708
709maintainer-clean: maintainer-clean-recursive
710        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
711        -rm -rf $(top_srcdir)/autom4te.cache
712        -rm -f Makefile
713maintainer-clean-am: distclean-am maintainer-clean-generic
714
715mostlyclean: mostlyclean-recursive
716
717mostlyclean-am: mostlyclean-generic mostlyclean-libtool
718
719pdf: pdf-recursive
720
721pdf-am:
722
723ps: ps-recursive
724
725ps-am:
726
727uninstall-am:
728
729.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
730        install-am install-strip tags-recursive
731
732.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
733        all all-am am--refresh check check-am clean clean-generic \
734        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
735        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
736        distcheck distclean distclean-generic distclean-libtool \
737        distclean-tags distcleancheck distdir distuninstallcheck dvi \
738        dvi-am html html-am info info-am install install-am \
739        install-data install-data-am install-dvi install-dvi-am \
740        install-exec install-exec-am install-html install-html-am \
741        install-info install-info-am install-man install-pdf \
742        install-pdf-am install-ps install-ps-am install-strip \
743        installcheck installcheck-am installdirs installdirs-am \
744        maintainer-clean maintainer-clean-generic mostlyclean \
745        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
746        tags tags-recursive uninstall uninstall-am
747
748
749# Tell versions [3.59,3.63) of GNU make to not export all variables.
750# Otherwise a system limit (for SysV at least) may be exceeded.
751.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.