ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/Makefile.in
Revision: 1.2
Committed: Thu Oct 30 02:56:04 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.1: +4 -2 lines
Log Message:
many minor configure fixes

File Contents

# User Rev Content
1 root 1.1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5     # 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     #------------------------------------------------------------------------------
18     #
19     # oooo o8o .o8 .oooooo..o ooooooooo. oooooooooooo
20     # `888 `"' "888 d8P' `Y8 `888 `Y88. `888' `8
21     # 888 oooo 888oooo. Y88bo. 888 .d88' 888
22     # 888 `888 d88' `88b `"Y8888o. 888ooo88P' 888oooo8
23     # 888 888 888 888 `"Y88b 888 888 "
24     # 888 888 888 888 oo .d8P 888 888
25     # o888o o888o `Y8bod8P' 8""88888P' o888o o888o
26     #
27     #-------------------------------------------------------------------------------
28     # An ANSI C Implementation of the Sender Policy Framework
29     #-------------------------------------------------------------------------------
30     #
31     # File: Makefile.am
32     # Author: James Couzens <jcouzens@codeshare.ca>
33     # Date: June 15, 2004
34     # Info: Makefile base for Autotools for the libSPF library
35     # ------------------------------------------------------------------------------
36     SHELL = @SHELL@
37    
38     srcdir = @srcdir@
39     top_srcdir = @top_srcdir@
40     VPATH = @srcdir@
41     prefix = @prefix@
42     exec_prefix = @exec_prefix@
43    
44     bindir = @bindir@
45     sbindir = @sbindir@
46     libexecdir = @libexecdir@
47     datadir = @datadir@
48     sysconfdir = @sysconfdir@
49     sharedstatedir = @sharedstatedir@
50     localstatedir = @localstatedir@
51     libdir = @libdir@
52     infodir = @infodir@
53     mandir = @mandir@
54     includedir = @includedir@
55     oldincludedir = /usr/include
56     pkgdatadir = $(datadir)/@PACKAGE@
57     pkglibdir = $(libdir)/@PACKAGE@
58     pkgincludedir = $(includedir)/@PACKAGE@
59     top_builddir = .
60    
61     ACLOCAL = @ACLOCAL@
62     AUTOCONF = @AUTOCONF@
63     AUTOMAKE = @AUTOMAKE@
64     AUTOHEADER = @AUTOHEADER@
65    
66     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67     INSTALL = @INSTALL@
68     INSTALL_PROGRAM = @INSTALL_PROGRAM@
69     INSTALL_DATA = @INSTALL_DATA@
70     install_sh_DATA = $(install_sh) -c -m 644
71     install_sh_PROGRAM = $(install_sh) -c
72     install_sh_SCRIPT = $(install_sh) -c
73     INSTALL_SCRIPT = @INSTALL_SCRIPT@
74     INSTALL_HEADER = $(INSTALL_DATA)
75     transform = @program_transform_name@
76     NORMAL_INSTALL = :
77     PRE_INSTALL = :
78     POST_INSTALL = :
79     NORMAL_UNINSTALL = :
80     PRE_UNINSTALL = :
81     POST_UNINSTALL = :
82     host_alias = @host_alias@
83     host_triplet = @host@
84    
85     EXEEXT = @EXEEXT@
86     OBJEXT = @OBJEXT@
87     PATH_SEPARATOR = @PATH_SEPARATOR@
88     AMTAR = @AMTAR@
89     AR = @AR@
90     AS = @AS@
91     AWK = @AWK@
92     CC = @CC@
93     CPP = @CPP@
94     CXX = @CXX@
95     CXXCPP = @CXXCPP@
96     DEPDIR = @DEPDIR@
97     DLLTOOL = @DLLTOOL@
98     ECHO = @ECHO@
99     EGREP = @EGREP@
100     F77 = @F77@
101     GCJ = @GCJ@
102     GCJFLAGS = @GCJFLAGS@
103     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104     LIBSPF_BINARY_AGE = @LIBSPF_BINARY_AGE@
105     LIBSPF_BUILD_DIRS = @LIBSPF_BUILD_DIRS@
106     LIBSPF_INTERFACE_AGE = @LIBSPF_INTERFACE_AGE@
107     LIBSPF_MAJOR_VERSION = @LIBSPF_MAJOR_VERSION@
108     LIBSPF_MICRO_VERSION = @LIBSPF_MICRO_VERSION@
109     LIBSPF_MINOR_VERSION = @LIBSPF_MINOR_VERSION@
110     LIBSPF_PTHREADS_LIB = @LIBSPF_PTHREADS_LIB@
111     LIBSPF_RESOLV_LIB = @LIBSPF_RESOLV_LIB@
112     LIBSPF_VERSION = @LIBSPF_VERSION@
113     LIBTOOL = @LIBTOOL@
114    
115    
116     # ------------------------------------------------------------------------------
117     # LIBTOOL dependancies
118     # ------------------------------------------------------------------------------
119     LIBTOOL_DEPS = @LIBTOOL_DEPS@
120     LN_S = @LN_S@
121     LT_AGE = @LT_AGE@
122     LT_CURRENT = @LT_CURRENT@
123     LT_RELEASE = @LT_RELEASE@
124     LT_REVISION = @LT_REVISION@
125     OBJDUMP = @OBJDUMP@
126     PACKAGE = @PACKAGE@
127     RANLIB = @RANLIB@
128     RC = @RC@
129     STRIP = @STRIP@
130     UNSIGNED_INT_ARG = @UNSIGNED_INT_ARG@
131     VERSION = @VERSION@
132     __BEGIN_DECLS = @__BEGIN_DECLS@
133     __END_DECLS = @__END_DECLS@
134     am__include = @am__include@
135     am__quote = @am__quote@
136     enable_shared = @enable_shared@
137     enable_static = @enable_static@
138     install_sh = @install_sh@
139    
140     AUTOMAKE_OPTIONS = foreign
141    
142    
143     # ------------------------------------------------------------------------------
144     # Compiler Flags
145     # ------------------------------------------------------------------------------
146     @GCC_TRUE@AM_CFLAGS = -D_BSD_SOURCE
147    
148    
149     # ------------------------------------------------------------------------------
150     # Build subdirectoriee
151     # ------------------------------------------------------------------------------
152     SUBDIRS = src
153     EXTRA_DIST = \
154     docs/spfqtool \
155     docs/qmail \
156     docs/qmail/1.03 \
157     docs/qmail/1.04 \
158     docs/qmail/1.05 \
159     docs/Sendmail \
160     docs/Sendmail/8.12.x \
161     docs/Sendmail/8.13.x \
162     docs/Postfix \
163     docs/Postfix/2.1.x \
164     docs/Courier-MTA \
165     docs/API \
166     docs/RFC \
167     docs/README \
168     docs/history \
169     build_tools/bewm.sh \
170     examples \
171     examples/qmail \
172     examples/Sendmail \
173     patches \
174     patches/Courier-MTA \
175     patches/qmail \
176     patches/Sendmail \
177     patches/Sendmail/8.12.x \
178     patches/Sendmail/8.13.x \
179     patches/Postfix \
180     patches/Postfix/2.1.x \
181     patches/README \
182     AUTHORS \
183     README \
184     FAQ \
185     VERSION \
186     LICENSE \
187     CHANGELOG
188    
189     subdir = .
190     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
191     mkinstalldirs = $(SHELL) $(top_srcdir)/build_tools/mkinstalldirs
192     CONFIG_HEADER = config.h
193 root 1.2 CONFIG_CLEAN_FILES = src/spfmilter/Makefile
194 root 1.1 DIST_SOURCES =
195    
196     RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
197     uninstall-info-recursive all-recursive install-data-recursive \
198     install-exec-recursive installdirs-recursive install-recursive \
199     uninstall-recursive check-recursive installcheck-recursive
200     DIST_COMMON = README AUTHORS COPYING INSTALL Makefile.am Makefile.in \
201     TODO aclocal.m4 build_tools/config.guess build_tools/config.sub \
202     build_tools/depcomp build_tools/install-sh \
203     build_tools/ltmain.sh build_tools/missing \
204     build_tools/mkinstalldirs config.h.in configure configure.in
205     DIST_SUBDIRS = $(SUBDIRS)
206     all: config.h
207     $(MAKE) $(AM_MAKEFLAGS) all-recursive
208    
209     .SUFFIXES:
210    
211     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
212     configure.lineno
213     $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
214     cd $(top_srcdir) && \
215     $(AUTOMAKE) --foreign Makefile
216     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
218    
219     $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220     $(SHELL) ./config.status --recheck
221     $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
222     cd $(srcdir) && $(AUTOCONF)
223    
224     $(ACLOCAL_M4): configure.in
225     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
226    
227     config.h: stamp-h1
228     @if test ! -f $@; then \
229     rm -f stamp-h1; \
230     $(MAKE) stamp-h1; \
231     else :; fi
232    
233     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
234     @rm -f stamp-h1
235     cd $(top_builddir) && $(SHELL) ./config.status config.h
236    
237     $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
238     cd $(top_srcdir) && $(AUTOHEADER)
239     touch $(srcdir)/config.h.in
240    
241     distclean-hdr:
242     -rm -f config.h stamp-h1
243 root 1.2 src/spfmilter/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/spfmilter/Makefile.in
244     cd $(top_builddir) && $(SHELL) ./config.status $@
245 root 1.1
246     mostlyclean-libtool:
247     -rm -f *.lo
248    
249     clean-libtool:
250     -rm -rf .libs _libs
251    
252     distclean-libtool:
253     -rm -f libtool
254     uninstall-info-am:
255    
256     # This directory's subdirectories are mostly independent; you can cd
257     # into them and run `make' without going through this Makefile.
258     # To change the values of `make' variables: instead of editing Makefiles,
259     # (1) if the variable is set in `config.status', edit `config.status'
260     # (which will cause the Makefiles to be regenerated when you run `make');
261     # (2) otherwise, pass the desired values on the `make' command line.
262     $(RECURSIVE_TARGETS):
263     @set fnord $$MAKEFLAGS; amf=$$2; \
264     dot_seen=no; \
265     target=`echo $@ | sed s/-recursive//`; \
266     list='$(SUBDIRS)'; for subdir in $$list; do \
267     echo "Making $$target in $$subdir"; \
268     if test "$$subdir" = "."; then \
269     dot_seen=yes; \
270     local_target="$$target-am"; \
271     else \
272     local_target="$$target"; \
273     fi; \
274     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
276     done; \
277     if test "$$dot_seen" = "no"; then \
278     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
279     fi; test -z "$$fail"
280    
281     mostlyclean-recursive clean-recursive distclean-recursive \
282     maintainer-clean-recursive:
283     @set fnord $$MAKEFLAGS; amf=$$2; \
284     dot_seen=no; \
285     case "$@" in \
286     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
287     *) list='$(SUBDIRS)' ;; \
288     esac; \
289     rev=''; for subdir in $$list; do \
290     if test "$$subdir" = "."; then :; else \
291     rev="$$subdir $$rev"; \
292     fi; \
293     done; \
294     rev="$$rev ."; \
295     target=`echo $@ | sed s/-recursive//`; \
296     for subdir in $$rev; do \
297     echo "Making $$target in $$subdir"; \
298     if test "$$subdir" = "."; then \
299     local_target="$$target-am"; \
300     else \
301     local_target="$$target"; \
302     fi; \
303     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305     done && test -z "$$fail"
306     tags-recursive:
307     list='$(SUBDIRS)'; for subdir in $$list; do \
308     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309     done
310    
311     ETAGS = etags
312     ETAGSFLAGS =
313    
314     tags: TAGS
315    
316     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318     unique=`for i in $$list; do \
319     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320     done | \
321     $(AWK) ' { files[$$0] = 1; } \
322     END { for (i in files) print i; }'`; \
323     mkid -fID $$unique
324    
325     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
326     $(TAGS_FILES) $(LISP)
327     tags=; \
328     here=`pwd`; \
329     list='$(SUBDIRS)'; for subdir in $$list; do \
330     if test "$$subdir" = .; then :; else \
331     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
332     fi; \
333     done; \
334     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
335     unique=`for i in $$list; do \
336     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337     done | \
338     $(AWK) ' { files[$$0] = 1; } \
339     END { for (i in files) print i; }'`; \
340     test -z "$(ETAGS_ARGS)$$tags$$unique" \
341     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342     $$tags $$unique
343    
344     GTAGS:
345     here=`$(am__cd) $(top_builddir) && pwd` \
346     && cd $(top_srcdir) \
347     && gtags -i $(GTAGS_ARGS) $$here
348    
349     distclean-tags:
350     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
351     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
352    
353     top_distdir = .
354     distdir = $(PACKAGE)-$(VERSION)
355    
356     am__remove_distdir = \
357     { test ! -d $(distdir) \
358     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
359     && rm -fr $(distdir); }; }
360    
361     GZIP_ENV = --best
362     distcleancheck_listfiles = find . -type f -print
363    
364     distdir: $(DISTFILES)
365     $(am__remove_distdir)
366     mkdir $(distdir)
367 root 1.2 $(mkinstalldirs) $(distdir)/build_tools $(distdir)/docs $(distdir)/docs/Postfix $(distdir)/docs/Sendmail $(distdir)/docs/qmail $(distdir)/examples $(distdir)/patches $(distdir)/patches/Postfix $(distdir)/patches/Sendmail $(distdir)/src/libspf $(distdir)/src/spfmilter
368 root 1.1 @list='$(DISTFILES)'; for file in $$list; do \
369     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
370     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
371     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
372     dir="/$$dir"; \
373     $(mkinstalldirs) "$(distdir)$$dir"; \
374     else \
375     dir=''; \
376     fi; \
377     if test -d $$d/$$file; then \
378     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
379     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
380     fi; \
381     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
382     else \
383     test -f $(distdir)/$$file \
384     || cp -p $$d/$$file $(distdir)/$$file \
385     || exit 1; \
386     fi; \
387     done
388     list='$(SUBDIRS)'; for subdir in $$list; do \
389     if test "$$subdir" = .; then :; else \
390     test -d $(distdir)/$$subdir \
391     || mkdir $(distdir)/$$subdir \
392     || exit 1; \
393     (cd $$subdir && \
394     $(MAKE) $(AM_MAKEFLAGS) \
395     top_distdir="$(top_distdir)" \
396     distdir=../$(distdir)/$$subdir \
397     distdir) \
398     || exit 1; \
399     fi; \
400     done
401     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
402     ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
403     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
404     ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
405     || chmod -R a+r $(distdir)
406     dist-gzip: distdir
407     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
408     $(am__remove_distdir)
409    
410     dist dist-all: distdir
411     $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
412     $(am__remove_distdir)
413    
414     # This target untars the dist file and tries a VPATH configuration. Then
415     # it guarantees that the distribution is self-contained by making another
416     # tarfile.
417     distcheck: dist
418     $(am__remove_distdir)
419     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
420     chmod -R a-w $(distdir); chmod a+w $(distdir)
421     mkdir $(distdir)/=build
422     mkdir $(distdir)/=inst
423     chmod a-w $(distdir)
424     dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
425     && cd $(distdir)/=build \
426     && ../configure --srcdir=.. --prefix=$$dc_install_base \
427     $(DISTCHECK_CONFIGURE_FLAGS) \
428     && $(MAKE) $(AM_MAKEFLAGS) \
429     && $(MAKE) $(AM_MAKEFLAGS) dvi \
430     && $(MAKE) $(AM_MAKEFLAGS) check \
431     && $(MAKE) $(AM_MAKEFLAGS) install \
432     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
433     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
434     && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
435     || { echo "ERROR: files left after uninstall:" ; \
436     find $$dc_install_base -type f -print ; \
437     exit 1; } >&2 ) \
438     && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
439     && rm -f $(distdir).tar.gz \
440     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
441     $(am__remove_distdir)
442     @echo "$(distdir).tar.gz is ready for distribution" | \
443     sed 'h;s/./=/g;p;x;p;x'
444     distcleancheck: distclean
445     if test '$(srcdir)' = . ; then \
446     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
447     exit 1 ; \
448     fi
449     test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
450     || { echo "ERROR: files left after distclean:" ; \
451     $(distcleancheck_listfiles) ; \
452     exit 1; } >&2
453     check-am: all-am
454     check: check-recursive
455     all-am: Makefile config.h
456     installdirs: installdirs-recursive
457     installdirs-am:
458    
459     install: install-recursive
460     install-exec: install-exec-recursive
461     install-data: install-data-recursive
462     uninstall: uninstall-recursive
463    
464     install-am: all-am
465     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466    
467     installcheck: installcheck-recursive
468     install-strip:
469     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470     INSTALL_STRIP_FLAG=-s \
471     `test -z '$(STRIP)' || \
472     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
473     mostlyclean-generic:
474    
475     clean-generic:
476    
477     maintainer-clean-generic:
478     @echo "This command is intended for maintainers to use"
479     @echo "it deletes files that may require special tools to rebuild."
480     clean: clean-recursive
481    
482     clean-am: clean-generic clean-libtool clean-local mostlyclean-am
483    
484     distclean: distclean-recursive
485     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
486     distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
487     distclean-tags
488    
489     dvi: dvi-recursive
490    
491     dvi-am:
492    
493     info: info-recursive
494    
495     info-am:
496    
497     install-data-am:
498    
499     install-exec-am:
500    
501     install-info: install-info-recursive
502    
503     install-man:
504    
505     installcheck-am:
506    
507     maintainer-clean: maintainer-clean-recursive
508     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
509     -rm -rf autom4te.cache
510     maintainer-clean-am: distclean-am maintainer-clean-generic
511    
512     mostlyclean: mostlyclean-recursive
513    
514     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
515    
516     uninstall-am: uninstall-info-am
517    
518     uninstall-info: uninstall-info-recursive
519    
520     .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
521     clean-generic clean-libtool clean-local clean-recursive dist \
522     dist-all dist-gzip distcheck distclean distclean-generic \
523     distclean-hdr distclean-libtool distclean-recursive \
524     distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
525     info info-am info-recursive install install-am install-data \
526     install-data-am install-data-recursive install-exec \
527     install-exec-am install-exec-recursive install-info \
528     install-info-am install-info-recursive install-man \
529     install-recursive install-strip installcheck installcheck-am \
530     installdirs installdirs-am installdirs-recursive \
531     maintainer-clean maintainer-clean-generic \
532     maintainer-clean-recursive mostlyclean mostlyclean-generic \
533     mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
534     uninstall uninstall-am uninstall-info-am \
535     uninstall-info-recursive uninstall-recursive
536    
537     libtool: $(LIBTOOL_DEPS)
538     $(SHELL) ./config.status --recheck
539    
540     distclean-generic:
541     rm -rf ./bin
542     rm -rf ./lib
543     rm -f Makefile
544     rm -f src/spfmilter/Makefile
545     rm -rf src/spfmilter/.deps
546     rm -f stamp*
547    
548     clean-local:
549     @[ -d ./bin ] || rm -rf ./bin
550     @[ -d ./lib ] || rm -rf ./lib
551     rm -f stamp*
552    
553     # ------------------------------------------------------------------------------
554     # test
555     # ------------------------------------------------------------------------------
556    
557     test :
558     if test -x "/usr/bin/perl"; then \
559     cd src/spfqtool; \
560     /usr/bin/perl test.pl; \
561     elif test -x "/usr/local/bin/perl"; then \
562     cd src/spfqtool; \
563     /usr/local/bin/perl test.pl; \
564     elif test -x "/bin/perl"; then \
565     cd src/spfqtool; \
566     /bin/perl test.pl; \
567     fi;
568    
569     # ------------------------------------------------------------------------------
570     # test_valgrind
571     # ------------------------------------------------------------------------------
572    
573     test_valgrind :
574     if test -x "/usr/bin/perl"; then \
575     cd src/spfqtool; \
576     /usr/bin/perl test_valgrind.pl; \
577     elif test -x "/usr/local/bin/perl"; then \
578     cd src/spfqtool; \
579     /usr/local/bin/perl test_valgrind.pl; \
580     elif test -x "/bin/perl"; then \
581     cd src/spfqtool; \
582     /bin/perl test_valgrind.pl; \
583     fi;
584    
585     # end of Makefile.am
586     # Tell versions [3.59,3.63) of GNU make to not export all variables.
587     # Otherwise a system limit (for SysV at least) may be exceeded.
588     .NOEXPORT: