ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/Makefile.in
Revision: 1.3
Committed: Thu Oct 30 03:09:36 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -4 lines
Log Message:
hell

File Contents

# Content
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 CONFIG_CLEAN_FILES =
194 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
244 mostlyclean-libtool:
245 -rm -f *.lo
246
247 clean-libtool:
248 -rm -rf .libs _libs
249
250 distclean-libtool:
251 -rm -f libtool
252 uninstall-info-am:
253
254 # This directory's subdirectories are mostly independent; you can cd
255 # into them and run `make' without going through this Makefile.
256 # To change the values of `make' variables: instead of editing Makefiles,
257 # (1) if the variable is set in `config.status', edit `config.status'
258 # (which will cause the Makefiles to be regenerated when you run `make');
259 # (2) otherwise, pass the desired values on the `make' command line.
260 $(RECURSIVE_TARGETS):
261 @set fnord $$MAKEFLAGS; amf=$$2; \
262 dot_seen=no; \
263 target=`echo $@ | sed s/-recursive//`; \
264 list='$(SUBDIRS)'; for subdir in $$list; do \
265 echo "Making $$target in $$subdir"; \
266 if test "$$subdir" = "."; then \
267 dot_seen=yes; \
268 local_target="$$target-am"; \
269 else \
270 local_target="$$target"; \
271 fi; \
272 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
273 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
274 done; \
275 if test "$$dot_seen" = "no"; then \
276 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
277 fi; test -z "$$fail"
278
279 mostlyclean-recursive clean-recursive distclean-recursive \
280 maintainer-clean-recursive:
281 @set fnord $$MAKEFLAGS; amf=$$2; \
282 dot_seen=no; \
283 case "$@" in \
284 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
285 *) list='$(SUBDIRS)' ;; \
286 esac; \
287 rev=''; for subdir in $$list; do \
288 if test "$$subdir" = "."; then :; else \
289 rev="$$subdir $$rev"; \
290 fi; \
291 done; \
292 rev="$$rev ."; \
293 target=`echo $@ | sed s/-recursive//`; \
294 for subdir in $$rev; do \
295 echo "Making $$target in $$subdir"; \
296 if test "$$subdir" = "."; then \
297 local_target="$$target-am"; \
298 else \
299 local_target="$$target"; \
300 fi; \
301 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
302 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
303 done && test -z "$$fail"
304 tags-recursive:
305 list='$(SUBDIRS)'; for subdir in $$list; do \
306 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
307 done
308
309 ETAGS = etags
310 ETAGSFLAGS =
311
312 tags: TAGS
313
314 ID: $(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
322
323 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
324 $(TAGS_FILES) $(LISP)
325 tags=; \
326 here=`pwd`; \
327 list='$(SUBDIRS)'; for subdir in $$list; do \
328 if test "$$subdir" = .; then :; else \
329 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
330 fi; \
331 done; \
332 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
333 unique=`for i in $$list; do \
334 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335 done | \
336 $(AWK) ' { files[$$0] = 1; } \
337 END { for (i in files) print i; }'`; \
338 test -z "$(ETAGS_ARGS)$$tags$$unique" \
339 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340 $$tags $$unique
341
342 GTAGS:
343 here=`$(am__cd) $(top_builddir) && pwd` \
344 && cd $(top_srcdir) \
345 && gtags -i $(GTAGS_ARGS) $$here
346
347 distclean-tags:
348 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
349 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
350
351 top_distdir = .
352 distdir = $(PACKAGE)-$(VERSION)
353
354 am__remove_distdir = \
355 { test ! -d $(distdir) \
356 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
357 && rm -fr $(distdir); }; }
358
359 GZIP_ENV = --best
360 distcleancheck_listfiles = find . -type f -print
361
362 distdir: $(DISTFILES)
363 $(am__remove_distdir)
364 mkdir $(distdir)
365 $(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
366 @list='$(DISTFILES)'; for file in $$list; do \
367 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
369 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
370 dir="/$$dir"; \
371 $(mkinstalldirs) "$(distdir)$$dir"; \
372 else \
373 dir=''; \
374 fi; \
375 if test -d $$d/$$file; then \
376 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
377 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
378 fi; \
379 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
380 else \
381 test -f $(distdir)/$$file \
382 || cp -p $$d/$$file $(distdir)/$$file \
383 || exit 1; \
384 fi; \
385 done
386 list='$(SUBDIRS)'; for subdir in $$list; do \
387 if test "$$subdir" = .; then :; else \
388 test -d $(distdir)/$$subdir \
389 || mkdir $(distdir)/$$subdir \
390 || exit 1; \
391 (cd $$subdir && \
392 $(MAKE) $(AM_MAKEFLAGS) \
393 top_distdir="$(top_distdir)" \
394 distdir=../$(distdir)/$$subdir \
395 distdir) \
396 || exit 1; \
397 fi; \
398 done
399 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
400 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
401 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
402 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
403 || chmod -R a+r $(distdir)
404 dist-gzip: distdir
405 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
406 $(am__remove_distdir)
407
408 dist dist-all: distdir
409 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
410 $(am__remove_distdir)
411
412 # This target untars the dist file and tries a VPATH configuration. Then
413 # it guarantees that the distribution is self-contained by making another
414 # tarfile.
415 distcheck: dist
416 $(am__remove_distdir)
417 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
418 chmod -R a-w $(distdir); chmod a+w $(distdir)
419 mkdir $(distdir)/=build
420 mkdir $(distdir)/=inst
421 chmod a-w $(distdir)
422 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
423 && cd $(distdir)/=build \
424 && ../configure --srcdir=.. --prefix=$$dc_install_base \
425 $(DISTCHECK_CONFIGURE_FLAGS) \
426 && $(MAKE) $(AM_MAKEFLAGS) \
427 && $(MAKE) $(AM_MAKEFLAGS) dvi \
428 && $(MAKE) $(AM_MAKEFLAGS) check \
429 && $(MAKE) $(AM_MAKEFLAGS) install \
430 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
431 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
432 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
433 || { echo "ERROR: files left after uninstall:" ; \
434 find $$dc_install_base -type f -print ; \
435 exit 1; } >&2 ) \
436 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
437 && rm -f $(distdir).tar.gz \
438 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
439 $(am__remove_distdir)
440 @echo "$(distdir).tar.gz is ready for distribution" | \
441 sed 'h;s/./=/g;p;x;p;x'
442 distcleancheck: distclean
443 if test '$(srcdir)' = . ; then \
444 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
445 exit 1 ; \
446 fi
447 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
448 || { echo "ERROR: files left after distclean:" ; \
449 $(distcleancheck_listfiles) ; \
450 exit 1; } >&2
451 check-am: all-am
452 check: check-recursive
453 all-am: Makefile config.h
454 installdirs: installdirs-recursive
455 installdirs-am:
456
457 install: install-recursive
458 install-exec: install-exec-recursive
459 install-data: install-data-recursive
460 uninstall: uninstall-recursive
461
462 install-am: all-am
463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465 installcheck: installcheck-recursive
466 install-strip:
467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468 INSTALL_STRIP_FLAG=-s \
469 `test -z '$(STRIP)' || \
470 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
471 mostlyclean-generic:
472
473 clean-generic:
474
475 maintainer-clean-generic:
476 @echo "This command is intended for maintainers to use"
477 @echo "it deletes files that may require special tools to rebuild."
478 clean: clean-recursive
479
480 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
481
482 distclean: distclean-recursive
483 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
484 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
485 distclean-tags
486
487 dvi: dvi-recursive
488
489 dvi-am:
490
491 info: info-recursive
492
493 info-am:
494
495 install-data-am:
496
497 install-exec-am:
498
499 install-info: install-info-recursive
500
501 install-man:
502
503 installcheck-am:
504
505 maintainer-clean: maintainer-clean-recursive
506 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
507 -rm -rf autom4te.cache
508 maintainer-clean-am: distclean-am maintainer-clean-generic
509
510 mostlyclean: mostlyclean-recursive
511
512 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
513
514 uninstall-am: uninstall-info-am
515
516 uninstall-info: uninstall-info-recursive
517
518 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
519 clean-generic clean-libtool clean-local clean-recursive dist \
520 dist-all dist-gzip distcheck distclean distclean-generic \
521 distclean-hdr distclean-libtool distclean-recursive \
522 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
523 info info-am info-recursive install install-am install-data \
524 install-data-am install-data-recursive install-exec \
525 install-exec-am install-exec-recursive install-info \
526 install-info-am install-info-recursive install-man \
527 install-recursive install-strip installcheck installcheck-am \
528 installdirs installdirs-am installdirs-recursive \
529 maintainer-clean maintainer-clean-generic \
530 maintainer-clean-recursive mostlyclean mostlyclean-generic \
531 mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
532 uninstall uninstall-am uninstall-info-am \
533 uninstall-info-recursive uninstall-recursive
534
535 libtool: $(LIBTOOL_DEPS)
536 $(SHELL) ./config.status --recheck
537
538 distclean-generic:
539 rm -rf ./bin
540 rm -rf ./lib
541 rm -f Makefile
542 rm -f src/spfmilter/Makefile
543 rm -rf src/spfmilter/.deps
544 rm -f stamp*
545
546 clean-local:
547 @[ -d ./bin ] || rm -rf ./bin
548 @[ -d ./lib ] || rm -rf ./lib
549 rm -f stamp*
550
551 # ------------------------------------------------------------------------------
552 # test
553 # ------------------------------------------------------------------------------
554
555 test :
556 if test -x "/usr/bin/perl"; then \
557 cd src/spfqtool; \
558 /usr/bin/perl test.pl; \
559 elif test -x "/usr/local/bin/perl"; then \
560 cd src/spfqtool; \
561 /usr/local/bin/perl test.pl; \
562 elif test -x "/bin/perl"; then \
563 cd src/spfqtool; \
564 /bin/perl test.pl; \
565 fi;
566
567 # ------------------------------------------------------------------------------
568 # test_valgrind
569 # ------------------------------------------------------------------------------
570
571 test_valgrind :
572 if test -x "/usr/bin/perl"; then \
573 cd src/spfqtool; \
574 /usr/bin/perl test_valgrind.pl; \
575 elif test -x "/usr/local/bin/perl"; then \
576 cd src/spfqtool; \
577 /usr/local/bin/perl test_valgrind.pl; \
578 elif test -x "/bin/perl"; then \
579 cd src/spfqtool; \
580 /bin/perl test_valgrind.pl; \
581 fi;
582
583 # end of Makefile.am
584 # Tell versions [3.59,3.63) of GNU make to not export all variables.
585 # Otherwise a system limit (for SysV at least) may be exceeded.
586 .NOEXPORT: