source: npl/mailserver/dspam/dspam-3.10.2/contrib/Makefile.in

Last change on this file 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: 13.2 KB
Line 
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.0 2009/12/15 23:11:22 sbajic Exp $
19# contrib/Makefile.am
20#
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkglibexecdir = $(libexecdir)/@PACKAGE@
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40subdir = contrib
41DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/dllibs.m4 \
44        $(top_srcdir)/m4/dspam_functions.m4 \
45        $(top_srcdir)/m4/external_lookup.m4 \
46        $(top_srcdir)/m4/gcc_build_options.m4 \
47        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mysql_drv.m4 \
50        $(top_srcdir)/m4/netlibs.m4 $(top_srcdir)/m4/pgsql_drv.m4 \
51        $(top_srcdir)/m4/pthread.m4 \
52        $(top_srcdir)/m4/split_configuration.m4 \
53        $(top_srcdir)/m4/sqlite3_drv.m4 $(top_srcdir)/m4/sqlite_drv.m4 \
54        $(top_srcdir)/configure.ac
55am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56        $(ACLOCAL_M4)
57mkinstalldirs = $(install_sh) -d
58CONFIG_HEADER = $(top_builddir)/src/auto-config.h
59CONFIG_CLEAN_FILES =
60CONFIG_CLEAN_VPATH_FILES =
61SOURCES =
62DIST_SOURCES =
63DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64ACLOCAL = @ACLOCAL@
65AMTAR = @AMTAR@
66AR = @AR@
67AUTOCONF = @AUTOCONF@
68AUTOHEADER = @AUTOHEADER@
69AUTOMAKE = @AUTOMAKE@
70AWK = @AWK@
71CC = @CC@
72CCDEPMODE = @CCDEPMODE@
73CFLAGS = @CFLAGS@
74CPP = @CPP@
75CPPFLAGS = @CPPFLAGS@
76CYGPATH_W = @CYGPATH_W@
77DEFS = @DEFS@
78DEPDIR = @DEPDIR@
79DLLIBS = @DLLIBS@
80DLLTOOL = @DLLTOOL@
81DSYMUTIL = @DSYMUTIL@
82DUMPBIN = @DUMPBIN@
83ECHO_C = @ECHO_C@
84ECHO_N = @ECHO_N@
85ECHO_T = @ECHO_T@
86EGREP = @EGREP@
87EXEEXT = @EXEEXT@
88FGREP = @FGREP@
89GREP = @GREP@
90INSTALL = @INSTALL@
91INSTALL_DATA = @INSTALL_DATA@
92INSTALL_PROGRAM = @INSTALL_PROGRAM@
93INSTALL_SCRIPT = @INSTALL_SCRIPT@
94INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95LD = @LD@
96LDFLAGS = @LDFLAGS@
97LIBOBJS = @LIBOBJS@
98LIBS = @LIBS@
99LIBTOOL = @LIBTOOL@
100LIPO = @LIPO@
101LN_S = @LN_S@
102LTLIBOBJS = @LTLIBOBJS@
103MAKEINFO = @MAKEINFO@
104MANIFEST_TOOL = @MANIFEST_TOOL@
105MKDIR_P = @MKDIR_P@
106NETLIBS = @NETLIBS@
107NM = @NM@
108NMEDIT = @NMEDIT@
109OBJDUMP = @OBJDUMP@
110OBJEXT = @OBJEXT@
111OTOOL = @OTOOL@
112OTOOL64 = @OTOOL64@
113PACKAGE = @PACKAGE@
114PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115PACKAGE_NAME = @PACKAGE_NAME@
116PACKAGE_STRING = @PACKAGE_STRING@
117PACKAGE_TARNAME = @PACKAGE_TARNAME@
118PACKAGE_URL = @PACKAGE_URL@
119PACKAGE_VERSION = @PACKAGE_VERSION@
120PATH_SEPARATOR = @PATH_SEPARATOR@
121RANLIB = @RANLIB@
122SED = @SED@
123SET_MAKE = @SET_MAKE@
124SHELL = @SHELL@
125STRIP = @STRIP@
126VERSION = @VERSION@
127abs_builddir = @abs_builddir@
128abs_srcdir = @abs_srcdir@
129abs_top_builddir = @abs_top_builddir@
130abs_top_srcdir = @abs_top_srcdir@
131ac_ct_AR = @ac_ct_AR@
132ac_ct_CC = @ac_ct_CC@
133ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
134active_driver = @active_driver@
135am__include = @am__include@
136am__leading_dot = @am__leading_dot@
137am__quote = @am__quote@
138am__tar = @am__tar@
139am__untar = @am__untar@
140bindir = @bindir@
141build = @build@
142build_alias = @build_alias@
143build_cpu = @build_cpu@
144build_os = @build_os@
145build_vendor = @build_vendor@
146builddir = @builddir@
147datadir = @datadir@
148datarootdir = @datarootdir@
149delivery_agent = @delivery_agent@
150docdir = @docdir@
151dspam_group = @dspam_group@
152dspam_home = @dspam_home@
153dspam_home_group = @dspam_home_group@
154dspam_home_mode = @dspam_home_mode@
155dspam_home_owner = @dspam_home_owner@
156dspam_mode = @dspam_mode@
157dspam_owner = @dspam_owner@
158dvidir = @dvidir@
159exec_prefix = @exec_prefix@
160external_lookup_libs = @external_lookup_libs@
161host = @host@
162host_alias = @host_alias@
163host_cpu = @host_cpu@
164host_os = @host_os@
165host_vendor = @host_vendor@
166htmldir = @htmldir@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172libmysql_drv_cppflags = @libmysql_drv_cppflags@
173libmysql_drv_ldflags = @libmysql_drv_ldflags@
174libmysql_drv_libs = @libmysql_drv_libs@
175libpgsql_drv_cppflags = @libpgsql_drv_cppflags@
176libpgsql_drv_ldflags = @libpgsql_drv_ldflags@
177libpgsql_drv_libs = @libpgsql_drv_libs@
178libsqlite3_drv_cppflags = @libsqlite3_drv_cppflags@
179libsqlite3_drv_ldflags = @libsqlite3_drv_ldflags@
180libsqlite3_drv_libs = @libsqlite3_drv_libs@
181libsqlite_drv_cppflags = @libsqlite_drv_cppflags@
182libsqlite_drv_ldflags = @libsqlite_drv_ldflags@
183libsqlite_drv_libs = @libsqlite_drv_libs@
184localedir = @localedir@
185localstatedir = @localstatedir@
186logdir = @logdir@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190pdfdir = @pdfdir@
191pgsql_pg_config = @pgsql_pg_config@
192prefix = @prefix@
193program_transform_name = @program_transform_name@
194psdir = @psdir@
195sbindir = @sbindir@
196sharedstatedir = @sharedstatedir@
197srcdir = @srcdir@
198storage_drv_subdirs = @storage_drv_subdirs@
199sysconfdir = @sysconfdir@
200target_alias = @target_alias@
201top_build_prefix = @top_build_prefix@
202top_builddir = @top_builddir@
203top_srcdir = @top_srcdir@
204EXTRA_DIST = \
205        README                                                                  \
206        dspam_alias_retraining  \
207        dspam_alias_retraining/README   \
208        dspam_alias_retraining/dspam-retrain-forward.pl \
209        dspam_maintenance                                                       \
210        dspam_maintenance/README                                                \
211        dspam_maintenance/dspam_maintenance.sh                                  \
212        lotus_notes                                                             \
213        lotus_notes/README                                                      \
214        lotus_notes/libDSPAMReporting.lss                                       \
215        plugins                                                                 \
216        plugins/dspam-thunderbird-extension.xpi                                 \
217        plugins/thunderbird                                                     \
218        plugins/thunderbird/Makefile                                            \
219        plugins/thunderbird/README                                              \
220        plugins/thunderbird/TODO                                                \
221        plugins/thunderbird/chrome.manifest                                     \
222        plugins/thunderbird/chrome                                              \
223        plugins/thunderbird/chrome/content                                      \
224        plugins/thunderbird/chrome/content/contents.rdf                         \
225        plugins/thunderbird/chrome/content/dspam.js                             \
226        plugins/thunderbird/chrome/content/messenger.xul                        \
227        plugins/thunderbird/chrome/content/options.js                           \
228        plugins/thunderbird/chrome/content/options.xul                          \
229        plugins/thunderbird/chrome/content/toolbar.xul                          \
230        plugins/thunderbird/chrome/locale                                       \
231        plugins/thunderbird/chrome/locale/de-DE                                 \
232        plugins/thunderbird/chrome/locale/de-DE/contents.rdf                    \
233        plugins/thunderbird/chrome/locale/de-DE/dspam.dtd                       \
234        plugins/thunderbird/chrome/locale/de-DE/dspam.properties                \
235        plugins/thunderbird/chrome/locale/en-US                                 \
236        plugins/thunderbird/chrome/locale/en-US/contents.rdf                    \
237        plugins/thunderbird/chrome/locale/en-US/dspam.dtd                       \
238        plugins/thunderbird/chrome/locale/en-US/dspam.properties                \
239        plugins/thunderbird/chrome/locale/pt-PT                                 \
240        plugins/thunderbird/chrome/locale/pt-PT/contents.rdf                    \
241        plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd                       \
242        plugins/thunderbird/chrome/locale/pt-PT/dspam.properties                \
243        plugins/thunderbird/chrome/skin                                         \
244        plugins/thunderbird/chrome/skin/contents.rdf                            \
245        plugins/thunderbird/chrome/skin/dspam-logo-eyes-small.gif               \
246        plugins/thunderbird/chrome/skin/dspam-logo-eyes-transp-small.png        \
247        plugins/thunderbird/chrome/skin/dspam-logo-eyes.gif                     \
248        plugins/thunderbird/chrome/skin/dspam-logo-small.gif                    \
249        plugins/thunderbird/chrome/skin/dspam-logo-text.gif                     \
250        plugins/thunderbird/chrome/skin/dspam-logo.gif                          \
251        plugins/thunderbird/chrome/skin/dspam.css                               \
252        plugins/thunderbird/chrome/skin/report-spam-orig.png                    \
253        plugins/thunderbird/chrome/skin/reportham-large.png                     \
254        plugins/thunderbird/chrome/skin/reportham-small.png                     \
255        plugins/thunderbird/chrome/skin/reportspam-large.png                    \
256        plugins/thunderbird/chrome/skin/reportspam-small.png                    \
257        plugins/thunderbird/install.rdf                                         \
258        plugins/thunderbird/license.txt
259
260all: all-am
261
262.SUFFIXES:
263$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
264        @for dep in $?; do \
265          case '$(am__configure_deps)' in \
266            *$$dep*) \
267              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
268                && { if test -f $@; then exit 0; else break; fi; }; \
269              exit 1;; \
270          esac; \
271        done; \
272        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
273        $(am__cd) $(top_srcdir) && \
274          $(AUTOMAKE) --foreign contrib/Makefile
275.PRECIOUS: Makefile
276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277        @case '$?' in \
278          *config.status*) \
279            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280          *) \
281            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283        esac;
284
285$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288$(top_srcdir)/configure:  $(am__configure_deps)
289        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
291        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292$(am__aclocal_m4_deps):
293
294mostlyclean-libtool:
295        -rm -f *.lo
296
297clean-libtool:
298        -rm -rf .libs _libs
299tags: TAGS
300TAGS:
301
302ctags: CTAGS
303CTAGS:
304
305
306distdir: $(DISTFILES)
307        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
308        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
309        list='$(DISTFILES)'; \
310          dist_files=`for file in $$list; do echo $$file; done | \
311          sed -e "s|^$$srcdirstrip/||;t" \
312              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
313        case $$dist_files in \
314          */*) $(MKDIR_P) `echo "$$dist_files" | \
315                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
316                           sort -u` ;; \
317        esac; \
318        for file in $$dist_files; do \
319          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
320          if test -d $$d/$$file; then \
321            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
322            if test -d "$(distdir)/$$file"; then \
323              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
324            fi; \
325            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
326              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
327              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
328            fi; \
329            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
330          else \
331            test -f "$(distdir)/$$file" \
332            || cp -p $$d/$$file "$(distdir)/$$file" \
333            || exit 1; \
334          fi; \
335        done
336check-am: all-am
337check: check-am
338all-am: Makefile
339installdirs:
340install: install-am
341install-exec: install-exec-am
342install-data: install-data-am
343uninstall: uninstall-am
344
345install-am: all-am
346        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
348installcheck: installcheck-am
349install-strip:
350        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352          `test -z '$(STRIP)' || \
353            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
354mostlyclean-generic:
355
356clean-generic:
357
358distclean-generic:
359        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
360        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
361
362maintainer-clean-generic:
363        @echo "This command is intended for maintainers to use"
364        @echo "it deletes files that may require special tools to rebuild."
365clean: clean-am
366
367clean-am: clean-generic clean-libtool mostlyclean-am
368
369distclean: distclean-am
370        -rm -f Makefile
371distclean-am: clean-am distclean-generic
372
373dvi: dvi-am
374
375dvi-am:
376
377html: html-am
378
379html-am:
380
381info: info-am
382
383info-am:
384
385install-data-am:
386
387install-dvi: install-dvi-am
388
389install-dvi-am:
390
391install-exec-am:
392
393install-html: install-html-am
394
395install-html-am:
396
397install-info: install-info-am
398
399install-info-am:
400
401install-man:
402
403install-pdf: install-pdf-am
404
405install-pdf-am:
406
407install-ps: install-ps-am
408
409install-ps-am:
410
411installcheck-am:
412
413maintainer-clean: maintainer-clean-am
414        -rm -f Makefile
415maintainer-clean-am: distclean-am maintainer-clean-generic
416
417mostlyclean: mostlyclean-am
418
419mostlyclean-am: mostlyclean-generic mostlyclean-libtool
420
421pdf: pdf-am
422
423pdf-am:
424
425ps: ps-am
426
427ps-am:
428
429uninstall-am:
430
431.MAKE: install-am install-strip
432
433.PHONY: all all-am check check-am clean clean-generic clean-libtool \
434        distclean distclean-generic distclean-libtool distdir dvi \
435        dvi-am html html-am info info-am install install-am \
436        install-data install-data-am install-dvi install-dvi-am \
437        install-exec install-exec-am install-html install-html-am \
438        install-info install-info-am install-man install-pdf \
439        install-pdf-am install-ps install-ps-am install-strip \
440        installcheck installcheck-am installdirs maintainer-clean \
441        maintainer-clean-generic mostlyclean mostlyclean-generic \
442        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
443
444
445# Tell versions [3.59,3.63) of GNU make to not export all variables.
446# Otherwise a system limit (for SysV at least) may be exceeded.
447.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.